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 836 d 23 h IgorA /programs/develop/libraries/box_lib/trunk/ fix rev. 9616  
9616 838 d 12 h IgorA /programs/develop/libraries/box_lib/trunk/ add function 'edit_box_key_safe'  
9568 846 d 13 h IgorA /programs/ fix function name 'edit_box' to 'edit_box_draw'  
8852 1049 d 20 h IgorA /programs/ fix load syntax files from CD  
8681 1099 d 15 h IgorA /programs/develop/libraries/box_lib/trunk/ fix divide by 0 in function edit_box.get_n  
7919 1445 d 15 h leency /programs/develop/libraries/box_lib/trunk/ editbox update by Prohor N.  
7906 1450 d 9 h leency / SysMon: show all tmp disks, reparate general tab into two, precise calculation of rd disk empty space  
7905 1450 d 13 h leency /programs/develop/libraries/box_lib/trunk/ fix prior  
7904 1450 d 13 h leency / editbox: remove selection if element was deactivated  
7903 1450 d 17 h leency /programs/develop/libraries/box_lib/trunk/ editbox: move cursor to the end of the inserted string by Prohor Nikiforov and me  
7558 1988 d 0 h pathoswithin /programs/develop/libraries/box_lib/trunk/ editbox ctrl-a support  
7507 2008 d 16 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 2013 d 15 h b00bl1k /programs/develop/libraries/box_lib/trunk/ box_lib: correct filter for win keys in editbox  
7500 2014 d 19 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 2046 d 3 h 0CodErr /programs/develop/libraries/box_lib/trunk/ fix crash when copy\paste  
7400 2047 d 20 h 0CodErr /programs/develop/libraries/box_lib/trunk/ Reset Shift flags after Shift+Backspace  
7128 2331 d 17 h IgorA /programs/develop/ box_lib: fix clear cursor in 'editbox'
info3ds: crop zeros after floating point
 
7001 2412 d 17 h 0CodErr /programs/develop/libraries/box_lib/trunk/ remove unnecessary reserved symbols  
6994 2414 d 16 h 0CodErr /programs/develop/libraries/box_lib/trunk/ delete selection before paste and no copy\cut if no selection  
6968 2423 d 19 h 0CodErr /programs/develop/libraries/box_lib/trunk/ Implemented Ctrl+X handler in EditBox  
6965 2425 d 2 h 0CodErr /programs/develop/libraries/box_lib/trunk/ a bit improve ctrl+C\ctrl+V  
6788 2700 d 2 h IgorA /programs/develop/libraries/box_lib/trunk/ editbox: clean code  
6705 2724 d 17 h 0CodErr /programs/develop/libraries/box_lib/trunk/ fix backward compatibility broken in #6675  
6677 2732 d 5 h pathoswithin /programs/develop/libraries/box_lib/trunk/ fix height  
6675 2732 d 6 h pathoswithin /programs/develop/libraries/box_lib/trunk/ editbox font options support (sysfunc 4 format)  
5692 3188 d 1 h leency /programs/develop/libraries/box_lib/trunk/ Update libraries for new fonts  
5679 3190 d 1 h hidnplayr /programs/develop/libraries/box_lib/trunk/ box_lib: ability to disable editbox. (Fixed color because of fixed editbox struct!)  
4601 3711 d 15 h mario79 /programs/develop/libraries/box_lib/trunk/ Box_Lib - Editbox support for Clipboard (Ctrl + C|V)  
3358 4069 d 16 h mario79 /programs/develop/libraries/box_lib/trunk/ Box_Lib - Editbox fix for Win keys.  
3130 4146 d 16 h IgorA /programs/develop/libraries/ 1) fix in 'libio'
2) small optimize 'editbox'
 
3090 4160 d 16 h IgorA /programs/develop/libraries/box_lib/trunk/ fix style 'ed_pass'  
3089 4160 d 17 h IgorA /programs/develop/libraries/box_lib/trunk/ add new style 'ed_pass'  
2898 4289 d 2 h IgorA /programs/develop/libraries/box_lib/trunk/ fix function 'edit_box_set_text'  
2294 4576 d 17 h IgorA /programs/develop/libraries/box_lib/trunk/ removed duplicate code  
1858 4828 d 9 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 4972 d 18 h IgorA /programs/ 1) new function 'edit_box_set_text' in 'box_lib'
2) small updates in 'fasm', 'planet_v', 'nu_pogodi'
 
1596 4992 d 21 h Lrz /programs/develop/libraries/box_lib/trunk/ bugfix shift+home and end.  
1476 5082 d 13 h IgorA /programs/ 1) removed duplicate code in 'box_lib'
2) add program 'TextEditor syntax file editor'
 
1432 5161 d 15 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 5223 d 17 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'.