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
8673 1130 d 15 h Coldy /programs/develop/libraries/dll/ For DLL autoload  
8672 1130 d 16 h Coldy /programs/develop/libraries/dll/ For DLL autoload  
8666 1144 d 1 h dunkaist / Upload View3ds 0.72 by macgub.  
8582 1200 d 15 h Kenshin /programs/develop/libraries/ little documentation fix: color names according to ECMA-48 standard  
8575 1202 d 2 h superturbocat2001 /programs/develop/libraries/http/ - Restored revision with http_free fix  
8571 1203 d 2 h superturbocat2001 /programs/develop/libraries/http/ rollback to revision 8023
(http_free fix not working)
 
8570 1203 d 3 h superturbocat2001 /programs/develop/libraries/http/ - Fixed http_free freeing memory in http.obj.  
8568 1204 d 3 h IgorA /programs/ fix mouse redraw in 'checkbox'  
8533 1225 d 17 h IgorA /programs/ fix tree_list (r. 7959)
fix t_edit (r. 7877)
 
8532 1227 d 6 h IgorA /programs/ change cursor in t_edit  
8528 1228 d 16 h maxcodehack /programs/ TinyGL: newlib
Gears: newlib
 
8497 1238 d 20 h dunkaist /programs/ kiv and libimg.asm: Follow asm style guide, no semantic changes.  
8463 1247 d 12 h IgorA /programs/develop/libraries/libs-dev/ libimg: can save 32 bit png  
8449 1250 d 3 h dunkaist /programs/develop/libraries/libs-dev/libimg/ 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.
 
8442 1250 d 15 h IgorA /programs/ tinygl.obj: add some functions,
load_img.inc: delete old file load_lib
 
8409 1254 d 9 h IgorA /programs/develop/libraries/TinyGL/asm_fork/examples/ fix test_array1.asm  
8408 1254 d 9 h IgorA /programs/ tinygl: add some double functions, add bcc32 example
libimg: small optimize
 
8405 1254 d 11 h superturbocat2001 /programs/develop/ - Added TinyGL for ktcc
- Added TinyGL example "gears"
 
8399 1255 d 4 h dunkaist /programs/develop/libraries/libs-dev/libimg/png/ libimg: fix transparency in indexed png images.  
8395 1255 d 7 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: export img.resize_data  
8394 1255 d 8 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: transparency fixes.

img.convert doesn't make opaque pixels transparent.
gif decoder considers palette pixels opaque.
 
8363 1257 d 22 h leency /programs/ libimg: img.decode now checks that length is not null
WebView: img tag: proceed data-src= if src= is empty, fix crash
 
8346 1260 d 4 h IgorA /programs/ box_lib.obj: clear code  
8342 1260 d 8 h dunkaist /programs/develop/libraries/libs-dev/.test/ Add img.blend example, add libimg examples to autobuild  
8341 1260 d 8 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: Add and export img.blend function  
8328 1263 d 10 h superturbocat2001 /programs/develop/libraries/console_coff/ Added a mechanism for closing the parent process  
8288 1267 d 16 h IgorA /programs/ update ColorDialog  
8271 1270 d 8 h IgorA /programs/ animage use ColorDialog  
8262 1271 d 11 h IgorA /programs/ t_edit: fix open null file  
8237 1276 d 12 h IgorA /programs/develop/libraries/buf2d/trunk/examples/ fix rev 8236  
8236 1276 d 12 h IgorA /programs/ 1) some programs use new macros load_lib.mac
2) bcc32 add example use libimg.obj
 
8219 1280 d 7 h IgorA /programs/ update macros @use_library  
8174 1287 d 5 h IgorA /programs/ tinygl: fix struct ZBuffer, clean code  
8088 1327 d 13 h dunkaist / Replace some hardcoded /rd/1 paths with /sys.  
8083 1330 d 6 h IgorA /programs/develop/ update 'load_lib.mac', update 'info3ds', fix 'kol_f_edit'  
8069 1340 d 6 h IgorA /programs/develop/libraries/TinyGL/asm_fork/ possible smooth buffer resizing,
fix and clean code,
fix and update examples
 
8063 1343 d 19 h IgorA /programs/develop/libraries/TinyGL/asm_fork/ optimize, clean code  
8062 1345 d 4 h IgorA /programs/develop/libraries/TinyGL/asm_fork/ add function 'glOrtho', small optimize, clean code  
8059 1350 d 14 h IgorA /programs/develop/libraries/TinyGL/asm_fork/ add function 'gluPerspective',
fix function 'glFrustum'
 
8036 1441 d 11 h IgorA /programs/ t_edit: new algoritm text selection
img_transform: update program