aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk
Commit message (Expand)AuthorAgeFilesLines
* * ext/tk/lib/multi-tk.rb: infinite loop on method_missing at loading.nagai2010-12-101-58/+72
* * ext/tk/stubs.c: fix [Bug #3771] "VC++ can't make ext/tk with enablingnagai2010-08-311-1/+5
* * ext/tk/tcltklib.c: add codes for Ruby/Tk-Kit which depends on recentnagai2010-08-242-126/+366
* .cvsignore: have not been used already. [Bug #3468]nobu2010-08-072-6/+0
* * ext/tk/extconf.rb: use TK_XINCLUDES on tkConfig.sh when not empty,nagai2010-07-291-5/+5
* * 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-314-120/+573
* * ext/tk/extconf.rb: [ruby-def:41334] [Bug #3307] invalid result on searching...nagai2010-05-191-3/+3
* * ext/tk/extconf.rb (get_tclConfig_dirs): glob with EXEEXT.nobu2010-05-071-5/+8
* * ext/tk/extconf.rb: search directories on PATH, only if containingnagai2010-05-061-78/+86
* * ext/tk/extconf.rb: revert. enbugged by last commit.nagai2010-05-052-300/+60
* * ext/tk/extconf.rb: better support for MinGW environment.nagai2010-04-302-60/+300
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-1/+1
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-223-435/+435
* * ext/tk/extconf.rb: fix [ruby-core:28901] [Bug #2997]. Thanks, Michael Graff.nagai2010-03-254-37/+44
* * ext/tk/extconf.rb: fix [Bug #2840] Tk doesn't built in mingw.nagai2010-03-133-4/+14
* * ext/tk/extconf.rb: log() is built-in in some compilers and needsnobu2010-03-111-2/+2
* * ext/tk/tkutil/tkutil.c: fix SEGV on TkUtil::CallbackSubst._setup_subst_table.nagai2010-01-314-16/+38
* * 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/tcltklib.c: mistake on operation. sorry.nagai2009-10-261-1/+1
* * ext/tk/tcltklib.c,stubs.c: remove errors or warnings when compilednagai2009-10-263-2/+33
* * ext/tk/lib/remote-tk.rb: typo fixed.nagai2009-10-261-2/+2
* * 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-053-8/+14
* * ext/tk/lib/tk/variable.rb: add TkVariable#to_hash,to_proc,to_int,to_str,to_arynagai2009-10-031-0/+21
* * ext/tk/extconf.rb (search_tclConfig): last change isn't enough. fixed it.nagai2009-08-092-5/+7
* * ext/tk/extconf.rb (search_tclConfig): fix logic bug.nagai2009-08-061-3/+2
* * ext/tk/lib/tcltklib.c: fix trouble on old-style C functionnagai2009-08-038-66/+293
* * ext/tk/lib/extconf.rb: bug fix and ignore invalid Tcl/Tk libraries.nagai2009-07-273-170/+319
* * ext/tk/extconf.rb: should not create "config_list" in a $srcdir.nagai2009-07-231-8/+8
* * 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-172-8/+36
* * ext/tk/extconf.rb,ext/tk/config_list.in: ignore paths which includesnagai2009-07-163-17/+63
* * ext/tk/extconf.rb: --with-{tcl,tk}-dir doesn't work.[ruby-dev:38782]nagai2009-07-141-2/+2
* * ext/tk/lib/multi-tk.rb: Long-term-callback support isn't stable yet.nagai2009-07-142-2/+3
* * 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-12227-1043/+7234
* * ext/tk/tcltklib.c (get_obj_from_str): suppressed a warning.nobu2009-07-111-1/+1
* * sample/drb/dhasenc.rb: add magic comment for encoding.matz2009-05-161-1/+1
* * ext/tk/sample/tkcombobox.rb: fix conflict with autoload definitionnagai2009-04-261-0/+10
* * ext/tk/tcltklib.c (eventloop_sleep, lib_eventloop_core),nobu2009-03-161-4/+4
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-06401-8971/+8971
* Fix grammos regarding the verb "refer".knu2009-02-102-2/+2
* properties.nobu2009-01-271-0/+0
* * 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/tcltklib.c: fix wrong flag value.nagai2008-12-221-3/+4
* * ext/tk/lib/tk.rb: temporary patch for trouble on TkAqua (> Tk8.4.9).nagai2008-12-212-35/+48