tk 0.1.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (109) 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 +53 -1
  7. data/ext/tk/extconf.rb +4 -2
  8. data/ext/tk/old-extconf.rb +0 -1
  9. data/ext/tk/tcltklib.c +47 -149
  10. data/ext/tk/tkutil/extconf.rb +0 -2
  11. data/ext/tk/tkutil/tkutil.c +6 -9
  12. data/lib/multi-tk.rb +99 -320
  13. data/lib/remote-tk.rb +8 -25
  14. data/lib/tk.rb +49 -130
  15. data/lib/tk/autoload.rb +3 -3
  16. data/lib/tk/bgerror.rb +2 -2
  17. data/lib/tk/bindtag.rb +1 -1
  18. data/lib/tk/canvas.rb +7 -15
  19. data/lib/tk/canvastag.rb +11 -19
  20. data/lib/tk/entry.rb +1 -1
  21. data/lib/tk/font.rb +1 -1
  22. data/lib/tk/fontchooser.rb +1 -1
  23. data/lib/tk/grid.rb +4 -4
  24. data/lib/tk/image.rb +1 -1
  25. data/lib/tk/itemconfig.rb +4 -4
  26. data/lib/tk/itemfont.rb +3 -3
  27. data/lib/tk/listbox.rb +1 -1
  28. data/lib/tk/menu.rb +4 -4
  29. data/lib/tk/menuspec.rb +0 -1
  30. data/lib/tk/msgcat.rb +5 -5
  31. data/lib/tk/namespace.rb +14 -34
  32. data/lib/tk/optiondb.rb +3 -74
  33. data/lib/tk/optionobj.rb +1 -1
  34. data/lib/tk/scale.rb +3 -3
  35. data/lib/tk/scrollable.rb +4 -2
  36. data/lib/tk/selection.rb +5 -4
  37. data/lib/tk/text.rb +9 -17
  38. data/lib/tk/textmark.rb +1 -1
  39. data/lib/tk/texttag.rb +7 -15
  40. data/lib/tk/timer.rb +2 -2
  41. data/lib/tk/tk_mac.rb +18 -18
  42. data/lib/tk/validation.rb +6 -37
  43. data/lib/tk/variable.rb +10 -8
  44. data/lib/tk/virtevent.rb +1 -1
  45. data/lib/tk/winfo.rb +1 -1
  46. data/lib/tkextlib/blt/barchart.rb +0 -17
  47. data/lib/tkextlib/blt/bitmap.rb +1 -1
  48. data/lib/tkextlib/blt/component.rb +40 -40
  49. data/lib/tkextlib/blt/dragdrop.rb +6 -6
  50. data/lib/tkextlib/blt/graph.rb +0 -17
  51. data/lib/tkextlib/blt/stripchart.rb +0 -17
  52. data/lib/tkextlib/blt/tabset.rb +16 -31
  53. data/lib/tkextlib/blt/tree.rb +6 -6
  54. data/lib/tkextlib/blt/treeview.rb +14 -14
  55. data/lib/tkextlib/blt/watch.rb +1 -1
  56. data/lib/tkextlib/bwidget/labelentry.rb +6 -14
  57. data/lib/tkextlib/bwidget/listbox.rb +13 -29
  58. data/lib/tkextlib/bwidget/notebook.rb +6 -14
  59. data/lib/tkextlib/bwidget/progressdlg.rb +2 -2
  60. data/lib/tkextlib/bwidget/spinbox.rb +6 -14
  61. data/lib/tkextlib/bwidget/tree.rb +19 -35
  62. data/lib/tkextlib/itcl/incr_tcl.rb +2 -2
  63. data/lib/tkextlib/itk/incr_tk.rb +7 -29
  64. data/lib/tkextlib/iwidgets/calendar.rb +0 -15
  65. data/lib/tkextlib/iwidgets/entryfield.rb +1 -22
  66. data/lib/tkextlib/iwidgets/notebook.rb +2 -2
  67. data/lib/tkextlib/iwidgets/promptdialog.rb +1 -1
  68. data/lib/tkextlib/iwidgets/scrolledcanvas.rb +6 -14
  69. data/lib/tkextlib/iwidgets/spinner.rb +1 -1
  70. data/lib/tkextlib/iwidgets/tabnotebook.rb +2 -2
  71. data/lib/tkextlib/iwidgets/tabset.rb +1 -1
  72. data/lib/tkextlib/pkg_checker.rb +1 -1
  73. data/lib/tkextlib/tcllib/crosshair.rb +2 -2
  74. data/lib/tkextlib/tcllib/ctext.rb +2 -2
  75. data/lib/tkextlib/tcllib/plotchart.rb +5 -5
  76. data/lib/tkextlib/tcllib/tablelist_core.rb +3 -3
  77. data/lib/tkextlib/tcllib/validator.rb +6 -6
  78. data/lib/tkextlib/tile.rb +1 -2
  79. data/lib/tkextlib/tile/style.rb +1 -1
  80. data/lib/tkextlib/tile/treeview.rb +15 -22
  81. data/lib/tkextlib/tkDND/tkdnd.rb +63 -24
  82. data/lib/tkextlib/tkHTML/htmlwidget.rb +1 -1
  83. data/lib/tkextlib/tktable/tktable.rb +2 -2
  84. data/lib/tkextlib/treectrl/tktreectrl.rb +13 -21
  85. data/lib/tkextlib/vu/pie.rb +1 -1
  86. data/sample/binding_sample.rb +2 -2
  87. data/sample/cmd_res_test.rb +1 -1
  88. data/sample/demos-en/widget +21 -21
  89. data/sample/demos-jp/widget +4 -4
  90. data/sample/multi-ip_sample.rb +0 -3
  91. data/sample/multi-ip_sample2.rb +1 -1
  92. data/sample/resource.en +3 -3
  93. data/sample/resource.ja +3 -3
  94. data/sample/tcltklib/sample1.rb +2 -2
  95. data/sample/tkballoonhelp.rb +2 -2
  96. data/sample/tkextlib/tkHTML/ss.rb +0 -6
  97. data/sample/tkmulticolumnlist.rb +2 -2
  98. data/sample/tkmultilistframe.rb +2 -2
  99. data/sample/tkoptdb.rb +14 -16
  100. data/tk.gemspec +7 -8
  101. metadata +13 -15
  102. data/ChangeLog.tkextlib +0 -949
  103. data/old-README.tcltklib.ja +0 -159
  104. data/sample/binstr_usage.rb +0 -46
  105. data/sample/remote-ip_sample2.rb +0 -57
  106. data/sample/safe-tk.rb +0 -132
  107. data/sample/tkoptdb-safeTk.rb +0 -74
  108. data/sample/tktree.rb +0 -104
  109. data/sample/tktree.tcl +0 -305
