tk 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. checksums.yaml +5 -5
  2. data/.gitignore +2 -0
  3. data/MANUAL_tcltklib.eng +0 -2
  4. data/MANUAL_tcltklib.ja +0 -2
  5. data/README.ActiveTcl +1 -1
  6. data/README.md +43 -0
  7. data/ext/tk/extconf.rb +4 -2
  8. data/ext/tk/old-extconf.rb +0 -1
  9. data/ext/tk/tcltklib.c +46 -148
  10. data/ext/tk/tkutil/extconf.rb +0 -2
  11. data/ext/tk/tkutil/tkutil.c +6 -9
  12. data/lib/multi-tk.rb +95 -315
  13. data/lib/remote-tk.rb +6 -23
  14. data/lib/tk.rb +41 -122
  15. data/lib/tk/bgerror.rb +2 -2
  16. data/lib/tk/bindtag.rb +1 -1
  17. data/lib/tk/canvas.rb +6 -14
  18. data/lib/tk/canvastag.rb +8 -16
  19. data/lib/tk/font.rb +1 -1
  20. data/lib/tk/fontchooser.rb +1 -1
  21. data/lib/tk/image.rb +1 -1
  22. data/lib/tk/menu.rb +4 -4
  23. data/lib/tk/msgcat.rb +5 -5
  24. data/lib/tk/namespace.rb +12 -32
  25. data/lib/tk/optiondb.rb +3 -73
  26. data/lib/tk/scale.rb +2 -2
  27. data/lib/tk/scrollable.rb +4 -2
  28. data/lib/tk/selection.rb +5 -4
  29. data/lib/tk/text.rb +8 -16
  30. data/lib/tk/textmark.rb +1 -1
  31. data/lib/tk/texttag.rb +7 -15
  32. data/lib/tk/timer.rb +2 -2
  33. data/lib/tk/tk_mac.rb +18 -18
  34. data/lib/tk/validation.rb +4 -35
  35. data/lib/tk/variable.rb +7 -5
  36. data/lib/tk/virtevent.rb +1 -1
  37. data/lib/tkextlib/blt/barchart.rb +0 -17
  38. data/lib/tkextlib/blt/bitmap.rb +1 -1
  39. data/lib/tkextlib/blt/component.rb +34 -34
  40. data/lib/tkextlib/blt/dragdrop.rb +6 -6
  41. data/lib/tkextlib/blt/graph.rb +0 -17
  42. data/lib/tkextlib/blt/stripchart.rb +0 -17
  43. data/lib/tkextlib/blt/tabset.rb +16 -31
  44. data/lib/tkextlib/blt/tree.rb +5 -5
  45. data/lib/tkextlib/blt/treeview.rb +14 -14
  46. data/lib/tkextlib/blt/watch.rb +1 -1
  47. data/lib/tkextlib/bwidget/labelentry.rb +6 -14
  48. data/lib/tkextlib/bwidget/listbox.rb +13 -29
  49. data/lib/tkextlib/bwidget/notebook.rb +6 -14
  50. data/lib/tkextlib/bwidget/spinbox.rb +6 -14
  51. data/lib/tkextlib/bwidget/tree.rb +19 -35
  52. data/lib/tkextlib/itcl/incr_tcl.rb +2 -2
  53. data/lib/tkextlib/itk/incr_tk.rb +7 -29
  54. data/lib/tkextlib/iwidgets/calendar.rb +0 -15
  55. data/lib/tkextlib/iwidgets/entryfield.rb +0 -21
  56. data/lib/tkextlib/iwidgets/notebook.rb +2 -2
  57. data/lib/tkextlib/iwidgets/scrolledcanvas.rb +6 -14
  58. data/lib/tkextlib/iwidgets/tabnotebook.rb +2 -2
  59. data/lib/tkextlib/tcllib/ctext.rb +2 -2
  60. data/lib/tkextlib/tcllib/plotchart.rb +5 -5
  61. data/lib/tkextlib/tcllib/validator.rb +6 -6
  62. data/lib/tkextlib/tile.rb +1 -1
  63. data/lib/tkextlib/tile/style.rb +1 -1
  64. data/lib/tkextlib/tile/treeview.rb +13 -20
  65. data/lib/tkextlib/tkDND/tkdnd.rb +6 -22
  66. data/lib/tkextlib/tkHTML/htmlwidget.rb +1 -1
  67. data/lib/tkextlib/tktable/tktable.rb +1 -1
  68. data/lib/tkextlib/treectrl/tktreectrl.rb +12 -20
  69. data/lib/tkextlib/vu/pie.rb +1 -1
  70. data/sample/binding_sample.rb +2 -2
  71. data/sample/cmd_res_test.rb +1 -1
  72. data/sample/demos-en/widget +21 -21
  73. data/sample/demos-jp/widget +4 -4
  74. data/sample/multi-ip_sample.rb +0 -3
  75. data/sample/multi-ip_sample2.rb +1 -1
  76. data/sample/resource.en +3 -3
  77. data/sample/resource.ja +3 -3
  78. data/sample/tcltklib/sample1.rb +2 -2
  79. data/sample/tkballoonhelp.rb +2 -2
  80. data/sample/tkextlib/tkHTML/ss.rb +0 -6
  81. data/sample/tkmulticolumnlist.rb +2 -2
  82. data/sample/tkmultilistframe.rb +2 -2
  83. data/sample/tkoptdb.rb +14 -16
  84. data/tk.gemspec +4 -4
  85. metadata +6 -13
  86. data/ChangeLog.tkextlib +0 -949
  87. data/old-README.tcltklib.ja +0 -159
  88. data/sample/binstr_usage.rb +0 -46
  89. data/sample/remote-ip_sample2.rb +0 -57
  90. data/sample/safe-tk.rb +0 -132
  91. data/sample/tkoptdb-safeTk.rb +0 -74
  92. data/sample/tktree.rb +0 -104
  93. data/sample/tktree.tcl +0 -305
