-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
106 lines (86 loc) · 3.17 KB
/
ChangeLog
File metadata and controls
106 lines (86 loc) · 3.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
0.f9b
- some improvements by so_lame <kszysiu@main.braxis.co.uk>
1) fixes --disable-dl build (it didn't link libutil)
2) adds --without-pthread (does not link with libpthread, throws termemu out)
3) makes tgt_obj_makenonselectable/tgt_obj_makeselectable (or whatever) act
correct.
0.f9
- public release
0.f8
- bugfixes, cosmetics
- pre2-public release
0.f7
- added tgt_make_selectable(), tgt_make_nonselectable(), added docs for it
- wrote some sentences for doc/en/USERS_VIEW_OF_TGT
- wrote reference manual entries for tgt_setdhandler(), tgt_hide() and tgt_unhide()
- minior bugfixes in class code
- pre-public release
0.f6
- version number is reduced by one zero for marketing purposes
0.0f5
- minior fixes in SET method of TGTT_SELECTBOX_ITEMS tag inside selectbox.c
- made some list tags settable/gettable
- added tgt_setdhandler()
- added tgt_notified_send()
- added tgt_hide()
- added tgt_unhide()
- minior feature adds in mouse.c
0.0f2
- added tgt_menu_modify(), tgt_menu_delete(), tgt_menu_insert(),
tgt_menu_selectability() and appropiate meta-tags for menu class
- cosmetics, changes in FAQ
0.0f
- added tgt_direct_get()
- completed include/tgt_acmacros.h
- wrote example #2, wrote examples/README
- rebuilded examples/ source-tree
- added simple TGML tags documentation
- added 0. to README
- renamed changelog
- did some minior fixes inside ./mkrelease ;)
0.0e7
- modified the source tree
- added ./configure script
- improved TGML
0.0e6
- added TGML, added macros in include/tgt_acmacros.h
- added some examples
0.0e5
- changed API dramatically, now there are no terminal args in function calls
- corrected reference manual entries for changed functions
- added tgt_getterminal() and g_terminal
- removed POSSIBLE_ASYNC, POSSIBLE_INFORMFIRST and SEMAPHORED_REFRESH from
code
0.0e45
- fixed detecting comments in app/config.c
0.0e44
- now selectbox sets its menu component a proper position, when
user changes TGTT_SELECTBOX_SELECTED
- added TGTA_MENU_SELECT to c_menu.c
- added object dimensions checking in refresh routines
- now, when menu is selected, the first position is highlighted by
default
- added changing background color of selectbox when it's activated
0.0e4
- corrected some grammar and spelling mistakes in documentation
0.0e39
- minior bugfixes and error handling in autocreat.c
- added getsizes support to checkbox class
- started to write a big demo program (tests/TGT)
- fixed bugs in classes/class.c/tgt_haschild & in classes/class.c/tgt_findchild
- corrected tests/csp.c
- wrote some class descriptions for doc/en/reference
0.0e384
- added comments to all core sources (I (vlsi) personally do not like comments,
,,it was hard to write, it has to be hard to read'' ;)
0.0e37
- written a README file draft
- changed autocreat API a bit
- changed dialog routines - now the buttons are centered
- added an example source code using TGT draft
0.0e*
- Mouse support added for nearly all classes
0.0d9:
- Some classes refresh faster now
- Modified tests/termemu to use autocreate routines
- Cleaned and commented classes/class.c