Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
4566 3732 d 1 h mario79 /programs/develop/tinypad/trunk/ Tinypad - fix for crash when "paste" from clipboard in some cases.  
4561 3733 d 7 h hidnplayr /programs/develop/libraries/http/ HTTP lib: fix bug where last piece of data was not received during non-chunked transfer.  
4552 3741 d 21 h mario79 /programs/develop/tinypad/trunk/ Tinypad - fix for r.4487 for single lines (example - CMD program)  
4542 3744 d 7 h IgorA /programs/develop/libraries/box_lib/trunk/ t_edit: fix ClipBoard size  
4541 3744 d 22 h hidnplayr /programs/develop/libraries/http/ HTTP library: download content into separate buffer.  
4505 3750 d 23 h mario79 /programs/develop/tinypad/trunk/ Tinypad - fix r.4487, remove unnecessary code and correction documentation.  
4490 3752 d 21 h mario79 /programs/develop/tinypad/trunk/ Tinypad - fix r.4487 for replace mode.  
4489 3752 d 21 h mario79 /programs/develop/tinypad/trunk/ Tinypad - fix r.4487 for popup window.  
4487 3753 d 0 h mario79 /programs/develop/tinypad/trunk/ Tinypad - support for kernel clipboard  
4479 3754 d 1 h dunkaist / remove FASM.TXT duplicates from /data/$(LANG)/docs
add common fasm.txt to fasm/trunk and update Makefiles to copy it
 
4478 3754 d 2 h dunkaist /programs/develop/fasm/trunk/ fasm: 1.71.16  
4463 3755 d 21 h hidnplayr /programs/develop/libraries/box_lib/trunk/ Removed colons from structures in box_lib.mac  
4445 3759 d 4 h Serge /programs/develop/sdk/trunk/sound/src/ sound.lib:missing file  
4443 3759 d 8 h clevermouse /programs/develop/mtdbg/ I have finally found why mtdbg sometimes seems to lose control over the debugged program!
r3675 has broken single-stepping and everything that depends on it.
And, of course, commit message for r3675 has nothing to do with changes in r3675.
 
4422 3771 d 7 h GerdtR /programs/develop/libraries/libs-dev/libini/ Fix bug: add at the end of the ini-file of the empty line, otherwise new section is added wrong  
4402 3779 d 3 h hidnplayr /programs/develop/libraries/console/ Console library: now '-' and '+' keypad keys work also when numlock is off.  
4384 3783 d 22 h hidnplayr /programs/develop/libraries/console/ Console: support for numpad keys '/', '*' and 'Enter'.  
4357 3788 d 11 h Serge /programs/develop/libraries/ delete libraries/mesa  
4356 3788 d 11 h Serge /programs/develop/libraries/ delete libraries/newlib  
4355 3788 d 11 h Serge /programs/develop/libraries/ delete libraries/zlib  
4354 3788 d 11 h Serge /programs/develop/libraries/ delete libraries/pixman  
4353 3788 d 11 h Serge /programs/develop/libraries/ delete libraries/libpng  
4352 3788 d 11 h Serge /programs/develop/libraries/ delete libraries/freetype  
4351 3788 d 11 h Serge /programs/develop/libraries/ delete libraries/ffmpeg  
4350 3788 d 11 h Serge /programs/develop/libraries/ delete libraries/cairo  
4343 3792 d 0 h mario79 /programs/develop/examples/clipboard/ Additions and changes to the documentation for the clipboard.  
4341 3792 d 21 h yogev_ezra /programs/develop/libraries/sorter/ Add sort.obj library sources to SVN.  
4332 3797 d 7 h IgorA /programs/develop/info3ds/ update 'info3ds'  
4327 3797 d 21 h yogev_ezra /programs/ Upload sources of msgbox.obj library and use_mb example to SVN.  
4318 3801 d 21 h yogev_ezra /programs/develop/examples/example/trunk/ example.asm: Fix typo - fixes #67  
4317 3802 d 9 h mario79 /programs/develop/examples/clipboard/ Fix for r.4200  
4316 3802 d 22 h mario79 /programs/develop/tinypad/trunk/ Tinypad - the patching of "5 repetition pressing Enter in the empty file cause crashing".  
4308 3805 d 9 h IgorA /programs/ update 't_edit':
1) convert cp1251-866, cp866-1251
2) use PathShow
3) modify element t_edit in box_lib.obj
 
4306 3805 d 17 h hidnplayr /programs/develop/libraries/console/ Numpad numeric key support for console library.  
4298 3806 d 22 h esevece /programs/develop/libraries/menuetlibc/ Minimal fixes  
4285 3809 d 18 h tserj /programs/develop/mtdbg/ Mtdbg - bug fix: CTRL-F7 & CTRL-F8 aren't works right after loading. Added support of F7 & F8 - with the same functionality but without CTRL key  
4283 3811 d 0 h esevece /programs/develop/libraries/menuetlibc/src/libc/menuetos/ C file for network.obj library  
4282 3811 d 0 h esevece /programs/develop/libraries/menuetlibc/ Added support for network.obj library  
4276 3812 d 3 h yogev_ezra /programs/develop/fasm/trunk/ FASM version is taken from here: http://www.flatassembler.net/download.php
Please don't change it when you add KolibriOS-only functionality. Change it only when you upgrade the sources.
 
4274 3812 d 3 h tserj /programs/develop/ Tinypad - Run in debugger by F10 key. Fasm - support debug parameter in command mode added