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
2570 4414 d 12 h hidnplayr /programs/develop/libraries/libs-dev/libio/ Fixed a bug in libio (concerned file.find functions in particular)
Also, added a file to ease debugging in the future
 
2406 4454 d 3 h dunkaist /programs/develop/libraries/libs-dev/libio/ libio: description of file.size changed to correspond the code (return value is in ebx)  
2405 4454 d 5 h dunkaist /programs/develop/libraries/libs-dev/.test/002/ libs-dev: made test002 program (simple image viewer) not to crash  
2397 4455 d 5 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: tiff fix (packbits); pcx old code optimizing and fix (even byte)  
2392 4456 d 0 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: wbmp support (easy programming example)  
2388 4456 d 1 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg:
1. tiff (baseline) support
2. pnm (portable anymap) bilevel, grayscale (8bpp), pixmap (24bpp) support
3. xcf: optional layer merging/blending with sse (default is mmx)
4'. new formatting for my old code. more readable for now
 
2284 4593 d 13 h dunkaist /programs/develop/libraries/libs-dev/libimg/ico_cur/ libimg: icon related bug fixed (reported by Leency)  
1921 4753 d 6 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: basic xcf support (reading)  
1901 4810 d 16 h serge /programs/develop/libraries/ Mesa 7.10.1  
1728 4879 d 11 h clevermouse /programs/ fix compilation in linux  
1593 5003 d 8 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: 1bpp (monochrome) images support,
pcx.asm now uses 1bpp functions too, pcx code optimization
 
1580 5005 d 2 h diamond /programs/develop/libraries/libs-dev/libimg/pcx/ libimg: fixed typo in pcx.asm  
1574 5008 d 0 h diamond /programs/develop/libraries/libs-dev/ revert changes in libini+libio from rev. 1573  
1573 5008 d 13 h IgorA /programs/ 'libio' and 'libini': function 'get_color' not spoil register 'ecx'
game 'Nu_pogodi': revised
 
1572 5009 d 3 h dunkaist /programs/develop/libraries/libs-dev/libimg/pcx/ libimg: PCX v3.0 image format support - grayscale and monochrome (through converting to 8bit) decoding  
1569 5012 d 1 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: begin of PCX image format support (version 3.0 24bit only for now)  
1568 5013 d 2 h diamond /programs/develop/libraries/libs-dev/ libini: abort infinite loop on write error  
1426 5181 d 4 h diamond /programs/develop/libraries/libs-dev/libimg/tga/ libimg: fix in check of very small files for TGA format  
1327 5251 d 0 h diamond /programs/develop/libraries/libs-dev/libini/ libini: ini_get_shortcut added  
1308 5265 d 9 h diamond /programs/develop/libraries/libs-dev/libimg/png/ libimg: interlaced PNG  
1295 5273 d 8 h diamond /programs/develop/libraries/libs-dev/libini/ readd libini with correct history  
1294 5273 d 8 h diamond /programs/develop/libraries/libs-dev/ remove libini without history  
1291 5273 d 12 h vkos /programs/develop/libraries/ 1) LibIni downgraded to revision 1233 due to license problems
2) Created GPL 3+ fork of it (libconfig) with all functions from last libini revision
 
1252 5294 d 7 h diamond /programs/develop/libraries/libs-dev/libimg/ procedure img.draw fixed  
1240 5305 d 12 h vkos /programs/develop/libraries/libs-dev/libini/ Added function ini_get_bool  
1235 5307 d 3 h vkos /programs/develop/libraries/libs-dev/libini/ Fix for previos revision  
1234 5307 d 5 h vkos /programs/develop/libraries/libs-dev/libini/ Added function get_option_str: read string, compare with list of possible & return its' number  
1152 5355 d 3 h diamond /programs/develop/libraries/libs-dev/libimg/ libimg: small fix in 8bpp -> 24bpp translation  
1121 5422 d 2 h diamond /programs/develop/libraries/libs-dev/libimg/gif/ libimg: fixed processing of some interlaced GIFs  
1118 5424 d 10 h diamond /programs/develop/libraries/libs-dev/libimg/gif/ libimg: fixed gif loading broken in rev. 1102  
1102 5451 d 2 h diamond /programs/ * libs-dev: style of exported names changed, ini.get_int -> ini_get_int
* programs which use libs-dev updated accordingly
* libimg: support for .ico and .cur files (icons and cursors)
* kiv: show many different images in one file in one row
 
1079 5461 d 6 h diamond /programs/develop/libraries/libs-dev/libimg/ libimg, version 4:
* decoder for animated GIFs
* some fixes in PNG and JPEG decoders
* internal image representation now allows 15 and 16 bpp
(without conversions in decoders)
* decoder for TGA, Z80 from Nable
 
1048 5538 d 12 h mikedld /programs/develop/libraries/libs-dev/ fix in libini._.low.read_value (reported by Insolor)
comments support (lines starting with ';' by default)
version bump
 
1023 5570 d 11 h mikedld /programs/develop/libraries/libs-dev/ libs-dev: makefiles  
1015 5574 d 20 h diamond /programs/develop/libraries/libs-dev/libimg/ libimg: fix in to_rgb2, version bump  
1014 5574 d 21 h diamond /programs/develop/libraries/libs-dev/libimg/ libimg: PNG support  
1001 5579 d 0 h diamond /programs/develop/libraries/libs-dev/ libimg: to_rgb2() proc; version bump  
999 5580 d 5 h diamond /programs/develop/libraries/libs-dev/libimg/ libimg: bmp support improved, jpeg support added  
995 5602 d 8 h mikedld /programs/develop/libraries/libs-dev/libini/ libini: changelog update (added missing ini.*_color notes)  
989 5607 d 4 h mikedld /programs/develop/libraries/libs-dev/libini/ libini: version bump