summaryrefslogtreecommitdiff
path: root/ext/tk
AgeCommit message (Expand)Author
2010-08-31* ext/tk/stubs.c: fix [Bug #3771] "VC++ can't make ext/tk with enablingnagai
2010-08-24* ext/tk/tcltklib.c: add codes for Ruby/Tk-Kit which depends on recentnagai
2010-08-07.cvsignore: have not been used already. [Bug #3468]nobu
2010-07-29* ext/tk/extconf.rb: use TK_XINCLUDES on tkConfig.sh when not empty,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 frameworksnagai
2010-05-19* ext/tk/extconf.rb: [ruby-def:41334] [Bug #3307] invalid result on searching...nagai
2010-05-07* ext/tk/extconf.rb (get_tclConfig_dirs): glob with EXEEXT.nobu
2010-05-06* ext/tk/extconf.rb: search directories on PATH, only if containingnagai
2010-05-05* ext/tk/extconf.rb: revert. enbugged by last commit.nagai
2010-04-30* ext/tk/extconf.rb: better support for MinGW environment.nagai
2010-04-22* ext/**/*.[ch]: removed trailing spaces.nobu
2010-04-22* ext/**/*.[ch]: removed trailing spaces.nobu
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-03-11* ext/tk/extconf.rb: log() is built-in in some compilers and needsnobu
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 anagai
2009-10-27* ext/tk/lib/tk/variable.rb: add TkVariable#+@ and -@ method.nagai
2009-10-26* ext/tk/tcltklib.c: mistake on operation. sorry.nagai
2009-10-26* ext/tk/tcltklib.c,stubs.c: remove errors or warnings when compilednagai
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 thenagai
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_arynagai
2009-08-09* ext/tk/extconf.rb (search_tclConfig): last change isn't enough. fixed it.nagai
2009-08-06* ext/tk/extconf.rb (search_tclConfig): fix logic bug.nagai
2009-08-03* ext/tk/lib/tcltklib.c: fix trouble on old-style C functionnagai
2009-07-27* ext/tk/lib/extconf.rb: bug fix and ignore invalid Tcl/Tk libraries.nagai
2009-07-23* ext/tk/extconf.rb: should not create "config_list" in a $srcdir.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 includesnagai
2009-07-14* ext/tk/extconf.rb: --with-{tcl,tk}-dir doesn't work.[ruby-dev:38782]nagai
2009-07-14* ext/tk/lib/multi-tk.rb: Long-term-callback support isn't stable yet.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-07-11* ext/tk/tcltklib.c (get_obj_from_str): suppressed a warning.nobu
2009-05-16* sample/drb/dhasenc.rb: add magic comment for encoding.matz
2009-04-26* ext/tk/sample/tkcombobox.rb: fix conflict with autoload definitionnagai
2009-03-16* ext/tk/tcltklib.c (eventloop_sleep, lib_eventloop_core),nobu
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-02-10Fix grammos regarding the verb "refer".knu
2009-01-27properties.nobu
2009-01-12* ext/tk/lib/tk.rb: use Encoding.find("locale") instaed ofnagai
2009-01-09* ext/tk/lib/tk.rb: rescue abnormal Encoding.locale_charmap value.nagai
2008-12-22* ext/tk/tcltklib.c: fix wrong flag value.nagai
2008-12-21* ext/tk/lib/tk.rb: temporary patch for trouble on TkAqua (> Tk8.4.9).nagai
2008-12-03* ext/tk/lib/tk/menu.rb: TkOptionMenubutton.new fails to treat nagai