Age | Commit message (Expand) | Author |
2016-08-09 | * ext/tk: Tk is removed from stdlib. [Feature #8539] | naruse |
2016-08-09 | use true and false [ci skip] | nobu |
2016-03-07 | * ext/tk/lib/tk/menubar.rb: fix a typo in font name. [ruby-core:72505] | nagachika |
2015-12-27 | Typos in messages | a_matsuda |
2015-12-27 | Documentation typos | a_matsuda |
2015-12-16 | handle ext/ as r53141 | naruse |
2015-09-24 | ext/tk: remove $SAFE 2..4 code | nobu |
2015-04-15 | * doc/contributors.rdoc: fix a typo. Patch by @davydovanton | hsbt |
2014-10-19 | * ext/tk/tcltklib.c: support Tcl/Tk8.6. | nagai |
2013-12-07 | * ext/tk/lib/tk/canvas.rb: [DOC] Fix typo (s/paramter/parameter/) | a_matsuda |
2013-11-29 | * ext/tk/lib/tkextlib/tktable/tktable.rb: fix bug on arguments for Proc object. | nagai |
2013-06-17 | * ext/tk/extconf.rb: support s390x (Thanks to bkabrda) [ruby-trunk - Bug #5465] | nagai |
2013-05-19 | fix typos. Patch by k_takata. | ktsj |
2012-09-04 | remove trailing spaces. | nobu |
2011-08-06 | * ext/tk/lib/tk/wm.rb (Tk::Wm.command): Add the missing receiver | naruse |
2011-05-23 | * ext/tk/lib/tk.rb: fail to start Tk.mainloop (exit immediately) on some envi... | nagai |
2011-05-15 | * remove trailing spaces. | nobu |
2009-11-13 | * ext/tk/lib/tk/variable.rb (TkVariable::coerce): fix bug on a numeric value. | nagai |
2009-11-13 | * ext/tk/lib/tk/variable.rb: TkVariable#*(other) and /(other) have a | nagai |
2009-10-27 | * ext/tk/lib/tk/variable.rb: add TkVariable#+@ and -@ method. | nagai |
2009-10-13 | * ext/tk/variable.rb: bug fix. additional trace definition changes the | nagai |
2009-10-05 | * ext/tk/lib/tk/canvas.rb: *** POTENTIALLY INCOMPATIBLE *** | nagai |
2009-10-03 | * ext/tk/lib/tk/variable.rb: add TkVariable#to_hash,to_proc,to_int,to_str,to_ary | nagai |
2009-08-03 | * ext/tk/lib/tcltklib.c: fix trouble on old-style C function | nagai |
2009-07-17 | * ext/tk/lib/tk.rb,ext/tk/lib/tk/grid.rb: Bug fix on grid_slaves(). | nagai |
2009-07-13 | * ext/tk/lib/tk/menuspec.rb: commit miss on my last commitment. | nagai |
2009-07-12 | * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries. | nagai |
2009-03-06 | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu |
2008-12-03 | * ext/tk/lib/tk/menu.rb: TkOptionMenubutton.new fails to treat | nagai |
2008-10-19 | * ext/tk/lib/tk.rb: support Encoding.default_internal. | nagai |
2008-06-10 | * ext/tk/tcltklib.c: SEGV when tcltk-stubs is enabled. | nagai |
2008-03-29 | * ext/tk/*: full update Ruby/Tk to support Ruby(1.9|1.8) and Tc/Tk8.5. | nagai |
2008-02-28 | * ext/tk/lib/tk.rb: forgot to update RELEASE_DATE | nagai |
2008-02-27 | * ext/tk/lib/tk.rb, ext/tk/lib/*: make default widget set | nagai |
2008-01-06 | * $Date$ keyword removed to avoid inclusion of locale dependent | akr |
2007-12-21 | Ruby/Tk :: provisional support on Ruby-VM and Tcl/Tk8.5. | nagai |
2007-01-26 | * ext/tk/lib/tk.rb (TkConfigMethod#__confinfo_cmd,__conv_keyonly_optkeys): | nagai |
2006-11-07 | * ext/tk/lib/tk/itemconfig.rb: minor bug fix. | nagai |
2006-11-06 | * ext/tk/lib/tk/itemconfig.rb: bug fix on 'itemconfiginfo' method, and | nagai |
2006-09-01 | * ext/tk/lib/tk/font.rb: TkFont#current_configinfo() doesn't work on Tcl/Tk8.x. | nagai |
2006-07-14 | * ext/tk/lib/tk.rb: add methods for new features of latest Tcl/Tk8.5 | nagai |
2006-07-13 | * ext/tk/lib/tk/composite.rb: improve handling of the classname on the | nagai |
2006-07-10 | * ext/tk/lib/tk/font.rb: sorry. mistaken to patch. | nagai |
2006-07-10 | * ext/tk/tcltklib.c: make SEGV risk lower at exit. | nagai |
2006-07-03 | * ext/tk/tcltklib.c (ip_make_menu_embeddable): help to make a menu | nagai |
2006-04-06 | * ext/tk/lib/tk/panedwindow.rb: lack of arguments. [ruby-core:7681] | nagai |
2006-04-05 | * ext/tk/tcltklib.c: fix SEGV when embedding to an application. | nagai |
2006-01-31 | * ext/tk/lib/multi-tk.rb: add MultiTkIp#eval and bg_eval. | nagai |
2005-11-23 | Add lacks for Tk8.5 support. | nagai |
2005-11-18 | * ext/tk/lib/tk/font.rb: remove dependency on Ruby's version (1.8 or 1.9). | nagai |