aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/lib
Commit message (Expand)AuthorAgeFilesLines
* remove trailing spaces.nobu2012-09-041-20/+20
* * ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb,ktsj2011-11-051-1/+1
* Merge branch 'tk_utf8' into trunkayumin2011-09-141-1/+1
* * ext/tk/lib/tk/wm.rb (Tk::Wm.command): Add the missing receivernaruse2011-08-061-3/+3
* * ext/tk/lib/tk.rb: hang-up at exit before calling Tk.mainloop.nagai2011-05-261-3/+5
* * ext/tk/lib/tk.rb: fail to start Tk.mainloop (exit immediately) on some envi...nagai2011-05-233-8/+183
* * ext: remove trailing spaces.nobu2011-05-224-38/+38
* * remove trailing spaces.nobu2011-05-1516-42/+42
* * ext/tk/lib/multi-tk.rb: infinite loop on method_missing at loading.nagai2010-12-101-58/+72
* * ext/tk/tcltklib.c: add codes for Ruby/Tk-Kit which depends on recentnagai2010-08-241-0/+12
* * ext/tk/lib/tk.rb: fix typo and race condition.nagai2010-06-021-4/+9
* * ext/tk/extconf.rb: use tclConfig.sh/tkConfig.sh when frameworksnagai2010-05-311-30/+60
* * ext/tk/extconf.rb: fix [ruby-core:28901] [Bug #2997]. Thanks, Michael Graff.nagai2010-03-251-1/+1
* * ext/tk/extconf.rb: fix [Bug #2840] Tk doesn't built in mingw.nagai2010-03-131-1/+1
* * ext/tk/tkutil/tkutil.c: fix SEGV on TkUtil::CallbackSubst._setup_subst_table.nagai2010-01-312-3/+13
* * ext/tk/lib/tk/variable.rb (TkVariable::coerce): fix bug on a numeric value.nagai2009-11-131-4/+2
* * ext/tk/lib/tk/variable.rb: TkVariable#*(other) and /(other) have anagai2009-11-131-2/+2
* * ext/tk/lib/tk/variable.rb: add TkVariable#+@ and -@ method.nagai2009-10-271-0/+7
* * ext/tk/lib/remote-tk.rb: typo fixed.nagai2009-10-261-2/+2
* * ext/tk/variable.rb: bug fix. additional trace definition changes thenagai2009-10-131-2/+2
* * ext/tk/lib/tk/canvas.rb: *** POTENTIALLY INCOMPATIBLE ***nagai2009-10-053-8/+14
* * ext/tk/lib/tk/variable.rb: add TkVariable#to_hash,to_proc,to_int,to_str,to_arynagai2009-10-031-0/+21
* * ext/tk/lib/tcltklib.c: fix trouble on old-style C functionnagai2009-08-037-22/+73
* * ext/tk/lib/tk.rb: fail to create a widget object for an unknown wiget path.nagai2009-07-171-1/+1
* * ext/tk/lib/tk.rb,ext/tk/lib/tk/grid.rb: Bug fix on grid_slaves().nagai2009-07-172-8/+36
* * ext/tk/extconf.rb,ext/tk/config_list.in: ignore paths which includesnagai2009-07-161-2/+5
* * ext/tk/lib/multi-tk.rb: Long-term-callback support isn't stable yet.nagai2009-07-141-1/+2
* * ext/tk/lib/tk/menuspec.rb: commit miss on my last commitment.nagai2009-07-131-1/+1
* * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.nagai2009-07-12204-629/+4759
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-06139-1720/+1720
* Fix grammos regarding the verb "refer".knu2009-02-101-1/+1
* * ext/tk/lib/tk.rb: use Encoding.find("locale") instaed ofnagai2009-01-121-2/+3
* * ext/tk/lib/tk.rb: rescue abnormal Encoding.locale_charmap value.nagai2009-01-091-2/+2
* * ext/tk/lib/tk.rb: temporary patch for trouble on TkAqua (> Tk8.4.9).nagai2008-12-211-21/+42
* * ext/tk/lib/tk/menu.rb: TkOptionMenubutton.new fails to treat nagai2008-12-031-2/+2
* * ext/tk/lib/tk.rb: bug fix. use ::RubyVM instead of ::VM [ruby-list:45676]nagai2008-12-031-2/+2
* * ext/tk/lib/tkextlib/blt/tabset.rb, ext/tk/lib/tkextlib/blt/tabnotebook.rb: nagai2008-11-243-18/+177
* * ext/tk/lib/tkextlib/version.rb, ext/tk/ChangeLog.tkextlib: update.nagai2008-11-221-1/+1
* * ext/tk/lib/tkextlib/blt.rb, ext/tk/lib/tkextlib/blt/vector.rb: nagai2008-11-222-8/+8
* * ext/tk/lib/tk.rb: support Encoding.default_internal.nagai2008-10-193-12/+40
* * ext/tk/lib/tkextlib/tile/treeview.rb: cannot configure tags.nagai2008-06-191-9/+10
* * ext/tk/lib/multi-tk.rb: cannot access class variable from singleton method.nagai2008-06-171-3/+4
* * ext/tk/tcltklib.c: SEGV when exit.nagai2008-06-161-3/+3
* * ext/tk/tcltklib.c: SEGV when tcltk-stubs is enabled.nagai2008-06-1078-193/+1437
* * ext/tk/*: full update Ruby/Tk to support Ruby(1.9|1.8) and Tc/Tk8.5.nagai2008-03-2977-1392/+5083
* * ext/tk/lib/tk.rb: forgot to update RELEASE_DATEnagai2008-02-286-27/+42
* * ext/tk/lib/tk.rb, ext/tk/lib/*: make default widget set nagai2008-02-2786-453/+798
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-066-6/+0
* Ruby/Tk :: provisional support on Ruby-VM and Tcl/Tk8.5.nagai2007-12-2135-233/+753
* * regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb,akr2007-12-211-1/+1