BlueGrey
calm
Elegant
Català-Valencià - Catalan
中文 - Chinese (Simplified)
中文 - Chinese (Traditional)
Česky - Czech
Dansk - Danish
Nederlands - Dutch
English - English
Suomi - Finnish
Français - French
Deutsch - German
עברית - Hebrew
हिंदी - Hindi
Magyar - Hungarian
Bahasa Indonesia - Indonesian
Italiano - Italian
日本語 - Japanese
한국어 - Korean
Македонски - Macedonian
मराठी - Marathi
Norsk - Norwegian
Polski - Polish
Português - Portuguese
Português - Portuguese (Brazil)
Русский - Russian
Slovenčina - Slovak
Slovenščina - Slovenian
Español - Spanish
Svenska - Swedish
Türkçe - Turkish
Українська - Ukrainian
Oëzbekcha - Uzbek
Subversion Repositories
Kolibri OS
(root)
/
programs
/
develop
/
libraries
/
box_lib
/
trunk
/
tree_list.mac
- Rev 1464
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
1464
3898d 06h
IgorA
/programs/
1) 'box_lib.obj' update 'text_edititor'
2) modify code 't_edit' and 'planet_v'
1457
3916d 04h
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
3930d 07h
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
3950d 05h
IgorA
/programs/
changed the function of the opening of Tile when specifying non-existent path
1432
3964d 03h
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
3994d 11h
IgorA
/programs/develop/libraries/box_lib/trunk/
changes in 'TreeList':
- fix 'tl_node_lev_inc'
- fix 'tl_node_lev_dec'
1401
3995d 08h
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
3999d 11h
IgorA
/programs/
1) some fixes in functions 'tl_mouse'
2) added documentation for the 'scrollbar'
3) small improvements 't_edit'
1382
4005d 00h
diamond
/programs/develop/libraries/box_lib/trunk/
tree_list.mac: do not include the code if it is not used
1328
4043d 09h
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
4058d 07h
IgorA
/programs/develop/libraries/box_lib/trunk/
optimize TreeList:
1) 'tl_mouse' add mouse in child scroll bar
2) optimize some functions
1303
4064d 11h
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
4071d 12h
IgorA
/programs/develop/libraries/box_lib/trunk/
add new functions: tl_node_move_up, tl_node_move_down. Small fix in redraw caption.
1283
4073d 13h
IgorA
/programs/develop/libraries/box_lib/trunk/
update functions: tl_mouse, tl_node_add
update documentation
1277
4076d 12h
IgorA
/programs/develop/libraries/box_lib/trunk/
add new element 'TreeList'