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
2665 4363 d 9 h dunkaist /programs/develop/fasm/trunk/ fasm: the program updated to 1.70.01
tested with the kernel and several applications
sorry for previous ugly commit
 
/programs/develop/fasm/trunk/WHATSNEW.TXT
/programs/develop/fasm/trunk/assemble.inc
/programs/develop/fasm/trunk/avx.inc
/programs/develop/fasm/trunk/errors.inc
/programs/develop/fasm/trunk/exprcalc.inc
/programs/develop/fasm/trunk/exprpars.inc
/programs/develop/fasm/trunk/formats.inc
/programs/develop/fasm/trunk/messages.inc
/programs/develop/fasm/trunk/parser.inc
/programs/develop/fasm/trunk/preproce.inc
/programs/develop/fasm/trunk/symbdump.inc
/programs/develop/fasm/trunk/tables.inc
/programs/develop/fasm/trunk/variable.inc
/programs/develop/fasm/trunk/version.inc
/programs/develop/fasm/trunk/x86_64.inc
2664 4363 d 12 h dunkaist /programs/develop/fasm/trunk/ 36  
/programs/develop/fasm/trunk/assemble.inc
/programs/develop/fasm/trunk/avx.inc
/programs/develop/fasm/trunk/errors.inc
/programs/develop/fasm/trunk/exprcalc.inc
/programs/develop/fasm/trunk/exprpars.inc
/programs/develop/fasm/trunk/fasm.asm
/programs/develop/fasm/trunk/formats.inc
/programs/develop/fasm/trunk/messages.inc
/programs/develop/fasm/trunk/parser.inc
/programs/develop/fasm/trunk/preproce.inc
/programs/develop/fasm/trunk/symbdump.inc
/programs/develop/fasm/trunk/system.inc
/programs/develop/fasm/trunk/tables.inc
/programs/develop/fasm/trunk/variable.inc
/programs/develop/fasm/trunk/version.inc
/programs/develop/fasm/trunk/x86_64.inc
2658 4372 d 13 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 4393 d 8 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 4401 d 13 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 4402 d 10 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 4408 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
 
/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 4413 d 7 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 4413 d 16 h leency /programs/develop/libraries/console/ console.obj: no window bg, window do not resize  
/programs/develop/libraries/console/console.asm
2422 4444 d 1 h IgorA /programs/develop/libraries/buf2d/trunk/ 'buf2d.obj' update function 'buf2d_bit_blt'  
/programs/develop/libraries/buf2d/trunk/buf2d.asm
2406 4448 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)  
/programs/develop/libraries/libs-dev/libio/libio.asm
2405 4448 d 5 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 4449 d 6 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 4450 d 0 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 4450 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
 
/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 4450 d 9 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 4452 d 5 h IgorA /programs/develop/libraries/buf2d/trunk/ 'buf2d.obj' update function 'buf_bit_blt_alpha'  
/programs/develop/libraries/buf2d/trunk/buf2d.asm
2359 4453 d 9 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 4453 d 11 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 4455 d 0 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

Show All