Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
7157 2259 d 13 h leency /programs/fs/unz/ unz 0.11: update gui, add translations, add tupfile  
7156 2265 d 1 h leency /programs/cmm/ PixelEditor 0.12: add Fill tool, ability to open saved image  
7155 2265 d 20 h leency /programs/cmm/iconedit/ IconEdit 0.1: add last used colors block, no need to flip image before save, fix an issue with zoom  
7154 2266 d 20 h leency /programs/cmm/iconedit/ IconEditor: fix FLIP_HOR, add FLIP_VER, fix zoom value for some cases, fix BMP was flipped vertically when saved  
7153 2267 d 1 h leency /programs/cmm/lib/ fix prior commit  
7152 2267 d 1 h leency /programs/cmm/iconedit/ IconEdit 0.09:
Zoom in and out by using mouse wheel and +/- keyboard keys
Set minimal window size
 
7151 2267 d 14 h leency /programs/cmm/iconedit/ PixelEditor 0.08: work in progress  
7150 2267 d 20 h leency /programs/cmm/iconedit/ IconEditor 0.05: resizable window, flexible drawing area, canvas zoom  
7149 2267 d 21 h leency /programs/cmm/eolite/ Eolite - small fix  
7148 2269 d 17 h leency /programs/cmm/ backgen become iconedit v0.01  
7147 2270 d 13 h leency /programs/cmm/backgen/ backgen 0.62: fix pipet position, implement move image up/down on the canvas  
7145 2272 d 3 h 0CodErr / add CONFIG_NO_JWASM to tup.config.template; check GCC in RunOD tupfile  
7142 2276 d 17 h siemargl /programs/games/sstartrek/ add Super Star Trek Game  
7141 2276 d 17 h siemargl /programs/develop/tinybasic/ add&fix TinyBasic  
7137 2317 d 9 h dunkaist / Remove more duplicates: doexe2.asm, network.ini, etc.  
7134 2317 d 12 h dunkaist /programs/ Remove some duplicates: proc32.inc, macros.inc, struct.inc, etc.  
7128 2326 d 19 h IgorA /programs/develop/ box_lib: fix clear cursor in 'editbox'
info3ds: crop zeros after floating point
 
7127 2332 d 5 h dunkaist /programs/ Add use_fasm.lua and example: launch.

Now one can avoid ../../../../ includes and lang.inc files.
 
7125 2332 d 6 h dunkaist /programs/demos/firework/trunk/ Firework: add AVX, AVX2 and AVX512 code (default is SSE as before).  
7123 2337 d 14 h dunkaist /programs/other/rainbow/ Rainbow: my old app to view CSS colors and their names.  
7118 2345 d 16 h dunkaist / Build kerpack from source, remove binary.  
7117 2345 d 16 h dunkaist /programs/demos/SDL/ SDLTest.c: close comment with */, not with /*  
7116 2345 d 19 h dunkaist /programs/games/ Hot fix for r7115: remove empty Release dirs too.  
7115 2345 d 19 h dunkaist / Add pe2kos source (0770 sdk), remove pe2kos.exe.  
7113 2347 d 20 h GerdtR /programs/fs/unz/ The program Unz has been added. Unpacker files zip and 7z, based on arhiver.obj .  
7112 2349 d 9 h dunkaist /programs/ 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.
 
7110 2351 d 5 h akron1 /programs/develop/oberon07/ oberon07: fix for r7107, NEW/DISPOSE support multi-thread mode  
7109 2364 d 2 h leency /programs/network/netsurf/ small fix from hidplayr  
7108 2364 d 18 h hidnplayr /programs/network/tcpserv/ Added some comments to TCP server demo app.  
7107 2364 d 20 h akron1 /programs/develop/oberon07/ Oberon07: some extensions  
7106 2365 d 0 h leency /programs/network/netsurf/ nsinstall: add notify dialog to show downloading progress;
TODO (not for me): change 'nsinstall' icon to 'netsurf'
 
7105 2366 d 15 h dunkaist /programs/develop/libraries/libs-dev/libimg/ 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.
 
7104 2371 d 16 h leency /programs/ Eolite: fix small issue, add description to KOSfuncs.inc  
7101 2380 d 15 h hidnplayr /programs/develop/libraries/http/ HTTP_escape, HTTP_unescape, check for end of buffer.  
7100 2380 d 15 h hidnplayr /programs/network/pasta/ PASTA: use dpaste.com instead of paste.kolibrios.org  
7096 2381 d 13 h leency /programs/cmm/ Backgen 0.6  
7094 2384 d 3 h hidnplayr /programs/develop/libraries/http/ Updated readme.  
7093 2384 d 3 h hidnplayr /programs/network/ Remove build.bat  
7092 2384 d 14 h hidnplayr /programs/network/downloader/ Check FLAG_GOT_ALL_DATA is set, even when no additional data was received.  
7091 2384 d 14 h hidnplayr /programs/develop/libraries/http/ Fix possible page error while receiving chunked data.