aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/lib/tkextlib
Commit message (Expand)AuthorAgeFilesLines
...
* * ext/tk/lib/tk.rb (TkWindow.initialize): accept 'without_creating'nagai2005-04-013-103/+189
* * lib/tkextlib/blt/component.rb: bug fix on treatment ofnagai2005-04-011-79/+162
* * lib/tkextlib/blt/component.rb: cannot create elements exceptnagai2005-03-294-42/+306
* * ext/tk/lib/tkextlib/iwidgets/notebook.rb: fixed typo.ocean2005-03-281-1/+1
* * ext/tk/lib/tk.rb (_callback_entry_class?): add for checking whethernagai2005-03-2611-128/+561
* * ext/tk/lib/tk/font.rb: add some TkFont class methods to get fontnagai2005-03-181-58/+801
* * ext/tk/lib/tkextlib/treectrl/tktreectrl.rb: call wrong method innagai2005-03-161-27/+27
* * ext/tk/lib/tkextlib/treectrl/tktreectrl.rb: bug fix and suppotnagai2005-03-162-10/+157
* * ext/tk/lib/tkextlib/SUPPORT_STATUS: change the support status ofnagai2005-03-151-2/+2
* * ext/tk/tcltklib.c (lib_eventloop_ensure): mis-delete a timer handlernagai2005-03-108-21/+21
* * ext/tk/lib/tkextlib/SUPPORT_STATUS: add version info of Tcl/Tk extensionsnagai2005-03-061-57/+65
* * ext/tk/lib/tkextlib/tile.rb: lack of "autoload TProgressbar"nagai2005-03-051-0/+2
* * ext/tk/lib/multi-tk.rb: freeze callback-entry objectsnagai2005-03-0516-61/+507
* * ext/tk/tcltklib.c: enforce thread-check and exception-handling tonagai2005-03-021-0/+10
* * ext/tcltklib/tcltklib.c: fix SEGV bug; trouble on canceling remainednagai2005-01-2512-32/+32
* * ext/tk/lib/tkextlib/blt.rb: add BLT extension supportnagai2004-12-2334-5/+5806
* * ext/tk/lib/tk/bindtag.rb: bug fix [ruby-talk: 123667]nagai2004-12-1611-25/+49
* * ext/tcltklib/tcltklib.c (ip_init): set root-win title to "ruby" whennagai2004-12-089-44/+290
* * ext/tk/lib/tk.rb: Tk.destroy uses TkWindow#epathnagai2004-11-264-7/+18
* * ext/tcltklib/tcltklib.c: fix SEGV when compiled with Tcl/Tk8.3.x or oldernagai2004-11-091-0/+2
* * ext/tk/lib/tk.rb: bind-event methods accept multi substitution arguments.nagai2004-11-073-12/+12
* * ext/tk/lib/tk.rb: support to use different Tcl commands betweennagai2004-11-038-3/+12
* * ext/tk/lib/tkextlib/tcllib: based on Tcllib 1.7nagai2004-10-162-0/+112
* * ext/tk/lib/tk/*: untabifynagai2004-10-1158-1207/+1207
* * ext/tk/lib/tk.rb: add Tk.errorInfo and Tk.errorCodenagai2004-10-062-2/+2
* * ext/tcltklib/tcltklib.c (ip_init): bug fixnagai2004-09-291-0/+2
* * ext/tk/lib/tk/namespace.rb: bug fixnagai2004-08-031-6/+26
* * ext/tk/lib/tkextlib/pkg_checker.rb: improve the check processnagai2004-07-291-9/+64
* * ext/tk/lib/validate.rb: accept a Method object for the validatecommand optionnagai2004-07-284-2/+206
* * add TclX extension support (partially)nagai2004-07-234-14/+102
* * ext/tk/, ext/tcltklib/: bug fixnagai2004-07-1545-90/+3653
* * ext/tk/lib/tk.rb: better operation for SIGINT when processing callbacks.nagai2004-07-0926-17/+879
* * ext/tk/lib : bug fixnagai2004-07-0831-3/+1843
* * ext/tk/lib/tkextlib/tktrans.rb,eban2004-07-062-2/+2
* * ext/tk/lib : improve framework of developping Tcl/Tk extension wrappersnagai2004-07-0686-254/+2944
* * ext/tk/lib/tkextlib/tkDND.rb: fix syntax error.eban2004-07-031-4/+4
* * ext/tk/lib/tcltklib : bug fixnagai2004-07-0165-0/+4817