0CodErr
ba018197c6
add CONFIG_NO_JWASM to tup.config.template; check GCC in RunOD tupfile
...
git-svn-id: svn://kolibrios.org@7145 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-02-03 09:10:21 +00:00
siemargl
b165e4f6b6
add Super Star Trek Game
...
git-svn-id: svn://kolibrios.org@7142 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-01-29 19:48:37 +00:00
siemargl
48d37496a2
add&fix TinyBasic
...
git-svn-id: svn://kolibrios.org@7141 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-01-29 19:39:35 +00:00
80f677ee39
Remove more duplicates: doexe2.asm, network.ini, etc.
...
git-svn-id: svn://kolibrios.org@7137 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-12-20 03:45:53 +00:00
2c778124e3
Remove some duplicates: proc32.inc, macros.inc, struct.inc, etc.
...
git-svn-id: svn://kolibrios.org@7134 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-12-20 00:51:00 +00:00
IgorA
7dad6439fe
box_lib: fix clear cursor in 'editbox'
...
info3ds: crop zeros after floating point
git-svn-id: svn://kolibrios.org@7128 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-12-10 17:34:39 +00:00
3befb301cf
Add use_fasm.lua and example: launch.
...
Now one can avoid ../../../../ includes and lang.inc files.
git-svn-id: svn://kolibrios.org@7127 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-12-05 07:29:50 +00:00
69f68d1bb2
Firework: add AVX, AVX2 and AVX512 code (default is SSE as before).
...
git-svn-id: svn://kolibrios.org@7125 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-12-05 06:29:38 +00:00
11a65eeec4
Rainbow: my old app to view CSS colors and their names.
...
git-svn-id: svn://kolibrios.org@7123 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-11-29 22:52:33 +00:00
7ea104c3a8
Build kerpack from source, remove binary.
...
git-svn-id: svn://kolibrios.org@7118 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-11-21 20:31:52 +00:00
3f5969cc70
SDLTest.c: close comment with */, not with /*
...
git-svn-id: svn://kolibrios.org@7117 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-11-21 20:08:34 +00:00
d968eec3b9
Add pe2kos source (0770 sdk), remove pe2kos.exe.
...
git-svn-id: svn://kolibrios.org@7115 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-11-21 17:15:57 +00:00
GerdtR
ed8c023f5a
The program Unz has been added. Unpacker files zip and 7z, based on arhiver.obj .
...
git-svn-id: svn://kolibrios.org@7113 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-11-19 16:54:55 +00:00
0895e300ed
Add -fgnu89-inline to menuetlibc related files.
...
One can't build programs that use menuetlibc and the library itself with
the latest toolchain from Serge because new GCC assumes C99 inline
semantics. Fix it by passing -fgnu89-inline option to such programs.
git-svn-id: svn://kolibrios.org@7112 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-11-18 03:24:17 +00:00
Anton Krotov
e80f6ad31e
oberon07: fix for r7107, NEW/DISPOSE support multi-thread mode
...
git-svn-id: svn://kolibrios.org@7110 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-11-16 07:01:07 +00:00
Kirill Lipatov (Leency)
fbdde8ba84
small fix from hidplayr
...
git-svn-id: svn://kolibrios.org@7109 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-11-03 10:33:36 +00:00
hidnplayr
9da83c9e1b
Added some comments to TCP server demo app.
...
git-svn-id: svn://kolibrios.org@7108 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-11-02 18:22:06 +00:00
Anton Krotov
b6bb3d2c62
Oberon07: some extensions
...
git-svn-id: svn://kolibrios.org@7107 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-11-02 16:36:50 +00:00
Kirill Lipatov (Leency)
5161f3acf0
nsinstall: add notify dialog to show downloading progress;
...
TODO (not for me): change 'nsinstall' icon to 'netsurf'
git-svn-id: svn://kolibrios.org@7106 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-11-02 12:20:25 +00:00
6cf659fe71
libimg: add img.from_file, refactor img.convert.
...
Add new function, img.from_file: gets file name and returns decoded Image.
Make img.convert code less spaghetti: use jump table, not a chain of jmp's.
git-svn-id: svn://kolibrios.org@7105 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-31 21:33:52 +00:00
Kirill Lipatov (Leency)
437e995f11
Eolite: fix small issue, add description to KOSfuncs.inc
...
git-svn-id: svn://kolibrios.org@7104 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-26 20:17:02 +00:00
hidnplayr
909a57ee08
HTTP_escape, HTTP_unescape, check for end of buffer.
...
git-svn-id: svn://kolibrios.org@7101 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-17 21:18:36 +00:00
hidnplayr
5c83dd9e7c
PASTA: use dpaste.com instead of paste.kolibrios.org
...
git-svn-id: svn://kolibrios.org@7100 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-17 21:01:54 +00:00
Kirill Lipatov (Leency)
3752a68975
Backgen 0.6
...
git-svn-id: svn://kolibrios.org@7096 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-16 23:41:50 +00:00
hidnplayr
2929037935
Updated readme.
...
git-svn-id: svn://kolibrios.org@7094 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-14 09:47:21 +00:00
hidnplayr
d71a6b8cb8
Remove build.bat
...
git-svn-id: svn://kolibrios.org@7093 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-14 09:43:17 +00:00
hidnplayr
b07509df72
Check FLAG_GOT_ALL_DATA is set, even when no additional data was received.
...
git-svn-id: svn://kolibrios.org@7092 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-13 22:17:40 +00:00
hidnplayr
55a5bd1941
Fix possible page error while receiving chunked data.
...
git-svn-id: svn://kolibrios.org@7091 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-13 22:15:00 +00:00
hidnplayr
fe80b4429c
IRC client: strip username prefixes when opening a private chat window
...
git-svn-id: svn://kolibrios.org@7090 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-12 20:38:22 +00:00
Kirill Lipatov (Leency)
1f732787b5
upload backgen v0.5
...
git-svn-id: svn://kolibrios.org@7089 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-11 23:19:28 +00:00
Kirill Lipatov (Leency)
02a579daee
add compile_exe.bat by 0CodErr
...
git-svn-id: svn://kolibrios.org@7088 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-11 18:30:51 +00:00
Kirill Lipatov (Leency)
7a4bbe995b
prevent double click on icon, add a small delay
...
git-svn-id: svn://kolibrios.org@7087 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-11 10:49:15 +00:00
Kirill Lipatov (Leency)
c103cab861
CMM: use single click instead of double in Eolite, add math.min() and math.max() functions, add more_less_box component
...
git-svn-id: svn://kolibrios.org@7086 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 22:26:56 +00:00
hidnplayr
824c13ffef
Iconv: add ISO-8859-1 support. (Second most popular encoding on the web today.)
...
git-svn-id: svn://kolibrios.org@7085 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 22:05:43 +00:00
hidnplayr
9378825c03
Iconv: add proper KOI8-R support.
...
git-svn-id: svn://kolibrios.org@7084 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 21:54:05 +00:00
0CodErr
102f2a4f80
add kpack to command
...
git-svn-id: svn://kolibrios.org@7083 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 19:12:00 +00:00
0CodErr
181a1635fc
fix tupfile
...
git-svn-id: svn://kolibrios.org@7082 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 19:00:08 +00:00
0CodErr
436d50beb5
edit Tupfile.lua
...
git-svn-id: svn://kolibrios.org@7081 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 18:54:46 +00:00
0CodErr
b4db5ef375
try add Tupfile.lua for RUN application
...
git-svn-id: svn://kolibrios.org@7080 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 18:35:23 +00:00
ashmew2
2a1ffc595b
Treat KOI8-R same as KOI8-RU
...
git-svn-id: svn://kolibrios.org@7079 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 15:20:09 +00:00
0CodErr
c62eee63a5
revert
...
git-svn-id: svn://kolibrios.org@7078 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 13:02:19 +00:00
0CodErr
0aefd474b5
try add Tupfile.lua for RUN application
...
git-svn-id: svn://kolibrios.org@7077 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 13:01:17 +00:00
0CodErr
ef4d10d0ad
try add Tupfile.lua for RUN application
...
git-svn-id: svn://kolibrios.org@7076 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 12:54:53 +00:00
0CodErr
e1999df6e3
try add Tupfile.lua for RUN application
...
git-svn-id: svn://kolibrios.org@7075 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 12:53:16 +00:00
0CodErr
7de4bb4fbe
try add Tupfile.lua for RUN application
...
git-svn-id: svn://kolibrios.org@7074 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 12:49:19 +00:00
0CodErr
98a8c46ecc
try add Tupfile.lua for RUN application
...
git-svn-id: svn://kolibrios.org@7073 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 12:47:38 +00:00
0CodErr
bb4e778290
try add Tupfile.lua for RUN application
...
git-svn-id: svn://kolibrios.org@7072 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 12:47:03 +00:00
0CodErr
7668e02ac1
try add Tupfile.lua for RUN application
...
git-svn-id: svn://kolibrios.org@7071 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 12:42:46 +00:00
0CodErr
f329b848f7
try add Tupfile.lua for RUN application
...
git-svn-id: svn://kolibrios.org@7070 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 12:38:56 +00:00
0CodErr
55fa8a6aed
try add Tupfile.lua for RUN application
...
git-svn-id: svn://kolibrios.org@7069 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 12:34:50 +00:00
0CodErr
e328427cf9
try add Tupfile.lua for RUN application
...
git-svn-id: svn://kolibrios.org@7068 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 12:27:04 +00:00
0CodErr
df5d2f313a
try add Tupfile.lua for RUN application
...
git-svn-id: svn://kolibrios.org@7067 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 12:26:13 +00:00
0CodErr
afeab451a0
revert
...
git-svn-id: svn://kolibrios.org@7066 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 10:21:06 +00:00
0CodErr
7a64085248
try add Tupfile.lua for RUN application
...
git-svn-id: svn://kolibrios.org@7065 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 10:13:54 +00:00
0CodErr
1eb07cb648
try add Tupfile.lua for RUN application
...
git-svn-id: svn://kolibrios.org@7064 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 10:11:32 +00:00
0CodErr
dc213131ba
try add Tupfile.lua for RUN application
...
git-svn-id: svn://kolibrios.org@7063 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 10:09:46 +00:00
0CodErr
d71a16e59b
try add Tupfile.lua for RUN application
...
git-svn-id: svn://kolibrios.org@7062 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 10:08:09 +00:00
0CodErr
645bbe3ee0
try add Tupfile.lua for RUN application
...
git-svn-id: svn://kolibrios.org@7061 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 10:06:44 +00:00
0CodErr
45a2f0bf62
try add Tupfile.lua for RUN application
...
git-svn-id: svn://kolibrios.org@7060 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 10:01:35 +00:00
ashmew2
f5e90df8dd
Add Netsurf installer to .img
...
git-svn-id: svn://kolibrios.org@7058 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-09 21:14:26 +00:00
ashmew2
da7cd23cb8
iconv(): Reborn
...
Fix issues when getting from and to encodings from iconv descriptor in iconv()
Make iconv() simpler to understand
Make iconv() more systematic and fix some issues along the way
Implement errno setting based on return values from converters (*.h files like utf8.h).
Add Windows-1251 handling as CP1251.
git-svn-id: svn://kolibrios.org@7057 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-08 11:58:56 +00:00
Kirill Lipatov (Leency)
47b22ed331
fix wrong title encoding at opennet.ru
...
git-svn-id: svn://kolibrios.org@7056 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-06 17:50:03 +00:00
Kirill Lipatov (Leency)
b80a9d4dc8
Eolite 3.82: use icons16.png for icons and "/sys/File Managers/icons.ini" for icon associations instead of build in data
...
git-svn-id: svn://kolibrios.org@7054 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-05 21:38:09 +00:00
Kirill Lipatov (Leency)
65c871aefe
move /sys/File Managers/z_icons.png to /sys/icons16.png
...
git-svn-id: svn://kolibrios.org@7052 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-05 15:45:08 +00:00
Kirill Lipatov (Leency)
f09eef1c27
use libini wrappers, use human readable event masks
...
git-svn-id: svn://kolibrios.org@7051 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-05 09:37:50 +00:00
Kirill Lipatov (Leency)
1d7bf9da84
remove duplicated functions
...
git-svn-id: svn://kolibrios.org@7050 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-04 23:01:46 +00:00
Kirill Lipatov (Leency)
9be11fb14a
Fix OpenDialog filter (VERY big thanks to IgorA), rename libimg_lib.h to libimg.h and libio_lib.h to libio.h, Calypte uses string collection
...
git-svn-id: svn://kolibrios.org@7049 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-04 22:59:57 +00:00
IgorA
478054d8c2
fix crash opendial if corrypt filter
...
git-svn-id: svn://kolibrios.org@7048 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-04 13:16:04 +00:00
ashmew2
bd2c40668c
Fix Tupfile.lua : Use sources from contrib newlib
...
git-svn-id: svn://kolibrios.org@7047 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-03 22:00:44 +00:00
ashmew2
879f0b8aa0
Fix Tupfile.lua
...
git-svn-id: svn://kolibrios.org@7046 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-03 21:58:42 +00:00
ashmew2
71ef8794b4
Ignore case while comparing encoding names
...
git-svn-id: svn://kolibrios.org@7045 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-03 21:56:34 +00:00
ashmew2
f44791aeb7
More fixes for iconv
...
git-svn-id: svn://kolibrios.org@7044 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-03 19:57:02 +00:00
Kirill Lipatov (Leency)
7ed0962aa5
Calypte 0.35: add scroll, mark current encoding in list
...
git-svn-id: svn://kolibrios.org@7043 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-03 14:55:12 +00:00
Kirill Lipatov (Leency)
468d76a95e
Eolite: run with -p key to show file/folder properties,
...
Calypte 0.3: full refactoring, use C-- menu, big fonts
git-svn-id: svn://kolibrios.org@7041 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-03 12:10:48 +00:00
0CodErr
41838ddb4c
upload RUN sources; upload KolibriOS.lib
...
git-svn-id: svn://kolibrios.org@7039 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-02 18:43:24 +00:00
Kirill Lipatov (Leency)
58bb0f9255
fix prior rev
...
git-svn-id: svn://kolibrios.org@7038 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-01 12:02:01 +00:00
Kirill Lipatov (Leency)
90b630f05f
full refactoring of CMM/lib/clipboard.h, ability to copy link URL in WebView, small improvements in clipview and app_plus
...
git-svn-id: svn://kolibrios.org@7037 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-01 11:57:00 +00:00
IgorA
c5e4924194
't_edit' small fix copy to clipboard
...
git-svn-id: svn://kolibrios.org@7036 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-30 18:05:24 +00:00
IgorA
7cc546b610
fix crash if close parent window when open child window
...
git-svn-id: svn://kolibrios.org@7035 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-29 17:55:03 +00:00
0CodErr
7f7bf0ddcf
fix macro edit_boxes_set_sys_color
...
git-svn-id: svn://kolibrios.org@7034 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-29 11:25:51 +00:00
0CodErr
8fdfad3d3c
fix macro edit_boxes_set_sys_color
...
git-svn-id: svn://kolibrios.org@7033 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-29 08:16:53 +00:00
Kirill Lipatov (Leency)
f8fdd821fd
WebView: fix two issues with encoding
...
git-svn-id: svn://kolibrios.org@7032 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-28 18:59:04 +00:00
Kirill Lipatov (Leency)
29387f168a
DrvInst: keyboard navigation
...
git-svn-id: svn://kolibrios.org@7031 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-28 09:59:41 +00:00
0CodErr
b42af811f2
use packed file
...
git-svn-id: svn://kolibrios.org@7026 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-27 20:03:37 +00:00
Kirill Lipatov (Leency)
9e91bb1d1c
* help now displays the list of commands in three columns
...
* ps now displays the RAM size used by the process
* ls now displays all files not in one but in several columns, the old single column output is still accessible via the key '-1'
git-svn-id: svn://kolibrios.org@7024 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-27 18:44:15 +00:00
0CodErr
53e4e81a16
little fix for #7019
...
git-svn-id: svn://kolibrios.org@7021 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-27 16:53:21 +00:00
0CodErr
d56009135c
fix for prev.
...
git-svn-id: svn://kolibrios.org@7020 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-27 16:45:42 +00:00
0CodErr
e5fc65ee68
fix macro edit_boxes_set_sys_color
...
git-svn-id: svn://kolibrios.org@7019 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-27 16:43:50 +00:00
Kirill Lipatov (Leency)
1f2ca38560
vncc: use big fonts, hide password, add to menu.dat
...
git-svn-id: svn://kolibrios.org@7017 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-27 02:01:45 +00:00
Kirill Lipatov (Leency)
e055c4a64d
@icon: fix an old issue that inactive window reacted on mouse events
...
git-svn-id: svn://kolibrios.org@7016 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-27 01:11:14 +00:00
Kirill Lipatov (Leency)
3e898fb6aa
Trying to fix TUP: rename @icon.asm to icon.asm #2
...
git-svn-id: svn://kolibrios.org@7014 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-26 18:13:32 +00:00
Kirill Lipatov (Leency)
ff4855eb6d
Trying to fix TUP: rename @icon.asm to icon.asm
...
git-svn-id: svn://kolibrios.org@7013 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-26 18:08:14 +00:00
Kirill Lipatov (Leency)
d11225a260
@icon: use bigger fonts and optimize redraw in Dialog "Add/Change icon"
...
git-svn-id: svn://kolibrios.org@7012 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-26 18:05:30 +00:00
ashmew2
4e43c1647f
Show EAI code when getaddrinfo() failed
...
git-svn-id: svn://kolibrios.org@7009 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-24 21:26:43 +00:00
hidnplayr
c115b27b86
HTTP library POST method example: use HTTP_send function
...
git-svn-id: svn://kolibrios.org@7008 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-24 20:37:53 +00:00
ashmew2
df2ada42d5
Update outbuf pointer when converting
...
git-svn-id: svn://kolibrios.org@7007 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-24 17:59:54 +00:00
hidnplayr
a70c9b8117
Fix some debug message priorities.
...
git-svn-id: svn://kolibrios.org@7006 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-23 21:27:30 +00:00
ashmew2
073a91d371
Disregard //TRANSLIT or //IGNORE in encodings
...
git-svn-id: svn://kolibrios.org@7005 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-23 19:36:45 +00:00
Kirill Lipatov (Leency)
52a56199a3
cmm apps: various fixes
...
git-svn-id: svn://kolibrios.org@7004 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-23 11:02:57 +00:00
Kirill Lipatov (Leency)
feb0331a44
update assoc.ini, make t_edit window bigger by default
...
git-svn-id: svn://kolibrios.org@7002 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-21 18:58:48 +00:00
0CodErr
f76a3dc90b
remove unnecessary reserved symbols
...
git-svn-id: svn://kolibrios.org@7001 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-20 17:20:36 +00:00
Kirill Lipatov (Leency)
1dff355a6b
app_installer update
...
git-svn-id: svn://kolibrios.org@7000 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-20 12:51:50 +00:00
Kirill Lipatov (Leency)
fa97d76abb
upload app_installer
...
git-svn-id: svn://kolibrios.org@6999 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-20 12:22:47 +00:00
Kirill Lipatov (Leency)
75936c8fc5
The Bus: fix misspell (thanks lev), a bit fix kfont labels position
...
git-svn-id: svn://kolibrios.org@6997 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-19 14:19:56 +00:00
Kirill Lipatov (Leency)
4316d5b6f0
The Bus: fix boom position
...
git-svn-id: svn://kolibrios.org@6996 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-19 14:02:04 +00:00
Kirill Lipatov (Leency)
cd1a41c60e
TheBus v1.0, fix Eolite properties dialog crash
...
git-svn-id: svn://kolibrios.org@6995 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-19 12:21:07 +00:00
0CodErr
4765b12e72
delete selection before paste and no copy\cut if no selection
...
git-svn-id: svn://kolibrios.org@6994 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-18 18:59:24 +00:00
Kirill Lipatov (Leency)
cddd55baa5
Eolite: fix opening '/' (bug found by 0CodErr)
...
git-svn-id: svn://kolibrios.org@6990 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-18 10:41:04 +00:00
Kirill Lipatov (Leency)
336c784a65
ConverSize* function uses shiftes instead of * and /
...
git-svn-id: svn://kolibrios.org@6989 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-18 09:49:04 +00:00
Kirill Lipatov (Leency)
494b32ff70
file_system.h: add function ConverSize64 for files bigger than 4Gb
...
git-svn-id: svn://kolibrios.org@6988 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-18 08:38:34 +00:00
Kirill Lipatov (Leency)
dab9882fbc
Eolite 3.78: fix file sizes in list bigger than 4Gb, fix left blue block overflew status bar
...
git-svn-id: svn://kolibrios.org@6987 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-18 08:12:27 +00:00
Kirill Lipatov (Leency)
6c90f5d75e
WebView 1.7: a lot of various fixes: parsing tag, parsing comment, displaying '<' and '>' symbols in source code view, do not allow multiple downloaders. Thanks hidnplayr for reporting.
...
git-svn-id: svn://kolibrios.org@6986 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-17 12:35:45 +00:00
Kirill Lipatov (Leency)
5286e836d2
WebView 1.62: fix issue with HTTPS reproduced by hidnplayr
...
git-svn-id: svn://kolibrios.org@6985 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-17 10:49:10 +00:00
Kirill Lipatov (Leency)
54684dffe0
The Bus v0.9: playable version
...
git-svn-id: svn://kolibrios.org@6984 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-17 10:38:19 +00:00
Kirill Lipatov (Leency)
759ee15fdf
fix for prior rev
...
git-svn-id: svn://kolibrios.org@6980 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-17 02:19:14 +00:00
Kirill Lipatov (Leency)
9e8243ee10
Eolite 3.77: fix system hand when try to copy file size bigger than RAM available
...
git-svn-id: svn://kolibrios.org@6979 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-17 01:55:51 +00:00
Kirill Lipatov (Leency)
ad6c634152
WebView 1.61: fix of downloading timeout, ultimate speedup; thanks hidnplayr for idea use event EVN_STACK instead of timeout
...
git-svn-id: svn://kolibrios.org@6978 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-17 01:32:09 +00:00
hidnplayr
1c6bb84e7f
downloader: display URL in GUI when loaded with URL in parameters.
...
git-svn-id: svn://kolibrios.org@6977 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-17 00:13:55 +00:00
Kirill Lipatov (Leency)
523762c435
The Bus 0.4: not playable yet
...
git-svn-id: svn://kolibrios.org@6976 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-14 20:22:54 +00:00
0CodErr
9def9b40db
decrease value of clipboard area size
...
git-svn-id: svn://kolibrios.org@6975 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-13 10:55:55 +00:00
Kirill Lipatov (Leency)
e93f3bd431
Eolite 3.76:
...
- Fix file selection issue flush on RMB;
+ Remove menu item "Open" when click several files selected;
+ If click on non selected file the selection flushes.
git-svn-id: svn://kolibrios.org@6973 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-12 15:32:38 +00:00
IgorA
ec2d075e74
clean code 'optionbox' and 'treelist'
...
git-svn-id: svn://kolibrios.org@6972 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-12 13:56:36 +00:00
hidnplayr
57299a7248
Netstat: fix 'ghost' button
...
git-svn-id: svn://kolibrios.org@6971 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-11 20:16:09 +00:00
Kirill Lipatov (Leency)
ef3c5c6726
The Bus game, not playable yet
...
git-svn-id: svn://kolibrios.org@6970 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-11 06:54:07 +00:00
Kirill Lipatov (Leency)
d92792638e
WebView Downloader: fix edit box hotkeys, fix appearance.
...
Not yet fixed download stuck.
git-svn-id: svn://kolibrios.org@6969 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-10 05:38:29 +00:00
0CodErr
a1a44f3b0e
Implemented Ctrl+X handler in EditBox
...
git-svn-id: svn://kolibrios.org@6968 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-09 15:27:54 +00:00
0CodErr
85f4e052f7
a bit improve ctrl+C\ctrl+V
...
git-svn-id: svn://kolibrios.org@6965 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-08 08:27:34 +00:00
Kirill Lipatov (Leency)
9b6d3da1cf
Add a link to Kolibri Staff page, fix an issue
...
git-svn-id: svn://kolibrios.org@6964 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-08 00:26:04 +00:00
0CodErr
2786c310ab
rename fillScr->fillscr
...
git-svn-id: svn://kolibrios.org@6962 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-07 16:27:22 +00:00
0CodErr
df342c2f91
upload FillScr application
...
git-svn-id: svn://kolibrios.org@6961 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-07 15:05:24 +00:00
Kirill Lipatov (Leency)
3866887afb
software_widget: support app params via '|' separator
...
git-svn-id: svn://kolibrios.org@6955 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-06 16:55:37 +00:00
Kirill Lipatov (Leency)
670acb8f9c
Move Memory Blocks game to CMM folder, update app to version 1.1. Use icons from icons32.png instead of build in. Better and more flexible code.
...
git-svn-id: svn://kolibrios.org@6954 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-06 16:16:43 +00:00
Kirill Lipatov (Leency)
5fa6045a2a
upload LOD app (Launch any program with OpenDialog) by 0CodErr
...
git-svn-id: svn://kolibrios.org@6951 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-06 11:57:03 +00:00
Kirill Lipatov (Leency)
c859c68cc7
calendar: remove "new style" button, gui fixes
...
git-svn-id: svn://kolibrios.org@6950 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-05 21:11:15 +00:00
Kirill Lipatov (Leency)
fe0dae0c76
Small fixes. Dicty: removed debug messages. Eolite: fix color of list columns separation line.
...
git-svn-id: svn://kolibrios.org@6949 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-05 13:38:37 +00:00
0CodErr
6286587115
fix color value(set hi byte to zero ) in Edit1 instance
...
git-svn-id: svn://kolibrios.org@6940 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-07-30 09:36:12 +00:00
Kirill Lipatov (Leency)
64b9d3d941
update liza
...
git-svn-id: svn://kolibrios.org@6932 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-07-05 10:42:59 +00:00
Kirill Lipatov (Leency)
1d5edfacb9
WebView 1.6: open link in a new window by pressing Middle mouse button on the link
...
Eolite: fix misspell (found by Ray)
git-svn-id: svn://kolibrios.org@6931 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-07-05 10:33:54 +00:00
Kirill Lipatov (Leency)
00b4e63b4e
Eolite: fix http://board.kolibrios.org/viewtopic.php?p=67807#p67807
...
git-svn-id: svn://kolibrios.org@6930 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-07-04 15:14:51 +00:00
hidnplayr
355d9a3988
Trace route program
...
git-svn-id: svn://kolibrios.org@6923 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-06-11 11:13:52 +00:00
hidnplayr
40a8f693e4
SSH: revised Multi Precision Integer routines, additional HMAC types.
...
git-svn-id: svn://kolibrios.org@6922 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-06-11 11:06:56 +00:00
hidnplayr
ea9c1a36c9
HTTP library, small refactoring, extra debug info.
...
git-svn-id: svn://kolibrios.org@6921 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-06-11 10:50:58 +00:00
Kirill Lipatov (Leency)
5849c9cf1f
upload Pixie v2
...
git-svn-id: svn://kolibrios.org@6920 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-06-09 18:34:19 +00:00
Kirill Lipatov (Leency)
bb7c6df64b
upload Pipet app
...
git-svn-id: svn://kolibrios.org@6919 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-06-09 17:43:00 +00:00
Kirill Lipatov (Leency)
ee50dee1e2
fix text reader path
...
git-svn-id: svn://kolibrios.org@6918 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-06-09 14:19:34 +00:00
IgorA
0715c316ef
new macros 'include_image_file',
...
't_edit' include image files in program
git-svn-id: svn://kolibrios.org@6906 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-05-26 10:20:10 +00:00
ashmew2
17b4bf3701
Netsurf installer: Ready to use!
...
git-svn-id: svn://kolibrios.org@6905 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-05-25 11:57:57 +00:00
ashmew2
3258646683
User friendliness ;)
...
git-svn-id: svn://kolibrios.org@6904 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-05-23 19:39:26 +00:00
ashmew2
dc6d30f994
Create an installer for Netsurf
...
git-svn-id: svn://kolibrios.org@6903 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-05-21 17:32:12 +00:00
ashmew2
7d2d9814de
Fix building kpack on x86_64 linuxes
...
git-svn-id: svn://kolibrios.org@6896 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-05-14 13:00:06 +00:00