Age | Commit message (Expand) | Author |
2016-03-07 | * ext/tk/lib/tk/menubar.rb: fix a typo in font name. [ruby-core:72505] | nagachika |
2015-12-28 | Missing require | a_matsuda |
2015-12-27 | Typos in messages | a_matsuda |
2015-12-27 | Documentation typos | a_matsuda |
2015-12-27 | Typo: widget (?) | a_matsuda |
2015-12-25 | doc/CangeLog-2.3.0, ext/tk/lib/txextlib/SUPPORT_STATUS, | duerst |
2015-12-24 | fix common misspelling [ci skip] | nobu |
2015-12-16 | handle ext/ as r53141 | naruse |
2015-12-10 | * ext/tk/lib/multi-tk.rb: fix typos. | hsbt |
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-12-27 | * ext/tk/lib/tkextlib/tcllib/plotchart.rb: fix to invoke correct function | hsbt |
2014-10-19 | * ext/tk/lib/tkextlib/tile/treeview.rb: fix syntax error. | hsbt |
2014-10-19 | * ext/tk/tcltklib.c: support Tcl/Tk8.6. | nagai |
2014-08-04 | * ext/tk/lib/tkextlib/tcllib/plotchart.rb: fix typo. | nagai |
2014-05-05 | * ext/tk/lib/tkextlib/tkDND/tkdnd.rb: fix typo and missing definition. | nagai |
2013-12-28 | * benchmark/bm_so_meteor_contest.rb: [DOC] Fix a few typos | charliesome |
2013-12-11 | * ext/tk/lib/tkextlib/SUPPORT_STATUS: [DOC] remove link of RAA. | hsbt |
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 inspired by r40825 | kazu |
2013-05-19 | fix typos. Patch by k_takata. | ktsj |
2012-09-04 | remove trailing spaces. | nobu |
2011-11-05 | * ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb, | ktsj |
2011-09-14 | Merge branch 'tk_utf8' into trunk | ayumin |
2011-08-06 | * ext/tk/lib/tk/wm.rb (Tk::Wm.command): Add the missing receiver | naruse |
2011-05-26 | * ext/tk/lib/tk.rb: hang-up at exit before calling Tk.mainloop. | nagai |
2011-05-23 | * ext/tk/lib/tk.rb: fail to start Tk.mainloop (exit immediately) on some envi... | nagai |
2011-05-22 | * ext: remove trailing spaces. | nobu |
2011-05-15 | * remove trailing spaces. | nobu |
2010-12-10 | * ext/tk/lib/multi-tk.rb: infinite loop on method_missing at loading. | nagai |
2010-08-24 | * ext/tk/tcltklib.c: add codes for Ruby/Tk-Kit which depends on recent | nagai |
2010-06-02 | * ext/tk/lib/tk.rb: fix typo and race condition. | nagai |
2010-05-31 | * ext/tk/extconf.rb: use tclConfig.sh/tkConfig.sh when frameworks | nagai |
2010-03-25 | * ext/tk/extconf.rb: fix [ruby-core:28901] [Bug #2997]. Thanks, Michael Graff. | nagai |
2010-03-13 | * ext/tk/extconf.rb: fix [Bug #2840] Tk doesn't built in mingw. | nagai |
2010-01-31 | * ext/tk/tkutil/tkutil.c: fix SEGV on TkUtil::CallbackSubst._setup_subst_table. | nagai |
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-26 | * ext/tk/lib/remote-tk.rb: typo fixed. | 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: fail to create a widget object for an unknown wiget path. | nagai |
2009-07-17 | * ext/tk/lib/tk.rb,ext/tk/lib/tk/grid.rb: Bug fix on grid_slaves(). | nagai |
2009-07-16 | * ext/tk/extconf.rb,ext/tk/config_list.in: ignore paths which includes | nagai |
2009-07-14 | * ext/tk/lib/multi-tk.rb: Long-term-callback support isn't stable yet. | nagai |