Subversion Repositories Kolibri OS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
9629 843 d 14 h IgorA /programs/develop/libraries/box_lib/trunk/ fix rev. 9616  
9616 845 d 3 h IgorA /programs/develop/libraries/box_lib/trunk/ add function 'edit_box_key_safe'  
9568 853 d 4 h IgorA /programs/ fix function name 'edit_box' to 'edit_box_draw'  
8852 1056 d 10 h IgorA /programs/ fix load syntax files from CD  
8681 1106 d 5 h IgorA /programs/develop/libraries/box_lib/trunk/ fix divide by 0 in function edit_box.get_n  
7919 1452 d 6 h leency /programs/develop/libraries/box_lib/trunk/ editbox update by Prohor N.  
7906 1456 d 23 h leency / SysMon: show all tmp disks, reparate general tab into two, precise calculation of rd disk empty space  
7905 1457 d 4 h leency /programs/develop/libraries/box_lib/trunk/ fix prior  
7904 1457 d 4 h leency / editbox: remove selection if element was deactivated  
7903 1457 d 8 h leency /programs/develop/libraries/box_lib/trunk/ editbox: move cursor to the end of the inserted string by Prohor Nikiforov and me  
7558 1994 d 15 h pathoswithin /programs/develop/libraries/box_lib/trunk/ editbox ctrl-a support  
7507 2015 d 7 h leency /programs/ boxlib edit_box: do not display pgup, pgdown press
fptc: fix for Tab press when no field selected
table 0.99: proper behaviour when cell is edited, use scancodes
 
7502 2020 d 5 h b00bl1k /programs/develop/libraries/box_lib/trunk/ box_lib: correct filter for win keys in editbox  
7500 2021 d 10 h leency /programs/ mouse_cfg: fix for double click (thanks 0CodErr for bug found)
boxlib->editbox: filter super (windows) key
table: continue code refactoring
 
7404 2052 d 17 h 0CodErr /programs/develop/libraries/box_lib/trunk/ fix crash when copy\paste  
7400 2054 d 11 h 0CodErr /programs/develop/libraries/box_lib/trunk/ Reset Shift flags after Shift+Backspace  
7128 2338 d 8 h IgorA /programs/develop/ box_lib: fix clear cursor in 'editbox'
info3ds: crop zeros after floating point
 
7001 2419 d 8 h 0CodErr /programs/develop/libraries/box_lib/trunk/ remove unnecessary reserved symbols  
6994 2421 d 6 h 0CodErr /programs/develop/libraries/box_lib/trunk/ delete selection before paste and no copy\cut if no selection  
6968 2430 d 10 h 0CodErr /programs/develop/libraries/box_lib/trunk/ Implemented Ctrl+X handler in EditBox  
6965 2431 d 17 h 0CodErr /programs/develop/libraries/box_lib/trunk/ a bit improve ctrl+C\ctrl+V  
6788 2706 d 17 h IgorA /programs/develop/libraries/box_lib/trunk/ editbox: clean code  
6705 2731 d 8 h 0CodErr /programs/develop/libraries/box_lib/trunk/ fix backward compatibility broken in #6675  
6677 2738 d 20 h pathoswithin /programs/develop/libraries/box_lib/trunk/ fix height  
6675 2738 d 21 h pathoswithin /programs/develop/libraries/box_lib/trunk/ editbox font options support (sysfunc 4 format)  
5692 3194 d 15 h leency /programs/develop/libraries/box_lib/trunk/ Update libraries for new fonts  
5679 3196 d 16 h hidnplayr /programs/develop/libraries/box_lib/trunk/ box_lib: ability to disable editbox. (Fixed color because of fixed editbox struct!)  
4601 3718 d 6 h mario79 /programs/develop/libraries/box_lib/trunk/ Box_Lib - Editbox support for Clipboard (Ctrl + C|V)  
3358 4076 d 7 h mario79 /programs/develop/libraries/box_lib/trunk/ Box_Lib - Editbox fix for Win keys.  
3130 4153 d 6 h IgorA /programs/develop/libraries/ 1) fix in 'libio'
2) small optimize 'editbox'
 
3090 4167 d 7 h IgorA /programs/develop/libraries/box_lib/trunk/ fix style 'ed_pass'  
3089 4167 d 8 h IgorA /programs/develop/libraries/box_lib/trunk/ add new style 'ed_pass'  
2898 4295 d 17 h IgorA /programs/develop/libraries/box_lib/trunk/ fix function 'edit_box_set_text'  
2294 4583 d 8 h IgorA /programs/develop/libraries/box_lib/trunk/ removed duplicate code  
1858 4835 d 0 h lev /programs/develop/libraries/box_lib/trunk/ Fixed deletion of selected text in the Editbox with "Backspace"
"Shift+Delete", "Shift+Backspace" with selected text still work wrong.
 
1619 4979 d 9 h IgorA /programs/ 1) new function 'edit_box_set_text' in 'box_lib'
2) small updates in 'fasm', 'planet_v', 'nu_pogodi'
 
1596 4999 d 11 h Lrz /programs/develop/libraries/box_lib/trunk/ bugfix shift+home and end.  
1476 5089 d 4 h IgorA /programs/ 1) removed duplicate code in 'box_lib'
2) add program 'TextEditor syntax file editor'
 
1432 5168 d 5 h mario79 /programs/ BoxLib: Small reorganization for user-macros.
1) Now all the macros used by other applications to work with BoxLib located in box_lib.mac
2) Macros for components that are used only in the library BoxLib - located in bl_sys.mac, a list of include files.
3) Big requests to other developers -support this rule, it will do easier to use macros for other applications.
 
1372 5230 d 8 h IgorA /programs/develop/ Reorganization of the library 'box_lib.obj':
1) new file 'box_lib.mac' to connect all elements
2) Eliminate duplication of code.
Minor improvements 'fasm'.