Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
2317 4517 d 5 h IgorA /programs/develop/libraries/box_lib/trunk/ box_lib.obj: add scroll type 1  
1714 4859 d 0 h IgorA /programs/develop/ update:
1) 'kol_f_edit'
2) documentation 'info_checkbox.htm'
 
1634 4927 d 21 h IgorA /programs/develop/libraries/ 1) 'buf2d.obj' new function 'buf2d_rect_by_size'
2) 'box_lib.obj' fix function 'tl_node_poi_get_data'
 
1489 5040 d 22 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 5064 d 2 h IgorA /programs/ 1) 'box_lib.obj' update 'text_edititor'
2) modify code 't_edit' and 'planet_v'
 
1457 5082 d 0 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'
 
1449 5096 d 3 h IgorA /programs/ t_edit:
1) sync with the new box_lib.obj
2) corrected bug that could occur when pressing Ctrl+F
3) change the code
 
1441 5116 d 1 h IgorA /programs/ changed the function of the opening of Tile when specifying non-existent path  
1432 5129 d 23 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.
 
1402 5160 d 7 h IgorA /programs/develop/libraries/box_lib/trunk/ changes in 'TreeList':
- fix 'tl_node_lev_inc'
- fix 'tl_node_lev_dec'
 
1401 5161 d 4 h IgorA /programs/ 1) changes in 'TreeList':
- fix 'tl_iterat_perv'
- small fix 'tl_mouse'
- update 'tl_node_lev_inc'
- optimization 'tl_node_lev_dec'
2) add new programm 'PlanetV'
 
1390 5165 d 7 h IgorA /programs/ 1) some fixes in functions 'tl_mouse'
2) added documentation for the 'scrollbar'
3) small improvements 't_edit'
 
1382 5170 d 20 h diamond /programs/develop/libraries/box_lib/trunk/ tree_list.mac: do not include the code if it is not used  
1328 5209 d 5 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
 
1309 5224 d 2 h IgorA /programs/develop/libraries/box_lib/trunk/ optimize TreeList:
1) 'tl_mouse' add mouse in child scroll bar
2) optimize some functions
 
1303 5230 d 7 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 5237 d 8 h IgorA /programs/develop/libraries/box_lib/trunk/ add new functions: tl_node_move_up, tl_node_move_down. Small fix in redraw caption.  
1283 5239 d 9 h IgorA /programs/develop/libraries/box_lib/trunk/ update functions: tl_mouse, tl_node_add
update documentation
 
1277 5242 d 8 h IgorA /programs/develop/libraries/box_lib/trunk/ add new element 'TreeList'