459cb3ec5b
libimg: Improve support of transparent PNG images.
...
* Support grayscale images with alpha channel.
* Support rgb images with transparent color.
* Process 'tRNS' chunk (simple transparency).
Transparent png images were already supported for color type 6, which
is RGBA. Now indexed images (color type 3) can also have transparency
via 'tRNS' chunk data.
git-svn-id: svn://kolibrios.org@8449 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-18 22:08:51 +00:00
045e0dbdd2
ktcc: added sample http_tcp_demo - working with http using only tcp sockets
...
git-svn-id: svn://kolibrios.org@8448 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-18 18:38:07 +00:00
Kirill Lipatov (Leency)
1b9dbc2232
WebView 3.15: no more static buffers for parsing tag, some fixes, update page not found
...
git-svn-id: svn://kolibrios.org@8445 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-18 15:39:38 +00:00
Kirill Lipatov (Leency)
408000706a
WebView 3.14: fix critical regression with file download
...
git-svn-id: svn://kolibrios.org@8444 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-18 12:55:55 +00:00
Kirill Lipatov (Leency)
becbfa3198
WebView 3.12: bugfix for colors (always set alpha to 0xff)
...
git-svn-id: svn://kolibrios.org@8443 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-18 11:41:33 +00:00
IgorA
d72fcc2942
tinygl.obj: add some functions,
...
load_img.inc: delete old file load_lib
git-svn-id: svn://kolibrios.org@8442 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-18 10:03:16 +00:00
Kirill Lipatov (Leency)
4c60cafcc0
WebView 3.11: refactoring tag parse
...
git-svn-id: svn://kolibrios.org@8440 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-18 01:47:36 +00:00
Kirill Lipatov (Leency)
64a81df7e7
WebView: refactoring
...
git-svn-id: svn://kolibrios.org@8439 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-17 23:01:09 +00:00
superturbocat2001
3b4f58dac4
TinyHashView 2.5:
...
- Added launch of OpenDialog if the program is launched without parameters.
- Macros are used for convenient work with the clipboard
git-svn-id: svn://kolibrios.org@8430 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-16 20:10:09 +00:00
superturbocat2001
18fd7921cf
- Added libdialog binary
...
- Fixed buid_all.sh
git-svn-id: svn://kolibrios.org@8428 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-16 18:13:19 +00:00
Kirill Lipatov (Leency)
bb56998236
TASKBAR: change lang by a single Ctrl+Shift (thanks Mihail Serebryakov for the bugreport)
...
git-svn-id: svn://kolibrios.org@8427 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-16 18:12:57 +00:00
superturbocat2001
826c0501b8
- Added libdialog.a (proc_lib loader) and sample
...
- Deleted old console example (replacement: consoleio)
- Added RGB struct to kos32sys1.h
(applies to ktcc)
git-svn-id: svn://kolibrios.org@8426 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-16 17:15:39 +00:00
Kirill Lipatov (Leency)
6cb7bf1eb6
WebView: fixed memory leak in cache.add(), give system memory back each time parse ends
...
git-svn-id: svn://kolibrios.org@8425 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-16 16:30:39 +00:00
Kirill Lipatov (Leency)
15ad016d59
Netsurf: upload binnaries, add to ISO
...
NSINST: run app if exists on TPM, ISO, if not the download
git-svn-id: svn://kolibrios.org@8418 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-16 12:05:35 +00:00
Kirill Lipatov (Leency)
c987c0d2d5
WebView: fix issues with anchors
...
Eolite: use Shift+Enter to open all selected files
git-svn-id: svn://kolibrios.org@8417 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-16 10:23:59 +00:00
Kirill Lipatov (Leency)
5b3ac273b6
WebView: no page scroll to the top when download a file, autoopen images
...
git-svn-id: svn://kolibrios.org@8413 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-15 15:39:54 +00:00
Kirill Lipatov (Leency)
feeb972821
WebView 3.01: bugfixes (thanks Mihail Serebryakov and rgimad for reports), refactor URL parse
...
git-svn-id: svn://kolibrios.org@8410 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-15 02:08:04 +00:00
IgorA
e63d25e33e
fix test_array1.asm
...
git-svn-id: svn://kolibrios.org@8409 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-14 16:53:31 +00:00
IgorA
9a54fc6aed
tinygl: add some double functions, add bcc32 example
...
libimg: small optimize
git-svn-id: svn://kolibrios.org@8408 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-14 16:48:32 +00:00
Kirill Lipatov (Leency)
eac740c648
APP_PLUS: revert last change: so it can handle param again
...
C-- LIBIMG: fix memory leak
SYSMON: always on top now
WebView: fix: remove garbage on the top of the UTF pages
git-svn-id: svn://kolibrios.org@8407 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-14 15:54:00 +00:00
superturbocat2001
561e5c5b1c
- Fixed math.h
...
git-svn-id: svn://kolibrios.org@8406 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-14 15:18:31 +00:00
superturbocat2001
e3dcd433b3
- Added TinyGL for ktcc
...
- Added TinyGL example "gears"
git-svn-id: svn://kolibrios.org@8405 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-14 14:38:38 +00:00
superturbocat2001
5b3b09698f
- Removed melibc in ktcc
...
git-svn-id: svn://kolibrios.org@8404 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-14 12:27:58 +00:00
superturbocat2001
ccc4de1b67
- Removed non existing functions from math.h.
...
- Added "sys_change_window" function to kos32sys1.h.
- Installed "pragma pack" for the structure in kolibrisys.h.
git-svn-id: svn://kolibrios.org@8403 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-14 12:19:25 +00:00
Kirill Lipatov (Leency)
6ef7a12f1c
searchap: allow user to give the path to mount
...
git-svn-id: svn://kolibrios.org@8400 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-14 01:55:05 +00:00
eb01893ff6
libimg: fix transparency in indexed png images.
...
git-svn-id: svn://kolibrios.org@8399 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-13 21:26:28 +00:00
Kirill Lipatov (Leency)
e001af7afe
okay enough
...
git-svn-id: svn://kolibrios.org@8398 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-13 20:59:29 +00:00
Kirill Lipatov (Leency)
a4ded7351f
ups fix
...
git-svn-id: svn://kolibrios.org@8397 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-13 20:58:48 +00:00
Kirill Lipatov (Leency)
adea6f05e9
WebView 3.0 Gold: IMG support!
...
No page blinking on scroll, proper alpha-channel blend (PNG 32bpp), local images support, base64 images support* (only small ones yet). Need code refactoring.
git-svn-id: svn://kolibrios.org@8396 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-13 20:52:56 +00:00
11e69b4021
libimg: export img.resize_data
...
git-svn-id: svn://kolibrios.org@8395 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-13 18:07:49 +00:00
201cf02d85
libimg: transparency fixes.
...
img.convert doesn't make opaque pixels transparent.
gif decoder considers palette pixels opaque.
git-svn-id: svn://kolibrios.org@8394 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-13 17:22:19 +00:00
maxcodehack
751768c3c2
Fix '-v' option
...
git-svn-id: svn://kolibrios.org@8393 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-13 14:33:14 +00:00
Kirill Lipatov (Leency)
e52ed5b883
c-- apps: never use libio
...
Eolite: fixed bug that file or folder was not selected in case when it had to
git-svn-id: svn://kolibrios.org@8392 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-13 12:31:53 +00:00
maxcodehack
91fe30428d
Fix autobuild
...
git-svn-id: svn://kolibrios.org@8391 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-13 11:50:48 +00:00
maxcodehack
a2cc72148f
Fix autobuild
...
git-svn-id: svn://kolibrios.org@8390 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-13 11:48:41 +00:00
Kirill Lipatov (Leency)
adf7624efe
avoid using libio in img.load()
...
git-svn-id: svn://kolibrios.org@8389 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-13 11:48:29 +00:00
maxcodehack
1469a8e53d
Fix autobuild
...
git-svn-id: svn://kolibrios.org@8388 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-13 11:47:17 +00:00
maxcodehack
9df944e105
Add tte to autobuild
...
git-svn-id: svn://kolibrios.org@8387 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-13 11:46:08 +00:00
maxcodehack
5689be824b
Fix -O2 bug in TTE
...
git-svn-id: svn://kolibrios.org@8386 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-13 11:41:03 +00:00
maxcodehack
4d1d99f255
Add GCC to tte makefile
...
git-svn-id: svn://kolibrios.org@8385 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-13 09:09:28 +00:00
Kirill Lipatov (Leency)
9d28bd0e9d
decrease c-- app size
...
git-svn-id: svn://kolibrios.org@8383 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-13 01:21:31 +00:00
Kirill Lipatov (Leency)
afa42a24be
fixed memory leak
...
git-svn-id: svn://kolibrios.org@8382 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-13 00:48:13 +00:00
Kirill Lipatov (Leency)
82dc2376da
CMM APPS: use img_file_load (at least mblocks -1 sector)
...
git-svn-id: svn://kolibrios.org@8381 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-13 00:32:34 +00:00
superturbocat2001
99103794f2
- Added simple function "getopt" in stdlib (tcc)
...
git-svn-id: svn://kolibrios.org@8380 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-12 20:09:30 +00:00
maxcodehack
fc647254c0
Fix autobuild
...
git-svn-id: svn://kolibrios.org@8379 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-12 16:51:50 +00:00
maxcodehack
e6e99fe316
Fridge: code refactoring
...
git-svn-id: svn://kolibrios.org@8378 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-12 16:49:35 +00:00
superturbocat2001
cfd4d26cef
- Added definitions for clipboard functions.
...
- Added DATA macro for convenient memory access by offset.
- Removed kos32sys1beta.h since it is not used anywhere
(applicable to ktcc)
git-svn-id: svn://kolibrios.org@8374 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-11 21:05:55 +00:00
superturbocat2001
5fdc73661c
- Fixed cursor in THashView
...
git-svn-id: svn://kolibrios.org@8373 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-11 20:34:18 +00:00
superturbocat2001
14e3d78c64
- Changed libgb assembly and added libcryptal (implementation of cryptoalgorithms from Brad Conte).
...
- Changed build libgb.
- Added memory.h for compatibility.
git-svn-id: svn://kolibrios.org@8367 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-11 17:07:49 +00:00
maxcodehack
c3410b755e
Add bat script to bcc32 newlib example
...
git-svn-id: svn://kolibrios.org@8366 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-11 16:43:44 +00:00
Kirill Lipatov (Leency)
de4468272c
IMG: clean up in folders, mostly in /DEMOS/ and /DEVELOP/, move examples to /DEVELOP/EXAMPLES/
...
asciivju: add font type switcher
git-svn-id: svn://kolibrios.org@8365 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-11 13:33:32 +00:00
maxcodehack
2095b13813
Add newlib example to bcc32
...
git-svn-id: svn://kolibrios.org@8364 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-11 08:41:36 +00:00
Kirill Lipatov (Leency)
5d3b2a031a
libimg: img.decode now checks that length is not null
...
WebView: img tag: proceed data-src= if src= is empty, fix crash
git-svn-id: svn://kolibrios.org@8363 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-11 03:05:01 +00:00
Kirill Lipatov (Leency)
0507b9f3b0
netcfg: updated colors and bigger buttons size
...
git-svn-id: svn://kolibrios.org@8356 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-09 20:52:40 +00:00
Kirill Lipatov (Leency)
810085e9ec
WebView beta 4: bugfixes
...
git-svn-id: svn://kolibrios.org@8355 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-09 20:26:53 +00:00
Kirill Lipatov (Leency)
7fc85872d7
dl: fix
...
git-svn-id: svn://kolibrios.org@8354 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-09 13:29:38 +00:00
Kirill Lipatov (Leency)
b65f6a2715
SysMon 1.35: add a space in numbers for better readability
...
git-svn-id: svn://kolibrios.org@8353 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-09 12:43:36 +00:00
Kirill Lipatov (Leency)
294679216a
WebView: fix 2 cases of crash, no space on the link start
...
git-svn-id: svn://kolibrios.org@8350 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-08 23:32:54 +00:00
IgorA
5f41a75e27
box_lib.obj: clear code
...
git-svn-id: svn://kolibrios.org@8346 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-08 21:01:35 +00:00
superturbocat2001
bed1d7841c
Changed parameters of "socketpair" function in libck (ktcc)
...
git-svn-id: svn://kolibrios.org@8344 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-08 18:36:23 +00:00
a19ce6df66
Add img.blend example, add libimg examples to autobuild
...
git-svn-id: svn://kolibrios.org@8342 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-08 17:50:26 +00:00
263f2855f2
libimg: Add and export img.blend function
...
git-svn-id: svn://kolibrios.org@8341 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-08 17:40:34 +00:00
maxcodehack
54712199cb
Add KolibriOS.lib example to bcc32
...
git-svn-id: svn://kolibrios.org@8340 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-08 17:17:40 +00:00
Kirill Lipatov (Leency)
f7bbca99e7
WebView: fixed critical memory leak
...
git-svn-id: svn://kolibrios.org@8339 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-08 11:26:22 +00:00
superturbocat2001
4c90768ccb
- network.obj loader has been moved to a separate libnetwork.a library
...
git-svn-id: svn://kolibrios.org@8338 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-07 23:36:57 +00:00
superturbocat2001
1094e71a7d
- added network.obj loader
...
- added _ksys_kill_process function
in libck.a ktcc
git-svn-id: svn://kolibrios.org@8337 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-07 21:19:51 +00:00
Kirill Lipatov (Leency)
7a2c280f29
WebView 2.8 beta
...
git-svn-id: svn://kolibrios.org@8336 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-07 18:19:13 +00:00
maxcodehack
60c3243924
Upload GNU unRTF
...
git-svn-id: svn://kolibrios.org@8335 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-07 09:06:07 +00:00
Kirill Lipatov (Leency)
d644c0e2c8
Eolite, dl: fix editbox when a new text was set
...
git-svn-id: svn://kolibrios.org@8334 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-06 21:01:31 +00:00
Kirill Lipatov (Leency)
5c1655af07
webview: some code refactoring
...
git-svn-id: svn://kolibrios.org@8332 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-06 12:03:16 +00:00
Kirill Lipatov (Leency)
67d3c20b4e
WebView images support (temporary is off, press F11 to enable)
...
git-svn-id: svn://kolibrios.org@8330 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-05 23:22:38 +00:00
superturbocat2001
18d1174514
Added a mechanism for closing the parent process
...
git-svn-id: svn://kolibrios.org@8328 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-05 15:50:32 +00:00
IgorA
505e8a9d21
bcc32: add example boxlib_1
...
git-svn-id: svn://kolibrios.org@8325 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-05 10:14:15 +00:00
maxcodehack
14860dd83d
Add sound to 'fridge'
...
git-svn-id: svn://kolibrios.org@8324 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-05 09:20:50 +00:00
Kirill Lipatov (Leency)
dc2423748e
remove codeview
...
git-svn-id: svn://kolibrios.org@8320 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-04 16:32:16 +00:00
Kirill Lipatov (Leency)
646af6780b
WebView: proceed tags like " " without ';' at the end
...
Downloader: handle "content-disposition" header to set correct filename from server renponse
git-svn-id: svn://kolibrios.org@8319 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-04 11:58:20 +00:00
maxcodehack
5832951836
Replace binarie with autobuild ('fridge')
...
git-svn-id: svn://kolibrios.org@8318 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-04 07:34:01 +00:00
superturbocat2001
195c220c21
fixed socketpair() function in libck
...
git-svn-id: svn://kolibrios.org@8317 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-04 06:40:20 +00:00
8f1d0172f6
Add /programs/games/fridge to autobuld.
...
git-svn-id: svn://kolibrios.org@8316 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-03 17:48:03 +00:00
superturbocat2001
818c477d6f
- Added functions for working with sockets in libck tcc
...
git-svn-id: svn://kolibrios.org@8315 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-03 17:27:05 +00:00
maxcodehack
bc2c4a193e
Fix
...
git-svn-id: svn://kolibrios.org@8314 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-03 10:32:28 +00:00
maxcodehack
eb251004ea
Fix 3
...
git-svn-id: svn://kolibrios.org@8313 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-03 10:31:14 +00:00
maxcodehack
8f0881715d
Fix autobuild
...
git-svn-id: svn://kolibrios.org@8312 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-03 10:29:48 +00:00
maxcodehack
b1455049b2
Add autobuild for 'tte'
...
git-svn-id: svn://kolibrios.org@8311 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-03 10:28:29 +00:00
maxcodehack
4ecba4b552
Fix autobuild
...
git-svn-id: svn://kolibrios.org@8310 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-03 10:18:17 +00:00
maxcodehack
55d4156d47
Fix C_Layer autobuild, add 'fridge' to autouild
...
git-svn-id: svn://kolibrios.org@8307 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-03 10:01:48 +00:00
Kirill Lipatov (Leency)
78b22252c8
fix prior
...
git-svn-id: svn://kolibrios.org@8306 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-03 03:00:49 +00:00
Kirill Lipatov (Leency)
1c88038821
http, dl, webview: refactoring
...
git-svn-id: svn://kolibrios.org@8305 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-03 02:56:54 +00:00
Kirill Lipatov (Leency)
eebb43e620
calc: change button name sqr => sqrt
...
git-svn-id: svn://kolibrios.org@8304 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-02 19:31:18 +00:00
Kirill Lipatov (Leency)
cd00029f0e
WebView: small fixes
...
git-svn-id: svn://kolibrios.org@8302 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-02 14:21:06 +00:00
maxcodehack
f05eecb7a1
Fix autobuild
...
git-svn-id: svn://kolibrios.org@8301 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-02 07:22:18 +00:00
maxcodehack
95faf15603
Fix autobuild 3
...
git-svn-id: svn://kolibrios.org@8299 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-02 07:10:29 +00:00
maxcodehack
d533c6d771
Fix autobuild 2
...
git-svn-id: svn://kolibrios.org@8298 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-02 07:09:19 +00:00
maxcodehack
66f121a2af
Fix autobuild
...
git-svn-id: svn://kolibrios.org@8297 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-02 07:07:35 +00:00
maxcodehack
d83fcc8a3c
Add 'fridge' autobuild
...
git-svn-id: svn://kolibrios.org@8296 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-02 07:02:45 +00:00
Kirill Lipatov (Leency)
a97fad65bb
/system/mm: remove because user access to operating system memory won't ever be possible again
...
git-svn-id: svn://kolibrios.org@8293 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-01 17:54:00 +00:00
Kirill Lipatov (Leency)
c9cad25adc
fix build
...
git-svn-id: svn://kolibrios.org@8292 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-01 17:40:55 +00:00
Kirill Lipatov (Leency)
d178e4875c
WebView 2.7: distinguish files to download from pages to show, download files via HTTPS, remove duplicated function of getting absolute URL from relative
...
git-svn-id: svn://kolibrios.org@8291 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-01 17:37:47 +00:00
superturbocat2001
e303140339
Removed duplicate #define PATH_MAX
...
git-svn-id: svn://kolibrios.org@8290 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-01 16:30:24 +00:00
superturbocat2001
5451715e39
- Added "lsdir" function to libck ktcc.
...
- Added "fs" folder to build.bat in libck for tcc.
- Updated libck and dir_example
git-svn-id: svn://kolibrios.org@8289 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-01 16:19:41 +00:00
IgorA
e34d1445df
update ColorDialog
...
git-svn-id: svn://kolibrios.org@8288 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-01 09:58:10 +00:00
Kirill Lipatov (Leency)
02503d625c
FindNumbers: -1 IMG sector
...
git-svn-id: svn://kolibrios.org@8287 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-01 02:29:21 +00:00
Kirill Lipatov (Leency)
1bc102cf71
RDInfo move to /outdated folder as it uses deleted functions 21.7 and 21.8
...
git-svn-id: svn://kolibrios.org@8286 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-01 01:40:45 +00:00
Kirill Lipatov (Leency)
4563cb18a7
Move VMODE to ISO (as it is useless without drivers that are on ISO)
...
git-svn-id: svn://kolibrios.org@8285 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-01 01:03:36 +00:00
IgorA
a27b206a90
add example use ColorDialog
...
git-svn-id: svn://kolibrios.org@8283 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-30 08:33:35 +00:00
maxcodehack
3ffe214e13
Add Makefile to kos32-tcc sample programs
...
git-svn-id: svn://kolibrios.org@8282 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-30 07:38:09 +00:00
Kirill Lipatov (Leency)
c92932964b
minor fixes
...
git-svn-id: svn://kolibrios.org@8281 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-30 00:55:04 +00:00
superturbocat2001
5941f0e334
- Added 4 functions to libck: getcwd, setcwd, mkdir, rmdir.
...
- Fixed Makefile for building "libck" under tcc.
- Added example to new functions
git-svn-id: svn://kolibrios.org@8280 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-29 22:05:50 +00:00
Kirill Lipatov (Leency)
53ddecef5a
add forgotten files
...
git-svn-id: svn://kolibrios.org@8279 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-29 19:10:47 +00:00
Kirill Lipatov (Leency)
894aad564d
Separate Downloader from WebView into /sys/network/dl
...
+ Multi-threaded now!
+ Some small fixes
git-svn-id: svn://kolibrios.org@8278 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-29 19:08:52 +00:00
Kirill Lipatov (Leency)
270aed5ffa
SYSMON 1.3: better UI, added Rus translation
...
git-svn-id: svn://kolibrios.org@8277 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-29 00:37:47 +00:00
Kirill Lipatov (Leency)
5d644b9d4f
Eolite: remove folder sizes for /kolibrios (bug)
...
git-svn-id: svn://kolibrios.org@8276 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-28 22:36:31 +00:00
superturbocat2001
dc1e174943
Disabled static linking when building Linux version of TCC.
...
git-svn-id: svn://kolibrios.org@8274 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-28 20:57:58 +00:00
superturbocat2001
2f517f2ecb
Fixed Makefile.kos32 in TCC (New path to ld script)
...
git-svn-id: svn://kolibrios.org@8273 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-28 19:43:51 +00:00
superturbocat2001
dbc1c764b1
- Added compress target to Makefile.linux32 (Uses UPX)
...
- Fixed TCC for linux bug: does not find library and headers as well as start.o
- Updated kos32-tcc
git-svn-id: svn://kolibrios.org@8272 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-28 19:19:06 +00:00
IgorA
712b555519
animage use ColorDialog
...
git-svn-id: svn://kolibrios.org@8271 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-28 17:05:52 +00:00
IgorA
2ef1505e27
t_edit: fix open null file
...
git-svn-id: svn://kolibrios.org@8262 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-27 14:30:47 +00:00
Kirill Lipatov (Leency)
b43350b8b9
Appearance: added sorting to the list
...
git-svn-id: svn://kolibrios.org@8261 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-27 13:25:36 +00:00
Kirill Lipatov (Leency)
dd84ffb5f5
Various small fixes
...
git-svn-id: svn://kolibrios.org@8256 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-26 23:29:40 +00:00
IgorA
4f3226cf94
heed: fix open & edit null file
...
git-svn-id: svn://kolibrios.org@8255 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-26 22:02:39 +00:00
Kirill Lipatov (Leency)
7057eb8fa0
tinyfrac: general refactoring, use scancodes
...
git-svn-id: svn://kolibrios.org@8253 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-26 02:19:28 +00:00
IgorA
fe0f60a15e
life2: use open dialog, big font in caption
...
git-svn-id: svn://kolibrios.org@8252 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-24 15:42:12 +00:00
superturbocat2001
2e992f24ea
- Added TEAtool source files
...
- Compressed kos32-tcc
- Changed the paths of the output files in buid_all.sh
git-svn-id: svn://kolibrios.org@8251 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-24 15:13:42 +00:00
superturbocat2001
36b26f112a
- Fixed ktcc build for linux
...
- Added Makefile.linux32
- Added TEAtool and fixed console title
- Fixed crash of THashView
git-svn-id: svn://kolibrios.org@8250 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-24 14:40:29 +00:00
IgorA
a75d4696ea
add example open dialog
...
git-svn-id: svn://kolibrios.org@8245 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-23 18:21:24 +00:00
Kirill Lipatov (Leency)
d1f5d03d52
Now user will never lose kolibri.lbl because it is moved to ISO/kolibrios/res/system/ folder
...
git-svn-id: svn://kolibrios.org@8241 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-23 16:39:52 +00:00
Kirill Lipatov (Leency)
f772c6b60a
Eolite: better left panel for dark skins
...
git-svn-id: svn://kolibrios.org@8240 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-23 13:31:55 +00:00
IgorA
661760d504
fix rev 8236
...
git-svn-id: svn://kolibrios.org@8237 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-22 13:20:56 +00:00
IgorA
faf7939a32
1) some programs use new macros load_lib.mac
...
2) bcc32 add example use libimg.obj
git-svn-id: svn://kolibrios.org@8236 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-22 13:13:45 +00:00
Kirill Lipatov (Leency)
9b502d851f
rename libmelibc.a_ into libmelibc.a
...
git-svn-id: svn://kolibrios.org@8234 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-21 15:30:09 +00:00
Kirill Lipatov (Leency)
32941c906d
View3ds 0.71 by macgub: new glass effect, bugfixing
...
git-svn-id: svn://kolibrios.org@8232 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-21 13:41:20 +00:00
maxcodehack
f75ba1987d
Add example to TCC melibc #2
...
git-svn-id: svn://kolibrios.org@8231 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-21 13:31:00 +00:00
Kirill Lipatov (Leency)
7c25661fa8
Upload smaller House.3ds by macgub
...
git-svn-id: svn://kolibrios.org@8229 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-21 13:06:10 +00:00
maxcodehack
eeaa6d8239
Add melibc sample to TCC
...
git-svn-id: svn://kolibrios.org@8228 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-21 13:04:18 +00:00
IgorA
b9e8e3f735
add new version 'load_lib.mac',
...
'animage' use new macros 'load_lib.mac'
git-svn-id: svn://kolibrios.org@8227 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-20 19:47:45 +00:00
maxcodehack
ab4b9e7585
FIx makefile in tte
...
git-svn-id: svn://kolibrios.org@8226 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-20 16:48:59 +00:00
maxcodehack
8979c94cbd
Fix "Systax highlighting does not work if the extension is in upper case." in TinyTextEditor
...
git-svn-id: svn://kolibrios.org@8225 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-20 16:28:10 +00:00
maxcodehack
ba4d804c36
Fix TinyPy build #3
...
git-svn-id: svn://kolibrios.org@8223 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-19 09:21:37 +00:00
maxcodehack
d4b925eef3
Fix TinyPy build #2
...
git-svn-id: svn://kolibrios.org@8222 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-19 09:20:42 +00:00
maxcodehack
e047154539
Fix TinyPy build
...
git-svn-id: svn://kolibrios.org@8221 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-19 09:18:57 +00:00
IgorA
4982b912eb
update macros @use_library
...
git-svn-id: svn://kolibrios.org@8219 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-18 18:11:43 +00:00
maxcodehack
a561cc6cd0
Change SDL example
...
git-svn-id: svn://kolibrios.org@8218 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-18 07:53:16 +00:00
6d6e328b43
programs/develop/fasm/1.73/system.inc fix by ProMiNick
...
git-svn-id: svn://kolibrios.org@8213 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-17 10:56:49 +00:00
maxcodehack
18f7edd1a5
Add SDL port to newlib
...
git-svn-id: svn://kolibrios.org@8207 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-17 07:13:55 +00:00
pavelyakov
c37260e5b4
Upd
...
git-svn-id: svn://kolibrios.org@8205 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-16 21:59:56 +00:00
pavelyakov
1703612576
new functional
...
git-svn-id: svn://kolibrios.org@8204 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-16 20:02:06 +00:00
pavelyakov
f0b7d7407c
Example info.c
...
git-svn-id: svn://kolibrios.org@8203 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-16 18:04:14 +00:00
maxcodehack
8927c7de25
Add working !newlib! sample for SDL
...
git-svn-id: svn://kolibrios.org@8202 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-16 16:42:03 +00:00
maxcodehack
1bd0f4861b
Add makefile to SDL example
...
Fix SDL makefile
git-svn-id: svn://kolibrios.org@8200 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-16 09:28:12 +00:00
IgorA
2e185e713d
fix life2, update life3
...
git-svn-id: svn://kolibrios.org@8199 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-16 07:55:40 +00:00
IgorA
8b59b0bc76
fix Alloc function, clean code
...
git-svn-id: svn://kolibrios.org@8196 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-14 19:00:55 +00:00
maxcodehack
25cf1adde0
Fix 'dynamic.c 'autobuild (build_all.sh)
...
Add 'console.c' to autobuild
git-svn-id: svn://kolibrios.org@8195 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-14 17:57:14 +00:00
maxcodehack
03f5f50786
Fix drawing artefacts in boxlib example
...
git-svn-id: svn://kolibrios.org@8194 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-14 17:43:59 +00:00
maxcodehack
4709318319
Add files
...
git-svn-id: svn://kolibrios.org@8193 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-14 16:51:07 +00:00
pavelyakov
3e0b5920ee
addition new example
...
git-svn-id: svn://kolibrios.org@8191 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-14 13:53:08 +00:00
IgorA
b6c51edde1
add file_open example
...
git-svn-id: svn://kolibrios.org@8190 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-14 12:39:58 +00:00
maxcodehack
a797e5d3ef
move image
...
git-svn-id: svn://kolibrios.org@8189 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-13 17:59:30 +00:00
maxcodehack
6e33acd6ee
Add libimg example to build_all.sh
...
git-svn-id: svn://kolibrios.org@8188 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-13 17:54:21 +00:00
maxcodehack
9a24f3f7fb
Tcc:
...
Add libimg example, update other examples
git-svn-id: svn://kolibrios.org@8187 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-13 17:47:07 +00:00
maxcodehack
dee3b0b3ed
Add boxlib example without lib kolibri_gui. Only kos32sys.h (GCC)
...
git-svn-id: svn://kolibrios.org@8185 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-13 16:40:41 +00:00
IgorA
9582ac80f6
update demo life2,
...
fix rev 8179
git-svn-id: svn://kolibrios.org@8184 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-13 11:22:40 +00:00
pavelyakov
f708b1dae5
delete file
...
git-svn-id: svn://kolibrios.org@8183 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-13 08:53:22 +00:00
IgorA
212fed2d24
use function 68
...
git-svn-id: svn://kolibrios.org@8179 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-12 16:00:31 +00:00
superturbocat2001
fa5c356928
- Renamed golang example file.
...
- Added DrawBar function
git-svn-id: svn://kolibrios.org@8178 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-12 00:57:05 +00:00
superturbocat2001
b215841161
- Added new system functions to golang.
...
- Renamed int40 file to syscalls.s.
- Updated example with new functionality.
git-svn-id: svn://kolibrios.org@8177 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-12 00:43:46 +00:00
IgorA
f5228c717f
tinygl: fix struct ZBuffer, clean code
...
git-svn-id: svn://kolibrios.org@8174 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-11 20:32:44 +00:00
maxcodehack
5a440ca960
Remove t2fasm.cpp We can found it in /programs/bcc32/t2fasm/
...
git-svn-id: svn://kolibrios.org@8173 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-10 19:46:59 +00:00
maxcodehack
1930e23f58
Ktcc:
...
- kos32sys1.h: Tcc dont support aliasing but support defines
- boxlib sample: Update sample for upper fix
- Rasterworks example: Fix 'bright' letters
git-svn-id: svn://kolibrios.org@8171 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-10 18:53:57 +00:00
IgorA
97d7b5c34a
clean code
...
git-svn-id: svn://kolibrios.org@8170 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-10 12:19:15 +00:00
IgorA
0920470661
fix rev 8166
...
git-svn-id: svn://kolibrios.org@8169 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-09 10:54:04 +00:00
maxcodehack
62f378b0e5
Add files
...
git-svn-id: svn://kolibrios.org@8168 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-09 10:14:09 +00:00
maxcodehack
97f79f243e
Update in example BCC
...
git-svn-id: svn://kolibrios.org@8166 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-09 10:04:30 +00:00
IgorA
3c2325ba4a
add functions KolibriOnButton, SetWindowCaption,
...
clean code
git-svn-id: svn://kolibrios.org@8165 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-09 09:25:04 +00:00
maxcodehack
6dee931fa9
Add Makefile to fridge game
...
git-svn-id: svn://kolibrios.org@8164 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-08 16:31:57 +00:00
maxcodehack
31a0fa2971
Revision in '/programs/develop/examples': replace 'FASM for Menuet' with 'FASM', meos_app_start -> KOS_APP_START
...
git-svn-id: svn://kolibrios.org@8163 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-08 13:07:53 +00:00
maxcodehack
3e30999474
Add KOS_APP_START to macros.inc
...
git-svn-id: svn://kolibrios.org@8162 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-08 10:42:10 +00:00
Magomed Kostoev (mkostoevr)
147e8fa432
Microrefactoring + check build system out.
...
git-svn-id: svn://kolibrios.org@8159 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-07 09:07:06 +00:00
Magomed Kostoev (mkostoevr)
c369f06816
Cool, this was not my mistake, patch TCC again.
...
Admin, please look what's happened with build server, GCC needs a missing library?
git-svn-id: svn://kolibrios.org@8157 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-06 20:22:05 +00:00
Magomed Kostoev (mkostoevr)
ffcd3a73e0
Ok... What about the binary? Did IT break the build?
...
git-svn-id: svn://kolibrios.org@8156 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-06 20:17:06 +00:00
Magomed Kostoev (mkostoevr)
fa67855b83
Try to beat the strange break - revert all files from the last commit.
...
git-svn-id: svn://kolibrios.org@8155 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-06 20:14:24 +00:00
Magomed Kostoev (mkostoevr)
0fe740bca1
TCC: Add -nobss option to not include BSS sections in output file.
...
git-svn-id: svn://kolibrios.org@8154 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-06 20:02:56 +00:00
maxcodehack
9c0ca4f346
Add button to example and includes (BCC)
...
git-svn-id: svn://kolibrios.org@8153 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-06 19:42:52 +00:00
10c141ffd3
Add encoding.inc to /programs (copy from /kernel/trunk).
...
git-svn-id: svn://kolibrios.org@8152 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-06 18:18:04 +00:00
227880f17b
Attack (aka Ataka): source of old game by chaykin.
...
git-svn-id: svn://kolibrios.org@8151 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-06 18:11:19 +00:00
maxcodehack
7a4769e527
Remove kos32-bcc from life2
...
git-svn-id: svn://kolibrios.org@8149 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-06 16:14:01 +00:00
maxcodehack
3fa2b11285
Fix bat
...
git-svn-id: svn://kolibrios.org@8147 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-06 15:46:26 +00:00
maxcodehack
656f62984b
Add Makefile_app
...
git-svn-id: svn://kolibrios.org@8146 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-06 15:21:24 +00:00
maxcodehack
d54f7bb7b1
Remove hardcoded kos_make.inc, now it will generate via Makefile or hello_cpp.bat
...
git-svn-id: svn://kolibrios.org@8145 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-06 14:59:59 +00:00
maxcodehack
d45967888e
Add example
...
git-svn-id: svn://kolibrios.org@8144 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-06 13:40:38 +00:00
maxcodehack
22c8fa4272
Remove binarie
...
git-svn-id: svn://kolibrios.org@8143 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-06 13:39:50 +00:00
maxcodehack
67673665fb
Add t2fasm
...
git-svn-id: svn://kolibrios.org@8142 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-06 13:22:48 +00:00
maxcodehack
eb45285dfe
Add Makefile to bcc32
...
git-svn-id: svn://kolibrios.org@8141 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-06 13:21:31 +00:00
IgorA
cd50f4af3c
add 'Hello World' example
...
git-svn-id: svn://kolibrios.org@8140 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-06 12:04:25 +00:00
maxcodehack
e923e0d4db
Fix life_bmp
...
git-svn-id: svn://kolibrios.org@8138 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-05 16:15:31 +00:00
maxcodehack
fcfab37b30
Move bmp2h to folder 'life_bmp'
...
git-svn-id: svn://kolibrios.org@8137 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-05 16:10:47 +00:00
maxcodehack
d9ffeaad1b
Add patch
...
git-svn-id: svn://kolibrios.org@8136 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-05 15:41:34 +00:00
maxcodehack
1175245486
Update bcc32 -> kos32-bcc
...
git-svn-id: svn://kolibrios.org@8135 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-05 15:38:40 +00:00
IgorA
27862a576b
fix rev 8133
...
git-svn-id: svn://kolibrios.org@8134 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-05 14:17:36 +00:00
IgorA
43c1011cb3
clean code
...
git-svn-id: svn://kolibrios.org@8133 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-04 21:02:21 +00:00
IgorA
69ced70cd8
life2: change namespace to 'Kolibri'
...
git-svn-id: svn://kolibrios.org@8129 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-02 18:44:51 +00:00
maxcodehack
df14e6f07e
Remove some unused files:
...
- Old picture
- Old makefile
C_Layer
- fix makefile in rasterworks example
git-svn-id: svn://kolibrios.org@8128 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-02 12:15:24 +00:00
maxcodehack
47f30eaa44
Update TTE:
...
- Help via @notify
git-svn-id: svn://kolibrios.org@8127 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-02 12:07:36 +00:00
maxcodehack
4bdf135569
Update TinyTextEditor: remove unused scrollbar in console.
...
git-svn-id: svn://kolibrios.org@8121 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-10-30 08:38:44 +00:00
maxcodehack
70798cbfe0
Some updates for TinyTextEditor
...
git-svn-id: svn://kolibrios.org@8116 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-10-24 13:14:35 +00:00
maxcodehack
a1f1b98369
Delete original pictures
...
git-svn-id: svn://kolibrios.org@8114 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-10-21 18:59:10 +00:00
maxcodehack
a26092c937
Update boxlib example:
...
Add progressbar
git-svn-id: svn://kolibrios.org@8110 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-10-18 16:08:37 +00:00
maxcodehack
1c69f15cea
Edit samples
...
git-svn-id: svn://kolibrios.org@8109 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-10-18 11:18:51 +00:00
maxcodehack
8ce9d8845f
Remove libconsole.a and libbox_lib.a and their sources
...
Now we can use console via conio.h
Boxlib via libbox.a
git-svn-id: svn://kolibrios.org@8108 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-10-18 11:07:44 +00:00
superturbocat2001
6d98726351
- Added libbox.a and libbuf2d.a to TinyC.
...
- The structure of the header files has been reorganized.
git-svn-id: svn://kolibrios.org@8107 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-10-17 17:31:09 +00:00
maxcodehack
6154138ea6
clayer TinyC
...
- Add new sample
- Fix bug: 'Unexpected stack end'
git-svn-id: svn://kolibrios.org@8106 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-10-17 16:30:47 +00:00
maxcodehack
0e3c6b922f
Add .o
...
git-svn-id: svn://kolibrios.org@8105 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-10-17 13:27:07 +00:00
maxcodehack
d887c0ddfb
Add C_Layer for TinyC
...
- Boxlib wrapper
git-svn-id: svn://kolibrios.org@8104 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-10-17 13:25:57 +00:00
superturbocat2001
fe1a451ca0
Added source code for libraries
...
git-svn-id: svn://kolibrios.org@8102 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-10-15 23:20:59 +00:00
superturbocat2001
71b2505f8a
Added libraries to ktcc: "rasterworks", "libimg", "libgb", "msgbox". And also an examples for these libraries.
...
Fixed header file "msgbox.h"
git-svn-id: svn://kolibrios.org@8101 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-10-15 23:17:06 +00:00
maxcodehack
7de0c0e61c
fix autobuild
...
git-svn-id: svn://kolibrios.org@8099 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-10-14 06:04:55 +00:00
superturbocat2001
df0d0be7d4
Added "libmsgbox" to ktcc.
...
Added examples for working with coff-libraries and "libmsgbox" to ktcc.
Modified binutils to work normally via console.obj.
git-svn-id: svn://kolibrios.org@8098 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-10-14 00:28:46 +00:00
maxcodehack
2f54c7de00
Update oberon07 from akron1's github
...
git-svn-id: svn://kolibrios.org@8097 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-10-13 07:58:51 +00:00
IgorA
02edd3949b
update: add vertical and horizontal lines for align image
...
git-svn-id: svn://kolibrios.org@8090 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-10-02 15:21:56 +00:00
a2700ea35c
Replace some hardcoded /rd/1 paths with /sys.
...
git-svn-id: svn://kolibrios.org@8088 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-10-02 12:33:16 +00:00
maxcodehack
e4eed9e36d
Fridge
...
- Add victory screen, and print to board a message
- Add random restart
git-svn-id: svn://kolibrios.org@8084 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-10-02 07:23:01 +00:00
IgorA
06339c5e4e
update 'load_lib.mac', update 'info3ds', fix 'kol_f_edit'
...
git-svn-id: svn://kolibrios.org@8083 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-09-29 19:58:14 +00:00
maxcodehack
dcf43649a6
FIX 3
...
git-svn-id: svn://kolibrios.org@8082 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-09-26 12:33:31 +00:00
maxcodehack
2fd97c23cf
FIX2
...
Add pictures to the game
git-svn-id: svn://kolibrios.org@8081 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-09-26 12:30:45 +00:00
maxcodehack
f81db9e1a5
Add original pictures to game
...
git-svn-id: svn://kolibrios.org@8080 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-09-26 12:21:25 +00:00
maxcodehack
1bdb84c7e4
Add screenshot and compilation script
...
git-svn-id: svn://kolibrios.org@8079 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-09-23 07:11:22 +00:00
superturbocat2001
7cea3f23c6
Fixed build of the Russian version.
...
git-svn-id: svn://kolibrios.org@8078 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-09-21 18:11:01 +00:00
superturbocat2001
bc232804f3
Add fs info header
...
git-svn-id: svn://kolibrios.org@8077 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-09-21 18:02:25 +00:00
superturbocat2001
66bc551a95
add makefile template
...
git-svn-id: svn://kolibrios.org@8076 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-09-21 17:55:18 +00:00
superturbocat2001
ce1620f6a1
Added info command to shell
...
git-svn-id: svn://kolibrios.org@8075 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-09-21 17:53:00 +00:00
superturbocat2001
222b17122b
Added file for build configuration in linux.
...
git-svn-id: svn://kolibrios.org@8074 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-09-21 17:47:56 +00:00
superturbocat2001
1b1d26ad4f
initial commit.
...
git-svn-id: svn://kolibrios.org@8073 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-09-21 17:37:22 +00:00
maxcodehack
ab225d95cc
Fix first level, colors
...
git-svn-id: svn://kolibrios.org@8072 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-09-21 16:37:54 +00:00
maxcodehack
7e922d6561
Add "Pilot's fridge" game
...
git-svn-id: svn://kolibrios.org@8071 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-09-21 09:10:57 +00:00
IgorA
d3fd66f14b
possible smooth buffer resizing,
...
fix and clean code,
fix and update examples
git-svn-id: svn://kolibrios.org@8069 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-09-19 19:57:00 +00:00
IgorA
51fcac25ee
optimize, clean code
...
git-svn-id: svn://kolibrios.org@8063 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-09-16 06:59:01 +00:00
IgorA
185996ac6b
add function 'glOrtho', small optimize, clean code
...
git-svn-id: svn://kolibrios.org@8062 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-09-14 21:31:00 +00:00
IgorA
5531c1c36c
add function 'gluPerspective',
...
fix function 'glFrustum'
git-svn-id: svn://kolibrios.org@8059 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-09-09 11:56:39 +00:00
ConLenov
b81504b267
Add Console Solitaire game
...
git-svn-id: svn://kolibrios.org@8058 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-08-21 16:02:49 +00:00
Magomed Kostoev (mkostoevr)
1d69bdef68
Add library for importing functions from Box_lib.obj via tcc.
...
git-svn-id: svn://kolibrios.org@8057 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-08-21 14:20:54 +00:00
Kirill Lipatov (Leency)
43b323cef0
force rebuilld
...
git-svn-id: svn://kolibrios.org@8056 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-08-19 11:45:43 +00:00
Kirill Lipatov (Leency)
a6b4ab7c0d
view3ds: fix name case
...
git-svn-id: svn://kolibrios.org@8048 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-07-13 11:11:45 +00:00
Kirill Lipatov (Leency)
431e55f6b3
View3ds v0.7 by Maciej Guba
...
git-svn-id: svn://kolibrios.org@8047 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-07-13 11:09:09 +00:00
pavelyakov
5d886856bb
fix 2
...
git-svn-id: svn://kolibrios.org@8045 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-07-04 20:31:20 +00:00
pavelyakov
194cf33342
fix
...
git-svn-id: svn://kolibrios.org@8044 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-07-04 20:14:32 +00:00
pavelyakov
ffa28fc962
fix error and add new example
...
git-svn-id: svn://kolibrios.org@8043 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-06-25 10:18:33 +00:00
pavelyakov
860d73816e
rename file
...
git-svn-id: svn://kolibrios.org@8042 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-06-25 09:48:11 +00:00
hidnplayr
bf0e6f7498
Fix some spelling
...
git-svn-id: svn://kolibrios.org@8040 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-06-14 14:29:14 +00:00
IgorA
12edb27757
t_edit: new algoritm text selection
...
img_transform: update program
git-svn-id: svn://kolibrios.org@8036 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-06-10 14:53:12 +00:00
Kirill Lipatov (Leency)
8ef9f2b1e7
house.3ds: smaller version by macgub
...
view3ds: mouse scroll support in edit mode; some keys support (+/-,up,down,left,right)
fb2read: search feature by akron1
git-svn-id: svn://kolibrios.org@8025 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-06-07 20:44:40 +00:00
hidnplayr
dc181a9b21
Always set connection closed flag after server closed connection and close from our end as well.
...
git-svn-id: svn://kolibrios.org@8023 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-06-05 21:03:35 +00:00
Kirill Lipatov (Leency)
bccb06a966
fix #2
...
git-svn-id: svn://kolibrios.org@8022 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-06-03 22:30:33 +00:00
Kirill Lipatov (Leency)
25946914bc
fix prior
...
git-svn-id: svn://kolibrios.org@8021 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-06-03 22:23:46 +00:00
Kirill Lipatov (Leency)
c9389437b7
Eolite: fix paste
...
WebView: fix space in the end of value
menu: refine params
git-svn-id: svn://kolibrios.org@8020 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-06-03 22:21:39 +00:00
Kirill Lipatov (Leency)
7efaa73140
fix build
...
git-svn-id: svn://kolibrios.org@8017 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-06-01 22:28:28 +00:00
Kirill Lipatov (Leency)
5ea0b92f65
WebView:
...
- fix unclosed <font> tag
- use collection_int for colors
- download images, no draw yet
git-svn-id: svn://kolibrios.org@8016 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-06-01 22:18:26 +00:00
Kirill Lipatov (Leency)
fd10632095
small fixes
...
git-svn-id: svn://kolibrios.org@8015 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-06-01 18:18:22 +00:00
Kirill Lipatov (Leency)
4b8e0542e3
View 3DS 0.69 by macgub:
...
1. 32bit vertices indexes and ability to load whole RAM limited objects. (Above 65535 vertices and triangles).
2. I switch off painters algotithm mode (depth sorting). In app impelementetion it has limited vertices count and produce less quality image than Z buffer Catmull algo. In addition this switch off reduces app size.
git-svn-id: svn://kolibrios.org@8014 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-06-01 15:44:39 +00:00
Kirill Lipatov (Leency)
f6ab28ae5b
osupdate: final
...
git-svn-id: svn://kolibrios.org@8013 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-31 14:37:09 +00:00
Kirill Lipatov (Leency)
5950bfe4cd
kernel: fix sysfunction 9 GetProcInfo. As the window is created with width+1 and height+1 so the client size has to be bigger respectively
...
eolite: fix regression
git-svn-id: svn://kolibrios.org@8012 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-30 11:36:52 +00:00
Kirill Lipatov (Leency)
1b38c0cb3a
fix build, sorry
...
git-svn-id: svn://kolibrios.org@8011 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-29 22:31:32 +00:00
Kirill Lipatov (Leency)
c02237dd7d
do not autobuild Liza
...
git-svn-id: svn://kolibrios.org@8010 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-29 22:27:56 +00:00
Kirill Lipatov (Leency)
2c289a3352
fix skins.inc path
...
git-svn-id: svn://kolibrios.org@8008 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-29 22:24:39 +00:00
pavelyakov
9e1c90880d
Add description.
...
git-svn-id: svn://kolibrios.org@8000 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-29 13:36:50 +00:00
Kirill Lipatov (Leency)
9aa605c545
Eolite: small bugfixes
...
git-svn-id: svn://kolibrios.org@7999 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-29 11:05:55 +00:00
Kirill Lipatov (Leency)
942caa5ace
Eolite 4.46: display cut
...
git-svn-id: svn://kolibrios.org@7998 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-29 10:54:04 +00:00
pavelyakov
3feca3e420
Addition new functions Timers
...
git-svn-id: svn://kolibrios.org@7997 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-29 09:37:24 +00:00
Kirill Lipatov (Leency)
717f2f2b9f
KFM: use build-in icons
...
git-svn-id: svn://kolibrios.org@7996 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-28 16:00:42 +00:00
Kirill Lipatov (Leency)
7a6c5c33a6
cmm: global rework of libimg wrappers
...
git-svn-id: svn://kolibrios.org@7995 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-28 00:55:16 +00:00
Kirill Lipatov (Leency)
f14c7a99a7
Backy: new version by JohnXenox
...
git-svn-id: svn://kolibrios.org@7994 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-27 20:51:12 +00:00
Kirill Lipatov (Leency)
ef72ee9094
Eolite 4.45: improved file selection
...
git-svn-id: svn://kolibrios.org@7993 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-27 20:38:18 +00:00
Kirill Lipatov (Leency)
04dc8faf5e
Eolite 4.41: show /cd disks without verification, improve app open time
...
git-svn-id: svn://kolibrios.org@7992 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-27 16:08:11 +00:00
Kirill Lipatov (Leency)
e18f3d60f6
eolite: do not show inaccessible disks (sata & usb devices on some PCs)
...
mousecfg: save values to system.ini
fix regressions in webview and clipview
git-svn-id: svn://kolibrios.org@7991 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-27 15:19:19 +00:00
Kirill Lipatov (Leency)
cb423ff821
Eolite: use common key
...
git-svn-id: svn://kolibrios.org@7990 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-26 15:23:28 +00:00
Kirill Lipatov (Leency)
36119794f4
Eolite 4.35: file selection with SHIFT holded, new /rd icon
...
git-svn-id: svn://kolibrios.org@7989 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-26 15:07:13 +00:00
Kirill Lipatov (Leency)
75b0246e8c
notify: use image of any color depth
...
notify3.png: pack image -1.5Kb without colors degradation
git-svn-id: svn://kolibrios.org@7988 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-26 10:36:15 +00:00
Kirill Lipatov (Leency)
2a42ab9c1f
WebView: fix "Download link contents"
...
git-svn-id: svn://kolibrios.org@7987 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-26 09:44:26 +00:00
IgorA
7a7a049046
update program
...
git-svn-id: svn://kolibrios.org@7986 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-26 09:00:49 +00:00
Kirill Lipatov (Leency)
ba500c0f89
decrease tmpdisk
...
git-svn-id: svn://kolibrios.org@7985 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-26 00:59:44 +00:00
Kirill Lipatov (Leency)
ddd90c73c8
CMM: decrease the size of apps, thanks lev for hints
...
+ some bugfixes
git-svn-id: svn://kolibrios.org@7984 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-26 00:17:12 +00:00
Kirill Lipatov (Leency)
65c332bd36
oberon07: update to the latest version from https://github.com/AntKrotov/oberon-07-compiler
...
git-svn-id: svn://kolibrios.org@7983 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-25 20:48:33 +00:00
Kirill Lipatov (Leency)
559d0cc062
C4: update window, -1 IMG sector
...
git-svn-id: svn://kolibrios.org@7982 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-25 15:20:10 +00:00
Kirill Lipatov (Leency)
5df2bd058a
mblocks: -1 IMG sector
...
games.ini & allgames: use /kg/ link for /kolibrios/games to get -1 IMG sector
git-svn-id: svn://kolibrios.org@7981 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-25 14:20:17 +00:00
7c81cafa41
c--: Add Makefile.win32 and Makefile.lin32.
...
git-svn-id: svn://kolibrios.org@7980 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-24 22:34:13 +00:00
0635de46a3
Fix use_fasm.lua file to work on Windows.
...
git-svn-id: svn://kolibrios.org@7979 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-24 22:34:03 +00:00
Kirill Lipatov (Leency)
ad83141d5d
fix prior
...
git-svn-id: svn://kolibrios.org@7978 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-24 16:51:53 +00:00
Kirill Lipatov (Leency)
25c205ad05
IconEdit 0.7 Beta: open image of any color depth, bugfixes
...
lib/patterns/libimg_load_skin.h: convert into object
git-svn-id: svn://kolibrios.org@7977 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-24 16:46:26 +00:00
Kirill Lipatov (Leency)
b75bb6ed4d
delete Aelia
...
git-svn-id: svn://kolibrios.org@7976 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-24 00:50:02 +00:00
Kirill Lipatov (Leency)
7f30709b5c
quark: working "search next"
...
git-svn-id: svn://kolibrios.org@7975 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-24 00:18:40 +00:00
Kirill Lipatov (Leency)
d22e3a158e
fix prior
...
git-svn-id: svn://kolibrios.org@7973 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-23 11:28:19 +00:00
Kirill Lipatov (Leency)
8d15602e0a
cmm/lib/collection: remove restriction of maximum elements
...
webview: remove restriction of links count
eolite: remove restriction of max elements in list + 6 times speed up the open of big folders!
git-svn-id: svn://kolibrios.org@7972 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-23 11:26:58 +00:00
hidnplayr
e167f0de89
bugfix
...
git-svn-id: svn://kolibrios.org@7971 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-22 22:46:40 +00:00
Kirill Lipatov (Leency)
d9aa711ac9
WebView 2.6: rewrite links, fix crashes
...
git-svn-id: svn://kolibrios.org@7970 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-22 21:39:04 +00:00
hidnplayr
ed82b4c1bb
HTTP lib: experimental support for ring buffers
...
git-svn-id: svn://kolibrios.org@7969 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-22 15:49:00 +00:00
hidnplayr
8ac977e2e4
use relative path
...
git-svn-id: svn://kolibrios.org@7966 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-22 12:37:42 +00:00
Kirill Lipatov (Leency)
16d9933413
rename @rb into rb
...
git-svn-id: svn://kolibrios.org@7962 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-20 19:42:38 +00:00
Kirill Lipatov (Leency)
06a59f5da7
move rb and skinsel to outdated folder
...
git-svn-id: svn://kolibrios.org@7961 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-20 19:41:02 +00:00
Kirill Lipatov (Leency)
8ad1428a03
icons32.png: add Backy icon
...
appearance: bugfixes
quark: update search
git-svn-id: svn://kolibrios.org@7960 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-20 19:34:09 +00:00
Kirill Lipatov (Leency)
baa8e3dca2
boxlib/tree_list: react on double click as on enter
...
ftpc: set default user and server (kolibrios.org), some cosmetic improvements
beat and playnote: add to ISO
git-svn-id: svn://kolibrios.org@7959 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-20 13:15:53 +00:00
Kirill Lipatov (Leency)
12a6b7f2fb
menuetlibc: fix e_exp.s by Bughunter
...
git-svn-id: svn://kolibrios.org@7958 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-20 08:53:42 +00:00
Kirill Lipatov (Leency)
4fa1e75fb3
icon_new: also fix RMB, thanks Prohor for found issue
...
asciivju: better code, bigger fonts
quark: bugfixes
git-svn-id: svn://kolibrios.org@7957 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-20 01:13:52 +00:00
Kirill Lipatov (Leency)
7c4990bd81
sysmon: kill process by delete key
...
@icon: fix old issue with accedental icon click when user moved clicked mouse from active window
git-svn-id: svn://kolibrios.org@7956 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-19 21:39:09 +00:00
Kirill Lipatov (Leency)
895aef63b4
revert cubeline
...
git-svn-id: svn://kolibrios.org@7955 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-19 20:38:52 +00:00
Kirill Lipatov (Leency)
cc8ba8e9ab
fix 3
...
git-svn-id: svn://kolibrios.org@7954 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-19 20:35:55 +00:00
Kirill Lipatov (Leency)
26f247ef3e
fix 2
...
git-svn-id: svn://kolibrios.org@7953 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-19 20:34:22 +00:00
Kirill Lipatov (Leency)
6db10214da
fix cubeline
...
git-svn-id: svn://kolibrios.org@7952 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-19 20:33:01 +00:00
Kirill Lipatov (Leency)
162ca649ef
cmm/txtread: delete app
...
bgitest: move to other/outdated
git-svn-id: svn://kolibrios.org@7951 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-19 20:28:37 +00:00
Magomed Kostoev (mkostoevr)
a78dbc7bec
Typo in dlfcn.c
...
git-svn-id: svn://kolibrios.org@7950 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-19 12:05:54 +00:00
Magomed Kostoev (mkostoevr)
9cf480409c
Add functions from <libgen.h>
...
Add memrchr.c
git-svn-id: svn://kolibrios.org@7949 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-19 11:02:39 +00:00
Magomed Kostoev (mkostoevr)
01b4a611af
Make examples more presentable.
...
git-svn-id: svn://kolibrios.org@7948 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-19 09:38:59 +00:00
Kirill Lipatov (Leency)
3e707a6c81
Replace TxtRead by Quark in IMG
...
git-svn-id: svn://kolibrios.org@7946 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-18 10:47:08 +00:00
Kirill Lipatov (Leency)
4f8e6dce11
cmm: fix strstri
...
webview: fix <> in non-html files
quark: search updates
git-svn-id: svn://kolibrios.org@7945 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-18 10:03:45 +00:00
pavelyakov
e43264a49a
Addition new function base64_encode
...
git-svn-id: svn://kolibrios.org@7944 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-18 08:21:38 +00:00
theonlymirage
63b9f19b26
WebView: check URL (on "./" and absolute path) when downloading files and copying link to clipboard
...
git-svn-id: svn://kolibrios.org@7943 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-17 23:23:52 +00:00
Kirill Lipatov (Leency)
0339c3b1d7
Backy: update by JohnXenox
...
git-svn-id: svn://kolibrios.org@7942 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-17 20:32:47 +00:00
Kirill Lipatov (Leency)
97e06fdb45
Quark v0.7
...
git-svn-id: svn://kolibrios.org@7941 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-17 20:10:07 +00:00
Kirill Lipatov (Leency)
d23d7c335a
upload apps by JohnXenox: Beat, PlayNote
...
git-svn-id: svn://kolibrios.org@7940 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-17 20:07:05 +00:00
Kirill Lipatov (Leency)
f871bfac83
eskin: check skin exists 5 times with delay
...
git-svn-id: svn://kolibrios.org@7939 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-17 18:05:05 +00:00
Kirill Lipatov (Leency)
6649d8f84c
eskin: fix for KIV images located at /kolibrios and /usbhd drives, it checks is the file exists for 5 times with perioud 1 second
...
fNav, kfar: add assoc dtp=skincfg
cmm/osupdate: upload
git-svn-id: svn://kolibrios.org@7938 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-17 15:52:41 +00:00
Kirill Lipatov (Leency)
bb77db0f44
icons16.png: new icon for .pal and .dtp files
...
skincfg: support of .dtp file open
git-svn-id: svn://kolibrios.org@7937 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-17 13:31:17 +00:00
Kirill Lipatov (Leency)
6c633e78a7
hardware_support.htm: update; webview: bugfixes
...
git-svn-id: svn://kolibrios.org@7936 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-17 11:35:02 +00:00
Kirill Lipatov (Leency)
43c32e08ff
WebView: fix parsetag
...
@menu: better contrast for skins with sc.work equal to 0x000000
git-svn-id: svn://kolibrios.org@7935 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-16 22:01:17 +00:00
Kirill Lipatov (Leency)
ffdb75ee7f
graph_tablelib: remove, non-actual anymore
...
git-svn-id: svn://kolibrios.org@7934 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-16 19:31:04 +00:00
Kirill Lipatov (Leency)
ee1482b98d
graph: set proper edit_box structure
...
git-svn-id: svn://kolibrios.org@7933 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-16 19:15:59 +00:00
Kirill Lipatov (Leency)
6507728dc6
Bomber: revert rev.7670 "compress images by Andrey Oskin"
...
git-svn-id: svn://kolibrios.org@7932 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-16 15:21:52 +00:00
Kirill Lipatov (Leency)
1a76473439
demos/3d/flatwav: small update, add to ISO, fix RUS menu.dat
...
git-svn-id: svn://kolibrios.org@7930 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-16 14:59:32 +00:00
IgorA
6ac952ed64
new program 'img_transform',
...
small fix in 'tinygl.obj'
git-svn-id: svn://kolibrios.org@7929 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-16 14:36:52 +00:00
Kirill Lipatov (Leency)
734b394c93
fix various bugs found by Yuriy Olegov
...
git-svn-id: svn://kolibrios.org@7928 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-16 13:32:10 +00:00
Magomed Kostoev (mkostoevr)
733e326d0a
Rewrite Backy to compile with GCC.
...
git-svn-id: svn://kolibrios.org@7927 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-16 11:58:21 +00:00
Magomed Kostoev (mkostoevr)
fa93417e04
Add lib binaries for dynamic linking (IDK, why SVN skept em before)
...
git-svn-id: svn://kolibrios.org@7926 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-16 08:15:45 +00:00
Magomed Kostoev (mkostoevr)
90cf9246ac
Implement dynamic linking with system libraries via -lsyslibname:
...
console.obj
http.ibj
InputBox.obj
Add header files for apps what dynamically link these libraries.
git-svn-id: svn://kolibrios.org@7925 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-16 08:07:10 +00:00
Kirill Lipatov (Leency)
67dc3cd6fc
Quark v0.3: generate buffer only for visible items, handle selection on key move, bugfixes
...
git-svn-id: svn://kolibrios.org@7924 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-15 22:00:20 +00:00
Kirill Lipatov (Leency)
2d5f2b0bcf
Quark: upload
...
remove duplicated Fever skins with "rounded" corner
git-svn-id: svn://kolibrios.org@7921 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-15 19:59:10 +00:00
Kirill Lipatov (Leency)
2b4eae90f6
cmm: various fixes
...
git-svn-id: svn://kolibrios.org@7920 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-15 08:09:03 +00:00
Kirill Lipatov (Leency)
e8665a7cf1
editbox update by Prohor N.
...
git-svn-id: svn://kolibrios.org@7919 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-14 19:14:14 +00:00
pavelyakov
a77ff41f5a
add hash function
...
git-svn-id: svn://kolibrios.org@7916 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-14 12:36:18 +00:00
Kirill Lipatov (Leency)
9410fc9d15
WebView 2.5: open new urls in the process that already exists
...
git-svn-id: svn://kolibrios.org@7914 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-11 23:02:41 +00:00
Kirill Lipatov (Leency)
7cdee9c3db
Eolite: fix WaitEventTimeout()
...
git-svn-id: svn://kolibrios.org@7913 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-11 14:11:23 +00:00
Kirill Lipatov (Leency)
b1fc336bff
fix prior
...
git-svn-id: svn://kolibrios.org@7912 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-11 07:59:44 +00:00
Kirill Lipatov (Leency)
27cb400814
cmm move small aps into cmm/misc folder
...
git-svn-id: svn://kolibrios.org@7911 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-11 07:58:18 +00:00
Kirill Lipatov (Leency)
842c228f23
add tcc/samples/build_all.sh
...
git-svn-id: svn://kolibrios.org@7910 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-11 07:32:44 +00:00
Kirill Lipatov (Leency)
d1df3e2bfe
cmm tabs: slightly better implementation
...
git-svn-id: svn://kolibrios.org@7909 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-10 12:49:02 +00:00
Kirill Lipatov (Leency)
c50bb3b7c6
graph: attempt to fix editbox
...
table wider editbox
git-svn-id: svn://kolibrios.org@7908 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-10 10:00:04 +00:00
Kirill Lipatov (Leency)
8de4b5e6f5
upload drives.h
...
git-svn-id: svn://kolibrios.org@7907 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-10 01:46:53 +00:00
Kirill Lipatov (Leency)
6d14f374a8
SysMon: show all tmp disks, reparate general tab into two, precise calculation of rd disk empty space
...
git-svn-id: svn://kolibrios.org@7906 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-10 01:44:40 +00:00
Kirill Lipatov (Leency)
d4d33ff3c1
fix prior
...
git-svn-id: svn://kolibrios.org@7905 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-09 21:02:10 +00:00
Kirill Lipatov (Leency)
80a6eb4355
editbox: remove selection if element was deactivated
...
git-svn-id: svn://kolibrios.org@7904 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-09 20:59:51 +00:00
Kirill Lipatov (Leency)
6db54831c3
editbox: move cursor to the end of the inserted string by Prohor Nikiforov and me
...
git-svn-id: svn://kolibrios.org@7903 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-09 17:27:59 +00:00
Kirill Lipatov (Leency)
dd347862d8
calendar: update time on button click, not by timeout
...
git-svn-id: svn://kolibrios.org@7902 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-08 15:07:58 +00:00
Kirill Lipatov (Leency)
0639ff9a42
more apps into testing folder
...
git-svn-id: svn://kolibrios.org@7900 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-08 13:02:22 +00:00
Kirill Lipatov (Leency)
d38df2bc63
move some apps to the programs/testing folder
...
git-svn-id: svn://kolibrios.org@7899 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-08 12:54:55 +00:00
Kirill Lipatov (Leency)
5f2e203df5
fix prior
...
git-svn-id: svn://kolibrios.org@7898 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-08 12:23:04 +00:00
Kirill Lipatov (Leency)
00f9e8a85f
table: fix the detection of separator in a small files (fix issue #61 )
...
git-svn-id: svn://kolibrios.org@7897 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-08 12:20:36 +00:00
Kirill Lipatov (Leency)
e0f03c3085
charUni.mt: invisible tab and new line characters by Pathoswithin
...
git-svn-id: svn://kolibrios.org@7895 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-08 08:12:08 +00:00
bdd9a3634d
KWINE v0.0.3
...
into msvcrt.dll added:
- putchar
- strchr
- strrchr
- strcpy
- strncpy
- memset
- memcpy
- memcmp
- time
- mktime
- localtime
- difftime
- srand
- rand
new samples
- rnd_arr1.exe
- string2.exe
git-svn-id: svn://kolibrios.org@7894 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-07 22:14:53 +00:00
Kirill Lipatov (Leency)
88a13211ae
WebView: refresh the page of clear cache, bugfixes
...
git-svn-id: svn://kolibrios.org@7893 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-07 21:13:43 +00:00
hidnplayr
b88f3e2118
Small fixes
...
git-svn-id: svn://kolibrios.org@7892 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-07 20:35:35 +00:00
hidnplayr
d0a8eb080c
Ping: Initiate ICMP packet id with program PID, receive more packets if ID didnt match and timeout didnt exceed.
...
git-svn-id: svn://kolibrios.org@7891 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-07 20:33:25 +00:00
Kirill Lipatov (Leency)
f53424d741
ircc: colors live update
...
git-svn-id: svn://kolibrios.org@7890 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-07 20:03:43 +00:00
Kirill Lipatov (Leency)
b38cab6054
icons16.png: small colors tweak to bring them into the common gamma
...
eng/settings/menu.dat: general update, sunc with rus
/data/rus/pipetka: remove as it is closed-source and replace by
pipet: add to IMG/develop/pipet (open-source, copy to clipboard function)
cmm/lib/io.h: fix library function
ircc: add 'x' to the close button, update tab colors to fix low contrast on some skins
git-svn-id: svn://kolibrios.org@7889 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-07 15:43:50 +00:00
a7d4a56bcc
fix bug in "localtime" and "mktime" functions
...
git-svn-id: svn://kolibrios.org@7888 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-07 12:22:17 +00:00
Kirill Lipatov (Leency)
de9b63ce9e
fix #2
...
git-svn-id: svn://kolibrios.org@7887 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-07 10:09:29 +00:00
Kirill Lipatov (Leency)
4329c0c1c3
fix prior
...
git-svn-id: svn://kolibrios.org@7886 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-07 10:07:48 +00:00
Kirill Lipatov (Leency)
eb33af59d1
add backy to IMG, update cmm/lib/collection.h
...
git-svn-id: svn://kolibrios.org@7885 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-07 10:05:01 +00:00
Kirill Lipatov (Leency)
f2f9a45881
no autobuild, packed bin
...
git-svn-id: svn://kolibrios.org@7884 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-07 09:35:05 +00:00
Kirill Lipatov (Leency)
f3e6a74f6b
upload Backy by JohnXenox, trying to Autobuild
...
git-svn-id: svn://kolibrios.org@7883 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-07 09:32:00 +00:00
Magomed Kostoev (mkostoevr)
dd92e74f77
Make it buildable by both TCC and GCC.
...
Remove extra readme.txt (all info is in fat12.c)
git-svn-id: svn://kolibrios.org@7882 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-07 09:30:37 +00:00
pavelyakov
40267e753c
Upd: function indexArray, add: new example
...
git-svn-id: svn://kolibrios.org@7881 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-07 08:16:59 +00:00
da6a4c5b74
kwine: added time function
...
git-svn-id: svn://kolibrios.org@7880 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-06 22:35:48 +00:00
Kirill Lipatov (Leency)
05286caf32
KIV: save window size and position, if not set use 2/3 of screen
...
APP+: if param then automount this path
git-svn-id: svn://kolibrios.org@7879 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-06 17:54:44 +00:00
Kirill Lipatov (Leency)
249e0b8ea6
menu: fix keys
...
lib/strings.h: fix strstri()
Eolite:
- fix sorting
- paste in a new process
- delete and properties in a new process for a single item
git-svn-id: svn://kolibrios.org@7878 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-06 15:53:34 +00:00
IgorA
c82fc5ccb8
t_edit:
...
fixed color highlighting at the end of the file,
scrolling with the mouse wheel 3 lines.
git-svn-id: svn://kolibrios.org@7877 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-06 14:30:11 +00:00
94487a9544
delete make_old.txt
...
git-svn-id: svn://kolibrios.org@7876 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-06 10:46:26 +00:00
81120905e2
kwine v0.0.2
...
git-svn-id: svn://kolibrios.org@7873 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-05 22:40:04 +00:00
Kirill Lipatov (Leency)
ac0309d8c4
Eskin: if skin file was not defined then no skin set. Default system skin will be used in this case. Probably a bit speedup system boot.
...
TxtRead: autodetect encoding, fix about encoding
git-svn-id: svn://kolibrios.org@7872 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-05 22:38:26 +00:00
Kirill Lipatov (Leency)
1d3e5422e8
move eskin.ini settings into system.ini
...
git-svn-id: svn://kolibrios.org@7870 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-05 21:42:00 +00:00
Kirill Lipatov (Leency)
c5ceb21ce1
unimg: cross compiling, revert back deleted functionality
...
git-svn-id: svn://kolibrios.org@7869 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-05 21:14:05 +00:00
Magomed Kostoev (mkostoevr)
fa23477ae5
Rewrite unimg to compile with GCC (-60% of size).
...
git-svn-id: svn://kolibrios.org@7868 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-05 18:38:41 +00:00
Kirill Lipatov (Leency)
e4b948b955
various small updates
...
git-svn-id: svn://kolibrios.org@7867 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-05 12:09:37 +00:00
Kirill Lipatov (Leency)
7169ea5d6b
file managers: associate .img with unimg
...
add LUA to ISO
git-svn-id: svn://kolibrios.org@7866 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-05 01:16:36 +00:00
Kirill Lipatov (Leency)
7d89f2686a
MENU.DAT: general update of Russian version
...
UNIMG: upload binnary, add to IMG
KWINE: upload to SVN, add to ISO
git-svn-id: svn://kolibrios.org@7864 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-05 00:40:51 +00:00
Kirill Lipatov (Leency)
dad5229ccd
FASM: fix whole system hung if source was "dd %t" (by Prohor Nikiforov)
...
KFM: buildin buttons.bmp
CMM: update libs
git-svn-id: svn://kolibrios.org@7863 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-04 23:50:41 +00:00
6aac7a3d5a
kiv: fix loading of toolbar icons.
...
Toolbar icons are loaded not in runtime from an image file but in
compile time via fasm preprocessor script. An error was introduced in
r7860 which is fixed now.
git-svn-id: svn://kolibrios.org@7862 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-04 14:02:04 +00:00
IgorA
e74d295b71
buf2d.obj: update function 'buf2d_bit_blt'
...
git-svn-id: svn://kolibrios.org@7861 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-04 11:55:42 +00:00
5a520e0752
kiv: Add a button to switch scaling modes.
...
Two scaling modes (fit to the window, no scaling) were implemented
some time ago. One can switch them with not obvious shortcuts 'w' and
'=' (like in sxiv). This commit adds a button to the toolbar to do the
same.
Also, the window title now mentions the number of supported images in
the current directory, not the total number of files in it.
Align code to the kernel style guide.
git-svn-id: svn://kolibrios.org@7860 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-04 00:27:28 +00:00
Kirill Lipatov (Leency)
78851ff66b
FASM 1.73.24 by Prohor Nikiforov
...
git-svn-id: svn://kolibrios.org@7859 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-03 13:24:00 +00:00
pavelyakov
b9a45ff5fe
GOLANG: addition
...
git-svn-id: svn://kolibrios.org@7858 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-03 09:30:20 +00:00
Magomed Kostoev (mkostoevr)
d7529d70c3
Fix issue #48 [ http://bugs.kolibri-n.org/?id=48 ]
...
git-svn-id: svn://kolibrios.org@7857 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-03 08:21:08 +00:00
Magomed Kostoev (mkostoevr)
a76259a20a
Update libck.a:
...
Add <dlfcn.h> functions
Update sysmalloc, sysrealloc and sysfree to preserve general purpose registers.
Remove (likely accidentaly inserted) wtalloc.o.
git-svn-id: svn://kolibrios.org@7856 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-03 08:13:04 +00:00
Magomed Kostoev (mkostoevr)
71b99beec5
Make libck project self-containing.
...
git-svn-id: svn://kolibrios.org@7855 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-03 08:09:36 +00:00
Kirill Lipatov (Leency)
7f1f263ff5
cmm: cleanup
...
git-svn-id: svn://kolibrios.org@7854 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-01 20:57:17 +00:00
Kirill Lipatov (Leency)
77815b3f9e
trying to fix build
...
git-svn-id: svn://kolibrios.org@7853 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-01 19:10:48 +00:00
Kirill Lipatov (Leency)
f3fcde3a95
aelia: last update before deletion
...
git-svn-id: svn://kolibrios.org@7852 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-01 19:04:12 +00:00
Magomed Kostoev (mkostoevr)
be1d6256c6
Second call of dlerror should return NULL by the POSIX standard.
...
git-svn-id: svn://kolibrios.org@7851 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-30 11:01:55 +00:00
Kirill Lipatov (Leency)
ef6d8a9089
remove duplication simple, force to add lib/*
...
git-svn-id: svn://kolibrios.org@7850 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-30 10:05:04 +00:00
Kirill Lipatov (Leency)
b364fe71e3
TCC: join two dirs into one
...
git-svn-id: svn://kolibrios.org@7849 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-30 09:59:56 +00:00
Kirill Lipatov (Leency)
60c6638d09
@MENU: fix Y position of threads in case when menu appearas on top
...
Closes issue http://bugs.kolibri-n.org/?id=32
git-svn-id: svn://kolibrios.org@7848 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-30 09:28:58 +00:00
Magomed Kostoev (mkostoevr)
46051e254f
Add <dlfcn.h> functions to libck.a (these functions initialize COFF library the same way as dll.inc)
...
git-svn-id: svn://kolibrios.org@7847 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-30 08:47:52 +00:00
Kirill Lipatov (Leency)
7fa0f1b5ea
update TinyBasic bin, no autobuild
...
git-svn-id: svn://kolibrios.org@7846 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-29 20:53:10 +00:00
Kirill Lipatov (Leency)
5a5f9eb384
TinyBasic: fix issue with extended keys like arrows
...
Trying to add to autobuild
git-svn-id: svn://kolibrios.org@7845 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-29 20:43:31 +00:00
pavelyakov
da33359efc
LISP: update version
...
git-svn-id: svn://kolibrios.org@7844 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-29 18:58:22 +00:00
Magomed Kostoev (mkostoevr)
3aee626ccb
New tool: unimg - KolibriOS image unpacker.
...
git-svn-id: svn://kolibrios.org@7843 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-29 14:16:25 +00:00
Kirill Lipatov (Leency)
d84a8119f0
small fixes
...
git-svn-id: svn://kolibrios.org@7842 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-29 11:16:30 +00:00
Kirill Lipatov (Leency)
8b304aa59e
faster nsinstall
...
git-svn-id: svn://kolibrios.org@7841 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-29 00:47:51 +00:00
Kirill Lipatov (Leency)
bceb72f67a
upload fasm.txt (manual)
...
git-svn-id: svn://kolibrios.org@7840 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-28 23:37:24 +00:00
Kirill Lipatov (Leency)
00fce03e89
add new fasm to autobuild
...
git-svn-id: svn://kolibrios.org@7839 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-28 23:30:33 +00:00
Kirill Lipatov (Leency)
ad3dc1f530
return to commot 'lang eq'
...
git-svn-id: svn://kolibrios.org@7838 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-28 23:28:46 +00:00
Kirill Lipatov (Leency)
b19b80fd33
remove binnary
...
git-svn-id: svn://kolibrios.org@7837 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-28 23:25:34 +00:00
Kirill Lipatov (Leency)
0e67df68e0
FASM 1.73.23 by Prohor Nikiforov
...
git-svn-id: svn://kolibrios.org@7836 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-28 23:24:56 +00:00
Kirill Lipatov (Leency)
f7731a6366
netsurf is coming back
...
git-svn-id: svn://kolibrios.org@7835 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-28 19:56:44 +00:00
Kirill Lipatov (Leency)
4c9dd0828e
add '-ker' key to kpack to pack kernel
...
remove kerpack from IMG
git-svn-id: svn://kolibrios.org@7834 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-28 18:03:20 +00:00
Kirill Lipatov (Leency)
e234763f2f
fix prior
...
git-svn-id: svn://kolibrios.org@7833 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-28 14:52:26 +00:00
Kirill Lipatov (Leency)
0c92eb0b2e
scrshoot: less options
...
git-svn-id: svn://kolibrios.org@7832 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-28 14:50:37 +00:00
pavelyakov
3805e04938
CMM Array: new function indexArray
...
git-svn-id: svn://kolibrios.org@7831 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-27 20:18:23 +00:00
Kirill Lipatov (Leency)
0a88d5d814
KPACK: bigger font, FASM: upd UI
...
git-svn-id: svn://kolibrios.org@7829 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-27 19:11:13 +00:00
Kirill Lipatov (Leency)
50528bfbed
fasm: bigger font
...
git-svn-id: svn://kolibrios.org@7824 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-27 11:02:30 +00:00
Kirill Lipatov (Leency)
039ba54ea6
various fixes
...
git-svn-id: svn://kolibrios.org@7823 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-25 14:36:28 +00:00
Kirill Lipatov (Leency)
28e25cb9c5
revert Estonian translation, add Italian translation (thanks Google Translate)
...
git-svn-id: svn://kolibrios.org@7822 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-24 21:04:21 +00:00
Kirill Lipatov (Leency)
3b73f5a88d
Fix KosChess game, fix Tynypad Italian lables, add Vaporwave skin
...
git-svn-id: svn://kolibrios.org@7821 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-24 18:36:36 +00:00
0408ac5bde
kolibrisys.h fix: added missing _ksys_pci_write_config_dword signature
...
git-svn-id: svn://kolibrios.org@7820 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-23 11:22:34 +00:00
Kirill Lipatov (Leency)
cb460e1265
Small UI fixes
...
git-svn-id: svn://kolibrios.org@7819 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-22 20:42:35 +00:00
Kirill Lipatov (Leency)
f3e196d8aa
TxtRead 1.4: add search
...
git-svn-id: svn://kolibrios.org@7818 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-21 20:49:38 +00:00
hidnplayr
27e32a883f
Fix typo
...
git-svn-id: svn://kolibrios.org@7817 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-20 18:46:49 +00:00
Kirill Lipatov (Leency)
2d68dc5bfc
force Eolite rebuild
...
git-svn-id: svn://kolibrios.org@7816 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-20 09:50:47 +00:00
Kirill Lipatov (Leency)
d3a18b87d5
upd lib/keyboard.h
...
git-svn-id: svn://kolibrios.org@7814 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-20 09:38:27 +00:00
Kirill Lipatov (Leency)
5e88509341
Eolite: add burger menu
...
git-svn-id: svn://kolibrios.org@7813 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-20 09:37:37 +00:00
Kirill Lipatov (Leency)
23edf2e721
return back mem_init()
...
git-svn-id: svn://kolibrios.org@7812 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-20 01:06:24 +00:00
hidnplayr
0b226f50ba
Add AR8171
...
git-svn-id: svn://kolibrios.org@7810 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-19 17:53:55 +00:00
0cdc4d3e93
SHELL 0.8.1 changelog
...
- added output redirection to file (> >>) for echo command
e.g. echo "<html>">123.txt ; echo a b c >> y.txt
git-svn-id: svn://kolibrios.org@7808 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-18 14:11:23 +00:00
Kirill Lipatov (Leency)
fc1a2c6aad
fix lib/system.h
...
git-svn-id: svn://kolibrios.org@7807 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-17 23:54:21 +00:00
Kirill Lipatov (Leency)
2eda7fed5c
tinypad: no optim_save by default
...
eolite: fix crash on put image h<1
cmm: rename colors to the short one "sc"
git-svn-id: svn://kolibrios.org@7806 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-17 23:52:24 +00:00
610a0f5c6e
fixed bug with cd ../
...
fixed cd . and cd ./ behavior
git-svn-id: svn://kolibrios.org@7805 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-17 21:43:55 +00:00
Kirill Lipatov (Leency)
667c49c5af
WebView: fix crash on End and PgDown
...
mousecfg: -1 img sector
Eolite: small fixes and improvements in status bar
git-svn-id: svn://kolibrios.org@7804 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-17 17:04:54 +00:00
1a812a14c6
change version to 0.8
...
git-svn-id: svn://kolibrios.org@7803 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-16 21:53:23 +00:00
b8b18f32a0
SHELL 0.8 changelog
...
- added mv command
- added ren command
- now ls works also with relative pathes
- fixed bug in strrchr
git-svn-id: svn://kolibrios.org@7802 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-16 21:50:49 +00:00
Kirill Lipatov (Leency)
d802f7476f
KFM: use @open
...
git-svn-id: svn://kolibrios.org@7801 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-16 15:40:08 +00:00
Kirill Lipatov (Leency)
5c005d6f35
WebView: support *.url link files
...
git-svn-id: svn://kolibrios.org@7800 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-16 14:04:21 +00:00
Kirill Lipatov (Leency)
52e6b02de2
browser bugfixes
...
git-svn-id: svn://kolibrios.org@7799 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-16 06:39:58 +00:00
Kirill Lipatov (Leency)
e510a94760
some final adjustments
...
git-svn-id: svn://kolibrios.org@7798 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-15 20:55:42 +00:00
Kirill Lipatov (Leency)
f07f30b675
mouse: fix; webview support bold text in docx
...
git-svn-id: svn://kolibrios.org@7797 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-15 19:22:26 +00:00
Kirill Lipatov (Leency)
869f0667e0
separators in menus
...
git-svn-id: svn://kolibrios.org@7796 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-15 17:00:34 +00:00
Kirill Lipatov (Leency)
604a9d71a7
fix mispell
...
git-svn-id: svn://kolibrios.org@7795 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-15 13:47:56 +00:00
Kirill Lipatov (Leency)
e766cfbda7
fix liza...
...
git-svn-id: svn://kolibrios.org@7794 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-15 13:47:06 +00:00
Kirill Lipatov (Leency)
56413fb062
icons32.png: new script icon
...
drvinst: restart desktop on video driver install, and a notice for achi driver
syspanel/game center: fix performance issue
git-svn-id: svn://kolibrios.org@7793 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-15 13:44:21 +00:00
b76d44d868
Now for incorrect scripts (which doesnt start with #SHS) shell says that they are incorrect, not "File not found". Also, translated comments from russian to english in two files.
...
git-svn-id: svn://kolibrios.org@7792 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-14 22:21:16 +00:00
Kirill Lipatov (Leency)
abbaaa2ff2
fix browser crash and rare bug with redirects
...
git-svn-id: svn://kolibrios.org@7791 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-14 17:38:31 +00:00
simsanutiy
75a8dbc548
WebView version changed to 2.46
...
git-svn-id: svn://kolibrios.org@7790 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-14 17:24:34 +00:00
simsanutiy
ec3cf3d14a
Add "Open in new tab" abd "Open in new window" buttons to Eolite
...
git-svn-id: svn://kolibrios.org@7789 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-14 16:33:17 +00:00
Kirill Lipatov (Leency)
7ff31d4724
View3DS: support kpacked files
...
WebView: DOCX support
git-svn-id: svn://kolibrios.org@7788 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-14 16:03:24 +00:00
6bc343bd07
SHELL 0.7.8 changelog
...
- fixed bug with ctrl+v
- added navigation in current string by Home, End
- directory highlighting in ls command output
git-svn-id: svn://kolibrios.org@7787 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-14 14:46:35 +00:00
Kirill Lipatov (Leency)
4ad25a75b3
@menu: return to orthodox flat design
...
git-svn-id: svn://kolibrios.org@7786 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-14 11:29:55 +00:00
Kirill Lipatov (Leency)
a385ed42e0
move notify.inc into notify3 folder, move cmd to outdated folder
...
git-svn-id: svn://kolibrios.org@7785 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-13 23:21:48 +00:00
Kirill Lipatov (Leency)
06c32b5fc2
various updates
...
git-svn-id: svn://kolibrios.org@7784 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-13 23:11:07 +00:00
Kirill Lipatov (Leency)
d79ae6398f
easyshot v1.3, console: new scrollbar
...
git-svn-id: svn://kolibrios.org@7783 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-13 21:08:28 +00:00
Kirill Lipatov (Leency)
f9bdb60722
finally switch all apps into lmenu and remove old implementation
...
git-svn-id: svn://kolibrios.org@7782 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-13 14:47:37 +00:00
Kirill Lipatov (Leency)
17f2ee8344
CMM Menu: now used in TxtRead, Calypte, IconEdit
...
git-svn-id: svn://kolibrios.org@7781 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-13 13:16:55 +00:00
Kirill Lipatov (Leency)
162d120bc4
lmenu: use fix permissions of shared memory; thanks a lot to tsdima
...
WebView: use lmenu
git-svn-id: svn://kolibrios.org@7780 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-13 11:51:56 +00:00
Kirill Lipatov (Leency)
fbb2253145
fix for a f*cking mem
...
git-svn-id: svn://kolibrios.org@7779 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-12 09:14:17 +00:00
Kirill Lipatov (Leency)
3ad0875d89
Add a new Menu component into IMG, use it in Eolite and Appearance
...
git-svn-id: svn://kolibrios.org@7778 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-11 21:17:55 +00:00
theonlymirage
20689c7864
HAconfig: Fixed offset (height) for popup menu
...
git-svn-id: svn://kolibrios.org@7777 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-11 18:49:33 +00:00
Kirill Lipatov (Leency)
c4b94dcb78
HA Config 0.3.9: bigger font
...
git-svn-id: svn://kolibrios.org@7776 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-11 17:56:21 +00:00
theonlymirage
bacf93e817
Browser: hide "new tab" button with the max number of open tabs
...
git-svn-id: svn://kolibrios.org@7775 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-11 15:49:11 +00:00
Kirill Lipatov (Leency)
1ef8d92a9e
app size decrease
...
git-svn-id: svn://kolibrios.org@7774 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-11 15:48:27 +00:00
Kirill Lipatov (Leency)
2289d86d71
optimize pipes.raw
...
menu: new menu component
git-svn-id: svn://kolibrios.org@7773 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-11 11:00:31 +00:00
Kirill Lipatov (Leency)
14f3457eb8
WebView 2.4a: bugfix
...
git-svn-id: svn://kolibrios.org@7772 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-10 16:37:34 +00:00
Kirill Lipatov (Leency)
672bbcf6a0
WebVIew 2.4: tabs
...
git-svn-id: svn://kolibrios.org@7771 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-10 16:19:52 +00:00
Kirill Lipatov (Leency)
3f59e384f1
WebView: add clear cache feature
...
git-svn-id: svn://kolibrios.org@7770 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-06 19:54:05 +00:00
Kirill Lipatov (Leency)
0a6d41ab86
SYSPANEL: add Russian translation
...
git-svn-id: svn://kolibrios.org@7769 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-06 15:22:12 +00:00
Kirill Lipatov (Leency)
37a69c4efa
cmm: reduce C-- app sizes by removing sprintf() from some apps and libs
...
git-svn-id: svn://kolibrios.org@7768 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-05 19:29:24 +00:00
Kirill Lipatov (Leency)
b62308a5e1
ups, sorry fix #2
...
git-svn-id: svn://kolibrios.org@7767 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-05 18:31:20 +00:00
Kirill Lipatov (Leency)
5e2d6e5253
fix prior
...
git-svn-id: svn://kolibrios.org@7766 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-05 18:30:19 +00:00
Kirill Lipatov (Leency)
7bac0abad3
WebView 2.25: add check for updates function
...
git-svn-id: svn://kolibrios.org@7765 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-05 18:28:02 +00:00
Kirill Lipatov (Leency)
6aa36595f5
WebView 2.2: pages cache, fast DrawBufer.Fill()
...
git-svn-id: svn://kolibrios.org@7764 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-05 07:33:55 +00:00
Kirill Lipatov (Leency)
a3acc97488
fix prior
...
git-svn-id: svn://kolibrios.org@7763 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-04 19:14:23 +00:00
Kirill Lipatov (Leency)
1ae3511fb7
WebView: autodetect encoding, fix crash on "dd" tag overflow, write ipfame link
...
git-svn-id: svn://kolibrios.org@7762 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-04 19:13:03 +00:00
Kirill Lipatov (Leency)
52461ceda9
add forgotten tcc files
...
git-svn-id: svn://kolibrios.org@7760 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-04 15:15:50 +00:00
Kirill Lipatov (Leency)
1fa2b55388
WebView 2.1: ordered list support, feature to change encoding manually
...
git-svn-id: svn://kolibrios.org@7759 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-04-03 23:17:28 +00:00
Kirill Lipatov (Leency)
8a746b8351
WebView 2.0 Gold
...
git-svn-id: svn://kolibrios.org@7758 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-30 21:29:52 +00:00
Kirill Lipatov (Leency)
2c4fa5e173
WebView 2.0 beta 4: highlight a link as a single item, more refactoring
...
git-svn-id: svn://kolibrios.org@7757 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-29 10:57:14 +00:00
Kirill Lipatov (Leency)
7b61a5afa1
fix searchapp
...
git-svn-id: svn://kolibrios.org@7756 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-27 20:18:44 +00:00
Kirill Lipatov (Leency)
f608182ea2
WebView 2.0 beta 2: WebView.c refactoring
...
git-svn-id: svn://kolibrios.org@7755 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-27 10:38:54 +00:00
Kirill Lipatov (Leency)
6a00fc624a
compress animage graphics, webview fix
...
git-svn-id: svn://kolibrios.org@7754 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-26 02:22:41 +00:00
Kirill Lipatov (Leency)
d05eee0368
WebView 2.0 beta 1:
...
- rewrite tag parsing procedure to use collections
- completely refactor TWB component
- fix a couple of issues: broken tabs in <pre>, mishandle of local page not found, anchors memory leak
- so finally all id's and names are included as anchors*
(*some anchors in web still don't work)
git-svn-id: svn://kolibrios.org@7752 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-26 00:12:32 +00:00
Kirill Lipatov (Leency)
00d0aad98e
fix liza
...
git-svn-id: svn://kolibrios.org@7751 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-25 00:23:58 +00:00
Kirill Lipatov (Leency)
e7484ebe37
WebView 1.94: code refactoring and bugfixing; also
...
- rework source code view, open it in a new tab
- fix tagparm parsing for case: src=./images/KolibriOS_logo2.jpg?sid=e8ece8b38b
- fix: show image text in multiple lines if need
git-svn-id: svn://kolibrios.org@7750 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-25 00:18:19 +00:00
Kirill Lipatov (Leency)
eaed653ad3
WebView 1.93:
...
- handle the case when '&' is written as non special caracter like
- handle emply lines of list to aboid more than 2 emply lines for better readability
- improve img tag display
- show colored background of all text in debug mode
- improve page display if no html or body tag but the page is still has tags to display
git-svn-id: svn://kolibrios.org@7749 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-23 15:53:56 +00:00
Kirill Lipatov (Leency)
f53868d3c8
WebView 1.92:
...
- fix crash with <img> tag
- fix links hovering on the header
- update gate.aspero.pro so it toss a redirect location to the browser
- allow websearch with the space in phrase
- allow render pages with <html> without <body> tag
- Ctrl+O to open files via OpenDialog
git-svn-id: svn://kolibrios.org@7748 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-23 01:11:31 +00:00
Kirill Lipatov (Leency)
26ac5e5b3f
fix misspell
...
git-svn-id: svn://kolibrios.org@7747 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-22 19:54:20 +00:00
Kirill Lipatov (Leency)
8256819a57
WebView 1.9: tweaks for better view, reworked source view
...
git-svn-id: svn://kolibrios.org@7746 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-22 19:50:16 +00:00
pavelyakov
4d5b6935a6
Lisp: upd new function.
...
git-svn-id: svn://kolibrios.org@7745 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-22 11:50:49 +00:00
pavelyakov
bf41544e29
Upd: Lisp interpreter v1.5
...
git-svn-id: svn://kolibrios.org@7744 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-21 23:26:21 +00:00
Kirill Lipatov (Leency)
a1815a31ee
WebView 1.85: russification, new feature to search the web, allow to set background color of the text, add help page, more hotkeys
...
Pixie: better icon of audio button
git-svn-id: svn://kolibrios.org@7743 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-21 18:49:45 +00:00
Kirill Lipatov (Leency)
ce732ebdd3
WebView 1.84:
...
- deny more than 2 empty line breaks
- h1 is now bolder than h2, propper align of list items, show buttons, distinct images in text
- add hotkeys
- improve proceed of urls
git-svn-id: svn://kolibrios.org@7742 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-21 14:33:54 +00:00
pavelyakov
1db21b9e5d
Update library array.
...
git-svn-id: svn://kolibrios.org@7741 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-21 13:38:17 +00:00
pavelyakov
eed7aee495
Addition new function for crc32 checksum!
...
git-svn-id: svn://kolibrios.org@7740 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-21 10:59:27 +00:00
Kirill Lipatov (Leency)
0cee7aa77a
WebView 1.83:
...
- hack to show all text on the page, even if Y>32000
- open urls with #tag in the end
- fix page open for some cases
git-svn-id: svn://kolibrios.org@7739 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-20 01:28:59 +00:00
Kirill Lipatov (Leency)
e1d611df85
WebView 1.82: dynamic realloc finally, working anchors again!
...
git-svn-id: svn://kolibrios.org@7738 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-18 00:45:36 +00:00
a0a18277da
libimg: tiff: Don't rely on EOI tag at the end of the strip.
...
Reference implementation (libtiff) has a workaround: precalculate data
size of the strip and don't rely on EOI tag of specific bit length.
This allow to read some invalid TIFF LZW images by my old scanner.
git-svn-id: svn://kolibrios.org@7735 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-07 12:54:18 +00:00
57b2e6af66
pcidev: Increase the number of reported IRQs from 24 to 64.
...
git-svn-id: svn://kolibrios.org@7732 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-03-02 04:25:06 +00:00
Kirill Lipatov (Leency)
32c1aaa506
notes: fix hotkeys of editbox with the ctrl like copy|paste
...
git-svn-id: svn://kolibrios.org@7730 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-02-25 15:14:47 +00:00
d8113abd2e
kiv: Fix canvas size calculation bug when pressing '=' twice.
...
Reported by Leency:
1. Open "Home.jpg" image in KIV.
2. Press '=' two or more times.
=> Each time image becomes smaller on the right bottom.
git-svn-id: svn://kolibrios.org@7726 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-02-20 01:26:27 +00:00
3163804b76
calendar: Fix typos in short day names ( fixes #127 ).
...
git-svn-id: svn://kolibrios.org@7725 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-02-19 23:22:49 +00:00
49fa7c89bf
calendar: Fix week day calculation ( resolve #127 ).
...
Note: qemu-system-i386 ... -rtc base="2020-02-02T23:59:45"
git-svn-id: svn://kolibrios.org@7724 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-02-19 23:15:56 +00:00
97d8594f28
Add Newton fractal demo.
...
Accepts @ss parameter to run as a screen saver.
Written in UASM by 0CorErr.
Translated to FASM by dunkaist.
git-svn-id: svn://kolibrios.org@7723 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-02-17 02:52:40 +00:00
Kirill Lipatov (Leency)
eec1dc83ff
WebView 1.8d: replace Space symbol in URL by %20
...
git-svn-id: svn://kolibrios.org@7720 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-02-10 19:53:38 +00:00
Kirill Lipatov (Leency)
6fa329e5b4
update current date in the midnight
...
git-svn-id: svn://kolibrios.org@7717 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-01-16 10:39:14 +00:00
Kirill Lipatov (Leency)
751e3e3d06
fix build, thanks dunkaist
...
git-svn-id: svn://kolibrios.org@7716 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-01-14 21:23:09 +00:00
Kirill Lipatov (Leency)
18917968a9
move stack.txt from the local language folders into a single /kernel/docs/ folder
...
git-svn-id: svn://kolibrios.org@7714 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-01-14 20:12:46 +00:00
633d75c969
libini: Fix ini.del_section to not lose the last byte of a file.
...
git-svn-id: svn://kolibrios.org@7705 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-12-04 22:44:16 +00:00
d96b0532ba
icon_new: Fix off-by-one bug in icon deletion.
...
git-svn-id: svn://kolibrios.org@7704 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-12-02 22:01:29 +00:00
IgorA
773bfc7a0e
add vendor 'Marvell Semiconductor Inc.'
...
git-svn-id: svn://kolibrios.org@7703 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-11-19 16:03:22 +00:00
Kirill Lipatov (Leency)
663f47a564
Update C-- binaries
...
git-svn-id: svn://kolibrios.org@7702 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-11-14 19:44:57 +00:00
Kirill Lipatov (Leency)
266cc44e49
trying to fix build by reverting port.h
...
git-svn-id: svn://kolibrios.org@7701 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-11-14 18:49:53 +00:00
Kirill Lipatov (Leency)
7984195956
upload fixed verion by paulcodeman
...
git-svn-id: svn://kolibrios.org@7700 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-11-14 18:45:31 +00:00
b51d135d5c
libcrash: Sync with upstream.
...
* Add oneshot wrappers.
* Move tables to data section.
* Add/rename macros and fix their use in ssh.
git-svn-id: svn://kolibrios.org@7698 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-10-21 22:33:41 +00:00
488a034278
Copy /kernel/trunk/kglobals.inc to /programs directory.
...
Actually, copy and remove $Revision$ svn keyword.
Macros in this file are useful at least for libraries.
git-svn-id: svn://kolibrios.org@7697 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-10-21 22:33:27 +00:00
Anton Krotov
4f802a86ba
oberon07: update (v1.13)
...
git-svn-id: svn://kolibrios.org@7696 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-10-06 17:55:12 +00:00
Anton Krotov
fe240646ed
delete old files
...
git-svn-id: svn://kolibrios.org@7694 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-09-26 20:32:03 +00:00
Anton Krotov
c4dee82cbc
update
...
git-svn-id: svn://kolibrios.org@7693 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-09-26 20:23:06 +00:00
Kirill Lipatov (Leency)
d6813fbf8f
KosChess: move to appropriate place
...
git-svn-id: svn://kolibrios.org@7686 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-09-08 04:51:29 +00:00
Kirill Lipatov (Leency)
e12f9c8615
KosChess: upload to SVN, add to ISO
...
git-svn-id: svn://kolibrios.org@7685 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-09-08 04:48:34 +00:00
Kirill Lipatov (Leency)
1f66ce3f11
mtdbg: use bigger font by default
...
git-svn-id: svn://kolibrios.org@7683 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-09-05 12:05:58 +00:00
hidnplayr
dd3fcadfa2
fix typo
...
git-svn-id: svn://kolibrios.org@7681 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-08-25 19:06:21 +00:00
hidnplayr
60a2ed9972
Less GUI magic, more GUI logic. It's now possible to compile with a larger font.
...
git-svn-id: svn://kolibrios.org@7677 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-08-24 16:48:24 +00:00
Artem Jerdev (art_zh)
f16345a714
fixed CPUID extended Family/Model detection for modern CPUs
...
git-svn-id: svn://kolibrios.org@7676 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-08-23 20:12:13 +00:00
hidnplayr
e1a519a379
clean up
...
git-svn-id: svn://kolibrios.org@7675 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-08-22 16:38:09 +00:00
IgorA
39e98c4dca
clear code
...
git-svn-id: svn://kolibrios.org@7674 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-08-20 15:22:52 +00:00
fefed7d26d
gomoku: Use 1-bit images instead of chars.
...
git-svn-id: svn://kolibrios.org@7673 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-06-23 00:55:52 +00:00
e196fc9e1b
macros.inc: Allow mcall macro to set ebp register.
...
git-svn-id: svn://kolibrios.org@7672 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-06-23 00:54:35 +00:00
bb04fe3a77
boxlib/progressbar: Fix imul overflow, use 32*32 mul.
...
git-svn-id: svn://kolibrios.org@7671 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-06-18 19:24:22 +00:00
Kirill Lipatov (Leency)
1203d7f120
compress images by Andrey Oskin
...
git-svn-id: svn://kolibrios.org@7670 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-06-10 08:44:54 +00:00
895f0af6ac
Add cmm to autobuild.
...
git-svn-id: svn://kolibrios.org@7669 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-06-05 01:12:14 +00:00
40f4d2b2b9
cmm: Add dirname of the input file to include path.
...
git-svn-id: svn://kolibrios.org@7668 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-06-05 01:08:02 +00:00
Anton Krotov
920044111f
oberon07 compiler: bug fix
...
git-svn-id: svn://kolibrios.org@7667 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-06-04 07:22:50 +00:00
b6b8407c4f
cmm: Fix compilation under and for Linux.
...
git-svn-id: svn://kolibrios.org@7666 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-06-04 01:43:34 +00:00
13388e2db3
spiral demo: Replace P6 fcomip instruction with pre-P6 ones.
...
git-svn-id: svn://kolibrios.org@7665 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-06-04 01:04:46 +00:00
IgorA
638f059c26
add button for optimize figure
...
git-svn-id: svn://kolibrios.org@7663 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-05-23 19:31:53 +00:00
IgorA
4ed472dca1
add opening files from the command line
...
git-svn-id: svn://kolibrios.org@7662 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-05-22 12:15:56 +00:00
Kirill Lipatov (Leency)
4b31a55f25
Mine: slightly update UI
...
KolibriN Installer: translation, add complete frame
git-svn-id: svn://kolibrios.org@7661 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-05-21 18:04:27 +00:00
Kirill Lipatov (Leency)
e1a32382fd
@taskbar: remove set ButtonStyle feature as duplication of eskin
...
KolibriN Install update
git-svn-id: svn://kolibrios.org@7660 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-05-20 10:40:10 +00:00
3defe609b4
Disable screen saver hack by Nasarus.
...
git-svn-id: svn://kolibrios.org@7659 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-05-19 18:13:38 +00:00
Kirill Lipatov (Leency)
d7aa06e1d1
use a new screensaver, C-- a new UI component FileBox used in DIFF app
...
git-svn-id: svn://kolibrios.org@7658 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-05-16 10:48:21 +00:00
fab3b3a411
Unify fdo.inc and debug-fdo.inc files.
...
git-svn-id: svn://kolibrios.org@7657 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-05-16 00:49:45 +00:00
9f3f8b346e
kiv: add no-scaling mode and scrollbars, fixes
...
git-svn-id: svn://kolibrios.org@7656 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-05-15 19:53:46 +00:00
Kirill Lipatov (Leency)
aa456d953d
add KolibriNext installer to ISO
...
git-svn-id: svn://kolibrios.org@7654 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-05-14 13:07:29 +00:00
Kirill Lipatov (Leency)
239267df1e
update piano Tupfile.lua adding lang.inc generation
...
git-svn-id: svn://kolibrios.org@7652 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-05-14 07:37:07 +00:00
Kirill Lipatov (Leency)
1ce31fbdb8
ataka: fix window height, translate to English, move to ISO
...
piano: translate to English
git-svn-id: svn://kolibrios.org@7650 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-05-14 07:33:19 +00:00
Kirill Lipatov (Leency)
0b5dbe568e
move programs to /other/outdated folder: copy2, imgview, mv, dictionary
...
upload correct mfar sources
git-svn-id: svn://kolibrios.org@7649 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-05-12 08:52:09 +00:00
Kirill Lipatov (Leency)
b831f200eb
eyes: fix blinking
...
piano: add to rus IMG, make the code more flexible
graph: big fonts
git-svn-id: svn://kolibrios.org@7648 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-05-10 17:36:11 +00:00
Kirill Lipatov (Leency)
5486248fed
APM: slightly update UI and add it to IMG
...
ICONS32.PNG: new mouse and APM icons, update SYSMON icons
KFONT viewer: add colored mode, on by default
git-svn-id: svn://kolibrios.org@7647 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-05-10 12:51:47 +00:00
Kirill Lipatov (Leency)
8a0107ea33
mousecfg: load COM-mouse driver option
...
piano: upload to SVN
minimp3: reupload to SVN and add it to ISO
git-svn-id: svn://kolibrios.org@7646 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-05-06 08:47:59 +00:00