Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
9616 839 d 1 h IgorA /programs/develop/libraries/box_lib/trunk/ add function 'edit_box_key_safe'  
9568 847 d 2 h IgorA /programs/ fix function name 'edit_box' to 'edit_box_draw'  
9485 854 d 9 h IgorA /programs/ t_edit can open kpack-ed files  
8346 1238 d 2 h IgorA /programs/ box_lib.obj: clear code  
7919 1446 d 4 h leency /programs/develop/libraries/box_lib/trunk/ editbox update by Prohor N.  
7579 1917 d 3 h IgorA / t_edit:
1) add keys Ctrl+H, Ctrl+G
2) update panels code
 
7577 1923 d 1 h IgorA / t_edit: add function ted_but_replace, fix code  
7576 1925 d 12 h IgorA /programs/ t_edit: update found functions  
7036 2403 d 5 h IgorA /programs/develop/libraries/box_lib/trunk/ 't_edit' small fix copy to clipboard  
6972 2421 d 9 h IgorA /programs/develop/libraries/box_lib/trunk/ clean code 'optionbox' and 'treelist'  
6789 2700 d 12 h IgorA /programs/ checkbox: clean code
picdev: fix names
 
6788 2700 d 15 h IgorA /programs/develop/libraries/box_lib/trunk/ editbox: clean code  
6689 2729 d 23 h siemargl /programs/develop/libraries/box_lib/ tooltip widget+demo  
6256 2992 d 7 h IgorA /programs/ 't_edit' use font size  
4601 3712 d 4 h mario79 /programs/develop/libraries/box_lib/trunk/ Box_Lib - Editbox support for Clipboard (Ctrl + C|V)  
4308 3805 d 13 h IgorA /programs/ update 't_edit':
1) convert cp1251-866, cp866-1251
2) use PathShow
3) modify element t_edit in box_lib.obj
 
3478 4025 d 12 h 0CodErr /programs/ Box_Lib - Component ProgressBar
Added program 'Run with OpenDialog'
 
3470 4031 d 23 h mario79 /programs/develop/libraries/box_lib/trunk/ Box_Lib - Component Frame  
3178 4120 d 4 h IgorA /programs/ old version 'check_box' deleted from 'box_lib.obj'  
2317 4549 d 10 h IgorA /programs/develop/libraries/box_lib/trunk/ box_lib.obj: add scroll type 1  
2102 4634 d 7 h IgorA /programs/ 1) 'box_lib.obj' update 't_edit' version 3
2) 'Text Editor' use new version syntax files
 
1682 4928 d 15 h lrz /programs/develop/libraries/box_lib/ Copy new version checkbox to trunk.  
1619 4973 d 7 h IgorA /programs/ 1) new function 'edit_box_set_text' in 'box_lib'
2) small updates in 'fasm', 'planet_v', 'nu_pogodi'
 
1489 5073 d 3 h IgorA /programs/ deleted function of memory of the 'box_lib.obj' now they are connected through 'lib_init'
all programs that use 'tree_list' and 't_edit' must use 'lib_init'
 
1464 5096 d 7 h IgorA /programs/ 1) 'box_lib.obj' update 'text_edititor'
2) modify code 't_edit' and 'planet_v'
 
1458 5110 d 8 h IgorA /programs/ 1) revised 't_edit' new function 'ted_init_scroll_bars'
2) updated documentation
 
1457 5114 d 5 h IgorA /programs/ 1) new element 'text_editor' in library 'box_lib.obj'
2) changes code t_edit.kex
3) fixed function 'tl_strlen' in 'tree_list'
4) minor edits documentation 'box_lib.obj'
 
1433 5159 d 4 h mario79 /programs/develop/libraries/box_lib/ BoxLib:
A new component PathShow - displaying the path for the files and directories. If the entire path to display in the show area is not possible, then the path is displayed in the compressed form.
 
1432 5162 d 4 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 5224 d 6 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'.
 
1328 5241 d 10 h IgorA /programs/develop/libraries/box_lib/trunk/ update TreeList:
1) add new function 'tl_get_mem_size' - get size memory block
2) fix functions: 'tl_save_mem', 'tl_load_mem' - calculate size memory block
 
1303 5262 d 12 h IgorA /programs/develop/libraries/box_lib/trunk/ Update 'TreeList':
1) update fun 'tl_key' - add keys: [Pg Up], [Pg Dn]; scan codes (66.2)
2) add new fun: 'tl_save_mem', 'tl_load_mem'
3) new param 'tl_info_capt_len'
 
1285 5269 d 12 h IgorA /programs/develop/libraries/box_lib/trunk/ add new functions: tl_node_move_up, tl_node_move_down. Small fix in redraw caption.  
1277 5274 d 13 h IgorA /programs/develop/libraries/box_lib/trunk/ add new element 'TreeList'  
1214 5312 d 5 h Lrz /programs/ A library box_lib.obj is reentrant dll.  
1199 5318 d 5 h mario79 /programs/develop/libraries/box_lib/trunk/ Box_Lib
1) Component FileBrowser
2) Small changes MenuBar component
 
1101 5444 d 6 h Lrz /programs/develop/libraries/box_lib/ Reorganization library. Examples remove in asm/trunk. Modify optionbox.  
1068 5470 d 6 h Lrz /programs/develop/libraries/box_lib/trunk/ bugfix a macros load_lib.mac  
1060 5498 d 2 h hidnplayr /programs/develop/libraries/box_lib/trunk/ This fix makes box_lib a valid KolibriOS library.
(export 'lib_init' and 'version')
 
1037 5549 d 16 h mario79 /programs/develop/libraries/box_lib/trunk/ BOX_LIB use new controls: SCROLLBAR, DINAMIC BUTTON, MENUBAR.