aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/lib/tk
Commit message (Expand)AuthorAgeFilesLines
* * ext/tk/lib/tk/canvas.rb: [DOC] Fix typo (s/paramter/parameter/)a_matsuda2013-12-072-2/+2
* * ext/tk/lib/tkextlib/tktable/tktable.rb: fix bug on arguments for Proc object.nagai2013-11-292-25/+23
* * ext/tk/extconf.rb: support s390x (Thanks to bkabrda) [ruby-trunk - Bug #5465]nagai2013-06-171-2/+7
* fix typos. Patch by k_takata.ktsj2013-05-191-1/+1
* remove trailing spaces.nobu2012-09-041-20/+20
* * ext/tk/lib/tk/wm.rb (Tk::Wm.command): Add the missing receivernaruse2011-08-061-3/+3
* * ext/tk/lib/tk.rb: fail to start Tk.mainloop (exit immediately) on some envi...nagai2011-05-232-4/+149
* * remove trailing spaces.nobu2011-05-154-13/+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/variable.rb: bug fix. additional trace definition changes thenagai2009-10-131-2/+2
* * ext/tk/lib/tk/canvas.rb: *** POTENTIALLY INCOMPATIBLE ***nagai2009-10-051-3/+7
* * 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-035-9/+19
* * ext/tk/lib/tk.rb,ext/tk/lib/tk/grid.rb: Bug fix on grid_slaves().nagai2009-07-171-3/+17
* * 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-1241-138/+1196
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-0648-813/+813
* * ext/tk/lib/tk/menu.rb: TkOptionMenubutton.new fails to treat nagai2008-12-031-2/+2
* * ext/tk/lib/tk.rb: support Encoding.default_internal.nagai2008-10-192-2/+2
* * ext/tk/tcltklib.c: SEGV when tcltk-stubs is enabled.nagai2008-06-1026-52/+420
* * ext/tk/*: full update Ruby/Tk to support Ruby(1.9|1.8) and Tc/Tk8.5.nagai2008-03-2926-620/+2131
* * ext/tk/lib/tk.rb: forgot to update RELEASE_DATEnagai2008-02-283-5/+6
* * ext/tk/lib/tk.rb, ext/tk/lib/*: make default widget set nagai2008-02-2734-372/+539
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-065-5/+0
* Ruby/Tk :: provisional support on Ruby-VM and Tcl/Tk8.5.nagai2007-12-2128-161/+430
* * ext/tk/lib/tk.rb (TkConfigMethod#__confinfo_cmd,__conv_keyonly_optkeys): nagai2007-01-263-8/+11
* * 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-5/+10
* * ext/tk/lib/tk/font.rb: TkFont#current_configinfo() doesn't work on Tcl/Tk8.x.nagai2006-09-011-5/+5
* * ext/tk/lib/tk.rb: add methods for new features of latest Tcl/Tk8.5nagai2006-07-141-0/+14
* * ext/tk/lib/tk/composite.rb: improve handling of the classname on thenagai2006-07-131-0/+101
* * ext/tk/lib/tk/font.rb: sorry. mistaken to patch.nagai2006-07-101-1/+1
* * ext/tk/tcltklib.c: make SEGV risk lower at exit.nagai2006-07-102-4/+7
* * ext/tk/tcltklib.c (ip_make_menu_embeddable): help to make a menunagai2006-07-032-5/+116
* * ext/tk/lib/tk/panedwindow.rb: lack of arguments. [ruby-core:7681]nagai2006-04-061-1/+1
* * ext/tk/tcltklib.c: fix SEGV when embedding to an application.nagai2006-04-051-7/+5
* * ext/tk/lib/multi-tk.rb: add MultiTkIp#eval and bg_eval.nagai2006-01-311-3/+45
* Add lacks for Tk8.5 support.nagai2005-11-234-0/+109
* * ext/tk/lib/tk/font.rb: remove dependency on Ruby's version (1.8 or 1.9).nagai2005-11-181-13/+14
* * ext/tk/lib/multi-tk.rb: add restriction to access the entriednagai2005-11-181-5/+51
* * ext/tk/lib/tk/canvas.rb (TkCanvasItemConfig::__item_val2ruby_optkeys):nagai2005-10-242-2/+2
* * ext/tk/extconf.rb: improbe messages [ruby-core:06325].nagai2005-10-2213-2/+133
* * ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb,nobu2005-10-221-2/+2
* * ext/tk/lib/tk/dialog.rb: If a dialog does not show up yet,nagai2005-09-151-6/+7
* * lib/observer.rb: a patch from nornagon <nornagon@gmail.com>matz2005-09-051-2/+2
* * ext/tk/lib/tk.rb: fix bug on handling __ruby2val_optkeys().nagai2005-08-102-3/+7
* * ext/tk/tcltklib.c: remove dangerous 'rb_jump_tag's.nagai2005-08-096-16/+160
* * ext/tk/lib/{tk.rb,tk/itemconfig.rb}: configure createsocean2005-08-064-9/+115