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
3527 4017 d 19 h hidnplayr / Updated example.asm, added to english distribution.  
3503 4028 d 10 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg:
add new image types (Image.bpp2i, Image.bpp4i); update to_rgb, flip, rotate functions
decode .bpp2i and .bpp4i tiff images
disable memory limit for decoded images
 
3499 4029 d 19 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: pcx: unpack scanlines, not color planes  
3497 4030 d 13 h yogev_ezra /programs/ Add some more sources from MENUET32  
3479 4047 d 11 h leency /programs/develop/libraries/iconv/ iconv library uploaded (first step to text encodings easily convert)  
3478 4047 d 20 h 0CodErr /programs/ Box_Lib - Component ProgressBar
Added program 'Run with OpenDialog'
 
3475 4052 d 18 h IgorA /programs/develop/kol_f_edit/ kol_f_edit:
1) add unpack code
2) fix when icon index -1
 
3471 4054 d 6 h mario79 /programs/develop/libraries/box_lib/trunk/ Small fix for r. 3470  
3470 4054 d 7 h mario79 /programs/develop/libraries/box_lib/trunk/ Box_Lib - Component Frame  
3465 4058 d 21 h IgorA /programs/develop/kol_f_edit/ kol_f_edit - update program  
3456 4062 d 10 h mario79 /programs/develop/heed/trunk/ Heed - fix draw_window (memory leak and disconnecting from OpenDialog)  
3431 4071 d 11 h dunkaist /programs/develop/libraries/libcrash/trunk/ libcrash:
move common code parts from all the *hash*.asm files to libcrash.asm
replace procedures to macroses in sha1 in favour of readability and uniformity
add license notes
 
3424 4074 d 12 h mario79 /programs/develop/libraries/proc_lib/trunk/ Proc_Lib using f.68.1 for better response is now.  
3418 4075 d 2 h mario79 /programs/develop/libraries/proc_lib/trunk/ Proc_Lib - support for ColorDialog  
3402 4078 d 14 h Albom /programs/ Quicksort dll and example.  
3379 4085 d 11 h Serge /programs/develop/libraries/newlib/include/ newlib: pixlib2 header  
3374 4087 d 17 h IgorA /programs/develop/libraries/box_lib/ use @notify
new macros 'notify_window_run'
 
3362 4089 d 13 h Serge /programs/develop/libraries/newlib/ newlib: new libm code  
3358 4092 d 13 h mario79 /programs/develop/libraries/box_lib/trunk/ Box_Lib - Editbox fix for Win keys.  
3357 4092 d 14 h mario79 /programs/develop/tinypad/trunk/ Fix for Win-key, and I hope it is final.  
3353 4092 d 18 h mario79 /programs/develop/libraries/box_lib/trunk/ Box_Lib - fix for scrollbar.  
3330 4095 d 21 h IgorA /programs/develop/libraries/crypt_des/ 1) fix example
2) add documentation
 
3321 4096 d 19 h IgorA /programs/develop/libraries/crypt_des/ new library: encryption algorithm DES  
3301 4100 d 1 h Serge /programs/develop/libraries/newlib/ newlib: pixlib2.h & minor update  
3279 4102 d 1 h mario79 /programs/develop/tinypad/trunk/ Fix for r.3265  
3271 4104 d 12 h mario79 /programs/ Fix for DESKTOP colors select.  
3269 4104 d 20 h mario79 /programs/develop/tinypad/trunk/ Fix build.sh  
3265 4105 d 6 h mario79 /programs/develop/tinypad/trunk/ Fix for r.2637  
3235 4118 d 13 h jaeger /programs/develop/tinypy/tinypy/ tinypy: support for raw_input() builtin function.  
3204 4131 d 18 h hidnplayr /programs/develop/libraries/box_lib/trunk/ Added struc to use scrollbar, similar to existing strucs for editbox, checkbox,..  
3196 4136 d 16 h jaeger /programs/develop/binutils/ binutils-2.23.1: kos32 emulation  
3178 4142 d 12 h IgorA /programs/ old version 'check_box' deleted from 'box_lib.obj'  
3138 4166 d 11 h heavyiron /programs/develop/libraries/buf2d/trunk/ New 2 dithering algorithms added to buf2d  
3131 4169 d 12 h clevermouse /programs/develop/libraries/libs-dev/ revert libio-related changes from r3130 and do the fix in the correct place  
3130 4169 d 13 h IgorA /programs/develop/libraries/ 1) fix in 'libio'
2) small optimize 'editbox'
 
3119 4174 d 14 h leency /programs/develop/ /develop/c-- deleted as too old version of C--, not needed  
3117 4174 d 15 h leency /programs/develop/examples/ md5 example for Menuet (hehe) deleted as outdated, use libcrash from dunkaist  
3115 4175 d 14 h dunkaist /programs/develop/libraries/libcrash/ libcrash: cryptographic hash functions  
3112 4175 d 17 h dunkaist /programs/develop/libraries/libs-dev/libini/ libini: fix typo (allow f and f1-f12 shortcuts)  
3105 4176 d 13 h IgorA /programs/develop/libraries/buf2d/trunk/ add new function 'buf2d_filter_dither' from Heavyiron and diamond