blob: 653c6ef7dd40ce42c3b38d16217f5181a98f0cd1 (
plain)
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
|
2004-12-24 Hidetoshi NAGAI <[email protected]>
* add BLT extension support
2004-12-16 Hidetoshi NAGAI <[email protected]>
* bwidget/labelentry.rb: use TkCore.callback_obj?()
* bwidget/listbox.rb: ditto
* bwidget/notebook.rb: ditto
* bwidget/spinbox.rb: ditto
* itk/incr_tk.rb: ditto
* iwidgets/scrolledcanvas.rb: ditto
* tkDND/tkdnd.rb: ditto
* treectrl/tktreectrl.rb: ditto
* winico/winico.rb: ditto
2004-12-10 Hidetoshi NAGAI <[email protected]>
* tile/style.rb: 'theme_use' method bug fix
2004-12-08 Hidetoshi NAGAI <[email protected]>
* bwidget/notebook.rb: raise method cannot return the raised page.
* bwidget/labelentry.rb: bind methods accept subst_args + block
* bwidget/listbox.rb: ditto
* bwidget/notebook.rb: ditto
* bwidget/spinbox.rb: ditto
* bwidget/tree.rb: ditto
* itk/incr_tk.rb: ditto
* iwidgets/scrolledcanvas.rb: ditto
* tkDND/tkdnd.rb: ditto
* treectrl/tktreectrl.rb: ditto
2004-11-26 Hidetoshi NAGAI <[email protected]>
* bwidget/notebook.rb: uses epath
* bwidget/widget.rb: ditto
* tktable/tktable.rb: ditto
* tcllib/cursor.rb: ditto, and bug fix
2004-11-10 Hidetoshi NAGAI <[email protected]>
* tile/style.rb: bug fix
2004-11-07 Hidetoshi NAGAI <[email protected]>
* iwidgets/scrolledcanvas.rb: bind-event methods accept multi
substitution arguments.
* tktable/tktable.rb: ditto.
* treectrl/tktreectrl.rb: ditto
2004-11-03 Hidetoshi NAGAI <[email protected]>
* SUPPORT_STATUS: BLT moves to 'plan to support' from 'not determined'
* itk/incr_tk.rb: __cget_cmd and __config_cmd are private methods
* tcllib/autoscroll.rb: extend TkCore
* tcllib/cursor.rb: ditto.
* tcllib/plotchart.rb: ditto.
* tcllib/style.rb: ditto.
* tile/style.rb: ditto.
* tkDND/shape.rb: ditto.
2004-10-24 Hidetoshi NAGAI <[email protected]>
* bwidget/tree.rb: bug fix on Windows
2004-10-16 Hidetoshi NAGAI <[email protected]>
* tcllib/ico.rb: new library (Tk::Tcllib:ICO)
* tcllib.rb: add Tk::Tcllib::ICO (based on tcllib 1.7)
2004-10-06 Hidetoshi NAGAI <[email protected]>
* bwidget.rb (BWidget.grab): bug fix
* tcllib.rb: typo fix
2004-07-28 Hidetoshi NAGAI <[email protected]>
* add winico support
2004-07-23 Hidetoshi NAGAI <[email protected]>
* add TclX support (partially; infox command and XPG/3 MsgCat only)
2004-07-15 Hidetoshi NAGAI <[email protected]>
* bug fix
* support TkTable extension
2004-07-12 Hidetoshi NAGAI <[email protected]>
* bug fix
* support Iwidgets extension
2004-07-10 Hidetoshi NAGAI <[email protected]>
* bug fix
* add more part of [incr Widget] support (about 65%? are complete)
* use Tk::ValidateConfigure.__def_validcmd() method
(new function to define validatecommand methods easier)
* tcllib.rb : avoid the loading trouble that almost all part of
the extension is not available when some libraries are invalid.
2004-07-09 Hidetoshi NAGAI <[email protected]>
* add some part of [incr Widget] support (about 50%? are complete)
2004-07-07 Hidetoshi NAGAI <[email protected]>
* add [incr Tck], [incr Tk] support
2004-07-06 Hidetoshi NAGAI <[email protected]>
* support BWidget extension
* add BWidget extension demo
* add ICONS extension demo
* many bug fix
2004-07-01 Hidetoshi NAGAI <[email protected]>
* 1st release of tkextlib ( to support Tcl/Tk extensions )
|