aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/lib/tkextlib
Commit message (Expand)AuthorAgeFilesLines
* * ext/tk/lib/tkextlib/blt.rb: double dashes (--) option doesn't worknagai2006-08-311-2/+2
* * ext/tk/tcltklib.c: make SEGV risk lower at exit.nagai2006-07-101-1/+2
* * ext/tk/lib/tkextlib/SUPPORT_STATUS: update to support libraries innagai2005-12-112-5/+15
* * ext/tk/lib/tkextlib/tile.rb: bug fix (Tk::Tile::USE_TTK_NAMESPACEnagai2005-11-212-2/+6
* * ext/tk/lib/tk/font.rb: remove dependency on Ruby's version (1.8 or 1.9).nagai2005-11-181-5/+17
* * ext/tk/extconf.rb: improbe messages [ruby-core:06325].nagai2005-10-22110-83/+3254
* * ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb,nobu2005-10-221-1/+1
* * ext/tk/lib/tkextlib/tktable/tktable.rb: border_* instance methodsnagai2005-10-032-5/+5
* * lib/observer.rb: a patch from nornagon <nornagon@gmail.com>matz2005-09-051-1/+1
* * ext/tk/lib/tk.rb: fix bug on handling __ruby2val_optkeys().nagai2005-08-102-1/+6
* * ext/tk/tcltklib.c: remove dangerous 'rb_jump_tag's.nagai2005-08-0924-11/+93
* * ext/tk/tcltklib.c: cannot compile for Tcl7.6/Tk4.2.nagai2005-08-041-1/+1
* reverted. [ruby-dev:26726]ocean2005-08-042-6/+0
* * ext/tk/sample/tkextlib/tile/demo.rb: followed previous changes.ocean2005-08-0418-0/+47
* * ext/tk/lib/tkextlib/tile/treeview.rb: Tk::Tile::Treeview#headingconfigureocean2005-08-021-80/+130
* * ext/tk/lib/tkextlib/tile/tprogressbar.rb: Tk::Tile::TProgressbar#startocean2005-08-021-2/+2
* * ext/tk/lib/tkextlib/tile.rb: fixed autoload for Treeview.ocean2005-08-012-8/+8
* * lib/tkextlib/SUPPOPRT_STATUS: add RELEASE_DATE information.nagai2005-06-162-0/+7
* * ext/tk/lib/tkextlib/ICONS/icons.rb: fail to create instances ofnagai2005-06-081-1/+5
* * ext/tk/lib/macpkg.rb: add PACKAGE_NAME information of Tcl/Tk Extension.nagai2005-05-3042-1/+211
* * ext/tk/lib/tk.rb: TkComm#tk_split_*list fail to split a kind of SJISnagai2005-05-253-12/+26
* * ext/tk/lib/tkextlib/blt/winop.rb: fix typonagai2005-05-101-2/+2
* * ext/tk/lib/tk/timer.rb: fix typonagai2005-05-081-2/+2
* * ext/tk/lib/tk.rb: update RELEASE_DATEnagai2005-04-0925-21/+378
* * lib/tkextlib/treectrl/tktreectrl.rb (selection_clear): fixed typo.ocean2005-04-081-1/+1
* * lib/treectrl/tktreectrl.rb: performance tuning. (call tk_send_without_encocean2005-04-071-17/+39
* * ext/tk/lib/tk/dialog.rb: fixed typo.ocean2005-04-041-0/+3
* * ext/tk/lib/tk.rb: forgot to update RELEASE_DATEnagai2005-04-022-9/+78
* * 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