@@ -1,949 +0,0 @@
1
- 2009-07-12 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
2
-
3
- * ext/tk/lib/tkextlib/*: update release.
4
- Tcllib 1.8/Tklib 0.4.1 ==> Tcllib 1.11.1/Tklib 0.5
5
- BWidgets 1.7 ==> BWidgets 1.8
6
- TkTable 2.9 ==> TkTable 2.10
7
- TkTreeCtrl 2005-12-02 ==> TkTreeCtrl 2.2.9
8
- Tile 0.8.0/8.5.1 ==> Tile 0.8.3/8.6b1
9
- IncrTcl 2005-02-14 ==> IncrTcl 2008-12-15
10
- TclX 2005-02-07 ==> TclX 2008-12-15
11
- Trofs 0.4.3 ==> Trofs 0.4.4
12
-
13
- --------------< ... some bug fixes ... >------------------
14
-
15
- Tue Nov 25 03:37:42 2008 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
16
-
17
- * ext/tk/lib/tkextlib/blt/tabset.rb,
18
- ext/tk/lib/tkextlib/blt/tabnotebook.rb:
19
- fix many bugs. Now, those work properly.
20
-
21
- Sat Nov 22 10:31:25 2008 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
22
-
23
- * ext/tk/lib/tkextlib/blt.rb, ext/tk/lib/tkextlib/blt/vector.rb:
24
- fix NameError bug.
25
-
26
- 2008-05-12 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
27
-
28
- * ext/tk/lib/tkextlib/tkDND/shape.rb: wrong package name.
29
-
30
- --------------< ... some changes ... >------------------
31
-
32
- 2007-05-26 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
33
-
34
- * ext/tk/lib/tkextlib/tcllib/tablelist.rb: fix typo.
35
-
36
- * ext/tk/lib/tkextlib/tile/dialog.rb: forget to give an argument.
37
-
38
- * ext/tk/lib/tkextlib/version.rb: update RELEASE_DATE.
39
-
40
- 2007-01-26 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
41
-
42
- * ext/tk/lib/tkextlib/iwidgets/checkbox.rb: wrong number of arguments
43
- [ruby-Bugs-7776].
44
-
45
- * ext/tk/lib/tkextlib/iwidgets/radiobox.rb: ditto.
46
-
47
- * ext/tk/lib/tkextlib/blt/tile/checkbutton.rb: change primary name
48
- of class [ruby-dev:30080].
49
-
50
- * ext/tk/lib/tkextlib/blt/tile/radiobutton.rb: ditto.
51
-
52
- 2006-11-07 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
53
-
54
- * lib/tkextlib/tile/treeview.rb : minor bug fix.
55
-
56
- * lib/tkextlib/blt/table.rb: fix bugs which forbade use of
57
- '::blt::table' command. Now, probably, it'll works properly.
58
-
59
- 2006-11-06 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
60
-
61
- * lib/tkextlib/version.rb: keep release date of tkextlib on
62
- "Tk::Tkextlib_RELEASE_DATE".
63
-
64
- * lib/tkextlib/tile/treeview.rb : support Tile 0.7.8.
65
- Now, you can handle tree items as objects.
66
-
67
- 2006-10-04 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
68
-
69
- * lib/tkextlib/tile.rb, lib/tkextlib/tile/* : support Tile 0.7.6.
70
-
71
- 2006-10-03 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
72
-
73
- * lib/tkextlib/SUPPORT_STATUS: [ruby-talk:211939] check links
74
- of extensions.
75
-
76
- * lib/tkextlib/blt/container.rb: define instance methods properly.
77
-
78
- * lib/tkextlib/tile/tcombobox.rb: bug fix [ruby-talk:213003].
79
-
80
- * lib/tkextlib/tile/tnotebook.rb: ditto.
81
-
82
- * lib/tkextlib/tile/treeview.rb: ditto.
83
-
84
- * lib/tkextlib/tile/sizegrip.rb: [new] add 'ttk::sizegrip' widget.
85
-
86
- 2006-08-31 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
87
-
88
- * lib/tkextlib/blt.rb: double dashes (--) option doesn't work
89
- properly on some versions of BLT (wrong description on the
90
- manual of `blt::bgexec'?).
91
-
92
- 2005-12-11 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
93
-
94
- * lib/tkextlib/SUPPORT_STATUS: update to support libraries in
95
- ActiveTcl8.4.12.0.
96
-
97
- * lib/tkextlib/tile/tnotebook.rb: add Tk::Tile::TNotebook#insert.
98
-
99
- * sample/tkextlib/tile/demo.rb: improve the look of a part of the demo.
100
-
101
- 2005-11-25 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
102
-
103
- * sample/tkextlib/tile/demo.rb: bug fix
104
-
105
- * sample/tkextlib/tile/themes/*: add some themes (blue,
106
- keramik, and plastik; require Tile-0.5 or later).
107
-
108
- 2005-11-22 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
109
-
110
- * lib/tkextlib/tile.rb: bug fix (Tk::Tile::USE_TTK_NAMESPACE
111
- is not defined).
112
-
113
- 2005-11-19 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
114
-
115
- * sample/tkextlib/treectrl/demo.rb: remove dependency on Ruby's
116
- version (1.8 or 1.9).
117
-
118
- 2005-10-23 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
119
-
120
- * lib/tkextlib/*: update to support ActiveTcl8.4.11.2
121
-
122
- * lib/tkextlib/trofs/*: support Trofs 0.4.3
123
-
124
- * lib/tkextlib/tile/*: support Tile 0.7.2
125
-
126
- * lib/tkextlib/vu/*: support vu 2.3.0
127
-
128
- * lib/tkextlib/tcllib/*: support Tcllib 1.8 (Tklib 0.3 part only)
129
-
130
- * lib/tkextlib/*: improve conversion of option values
131
-
132
- 2005-10-04 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
133
-
134
- * lib/tkextlib/tktable/tktable.rb: border_* instance methods
135
- don't call 'border' subcommands.
136
-
137
- 2005-08-10 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
138
-
139
- * lib/tkextlib/blt/component.rb: didn't check
140
- __item_ruby2val_optkeys().
141
-
142
- 2005-08-09 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
143
-
144
- * lib/tkextlib/blt/barchart.rb: support to treat tkvariable-type
145
- configure options.
146
-
147
- * lib/tkextlib/blt/component.rb: ditto.
148
-
149
- * lib/tkextlib/blt/dragdrop.rb: ditto.
150
-
151
- * lib/tkextlib/blt/treeview.rb: ditto.
152
-
153
- * lib/tkextlib/bwidget/button.rb: ditto.
154
-
155
- * lib/tkextlib/bwidget/entry.rb: ditto.
156
-
157
- * lib/tkextlib/bwidget/label.rb: ditto.
158
-
159
- * lib/tkextlib/bwidget/labelentry.rb: ditto.
160
-
161
- * lib/tkextlib/bwidget/labelframe.rb: ditto.
162
-
163
- * lib/tkextlib/bwidget/mainframe.rb: ditto.
164
-
165
- * lib/tkextlib/bwidget/passwddlg.rb: ditto.
166
-
167
- * lib/tkextlib/bwidget/spinbox.rb: ditto.
168
-
169
- * lib/tkextlib/bwidget/tree.rb: ditto.
170
-
171
- * lib/tkextlib/iwidgets/calendar.rb: ditto.
172
-
173
- * lib/tkextlib/iwidgets/entryfield.rb: ditto.
174
-
175
- * lib/tkextlib/iwidgets/hierarchy.rb: ditto.
176
-
177
- * lib/tkextlib/iwidgets/labeledframe.rb: ditto.
178
-
179
- * lib/tkextlib/iwidgets/labeledwidget.rb: ditto.
180
-
181
- * lib/tkextlib/iwidgets/menubar.rb: ditto.
182
-
183
- * lib/tkextlib/iwidgets/scrolledlistbox.rb: ditto.
184
-
185
- * lib/tkextlib/iwidgets/spinner.rb: ditto.
186
-
187
- * lib/tkextlib/iwidgets/toolbar.rb: ditto.
188
-
189
- * lib/tkextlib/tkimg/pixmap.rb: ditto.
190
-
191
- * lib/tkextlib/tktable/tktable.rb: ditto.
192
-
193
- 2005-08-06 ocean <ocean@ruby-lang.org>
194
-
195
- * sample/tkextlib/tile/demo.rb: use Tk::Tile::Scale#variable.
196
-
197
- 2005-08-04 ocean <ocean@ruby-lang.org>
198
-
199
- * sample/tkextlib/tile/demo.rb: followed previous changes.
200
-
201
- 2005-08-04 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
202
-
203
- * lib/tkextlib/tile/t*.rb: aliased class names starting with 'T'
204
- to non 'T' ones. (ie. Tk::Tile::TButton -> Tk::Tile::Button)
205
- [ruby-dev:26724]
206
-
207
- * lib/tkextlib/tile.rb: ditto. (autoload support)
208
-
209
- 2005-08-04 ocean <ocean@ruby-lang.org>
210
-
211
- * sample/tkextlib/tile/demo.rb: fixed: Tk::Tile::TProgressbar is
212
- supported on tile 0.6 or later, not tile 0.5.
213
-
214
- * sample/tkextlib/tile/demo.rb: updated scales demo to use
215
- Tk::Tile::TProgressbar for tile 0.6 or later.
216
-
217
- * sample/tkextlib/tile/demo.rb: set some TkVariable default values.
218
-
219
- 2005-08-03 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
220
-
221
- * lib/tkextlib/tile/treeview.rb: Tk::Tile::Treeview#headingconfigure
222
- is now working and more. [ruby-dev:26716]
223
-
224
- * sample/tkextlib/tile/demo.rb: use Tk::Tile::Treeview#headingconfigure instead of direct Tk.tk_call.
225
-
226
- 2005-08-02 ocean <ocean@ruby-lang.org>
227
-
228
- * lib/tkextlib/tile/tprogressbar.rb: Tk::Tile::TProgressbar#start
229
- takes optional argument `interval'.
230
-
231
- * sample/tkextlib/tile/demo.rb: emulate Tk::Tile::TProgressbar
232
- with Tk::Tile::TProgress in tile 0.4. (repeating buttons demo)
233
-
234
- 2005-08-02 ocean <ocean@ruby-lang.org>
235
-
236
- * sample/tkextlib/tile/demo.rb: added repeating buttons demo.
237
-
238
- * sample/tkextlib/tile/repeater.tcl: ditto. (new file)
239
-
240
- 2005-08-01 ocean <ocean@ruby-lang.org>
241
-
242
- * lib/tkextlib/tile.rb: fixed autoload for Treeview.
243
-
244
- * lib/tkextlib/tile/treeview.rb: replaced `ary2tk_list(items)' with
245
- `*items'.
246
-
247
- * sample/tkextlib/tile/demo.rb: added treeview demo. (tile 0.5 or
248
- later is required) [ruby-dev:26668]
249
-
250
- 2005-08-01 ocean <ocean@ruby-lang.org>
251
-
252
- * sample/tkextlib/tile/demo.rb: added combobox demo.
253
-
254
- 2005-07-27 ocean <ocean@ruby-lang.org>
255
-
256
- * sample/tkextlib/tile/demo.rb: fixed typo.
257
-
258
- 2005-06-16 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
259
-
260
- * lib/tkextlib/SUPPOPRT_STATUS: add RELEASE_DATE information.
261
-
262
- * lib/tkextlib/tile/style.rb: add "style element options <elem>"
263
- command support.
264
-
265
- 2005-06-08 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
266
-
267
- * lib/tkextlib/ICONS/icons.rb: fail to create instances of
268
- Tk::ICONS [ruby-dev:26305].
269
-
270
- 2005-06-07 ocean <ocean@ruby-lang.org>
271
-
272
- * sample/tkextlib/tile/themes/kroc.{rb,tcl}: also support tile 0.4.
273
-
274
- 2005-06-07 ocean <ocean@ruby-lang.org>
275
-
276
- * sample/tkextlib/tile/themes/kroc.{rb,tcl}: support tile 0.5 or later.
277
- ("pixmap" element constructor replaced by "image")
278
-
279
- 2005-06-05 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
280
-
281
- * sample/tkextlib/tile/demo.rb: fix TypeError & create Console
282
-
283
- 2005-05-30 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
284
-
285
- * lib/tkextlib/blt.rb: add PACKAGE_NAME information of Tcl/Tk
286
- Extension.
287
-
288
- * lib/tkextlib/bwidget.rb: ditto.
289
-
290
- * lib/tkextlib/iwidgets.rb: ditto.
291
-
292
- * lib/tkextlib/tile.rb: ditto.
293
-
294
- * lib/tkextlib/tkimg.rb: ditto.
295
-
296
- * lib/tkextlib/vu.rb: ditto.
297
-
298
- * lib/tkextlib/ICONS/icons.rb: ditto.
299
-
300
- * lib/tkextlib/itcl/incr_tcl.rb: ditto.
301
-
302
- * lib/tkextlib/itk/incr_tk.rb: ditto.
303
-
304
- * lib/tkextlib/tcllib/autoscroll.rb: ditto.
305
-
306
- * lib/tkextlib/tcllib/ctext.rb: ditto.
307
-
308
- * lib/tkextlib/tcllib/cursor.rb: ditto.
309
-
310
- * lib/tkextlib/tcllib/datefield.rb: ditto.
311
-
312
- * lib/tkextlib/tcllib/ico.rb: ditto.
313
-
314
- * lib/tkextlib/tcllib/ip_entry.rb: ditto.
315
-
316
- * lib/tkextlib/tcllib/plotchart.rb: ditto.
317
-
318
- * lib/tkextlib/tcllib/style.rb: ditto.
319
-
320
- * lib/tkextlib/tcllib/tkpiechart.rb: ditto.
321
-
322
- * lib/tkextlib/tclx/tclx.rb: ditto.
323
-
324
- * lib/tkextlib/tkDND/shape.rb: ditto.
325
-
326
- * lib/tkextlib/tkDND/tkdnd.rb: ditto.
327
-
328
- * lib/tkextlib/tkHTML/htmlwidget.rb: ditto.
329
-
330
- * lib/tkextlib/tkimg/bmp.rb: ditto.
331
-
332
- * lib/tkextlib/tkimg/gif.rb: ditto.
333
-
334
- * lib/tkextlib/tkimg/ico.rb: ditto.
335
-
336
- * lib/tkextlib/tkimg/jpeg.rb: ditto.
337
-
338
- * lib/tkextlib/tkimg/pcx.rb: ditto.
339
-
340
- * lib/tkextlib/tkimg/pixmap.rb: ditto.
341
-
342
- * lib/tkextlib/tkimg/png.rb: ditto.
343
-
344
- * lib/tkextlib/tkimg/ppm.rb: ditto.
345
-
346
- * lib/tkextlib/tkimg/ps.rb: ditto.
347
-
348
- * lib/tkextlib/tkimg/sgi.rb: ditto.
349
-
350
- * lib/tkextlib/tkimg/sun.rb: ditto.
351
-
352
- * lib/tkextlib/tkimg/tga.rb: ditto.
353
-
354
- * lib/tkextlib/tkimg/tiff.rb: ditto.
355
-
356
- * lib/tkextlib/tkimg/window.rb: ditto.
357
-
358
- * lib/tkextlib/tkimg/xbm.rb: ditto.
359
-
360
- * lib/tkextlib/tkimg/xpm.rb: ditto.
361
-
362
- * lib/tkextlib/tktable/tktable.rb: ditto.
363
-
364
- * lib/tkextlib/tktrans/tktrans.rb: ditto.
365
-
366
- * lib/tkextlib/treectrl/tktreectrl.rb: ditto.
367
-
368
- * lib/tkextlib/winico/winico.rb: ditto.
369
-
370
- 2005-05-25 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
371
-
372
- * lib/tkextlib/iwidgets/scrolledlistbox.rb: follow the change
373
- of tk.rb. modify to attend encoding.
374
-
375
- * lib/tkextlib/iwidgets/scrolledtext.rb: ditto.
376
-
377
- * lib/tkextlib/iwidgets/scrolledcanvas.rb: bug fix on
378
- TkCanvas#delete when given non-TkcItem arguments.
379
-
380
- 2005-05-10 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
381
-
382
- * lib/tkextlib/blt/winop.rb: fix typo
383
-
384
- 2005-05-08 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
385
-
386
- * lib/tkextlib/vu/pie.rb: fix typo
387
-
388
- 2005-04-10 ocean <ocean@ruby-lang.org>
389
-
390
- * sample/tkextlib/treectrl/mailwasher.rb: fixed typo. [ruby-dev:26008]
391
-
392
- 2005-04-09 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
393
-
394
- * sample/tkextlib/tile/demo.rb: new demo of Tile extension.
395
-
396
- * sample/tkextlib/tile/iconlib.tcl: part of the demo.
397
-
398
- * sample/tkextlib/tile/toolbutton.tcl: ditto.
399
-
400
- * sample/tkextlib/tile/readme.txt: document of the demo.
401
-
402
- * sample/tkextlib/tile/Orig_LICENSE.txt: ditto.
403
-
404
- * sample/tkextlib/tile/themes/kroc.tcl: sample theme written with Tcl.
405
-
406
- * sample/tkextlib/tile/themes/pkgIndex.tcl: pkgIndex of kroc.tcl.
407
-
408
- * sample/tkextlib/tile/themes/kroc.rb: Kroc theme written with Ruby.
409
-
410
- * sample/tkextlib/tile/themes/kroc/button-h.gif: images for Kroc theme.
411
-
412
- * sample/tkextlib/tile/themes/kroc/button-n.gif: ditto.
413
-
414
- * sample/tkextlib/tile/themes/kroc/button-p.gif: ditto.
415
-
416
- * sample/tkextlib/tile/themes/kroc/check-hc.gif: ditto.
417
-
418
- * sample/tkextlib/tile/themes/kroc/check-hu.gif: ditto.
419
-
420
- * sample/tkextlib/tile/themes/kroc/check-nc.gif: ditto.
421
-
422
- * sample/tkextlib/tile/themes/kroc/check-nu.gif: ditto.
423
-
424
- * sample/tkextlib/tile/themes/kroc/radio-hc.gif: ditto.
425
-
426
- * sample/tkextlib/tile/themes/kroc/radio-hu.gif: ditto.
427
-
428
- * sample/tkextlib/tile/themes/kroc/radio-nc.gif: ditto.
429
-
430
- * sample/tkextlib/tile/themes/kroc/radio-nu.gif: ditto.
431
-
432
- * lib/tkextlib/tile.rb: bug fix (tested on the new demo).
433
-
434
- * lib/tkextlib/tile/style.rb: ditto.
435
-
436
- * lib/tkextlib/tile/tbutton.rb: ditto.
437
-
438
- * lib/tkextlib/tile/tcheckbutton.rb: ditto.
439
-
440
- * lib/tkextlib/tile/tcombobox.rb: ditto.
441
-
442
- * lib/tkextlib/tile/tentry.rb: ditto.
443
-
444
- * lib/tkextlib/tile/tframe.rb: ditto.
445
-
446
- * lib/tkextlib/tile/tlabel.rb: ditto.
447
-
448
- * lib/tkextlib/tile/tlabelframe.rb: ditto.
449
-
450
- * lib/tkextlib/tile/tmenubutton.rb: ditto.
451
-
452
- * lib/tkextlib/tile/tnotebook.rb: ditto.
453
-
454
- * lib/tkextlib/tile/tprogressbar.rb: ditto.
455
-
456
- * lib/tkextlib/tile/tradiobutton.rb: ditto.
457
-
458
- * lib/tkextlib/tile/treeview.rb: ditto.
459
-
460
- * lib/tkextlib/tile/tscrollbar.rb: ditto.
461
-
462
- * lib/tkextlib/tile/tseparator.rb: ditto.
463
-
464
- * lib/tkextlib/tile/tsquare.rb: ditto.
465
-
466
- * lib/tkextlib/tile/tpaned.rb: new library
467
-
468
- * lib/tkextlib/tile/tscale.rb: ditto.
469
-
470
- * lib/tkextlib/SUPPORT_STATUS: update support status of Tile extension.
471
-
472
- * lib/tkextlib/tcllib/ctext.rb: use TkCommandNames on create_self().
473
-
474
- * lib/tkextlib/tcllib/datefield.rb: ditto.
475
-
476
- * lib/tkextlib/tcllib/ip_entry.rb: ditto.
477
-
478
- * lib/tkextlib/tkHTML/htmlwidget.rb: ditto.
479
-
480
- * lib/tkextlib/treectrl/tktreectrl.rb: ditto.
481
-
482
- 2005-04-09 ocean <ocean@ruby-lang.org>
483
-
484
- * sample/tkextlib/treectrl/explorer.rb: File.executable? returns true
485
- even if it's plain text file. (this function only checks access right)
486
-
487
- 2005-04-09 ocean <ocean@ruby-lang.org>
488
-
489
- * sample/tkextlib/treectrl/{help,www-options}.rb: fixed typo.
490
- (click or resize column header)
491
-
492
- 2005-04-09 ocean <ocean@ruby-lang.org>
493
-
494
- * sample/tkextlib/treectrl/imovie.rb: fixed typo. (click on clip title)
495
-
496
- 2005-04-08 ocean <ocean@ruby-lang.org>
497
-
498
- * sample/tkextlib/treectrl/random.rb: fixed typo. (drop node outside of
499
- widget, or reenter widget while dragging)
500
-
501
- 2005-04-08 ocean <ocean@ruby-lang.org>
502
-
503
- * sample/tkextlib/treectrl/outlook-newgrounp.rb: image had disappered when
504
- node was selected.
505
-
506
- 2005-04-08 ocean <ocean@ruby-lang.org>
507
-
508
- * sample/tkextlib/treectrl/{random,outlook-newgroup}.rb:
509
- tk::treectrl uses 'afterId' not 'afterID'.
510
-
511
- * sample/tkextlib/treectrl/{random,outlook-newgroup}.rb:
512
- item_firstchild can return empty string. (drop node to leaf node)
513
-
514
- * sample/tkextlib/treectrl/random.rb: Enumerable#find didn't work properly
515
- because tried to compare String with Integer. (drag node and leave widget)
516
-
517
- * sample/tkextlib/treectrl/random.rb: and some fixes.
518
-
519
- 2005-04-08 ocean <ocean@ruby-lang.org>
520
-
521
- * lib/tkextlib/treectrl/tktreectrl.rb (selection_clear): fixed typo.
522
-
523
- * sample/tkextlib/treectrl/random.rb: node deselection now works.
524
-
525
- * sample/tkextlib/treectrl/demo.rb: fixed typo. (popup menu on column header)
526
-
527
- 2005-04-08 ocean <ocean@ruby-lang.org>
528
-
529
- * sample/tkextlib/treectrl/help.rb: fixed typo. (wrong color)
530
-
531
- 2005-04-08 ocean <ocean@ruby-lang.org>
532
-
533
- * sample/tkextlib/treectrl/random.rb: fixed typo. (wrong itemheight)
534
-
535
- * sample/tkextlib/treectrl/outlook-newgroup.rb: ditto.
536
-
537
- * sample/tkextlib/treectrl/explorer.rb: ditto.
538
-
539
- * sample/tkextlib/treectrl/help.rb: ditto.
540
-
541
- 2005-04-07 ocean <ocean@ruby-lang.org>
542
-
543
- * sample/tkextlib/treectrl/*.rb: some speed up... cache the result of
544
- version checking.
545
-
546
- 2005-04-07 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
547
-
548
- * lib/tkextlib/treectrl/tktreectrl.rb: performance tuning by calling
549
- tk_send_without_enc. [ruby-dev:25997]
550
-
551
- 2005-04-04 ocean <ocean@ruby-lang.org>
552
-
553
- * lib/tkextlib/tktable/tktable.rb: added Tk::TkTable#selection_present.
554
-
555
- 2005-04-02 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
556
-
557
- * lib/tkextlib/treectrl/tktreectrl.rb: support TreeCtrl's cvs head.
558
-
559
- 2005-04-02 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
560
-
561
- * lib/tkextlib/blt/component.rb: add TreeCtrl#legend_window_create().
562
-
563
- * sample/tkextlib/blt/graph6.rb: use legend_window_create().
564
-
565
- * lib/tkextlib/blt/tree.rb: forget to call tagid().
566
-
567
- * lib/tkextlib/blt/treeview.rb: ditto.
568
-
569
- 2005-04-01 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
570
-
571
- * sample/tkextlib/treectrl/demo.rb: bridge the gap of
572
- Hash#index or Hash#key between ruby 1.8 and 1.9
573
-
574
- 2005-04-01 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
575
-
576
- * lib/tkextlib/blt/component.rb: bug fix on treatment of
577
- component objects.
578
-
579
- * sample/tkextlib/blt/graph6.rb: a new sample script.
580
-
581
- 2005-03-31 ocean <ocean@ruby-lang.org>
582
-
583
- * sample/tkextlib/treectrl/demo.rb: should use Hash#index.
584
-
585
- * sample/tkextlib/treectrl/demo.rb: TkImage was not
586
- cached properly.
587
-
588
- * sample/tkextlib/treectrl/random.rb: fixed typo.
589
-
590
- 2005-03-31 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
591
-
592
- * sample/tkextlib/iwidgets/sample/hierarchy.rb: show basename
593
- only [ruby-dev:25970]
594
-
595
- * sample/tkextlib/treectrl/demo.rb: add check for existence of
596
- 'backgroundimage' option.
597
-
598
- * sample/tkextlib/treectrl/bitmaps.rb: ditto.
599
-
600
- * sample/tkextlib/treectrl/outlook-newgroup.rb: lack of '%I'
601
- event callback argument.
602
-
603
- 2005-03-31 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
604
-
605
- * sample/tkextlib/iwidgets/sample/hierarchy.rb: fail to treat
606
- Japanese (i18n?) filenames.
607
-
608
- 2005-03-30 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
609
-
610
- * sample/tkextlib/bwidget/tree.rb: use 'return' in the Proc object.
611
-
612
- * sample/tkextlib/tkHTML/hv.rb: ditto.
613
-
614
- * sample/tkextlib/tkHTML/ss.rb: ditto.
615
-
616
- * sample/tkextlib/tktable/basic.rb: ditto.
617
-
618
- * sample/tkextlib/tktable/command.rb: ditto.
619
-
620
- * sample/tkextlib/tktable/debug.rb: ditto.
621
-
622
- * sample/tkextlib/tktable/maxsize.rb: ditto.
623
-
624
- * sample/tkextlib/treectrl/demo.rb: ditto.
625
-
626
- 2005-03-29 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
627
-
628
- * lib/tkextlib/blt/component.rb: cannot create elements except
629
- default type of element.
630
-
631
- * lib/tkextlib/blt/barchart.rb: ditto.
632
-
633
- * lib/tkextlib/blt/graph.rb: ditto.
634
-
635
- * lib/tkextlib/blt/stripchart.rb: ditto.
636
-
637
- * lib/tkextlib/blt/component.rb: axis command option gets
638
- proper object type of arguments.
639
-
640
- * sample/tkextlib/blt/calendar.rb: new sample.
641
-
642
- * sample/tkextlib/blt/pareto.rb: ditto.
643
-
644
- 2005-03-28 ocean <ocean@ruby-lang.org>
645
-
646
- * lib/tkextlib/iwidgets/notebook.rb: fixed typo.
647
-
648
- 2005-03-26 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
649
-
650
- * lib/tkextlib/blt.rb: add commands for zooming.
651
-
652
- * lib/tkextlib/blt/bitmap.rb (new_with_name): add for using
653
- given name.
654
-
655
- * lib/tkextlib/blt/busy.rb: bug fix on Tk::BLT::Busy::Shild class.
656
-
657
- * lib/tkextlib/blt/component.rb: typo fix.
658
-
659
- * lib/tkextlib/blt/component.rb: fix lack of *_create methods
660
-
661
- * lib/tkextlib/blt/component.rb: proper call on xaxis_* and so on.
662
-
663
- * lib/tkextlib/blt/htext.rb: add TkVariable object to access
664
- special Tcl variables.
665
-
666
- * lib/tkextlib/treectrl/tktreectrl.rb: typo fix.
667
-
668
- * lib/tkextlib/treectrl/tktreectrl.rb: proper treatment
669
- of 'font' option of element_configure.
670
-
671
- * lib/tkextlib/treectrl/tktreectrl.rb: bug fix on item_sort.
672
-
673
- * lib/tkextlib/treectrl/tktreectrl.rb: add methods to
674
- call TreeCtrl commands for bindings.
675
-
676
- * sample/tkextlib/blt/*: add some sample scripts.
677
-
678
- * sample/tkextlib/treectrl/*: add some sample scripts.
679
-
680
- 2005-03-18 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
681
-
682
- * lib/tkextlib/treectrl/tktreectrl.rb: bug fix and define some
683
- classes for components of Tk::TreeCtrl
684
-
685
- 2005-03-17 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
686
-
687
- * lib/tkextlib/treectrl/tktreectrl.rb: call wrong method in
688
- Tk::TreeCtrl#*_configinfo and current_*_configinfo method
689
-
690
- 2005-03-16 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
691
-
692
- * lib/tkextlib/SUPPORT_STATUS: change the status of TkImg
693
-
694
- * lib/tkextlib/treectrl/tktreectrl.rb: bug fix and support
695
- TkTreeCtrl-1.1
696
-
697
- * lib/tkextlib/SUPPORT_STATUS: change the supported version of
698
- TkTreeCtrl
699
-
700
- 2005-03-15 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
701
-
702
- * sample/tkextlib/tkimg: add sample
703
-
704
- 2005-03-06 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
705
-
706
- * lib/tkextlib/SUPPORT_STATUS: add version info of each extension
707
-
708
- 2005-03-05 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
709
-
710
- * lib/tkextlib/tile.rb: lack of "autoload TProgressbar"
711
-
712
- 2005-03-05 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
713
-
714
- * lib/tkextlib/tile.rb: support tile-0.6
715
-
716
- * lib/tkextlib/tile/tbutton.rb: ditto
717
-
718
- * lib/tkextlib/tile/tcheckbutton.rb: ditto
719
-
720
- * lib/tkextlib/tile/tlabel.rb: ditto
721
-
722
- * lib/tkextlib/tile/tmenubutton.rb: ditto
723
-
724
- * lib/tkextlib/tile/tnotebook.rb: ditto
725
-
726
- * lib/tkextlib/tile/tradiobutton.rb: ditto
727
-
728
- * lib/tkextlib/tile/tcombobox.rb: [new] ditto
729
-
730
- * lib/tkextlib/tile/tentry.rb: [new] ditto
731
-
732
- * lib/tkextlib/tile/tframe.rb: [new] ditto
733
-
734
- * lib/tkextlib/tile/tlabelframe.rb: [new] ditto
735
-
736
- * lib/tkextlib/tile/tprogressbar.rb: [new] ditto
737
-
738
- * lib/tkextlib/tile/treeview.rb: [new] ditto
739
-
740
- * lib/tkextlib/tile/tscrollbar.rb: [new] ditto
741
-
742
- * lib/tkextlib/tile/tseparator.rb: [new] ditto
743
-
744
- * lib/tkextlib/tile/tsquare.rb: [new] ditto
745
-
746
- 2005-02-20 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
747
-
748
- * lib/tkextlib/tclx/tclx.rb: warning TclX's 'signal' command.
749
-
750
- 2005-01-25 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
751
-
752
- * lib/tkextlib/blt/component.rb: bug fix. cannot accept
753
- a callback ID string for a command argument. [ruby-dev:25479]
754
-
755
- * lib/tkextlib/blt/tabset.rb: ditto
756
-
757
- * lib/tkextlib/blt/treeview.rb: ditto
758
-
759
- * lib/tkextlib/bwidget/labelentry.rb: ditto
760
-
761
- * lib/tkextlib/bwidget/listbox.rb: ditto
762
-
763
- * lib/tkextlib/bwidget/notebook.rb: ditto
764
-
765
- * lib/tkextlib/bwidget/spinbox.rb: ditto
766
-
767
- * lib/tkextlib/bwidget/tree.rb: ditto
768
-
769
- * lib/tkextlib/itk/incr_tk.rb: ditto
770
-
771
- * lib/tkextlib/iwidgets/scrolledcanvas.rb: ditto
772
-
773
- * lib/tkextlib/tkDND/tkdnd.rb: ditto
774
-
775
- * lib/tkextlib/treectrl/tktreectrl.rb: ditto
776
-
777
- * sample/tkextlib/tkHTML/ss.rb: local variable scope bug fix
778
- [ruby-dev:25479]
779
-
780
- * sample/tkextlib/vu/vu_demo.rb: rename from vu.rb; avoid the bug on
781
- Windows version of Tcl/Tk. The trouble based on the bug occurs when
782
- the script name (without extension) is a same name as a Tcl/Tk's
783
- library file name (without extension) required in the script.
784
-
785
- 2004-12-24 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
786
-
787
- * lib/tkextlib/blt: add BLT extension support
788
-
789
- 2004-12-16 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
790
-
791
- * lib/tkextlib/bwidget/labelentry.rb: use TkCore.callback_obj?()
792
-
793
- * lib/tkextlib/bwidget/listbox.rb: ditto
794
-
795
- * lib/tkextlib/bwidget/notebook.rb: ditto
796
-
797
- * lib/tkextlib/bwidget/spinbox.rb: ditto
798
-
799
- * lib/tkextlib/itk/incr_tk.rb: ditto
800
-
801
- * lib/tkextlib/iwidgets/scrolledcanvas.rb: ditto
802
-
803
- * lib/tkextlib/tkDND/tkdnd.rb: ditto
804
-
805
- * lib/tkextlib/treectrl/tktreectrl.rb: ditto
806
-
807
- * lib/tkextlib/winico/winico.rb: ditto
808
-
809
- 2004-12-10 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
810
-
811
- * lib/tkextlib/tile/style.rb: 'theme_use' method bug fix
812
-
813
- 2004-12-08 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
814
-
815
- * lib/tkextlib/bwidget/notebook.rb: raise method cannot return
816
- the raised page.
817
-
818
- * lib/tkextlib/bwidget/labelentry.rb: bind methods accept
819
- subst_args + block
820
-
821
- * lib/tkextlib/bwidget/listbox.rb: ditto
822
-
823
- * lib/tkextlib/bwidget/notebook.rb: ditto
824
-
825
- * lib/tkextlib/bwidget/spinbox.rb: ditto
826
-
827
- * lib/tkextlib/bwidget/tree.rb: ditto
828
-
829
- * lib/tkextlib/itk/incr_tk.rb: ditto
830
-
831
- * lib/tkextlib/iwidgets/scrolledcanvas.rb: ditto
832
-
833
- * lib/tkextlib/tkDND/tkdnd.rb: ditto
834
-
835
- * lib/tkextlib/treectrl/tktreectrl.rb: ditto
836
-
837
- 2004-11-26 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
838
-
839
- * lib/tkextlib/bwidget/notebook.rb: uses epath
840
-
841
- * lib/tkextlib/bwidget/widget.rb: ditto
842
-
843
- * lib/tkextlib/tktable/tktable.rb: ditto
844
-
845
- * lib/tkextlib/tcllib/cursor.rb: ditto, and bug fix
846
-
847
- 2004-11-10 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
848
-
849
- * lib/tkextlib/tile/style.rb: bug fix
850
-
851
- 2004-11-07 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
852
-
853
- * lib/tkextlib/iwidgets/scrolledcanvas.rb: bind-event methods
854
- accept multi substitution arguments.
855
-
856
- * lib/tkextlib/tktable/tktable.rb: ditto.
857
-
858
- * lib/tkextlib/treectrl/tktreectrl.rb: ditto
859
-
860
- 2004-11-03 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
861
-
862
- * lib/tkextlib/SUPPORT_STATUS: BLT moves to 'plan to support'
863
- from 'not determined'
864
-
865
- * lib/tkextlib/itk/incr_tk.rb: __cget_cmd and __config_cmd are
866
- private methods
867
-
868
- * lib/tkextlib/tcllib/autoscroll.rb: extend TkCore
869
-
870
- * lib/tkextlib/tcllib/cursor.rb: ditto.
871
-
872
- * lib/tkextlib/tcllib/plotchart.rb: ditto.
873
-
874
- * lib/tkextlib/tcllib/style.rb: ditto.
875
-
876
- * lib/tkextlib/tile/style.rb: ditto.
877
-
878
- * lib/tkextlib/tkDND/shape.rb: ditto.
879
-
880
- 2004-10-24 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
881
-
882
- * lib/tkextlib/bwidget/tree.rb: bug fix on Windows
883
-
884
- 2004-10-16 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
885
-
886
- * lib/tkextlib/tcllib/ico.rb: new library (Tk::Tcllib:ICO)
887
-
888
- * lib/tkextlib/tcllib.rb: add Tk::Tcllib::ICO (based on tcllib 1.7)
889
-
890
- 2004-10-06 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
891
-
892
- * lib/tkextlib/bwidget.rb (BWidget.grab): bug fix
893
-
894
- * lib/tkextlib/tcllib.rb: typo fix
895
-
896
- 2004-07-28 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
897
-
898
- * lib/tkextlib/add winico support
899
-
900
- 2004-07-23 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
901
-
902
- * lib/tkextlib/add TclX support (partially; infox command and
903
- XPG/3 MsgCat only)
904
-
905
- 2004-07-15 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
906
-
907
- * bug fix
908
-
909
- * support TkTable extension
910
-
911
- 2004-07-12 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
912
-
913
- * bug fix
914
-
915
- * support Iwidgets extension
916
-
917
- 2004-07-10 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
918
-
919
- * bug fix
920
-
921
- * add more part of [incr Widget] support (about 65%? are complete)
922
-
923
- * use Tk::ValidateConfigure.__def_validcmd() method
924
- (new function to define validatecommand methods easier)
925
-
926
- * tcllib.rb : avoid the loading trouble that almost all part of
927
- the extension is not available when some libraries are invalid.
928
-
929
- 2004-07-09 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
930
-
931
- * add some part of [incr Widget] support (about 50%? are complete)
932
-
933
- 2004-07-07 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
934
-
935
- * add [incr Tck], [incr Tk] support
936
-
937
- 2004-07-06 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
938
-
939
- * support BWidget extension
940
-
941
- * add BWidget extension demo
942
-
943
- * add ICONS extension demo
944
-
945
- * many bug fix
946
-
947
- 2004-07-01 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
948
-
949
- * 1st release of tkextlib ( to support Tcl/Tk extensions )