summaryrefslogtreecommitdiffstats
path: root/ext/tk/lib
Commit message (Expand)AuthorAgeFilesLines
* * ext/tk/lib/multi-tk.rb: improve exit operationnagai2004-09-171-55/+67
* * ext/tcltklib/tcltklib.c: fix SEGV when (thread_)vwait or (thread_)tkwaitnagai2004-09-173-158/+322
* * ext/tk/lib/multi-tk.rb: MultiTkIp#eval_string was en-bugged by thenagai2004-09-141-12/+10
* * ext/tcltklib/tcltklib.c: fix SEGVnagai2004-09-141-16/+51
* * ext/tk/lib/multi-tk.rb: MultiTkIp.new_master and new_slave acceptnagai2004-09-131-8/+56
* * ext/tcltklib/tcltklib.c: add TclTkIp#allow_ruby_exit? and allow_ruby_exit=nagai2004-09-113-35/+169
* * ext/tcltklib/tcltklib.c (ip_init): change flag value for setting 'argv' and...nagai2004-09-091-0/+29
* * ext/tcltklib/tcltklib.c (ip_init): cannot create a IP at level 4nagai2004-09-083-65/+258
* * ext/tk/lib/tk/menu.rb(TkOptionMenubutton#insert): call correct methodocean2004-09-061-1/+1
* * ext/tk/lib/tk.rb: Tk.after makes TkCore::INTERP.tk_cmd_tbl grow [ruby-dev:2...nagai2004-09-031-2/+14
* * ext/tcltklib/tcltklib.c: fix typo [ruby-talk:111266]nagai2004-09-023-31/+165
* * ext/tk/lib/tk/spinbox.rb: fix typoocean2004-09-011-1/+1
* * ext/tk/lib/multi-tk.rb: 'restart' method accepts argumentsnagai2004-08-301-6/+19
* * ext/tcltklib/tcltklib.c: compile error on bcc32 [ruby-dev:24081]nagai2004-08-291-1/+1
* * ext/tk/lib/tk.rb: Fail to treat a hash value of 'font' option.nagai2004-08-192-2/+5
* * ext/tk/lib/tk/namespace.rb: bug fixnagai2004-08-032-10/+30
* * ext/tk/lib/msgcat.rb (set_translation): bug fix (fail to setnagai2004-08-021-12/+25
* * ext/tcltklib/tcltklib.c(lib_fromUTF8_core): raise ArgumentError whennagai2004-07-301-2/+9
* * ext/tk/lib/tkextlib/pkg_checker.rb: improve the check processnagai2004-07-291-9/+64
* * ext/tk/lib/validate.rb: accept a Method object for the validatecommand optionnagai2004-07-285-10/+234
* * for backward compatibility (see [ruby-talk:107510], [ruby-talk:107647])nagai2004-07-281-0/+5
* * add TclX extension support (partially)nagai2004-07-234-14/+102
* * TkMsgCatalog.callback: bug fix (wrong number of argument)nagai2004-07-181-1/+2
* * ext/tk/lib/tk/variable.rb: TkVariable#ref returns a TkVariable objectnagai2004-07-171-1/+2
* * ext/tk/lib/tk.rb(module TkObjecct): extend TkCore modulenagai2004-07-161-0/+1
* * ext/tk/sample/tkextlib/tktable/spreadsheet.rb: add a new samplenagai2004-07-152-4/+11
* * ext/tk/, ext/tcltklib/: bug fixnagai2004-07-1558-160/+3866
* * ext/tk/lib/tk.rb: better operation for SIGINT when processing callbacks.nagai2004-07-0933-20/+963
* * ext/tk/lib : bug fixnagai2004-07-0838-110/+1995
* * ext/tk/lib/tkextlib/tktrans.rb,eban2004-07-062-2/+2
* * ext/tk/lib : improve framework of developping Tcl/Tk extension wrappersnagai2004-07-06116-413/+3235
* * ext/tk/lib/tkextlib/tkDND.rb: fix syntax error.eban2004-07-031-4/+4
* * ext/tk/lib/tcltklib : bug fixnagai2004-07-0186-558/+7738
* * ext/tk/lib/tk.rb: bug fix (TkWindow#grab)nagai2004-06-151-1/+8
* * ext/tk/lib/remote-tk.rb: bug fixnagai2004-06-141-20/+47
* * ext/tcltklib/extconf.rb: [EXPERIMENTAL] MacOS X (darwin) supportnagai2004-06-1211-159/+533
* * ext/tk/lib/tk.rb: add Tk.appsend_deny and improve Tk.rb_appsendnagai2004-05-2115-42/+518
* * ext/tk/lib/tk.rb: change permition of TkObject#tk_send from private to publicnagai2004-05-191-1/+1
* * ext/tk/lib/tk/canvas.rb: improve coords support for canvas items.nagai2004-05-141-111/+85
* * ext/tk/lib/tk/composite.rb: improve configure methods. (based on the propos...nagai2004-05-121-17/+246
* * renewal Ruby/Tknagai2004-05-0179-9667/+13277
* * ext/tk/lib/tk.rb: en-bugged at last commit (Feb 11 23:24:22 2004)nagai2004-02-131-16/+25
* * ext/tk/lib/tk.rb (TkComm::tk_split_list): suppress a warning.nobu2004-02-121-1/+1
* * ext/tk/lib/tk.rb: properly treat a Tcl/Tk's string with escapingnagai2004-02-111-25/+108
* * ext/tk/lib/tk.rb: use $0 as the default application class name.nagai2004-01-131-1/+2
* * ext/tk/lib/tk.rb: use epath for embedded windows of TkPanedWindow.nagai2004-01-073-14/+78
* * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz2004-01-021-1/+1
* * ext/tk/lib/tk.rb: add new methods (TkScrollbar#assign, assign_list)nagai2003-12-201-0/+53
* * condition bug of if statement on {pack,grid}_propagate methodsnagai2003-12-161-6/+9
* * overrided instance methods, which are private methods on the supernagai2003-12-096-0/+55