@@ -84,9 +84,6 @@ EOD
84
84
  :scriptcommand=>proc{|*args|
85
85
  script_cmd(*args)
86
86
  },
87
- :appletcommand=>proc{|*args|
88
- applet_cmd(*args)
89
- },
90
87
  :hyperlinkcommand=>proc{|*args|
91
88
  hyper_cmd(*args)
92
89
  },
@@ -385,9 +382,6 @@ EOD
385
382
  :scriptcommand=>proc{|*args|
386
383
  script_cmd(*args)
387
384
  },
388
- :appletcommand=>proc{|*args|
389
- applet_cmd(*args)
390
- },
391
385
  :hyperlinkcommand=>proc{|*args|
392
386
  hyper_cmd(*args)
393
387
  },
@@ -412,8 +412,8 @@ class TkMultiColumnList < TkText
412
412
  end
413
413
 
414
414
  # set title cmds
415
- def titlecommand(idx, cmd=Proc.new)
416
- @title_cmd[idx] = cmd
415
+ def titlecommand(idx, cmd=nil, &block)
416
+ @title_cmd[idx] = cmd || block
417
417
  end
418
418
 
419
419
  # call title cmds
@@ -421,8 +421,8 @@ class TkMultiListFrame < TkListbox
421
421
  end
422
422
 
423
423
  # set title cmds
424
- def titlecommand(idx, cmd=Proc.new)
425
- @title_cmd[idx] = cmd
424
+ def titlecommand(idx, cmd=nil, &block)
425
+ @title_cmd[idx] = cmd || block
426
426
  end
427
427
 
428
428
  # call title cmds
data/sample/tkoptdb.rb CHANGED
@@ -23,15 +23,13 @@ if __FILE__ == $0 || !TkCore::INTERP.safe?
23
23
  end
24
24
 
25
25
  # 'show_msg' and 'bye_msg' procedures can be defined on BTN_CMD resource.
