Alexey Teplov (
3c2f9c9b90
Copy new version checkbox to trunk.
...
git-svn-id: svn://kolibrios.org@1682 a494cfbc-eb01-0410-851d-a64ba20cac60
2010-11-01 08:17:46 +00:00
IgorA
37863c906d
1) new function 'edit_box_set_text' in 'box_lib'
...
2) small updates in 'fasm', 'planet_v', 'nu_pogodi'
git-svn-id: svn://kolibrios.org@1619 a494cfbc-eb01-0410-851d-a64ba20cac60
2010-09-17 16:05:21 +00:00
IgorA
433be1188e
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'
git-svn-id: svn://kolibrios.org@1489 a494cfbc-eb01-0410-851d-a64ba20cac60
2010-06-09 20:06:03 +00:00
IgorA
b062f4354f
1) 'box_lib.obj' update 'text_edititor'
...
2) modify code 't_edit' and 'planet_v'
git-svn-id: svn://kolibrios.org@1464 a494cfbc-eb01-0410-851d-a64ba20cac60
2010-05-17 16:49:58 +00:00
IgorA
16c8c37422
1) revised 't_edit' new function 'ted_init_scroll_bars'
...
2) updated documentation
git-svn-id: svn://kolibrios.org@1458 a494cfbc-eb01-0410-851d-a64ba20cac60
2010-05-03 15:12:50 +00:00
IgorA
fd898963db
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'
git-svn-id: svn://kolibrios.org@1457 a494cfbc-eb01-0410-851d-a64ba20cac60
2010-04-29 18:27:40 +00:00
Marat Zakiyanov (Mario79)
47a917da42
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.
git-svn-id: svn://kolibrios.org@1433 a494cfbc-eb01-0410-851d-a64ba20cac60
2010-03-15 19:40:50 +00:00
Marat Zakiyanov (Mario79)
79c0315dca
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.
git-svn-id: svn://kolibrios.org@1432 a494cfbc-eb01-0410-851d-a64ba20cac60
2010-03-12 19:52:43 +00:00
IgorA
64cdacca6e
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'.
git-svn-id: svn://kolibrios.org@1372 a494cfbc-eb01-0410-851d-a64ba20cac60
2010-01-09 17:39:07 +00:00
IgorA
639a979c3a
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
git-svn-id: svn://kolibrios.org@1328 a494cfbc-eb01-0410-851d-a64ba20cac60
2009-12-23 13:50:32 +00:00
IgorA
4a0abac115
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'
git-svn-id: svn://kolibrios.org@1303 a494cfbc-eb01-0410-851d-a64ba20cac60
2009-12-02 11:18:26 +00:00
IgorA
48f7d9c554
add new functions: tl_node_move_up, tl_node_move_down. Small fix in redraw caption.
...
git-svn-id: svn://kolibrios.org@1285 a494cfbc-eb01-0410-851d-a64ba20cac60
2009-11-25 11:01:46 +00:00
IgorA
eb764b9844
add new element 'TreeList'
...
git-svn-id: svn://kolibrios.org@1277 a494cfbc-eb01-0410-851d-a64ba20cac60
2009-11-20 10:15:49 +00:00
Alexey Teplov (
c2639e880a
A library box_lib.obj is reentrant dll.
...
git-svn-id: svn://kolibrios.org@1214 a494cfbc-eb01-0410-851d-a64ba20cac60
2009-10-13 18:29:41 +00:00
Marat Zakiyanov (Mario79)
debc953680
Box_Lib
...
1) Component FileBrowser
2) Small changes MenuBar component
git-svn-id: svn://kolibrios.org@1199 a494cfbc-eb01-0410-851d-a64ba20cac60
2009-10-07 18:41:24 +00:00
Alexey Teplov (
51a64dc292
Reorganization library. Examples remove in asm/trunk. Modify optionbox.
...
git-svn-id: svn://kolibrios.org@1101 a494cfbc-eb01-0410-851d-a64ba20cac60
2009-06-03 17:40:06 +00:00
Alexey Teplov (
ea836f1026
bugfix a macros load_lib.mac
...
git-svn-id: svn://kolibrios.org@1068 a494cfbc-eb01-0410-851d-a64ba20cac60
2009-05-08 17:45:28 +00:00
hidnplayr
a54ad6a85f
This fix makes box_lib a valid KolibriOS library.
...
(export 'lib_init' and 'version')
git-svn-id: svn://kolibrios.org@1060 a494cfbc-eb01-0410-851d-a64ba20cac60
2009-04-10 21:54:21 +00:00
Marat Zakiyanov (Mario79)
bd2b02d953
BOX_LIB use new controls: SCROLLBAR, DINAMIC BUTTON, MENUBAR.
...
git-svn-id: svn://kolibrios.org@1037 a494cfbc-eb01-0410-851d-a64ba20cac60
2009-02-18 07:19:31 +00:00
Alexey Teplov (
5b18f6aea9
bugfix Num,Caps,Scroll Lock & remove in dir libraries
...
git-svn-id: svn://kolibrios.org@1032 a494cfbc-eb01-0410-851d-a64ba20cac60
2009-02-13 09:04:33 +00:00