Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
2658 4379 d 11 h IgorA /programs/develop/libraries/buf2d/trunk/ 'buf2d.obj' add new function 'buf2d_get_pixel'  
/programs/develop/libraries/buf2d/trunk/about.htm
/programs/develop/libraries/buf2d/trunk/buf2d.asm
2637 4400 d 6 h mario79 /programs/develop/tinypad/trunk/ Tinypad - correctly handles pressing of the system hotkey Win+KEY  
/programs/develop/tinypad/trunk/data/tp-udata.inc
/programs/develop/tinypad/trunk/tp-key.asm
2603 4408 d 11 h hidnplayr /programs/develop/libraries/libs-dev/libini/ prevented get.int function in libini from destroying edx  
/programs/develop/libraries/libs-dev/libini/libini.asm
2599 4409 d 8 h hidnplayr /programs/develop/libraries/console/ Added english translation of console.txt  
/programs/develop/libraries/console/console_en.txt
/programs/develop/libraries/console/console_ru.txt
/programs/develop/libraries/console/console.txt
2570 4415 d 10 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
 
/programs/develop/libraries/libs-dev/libio/libio_debug.asm
/programs/develop/libraries/libs-dev/libio/libio.asm
/programs/develop/libraries/libs-dev/libio/libio.inc
2531 4420 d 5 h mario79 /programs/develop/scancode/trunk/ SCANCODE - In this program, the output region of the working of the text should ALWAYS be WHITE and the text should ALWAYS be BLACK. This program should be FOR PEOPLE, not for AESTHETES with a "good" taste.  
/programs/develop/scancode/trunk/build_en.bat
/programs/develop/scancode/trunk/build_ru.bat
/programs/develop/scancode/trunk/scancode.asm
2530 4420 d 14 h leency /programs/develop/libraries/console/ console.obj: no window bg, window do not resize  
/programs/develop/libraries/console/console.asm
2422 4450 d 23 h IgorA /programs/develop/libraries/buf2d/trunk/ 'buf2d.obj' update function 'buf2d_bit_blt'  
/programs/develop/libraries/buf2d/trunk/buf2d.asm
2406 4455 d 1 h dunkaist /programs/develop/libraries/libs-dev/libio/ libio: description of file.size changed to correspond the code (return value is in ebx)  
/programs/develop/libraries/libs-dev/libio/libio.asm
2405 4455 d 3 h dunkaist /programs/develop/libraries/libs-dev/.test/002/ libs-dev: made test002 program (simple image viewer) not to crash  
/programs/develop/libraries/libs-dev/.test/002/test002.asm
2397 4456 d 4 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: tiff fix (packbits); pcx old code optimizing and fix (even byte)  
/programs/develop/libraries/libs-dev/libimg/pcx/pcx.asm
/programs/develop/libraries/libs-dev/libimg/tiff/tiff.asm
2392 4456 d 23 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: wbmp support (easy programming example)  
/programs/develop/libraries/libs-dev/libimg/wbmp
/programs/develop/libraries/libs-dev/libimg/wbmp/wbmp.asm
/programs/develop/libraries/libs-dev/libimg/libimg.asm
2388 4456 d 23 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
 
/programs/develop/libraries/libs-dev/libimg/pnm
/programs/develop/libraries/libs-dev/libimg/pnm/pbm.asm
/programs/develop/libraries/libs-dev/libimg/pnm/pgm.asm
/programs/develop/libraries/libs-dev/libimg/pnm/pnm.asm
/programs/develop/libraries/libs-dev/libimg/pnm/pnm.inc
/programs/develop/libraries/libs-dev/libimg/pnm/ppm.asm
/programs/develop/libraries/libs-dev/libimg/tiff
/programs/develop/libraries/libs-dev/libimg/tiff/huffman.asm
/programs/develop/libraries/libs-dev/libimg/tiff/tiff.asm
/programs/develop/libraries/libs-dev/libimg/tiff/tiff.inc
/programs/develop/libraries/libs-dev/libimg/xcf/composite_mmx.asm
/programs/develop/libraries/libs-dev/libimg/xcf/composite_sse.asm
/programs/develop/libraries/libs-dev/libimg/xcf/composite_mmx.inc
/programs/develop/libraries/libs-dev/libimg/libimg.asm
/programs/develop/libraries/libs-dev/libimg/libimg.inc
/programs/develop/libraries/libs-dev/libimg/pcx/pcx.asm
/programs/develop/libraries/libs-dev/libimg/pcx/pcx.inc
/programs/develop/libraries/libs-dev/libimg/xcf/xcf.asm
/programs/develop/libraries/libs-dev/libimg/xcf/xcf.inc
2383 4457 d 7 h IgorA /programs/develop/libraries/buf2d/trunk/ function 'buf2d_bit_blt_alpha' can take negative coordinates in the position of the copied buffer
update function 'buf2d_bit_blt_transp'
 
/programs/develop/libraries/buf2d/trunk/about.htm
/programs/develop/libraries/buf2d/trunk/buf2d.asm
2367 4459 d 3 h IgorA /programs/develop/libraries/buf2d/trunk/ 'buf2d.obj' update function 'buf_bit_blt_alpha'  
/programs/develop/libraries/buf2d/trunk/buf2d.asm
2359 4460 d 7 h IgorA /programs/ 1) add new game 'life3'
2) small fix 'buf2d.obj' (in rev. 2358)
 
/programs/games/life3
/programs/games/life3/trunk
/programs/games/life3/trunk/build_ru.bat
/programs/games/life3/trunk/life3.asm
/programs/games/life3/trunk/toolbar.png
/programs/develop/libraries/buf2d/trunk/buf2d.asm
2358 4460 d 9 h IgorA /programs/develop/libraries/buf2d/trunk/ 'buf2d.obj':
- functions buf_filled_rect_by_size buf_rect_by_size can take on negative dimensions of rectangles
- function of the horizontal line is drawn buf2d_line 1 pixel longer
- some functions can draw in 8-bit buffers
 
/programs/develop/libraries/buf2d/trunk/about.htm
/programs/develop/libraries/buf2d/trunk/buf2d.asm
2354 4461 d 22 h mario79 /programs/ Box_Lib - Scrollbar type 2  
/programs/develop/libraries/box_lib/trunk/scrollbar.mac
/programs/fs/opendial/opendial.asm
/programs/media/zsea/data.inc
2348 4467 d 10 h IgorA /programs/develop/libraries/box_lib/trunk/ element 't_edit' fix function 'ted_on_open_file'  
/programs/develop/libraries/box_lib/trunk/t_edit.mac
2331 4513 d 5 h Albom /programs/develop/libraries/base64/ base64.obj src added  
/programs/develop/libraries/base64
/programs/develop/libraries/base64/base64.c
/programs/develop/libraries/base64/base64.h
/programs/develop/libraries/base64/compile.bat
/programs/develop/libraries/base64/readme.txt

Show All