1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/tk/lib/tkextlib
nagai 3124427ccb * ext/tk/tcltklib.c: enforce thread-check and exception-handling to
avoid SEGV trouble.
* ext/tk/tkutil/tkutil.c; fix a bug on converting a SJIS string array
  to a Tcl's list string.
* ext/tk/tcltklib.c: wrap Tcl's original "namespace" command to
  protect from namespace crash.
* ext/tk/lib/multi-tk.rb: enforce exception-handling.
* ext/tk/lib/multi-tk.rb: catch IRB_EXIT to work on irb.
* ext/tk/lib/tk.rb: ditto.
* ext/tk/tcltklib.c: add TclTkLib.mainloop_thread?
* ext/tk/lib/multi-tk.rb: (bug fix) callback returns a value.
* ext/tk/lib/tk/canvas.rb (delete): bug fix when multiple arguments.
* ext/tk/lib/clock.rb: fix 'no method error'.
* ext/tk/lib/clock.rb (self.clicks): accept a Symbol argument.
* ext/tk/lib/variable.rb: be able to set default_value_type; :numeric,
  :bool, :string, :symbol, :list, :numlist or nil (default; same to
  :string). If set a type, TkVariable#value returns a value of the type.
* ext/tk/lib/tkextlib/tclx/tclx.rb: add Tk::TclX.signal to warn the
  risk of using TclX extension's 'signal' command.
* ext/tk/sample/irbtk.rb: irb with Ruby/Tk.
* ext/tk/sample/demos-*/anilabel.rb: bug fix on 'show code'
* ext/tk/sample/demos-*/aniwave.rb: new Ruby/Tk animation demo.
* ext/tk/sample/demos-*/pendulum.rb: ditto.
* ext/tk/sample/demos-*/goldberg.rb: ditto.
* ext/tk/sample/demos-*/widget: add entries of animation demos.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8046 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2005-03-02 07:06:52 +00:00
..
blt * ext/tcltklib/tcltklib.c: fix SEGV bug; trouble on canceling remained 2005-01-25 05:09:22 +00:00
bwidget * ext/tcltklib/tcltklib.c: fix SEGV bug; trouble on canceling remained 2005-01-25 05:09:22 +00:00
ICONS * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
itcl * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
itk * ext/tcltklib/tcltklib.c: fix SEGV bug; trouble on canceling remained 2005-01-25 05:09:22 +00:00
iwidgets * ext/tcltklib/tcltklib.c: fix SEGV bug; trouble on canceling remained 2005-01-25 05:09:22 +00:00
tcllib * ext/tk/lib/tk.rb: Tk.destroy uses TkWindow#epath 2004-11-26 09:07:25 +00:00
tclx * ext/tk/tcltklib.c: enforce thread-check and exception-handling to 2005-03-02 07:06:52 +00:00
tile * ext/tk/lib/tk/bindtag.rb: bug fix [ruby-talk: 123667] 2004-12-16 07:13:14 +00:00
tkDND * ext/tcltklib/tcltklib.c: fix SEGV bug; trouble on canceling remained 2005-01-25 05:09:22 +00:00
tkHTML * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
tkimg * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
tktable * ext/tk/lib/tk.rb: Tk.destroy uses TkWindow#epath 2004-11-26 09:07:25 +00:00
tktrans * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
treectrl * ext/tcltklib/tcltklib.c: fix SEGV bug; trouble on canceling remained 2005-01-25 05:09:22 +00:00
vu * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
winico * ext/tk/lib/tk/bindtag.rb: bug fix [ruby-talk: 123667] 2004-12-16 07:13:14 +00:00
blt.rb * ext/tk/lib/tkextlib/blt.rb: add BLT extension support 2004-12-23 16:23:30 +00:00
bwidget.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
ICONS.rb * ext/tk/lib : improve framework of developping Tcl/Tk extension wrappers 2004-07-06 09:42:12 +00:00
itcl.rb * ext/tk/lib : bug fix 2004-07-08 16:50:07 +00:00
itk.rb * ext/tk/lib : bug fix 2004-07-08 16:50:07 +00:00
iwidgets.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
pkg_checker.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
setup.rb
SUPPORT_STATUS * ext/tk/lib/tkextlib/blt.rb: add BLT extension support 2004-12-23 16:23:30 +00:00
tcllib.rb * ext/tk/lib/tkextlib/tcllib: based on Tcllib 1.7 2004-10-16 02:13:54 +00:00
tclx.rb * add TclX extension support (partially) 2004-07-23 06:31:57 +00:00
tile.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
tkDND.rb * ext/tk/lib : improve framework of developping Tcl/Tk extension wrappers 2004-07-06 09:42:12 +00:00
tkHTML.rb * ext/tk/lib : improve framework of developping Tcl/Tk extension wrappers 2004-07-06 09:42:12 +00:00
tkimg.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
tktable.rb * ext/tk/, ext/tcltklib/: bug fix 2004-07-15 01:18:57 +00:00
tktrans.rb * ext/tk/lib/tkextlib/tktrans.rb, 2004-07-06 15:52:18 +00:00
treectrl.rb * ext/tk/lib/tkextlib/tktrans.rb, 2004-07-06 15:52:18 +00:00
vu.rb * ext/tk/lib/tk/*: untabify 2004-10-11 04:51:21 +00:00
winico.rb * ext/tk/lib/validate.rb: accept a Method object for the validatecommand option 2004-07-28 08:29:53 +00:00