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
8582 1209 d 8 h Kenshin /programs/develop/libraries/ little documentation fix: color names according to ECMA-48 standard  
8575 1210 d 20 h superturbocat2001 /programs/develop/libraries/http/ - Restored revision with http_free fix  
8571 1211 d 19 h superturbocat2001 /programs/develop/libraries/http/ rollback to revision 8023
(http_free fix not working)
 
8570 1211 d 20 h superturbocat2001 /programs/develop/libraries/http/ - Fixed http_free freeing memory in http.obj.  
8568 1212 d 21 h IgorA /programs/ fix mouse redraw in 'checkbox'  
8533 1234 d 10 h IgorA /programs/ fix tree_list (r. 7959)
fix t_edit (r. 7877)
 
8532 1235 d 23 h IgorA /programs/ change cursor in t_edit  
8528 1237 d 10 h maxcodehack /programs/ TinyGL: newlib
Gears: newlib
 
8497 1247 d 14 h dunkaist /programs/ kiv and libimg.asm: Follow asm style guide, no semantic changes.  
8463 1256 d 5 h IgorA /programs/develop/libraries/libs-dev/ libimg: can save 32 bit png  
8449 1258 d 21 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 1259 d 9 h IgorA /programs/ tinygl.obj: add some functions,
load_img.inc: delete old file load_lib
 
8409 1263 d 2 h IgorA /programs/develop/libraries/TinyGL/asm_fork/examples/ fix test_array1.asm  
8408 1263 d 2 h IgorA /programs/ tinygl: add some double functions, add bcc32 example
libimg: small optimize
 
8405 1263 d 4 h superturbocat2001 /programs/develop/ - Added TinyGL for ktcc
- Added TinyGL example "gears"
 
8399 1263 d 22 h dunkaist /programs/develop/libraries/libs-dev/libimg/png/ libimg: fix transparency in indexed png images.  
8395 1264 d 1 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: export img.resize_data  
8394 1264 d 2 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 1266 d 16 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 1268 d 22 h IgorA /programs/ box_lib.obj: clear code  
8342 1269 d 1 h dunkaist /programs/develop/libraries/libs-dev/.test/ Add img.blend example, add libimg examples to autobuild  
8341 1269 d 1 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: Add and export img.blend function  
8328 1272 d 3 h superturbocat2001 /programs/develop/libraries/console_coff/ Added a mechanism for closing the parent process  
8288 1276 d 9 h IgorA /programs/ update ColorDialog  
8271 1279 d 2 h IgorA /programs/ animage use ColorDialog  
8262 1280 d 5 h IgorA /programs/ t_edit: fix open null file  
8237 1285 d 6 h IgorA /programs/develop/libraries/buf2d/trunk/examples/ fix rev 8236  
8236 1285 d 6 h IgorA /programs/ 1) some programs use new macros load_lib.mac
2) bcc32 add example use libimg.obj
 
8219 1289 d 1 h IgorA /programs/ update macros @use_library  
8174 1295 d 22 h IgorA /programs/ tinygl: fix struct ZBuffer, clean code  
8088 1336 d 6 h dunkaist / Replace some hardcoded /rd/1 paths with /sys.  
8083 1338 d 23 h IgorA /programs/develop/ update 'load_lib.mac', update 'info3ds', fix 'kol_f_edit'  
8069 1348 d 23 h IgorA /programs/develop/libraries/TinyGL/asm_fork/ possible smooth buffer resizing,
fix and clean code,
fix and update examples
 
8063 1352 d 12 h IgorA /programs/develop/libraries/TinyGL/asm_fork/ optimize, clean code  
8062 1353 d 22 h IgorA /programs/develop/libraries/TinyGL/asm_fork/ add function 'glOrtho', small optimize, clean code  
8059 1359 d 7 h IgorA /programs/develop/libraries/TinyGL/asm_fork/ add function 'gluPerspective',
fix function 'glFrustum'
 
8036 1450 d 4 h IgorA /programs/ t_edit: new algoritm text selection
img_transform: update program
 
8023 1454 d 22 h hidnplayr /programs/develop/libraries/http/ Always set connection closed flag after server closed connection and close from our end as well.  
7971 1468 d 20 h hidnplayr /programs/develop/libraries/http/ bugfix  
7969 1469 d 3 h hidnplayr /programs/develop/libraries/http/ HTTP lib: experimental support for ring buffers