aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/lib/tk.rb
Commit message (Expand)AuthorAgeFilesLines
* * ext/tk: Tk is removed from stdlib. [Feature #8539]naruse2016-08-091-5758/+0
* Documentation typosa_matsuda2015-12-271-3/+3
* Typo: widget (?)a_matsuda2015-12-271-1/+1
* handle ext/ as r53141naruse2015-12-161-0/+1
* ext/tk: remove $SAFE 2..4 codenobu2015-09-241-23/+5
* * ext/tk/tcltklib.c: support Tcl/Tk8.6.nagai2014-10-191-4/+18
* * 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-231-4/+34
* * remove trailing spaces.nobu2011-05-151-2/+2
* * 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 [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-311-1/+11
* * ext/tk/lib/tcltklib.c: fix trouble on old-style C functionnagai2009-08-031-1/+1
* * 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-171-5/+19
* * ext/tk/extconf.rb,ext/tk/config_list.in: ignore paths which includesnagai2009-07-161-2/+5
* * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.nagai2009-07-121-85/+170
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-167/+167
* * 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.rb: bug fix. use ::RubyVM instead of ::VM [ruby-list:45676]nagai2008-12-031-2/+2
* * ext/tk/lib/tk.rb: support Encoding.default_internal.nagai2008-10-191-10/+38
* * ext/tk/tcltklib.c: SEGV when exit.nagai2008-06-161-3/+3
* * ext/tk/tcltklib.c: SEGV when tcltk-stubs is enabled.nagai2008-06-101-35/+219
* * ext/tk/*: full update Ruby/Tk to support Ruby(1.9|1.8) and Tc/Tk8.5.nagai2008-03-291-207/+776
* * ext/tk/lib/tk.rb: forgot to update RELEASE_DATEnagai2008-02-281-8/+14
* * ext/tk/lib/tk.rb, ext/tk/lib/*: make default widget set nagai2008-02-271-3/+16
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* Ruby/Tk :: provisional support on Ruby-VM and Tcl/Tk8.5.nagai2007-12-211-29/+161
* * ext/tk/lib/tk.rb: fix typo (TkConfigMethod::__confinfo_cmd, nagai2007-02-091-2/+2
* * ext/tk/lib/tk.rb (TkConfigMethod#__confinfo_cmd,__conv_keyonly_optkeys): nagai2007-01-261-2/+3
* * ext/tk/lib/tk/itemconfig.rb: minor bug fix.nagai2006-11-071-1/+1
* * ext/tk/lib/tk/itemconfig.rb: bug fix on 'itemconfiginfo' method, andnagai2006-11-061-1/+2
* * ext/tk/lib/tk/font.rb: TkFont#current_configinfo() doesn't work on Tcl/Tk8.x.nagai2006-09-011-1/+1
* * ext/tk/lib/tk.rb: add methods for new features of latest Tcl/Tk8.5nagai2006-07-141-4/+20
* * ext/tk/lib/tk/composite.rb: improve handling of the classname on thenagai2006-07-131-1/+1
* * ext/tk/lib/multi-tk.rb: security fix.nagai2006-07-111-1/+1
* * ext/tk/tcltklib.c: make SEGV risk lower at exit.nagai2006-07-101-7/+25
* * ext/tk/tcltklib.c (ip_make_menu_embeddable): help to make a menunagai2006-07-031-1/+5
* * ext/tk/tcltklib.c: forgot to update TCLTKLIB_RELEASE_DATE.nagai2006-06-271-6/+6
* * ext/tk/lib/multi-tk.rb: add a binding to a container for a slave IP.nagai2006-04-181-1/+1
* * ext/tk/tcltklib.c: fix SEGV when embedding to an application.nagai2006-04-051-8/+12
* * ext/tk/tcltklib.c: forgot to update RELEASE_DATE.nagai2005-12-061-1/+1
* Add lacks for Tk8.5 support.nagai2005-11-231-1/+57
* * ext/tk/lib/tk/font.rb: remove dependency on Ruby's version (1.8 or 1.9).nagai2005-11-181-1/+1
* * ext/tk/lib/multi-tk.rb: add restriction to access the entriednagai2005-11-181-3/+59
* * ext/tk/lib/tk/canvas.rb (TkCanvasItemConfig::__item_val2ruby_optkeys):nagai2005-10-241-1/+1