26
- # Those procedures are called under $SAFE==2
27
26
  cmd = TkOptionDB.new_proc_class(:BTN_CMD, [:show_msg, :bye_msg], 3) {
28
27
  # If you want to check resource string (str),
29
28
  # please define __check_proc_string__(str) like this.
30
29
  class << self
31
30
  def __check_proc_string__(str)
32
- print "($SAFE=#{$SAFE} >>>) check!! str.tainted?::#{str.tainted?}"
33
- str.untaint
34
- print "==>#{str.tainted?} (<<< $SAFE=#{$SAFE}): "
31
+ print "(0 >>>) check!! str.tainted?::false"
32
+ print "==>#{false} (<<< 0): "
35
33
  str
36
34
  end
37
35
  private :__check_proc_string__
@@ -43,16 +41,16 @@ TkFrame.new(:class=>'BtnFrame'){|f|
43
41
  pack(:padx=>5, :pady=>5)
44
42
  TkButton.new(:parent=>f, :widgetname=>'hello'){
45
43
  command proc{
46
- print "($SAFE=#{$SAFE} >>>) : "
44
+ print "(0 >>>) : "
47
45
  cmd.show_msg(TkOptionDB.inspect)
48
- print "(<<< $SAFE=#{$SAFE})"
46
+ print "(<<< 0)"
49
47
  }
50
48
  pack(:fill=>:x, :padx=>10, :pady=>10)
51
49
  }
52
50
  TkButton.new(:command=>proc{
53
- print "($SAFE=#{$SAFE} >>>) : "
51
+ print "(0 >>>) : "
54
52
  cmd.bye_msg
55
- print "(<<< $SAFE=#{$SAFE} ) : "
53
+ print "(<<< 0) : "
56
54
  exit
57
55
  },
58
56
  :parent=>f, :widgetname=>'quit'){
@@ -65,16 +63,16 @@ BtnFrame.new{|f|
65
63
  pack(:padx=>5, :pady=>5)
66
64
  TkButton.new(:parent=>f, :widgetname=>'hello'){
67
65
  command proc{
68
- print "($SAFE=#{$SAFE} >>>) : "
66
+ print "(0 >>>) : "
69
67
  cmd.show_msg(TkOptionDB.inspect)
70
- print "(<<< $SAFE=#{$SAFE})"
68
+ print "(<<< 0)"
71
69
  }
72
70
  pack(:fill=>:x, :padx=>10, :pady=>10)
73
71
  }
74
72
  TkButton.new(:command=>proc{
75
- print "($SAFE=#{$SAFE} >>>) : "
73
+ print "(0 >>>) : "
76
74
  cmd.bye_msg
77
- print "(<<< $SAFE=#{$SAFE})"
75
+ print "(<<< 0)"
78
76
  exit
79
77
  },
80
78
  :parent=>f, :widgetname=>'quit'){
@@ -87,16 +85,16 @@ TkFrame.new(:class=>'BtnFrame2'){|f|
87
85
  pack(:padx=>5, :pady=>5)
88
86
  TkButton.new(:parent=>f, :widgetname=>'hello'){
89
87
  command proc{
90
- print "($SAFE=#{$SAFE} >>>) : "
88
+ print "(0 >>>) : "
91
89
  cmd.show_msg(TkOptionDB.inspect)
92
- print "(<<< $SAFE=#{$SAFE})"
90
+ print "(<<< 0)"
93
91
  }
94
92
  pack(:fill=>:x, :padx=>10, :pady=>10)
95
93
  }
96
94
  TkButton.new(:command=>proc{
97
- print "($SAFE=#{$SAFE} >>>) : "
95
+ print "(0 >>>) : "
98
96
  cmd.bye_msg
99
- print "(<<< $SAFE=#{$SAFE})"
97
+ print "(<<< 0)"
100
98
  exit
101
99
  },
102
100
  :parent=>f, :widgetname=>'quit'){
data/tk.gemspec CHANGED
@@ -1,24 +1,23 @@
1
- # coding: utf-8
2
- lib = File.expand_path('../lib', __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
-
5
1
  Gem::Specification.new do |spec|
6
2
  spec.name = "tk"
7
- spec.version = "0.1.0"
8
- spec.authors = ["SHIBATA Hiroshi"]
9
- spec.email = ["hsbt@ruby-lang.org"]
3
+ spec.version = "0.4.0"
4
+ spec.authors = ["SHIBATA Hiroshi", "Nobuyoshi Nakada", "Jeremy Evans"]
5
+ spec.email = ["hsbt@ruby-lang.org", "nobu@ruby-lang.org", "code@jeremyevans.net"]
10
6
 
11
7
  spec.summary = %q{Tk interface module using tcltklib.}
12
8
  spec.description = %q{Tk interface module using tcltklib.}
13
9
  spec.homepage = "https://github.com/ruby/tk"
14
- spec.license = "2-clause BSDL"
10
+ spec.license = "BSD-2-Clause"
15
11
 
16
12
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
17
13
  spec.bindir = "exe"
18
14
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
19
15
  spec.require_paths = ["lib"]
16
+ spec.extensions = ["ext/tk/extconf.rb", "ext/tk/tkutil/extconf.rb"]
20
17
 
21
18
  spec.add_development_dependency "bundler"
22
19
  spec.add_development_dependency "rake"
23
20
  spec.add_development_dependency "rake-compiler"
21
+
22
+ spec.metadata["msys2_mingw_dependencies"] = "tk"
24
23
  end
metadata CHANGED
@@ -1,14 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - SHIBATA Hiroshi
8
+ - Nobuyoshi Nakada
9
+ - Jeremy Evans
8
10
  autorequire:
9
11
  bindir: exe
10
12
  cert_chain: []
11
- date: 2016-08-13 00:00:00.000000000 Z
13
+ date: 2021-03-26 00:00:00.000000000 Z
12
14
  dependencies:
13
15
  - !ruby/object:Gem::Dependency
14
16
  name: bundler
@@ -55,14 +57,17 @@ dependencies:
55
57
  description: Tk interface module using tcltklib.
56
58
  email:
57
59
  - hsbt@ruby-lang.org
60
+ - nobu@ruby-lang.org
61
+ - code@jeremyevans.net
58
62
  executables: []
59
- extensions: []
63
+ extensions:
64
+ - ext/tk/extconf.rb
65
+ - ext/tk/tkutil/extconf.rb
60
66
  extra_rdoc_files: []
61
67
  files:
62
68
  - ".gitignore"
63
69
  - ".travis.yml"
64
70
  - BSDL
65
- - ChangeLog.tkextlib
66
71
  - Gemfile
67
72
  - LICENSE.txt
68
73
  - MANUAL_tcltklib.eng
@@ -427,11 +432,9 @@ files:
427
432
  - lib/tktext.rb
428
433
  - lib/tkvirtevent.rb
429
434
  - lib/tkwinpkg.rb
430
- - old-README.tcltklib.ja
431
435
  - sample/24hr_clock.rb
432
436
  - sample/binding_sample.rb
433
437
  - sample/bindtag_sample.rb
434
- - sample/binstr_usage.rb
435
438
  - sample/btn_with_frame.rb
436
439
  - sample/cd_timer.rb
437
440
  - sample/cmd_res_test.rb
@@ -667,10 +670,8 @@ files:
667
670
  - sample/optobj_sample.rb
668
671
  - sample/propagate.rb
669
672
  - sample/remote-ip_sample.rb
670
- - sample/remote-ip_sample2.rb
671
673
  - sample/resource.en
672
674
  - sample/resource.ja
673
- - sample/safe-tk.rb
674
675
  - sample/scrollframe.rb
675
676
  - sample/tcltklib/batsu.gif
676
677
  - sample/tcltklib/lines0.tcl
@@ -1104,7 +1105,6 @@ files:
1104
1105
  - sample/tkmulticolumnlist.rb
1105
1106
  - sample/tkmultilistbox.rb
1106
1107
  - sample/tkmultilistframe.rb
1107
- - sample/tkoptdb-safeTk.rb
1108
1108
  - sample/tkoptdb.rb
1109
1109
  - sample/tkrttimer.rb
1110
1110
  - sample/tksleep_sample.rb
@@ -1113,14 +1113,13 @@ files:
1113
1113
  - sample/tktimer.rb
1114
1114
  - sample/tktimer2.rb
1115
1115
  - sample/tktimer3.rb
1116
- - sample/tktree.rb
1117
- - sample/tktree.tcl
1118
1116
  - sample/ttk_wrapper.rb
1119
1117
  - tk.gemspec
1120
1118
  homepage: https://github.com/ruby/tk
1121
1119
  licenses:
1122
- - 2-clause BSDL
1123
- metadata: {}
1120
+ - BSD-2-Clause
1121
+ metadata:
1122
+ msys2_mingw_dependencies: tk
1124
1123
  post_install_message:
1125
1124
  rdoc_options: []
1126
1125
  require_paths:
@@ -1136,8 +1135,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1136
1135
  - !ruby/object:Gem::Version
1137
1136
  version: '0'
1138
1137
  requirements: []
1139
- rubyforge_project:
1140
- rubygems_version: 2.6.6
1138
+ rubygems_version: 3.2.3
1141
1139
  signing_key:
1142
1140
  specification_version: 4
1143
1141
  summary: Tk interface module using tcltklib.
data/ChangeLog.tkextlib DELETED
@@ -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 )