aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/lib/multi-tk.rb
Commit message (Expand)AuthorAgeFilesLines
* * ext/tk/lib/multi-tk.rb: MultiTkIp#eval_string and bg_eval_stringnagai2005-09-171-4/+4
* * ext/tk/lib/multi-tk.rb: fix typo on MultiTkIp#bg_eval_stringnagai2005-09-161-1/+1
* * ext/tk/lib/multi-tk.rb: On Tcl8.5, MultiTkIp#invoke_hidden doesn'tnagai2005-09-011-2/+21
* * ext/tk/stubs.c: When --enable-tcltk-stubs, the initializenagai2005-07-281-2/+2
* * ext/tk/lib/multi-tk.rb: fix en-bugged part in the last commit.nagai2005-07-251-56/+7
* * ext/tk/tkutil/tkutil.c (tk_conv_args): forget to revertnagai2005-07-211-42/+118
* * ext/tk/tcltklib.c: bug fix on treating Unicode strings.nagai2005-07-051-4/+4
* * ext/tk/lib/multi-tk.rb: slave-ip fails to call proceduresnagai2005-06-071-5/+13
* * ext/tk/lib/multi-tk.rb: fix typo.nagai2005-06-031-2/+2
* * ext/tk/lib/tk.rb: TkComm#tk_split_*list fail to split a kind of SJISnagai2005-05-251-3/+7
* * ext/tk/tcltklib.c: add TclTkIp#_create_console() method to createnagai2005-03-301-0/+4
* * ext/tk/lib/multi-tk.rb: freeze callback-entry objectsnagai2005-03-051-0/+1
* * ext/tk/tcltklib.c: enforce thread-check and exception-handling tonagai2005-03-021-73/+204
* * ext/tk/tcltklib.c: add invalid namespace checknagai2005-01-311-4/+4
* * ext/tcltklib/tcltklib.c: fix SEGV bug; trouble on canceling remainednagai2005-01-251-3/+15
* * ext/tcltklib/tcltklib.c: fix SEGV bug when deleting Tk interpnagai2004-12-271-8/+22
* * ext/tk/lib/multi-tk.rb: supports new features of Tcl/Tk8.5a2nagai2004-12-201-4/+76
* * ext/tk/lib/tk/bindtag.rb: bug fix [ruby-talk: 123667]nagai2004-12-161-0/+3
* * ext/tk/lib/tk/*: untabifynagai2004-10-111-488/+488
* * ext/tcltklib/tcltklib.c (ip_init): bug fixnagai2004-09-291-6/+46
* * 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-171-144/+297
* * 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-111-34/+150
* * ext/tcltklib/tcltklib.c (ip_init): cannot create a IP at level 4nagai2004-09-081-65/+232
* * ext/tcltklib/tcltklib.c: fix typo [ruby-talk:111266]nagai2004-09-021-24/+158
* * 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/tcltklib/extconf.rb: [EXPERIMENTAL] MacOS X (darwin) supportnagai2004-06-121-1/+2
* * ext/tk/lib/tk.rb: add Tk.appsend_deny and improve Tk.rb_appsendnagai2004-05-211-10/+29
* * renewal Ruby/Tknagai2004-05-011-62/+344
* * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz2004-01-021-1/+1
* * ext/tk/lib/tk.rb,multi-tk.rb: stop freezing some classesnagai2003-11-121-2/+2
* ext/tcltklib/tcltklib.c:nagai2003-10-141-2/+20
* * multi-tk.rb: modify security check at creating a new interpreternagai2003-09-081-4/+12
* * tcltklib.c (lib_mainloop_core): fixed signal-trap bugnagai2003-09-071-19/+32
* * doc/ChangeLog-1.8.0: add changes of Ruby/Tknagai2003-08-291-36/+160
* * (bug fix) TkEntry#deletenagai2003-08-021-2/+7
* * bug fix : wrong resource file format (resource.{en,jp})nagai2003-07-311-2/+0
* * (IMPORTANT BUG FIX) scan of event keywords doesn't work on recentnagai2003-07-311-0/+43
* * wrap the command-proc of TkScale : pass the numeric object to the procnagai2003-07-311-8/+35
* * MultiTkIp.new_* accept a block to eval under the new interpreternagai2003-07-301-6/+12
* * bug fixnagai2003-07-301-0/+1
* * fix a bug of the procedure for 'Delete' button on the safe-Tk frmaenagai2003-07-291-1/+0
* * change default mode of mainloop_abort_on_exception on multi-tk.rbnagai2003-07-291-1/+1
* * bug fixnagai2003-07-291-0/+6
* tcltklib.c : bug fixnagai2003-07-291-10/+24
* tcltklib.c : *bug fixnagai2003-07-281-10/+315