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 851 d 2 h IgorA /programs/develop/libraries/box_lib/trunk/ fix rev. 9616  
9616 852 d 15 h IgorA /programs/develop/libraries/box_lib/trunk/ add function 'edit_box_key_safe'  
9568 860 d 16 h IgorA /programs/ fix function name 'edit_box' to 'edit_box_draw'  
8852 1063 d 22 h IgorA /programs/ fix load syntax files from CD  
8681 1113 d 17 h IgorA /programs/develop/libraries/box_lib/trunk/ fix divide by 0 in function edit_box.get_n  
7919 1459 d 18 h leency /programs/develop/libraries/box_lib/trunk/ editbox update by Prohor N.  
7906 1464 d 11 h leency / SysMon: show all tmp disks, reparate general tab into two, precise calculation of rd disk empty space  
7905 1464 d 16 h leency /programs/develop/libraries/box_lib/trunk/ fix prior  
7904 1464 d 16 h leency / editbox: remove selection if element was deactivated  
7903 1464 d 20 h leency /programs/develop/libraries/box_lib/trunk/ editbox: move cursor to the end of the inserted string by Prohor Nikiforov and me  
7558 2002 d 3 h pathoswithin /programs/develop/libraries/box_lib/trunk/ editbox ctrl-a support  
7507 2022 d 19 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 2027 d 17 h b00bl1k /programs/develop/libraries/box_lib/trunk/ box_lib: correct filter for win keys in editbox  
7500 2028 d 22 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 2060 d 5 h 0CodErr /programs/develop/libraries/box_lib/trunk/ fix crash when copy\paste  
7400 2061 d 23 h 0CodErr /programs/develop/libraries/box_lib/trunk/ Reset Shift flags after Shift+Backspace  
7128 2345 d 19 h IgorA /programs/develop/ box_lib: fix clear cursor in 'editbox'
info3ds: crop zeros after floating point
 
7001 2426 d 20 h 0CodErr /programs/develop/libraries/box_lib/trunk/ remove unnecessary reserved symbols  
6994 2428 d 18 h 0CodErr /programs/develop/libraries/box_lib/trunk/ delete selection before paste and no copy\cut if no selection  
6968 2437 d 22 h 0CodErr /programs/develop/libraries/box_lib/trunk/ Implemented Ctrl+X handler in EditBox  
6965 2439 d 5 h 0CodErr /programs/develop/libraries/box_lib/trunk/ a bit improve ctrl+C\ctrl+V  
6788 2714 d 4 h IgorA /programs/develop/libraries/box_lib/trunk/ editbox: clean code  
6705 2738 d 20 h 0CodErr /programs/develop/libraries/box_lib/trunk/ fix backward compatibility broken in #6675  
6677 2746 d 7 h pathoswithin /programs/develop/libraries/box_lib/trunk/ fix height  
6675 2746 d 9 h pathoswithin /programs/develop/libraries/box_lib/trunk/ editbox font options support (sysfunc 4 format)  
5692 3202 d 3 h leency /programs/develop/libraries/box_lib/trunk/ Update libraries for new fonts  
5679 3204 d 3 h hidnplayr /programs/develop/libraries/box_lib/trunk/ box_lib: ability to disable editbox. (Fixed color because of fixed editbox struct!)  
4601 3725 d 17 h mario79 /programs/develop/libraries/box_lib/trunk/ Box_Lib - Editbox support for Clipboard (Ctrl + C|V)  
3358 4083 d 19 h mario79 /programs/develop/libraries/box_lib/trunk/ Box_Lib - Editbox fix for Win keys.  
3130 4160 d 18 h IgorA /programs/develop/libraries/ 1) fix in 'libio'
2) small optimize 'editbox'
 
3090 4174 d 19 h IgorA /programs/develop/libraries/box_lib/trunk/ fix style 'ed_pass'  
3089 4174 d 19 h IgorA /programs/develop/libraries/box_lib/trunk/ add new style 'ed_pass'  
2898 4303 d 5 h IgorA /programs/develop/libraries/box_lib/trunk/ fix function 'edit_box_set_text'  
2294 4590 d 19 h IgorA /programs/develop/libraries/box_lib/trunk/ removed duplicate code  
1858 4842 d 12 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 4986 d 21 h IgorA /programs/ 1) new function 'edit_box_set_text' in 'box_lib'
2) small updates in 'fasm', 'planet_v', 'nu_pogodi'
 
1596 5006 d 23 h Lrz /programs/develop/libraries/box_lib/trunk/ bugfix shift+home and end.  
1476 5096 d 16 h IgorA /programs/ 1) removed duplicate code in 'box_lib'
2) add program 'TextEditor syntax file editor'
 
1432 5175 d 17 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 5237 d 19 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'.