aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/lib/tk.rb
Commit message (Expand)AuthorAgeFilesLines
* * ext/tk/lib/tk/bindtag.rb: bug fix [ruby-talk: 123667]nagai2004-12-161-6/+18
* * ext/tcltklib/tcltklib.c (ip_init): set root-win title to "ruby" whennagai2004-12-081-6/+58
* * ext/tk/lib/tk.rb: widget configuration by TkWindow#method_missingnagai2004-12-021-0/+2
* * ext/tk/lib/tk.rb: Tk.destroy uses TkWindow#epathnagai2004-11-261-1/+8
* * ext/tk/lib/tk/event.rb: remove $LOADED_FEATURES tricknagai2004-11-121-4/+4
* * ext/tk/lib/tk.rb: bind-event methods accept multi substitution arguments.nagai2004-11-071-24/+24
* * ext/tk/lib/tk.rb: TkComm._at() supprts both of "@x,y" and "@x"nagai2004-11-051-2/+6
* * ext/tk/lib/tk.rb: support to use different Tcl commands betweennagai2004-11-031-21/+26
* * ext/tk/lib/tk/*: untabifynagai2004-10-111-982/+982
* * ext/tk/lib/tk.rb: When CHILDKILLED and so on, Tk.errorCode returnsnagai2004-10-071-1/+10
* * ext/tk/lib/tk.rb: add Tk.errorInfo and Tk.errorCodenagai2004-10-061-0/+10
* * ext/tcltklib/tcltklib.c: fix SEGV when (thread_)vwait or (thread_)tkwaitnagai2004-09-171-0/+9
* * ext/tk/lib/tk.rb: Tk.after makes TkCore::INTERP.tk_cmd_tbl grow [ruby-dev:2...nagai2004-09-031-2/+14
* * ext/tk/lib/tk.rb: Fail to treat a hash value of 'font' option.nagai2004-08-191-1/+4
* * ext/tcltklib/tcltklib.c(lib_fromUTF8_core): raise ArgumentError whennagai2004-07-301-2/+9
* * for backward compatibility (see [ruby-talk:107510], [ruby-talk:107647])nagai2004-07-281-0/+5
* * 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-151-3/+3
* * ext/tk/, ext/tcltklib/: bug fixnagai2004-07-151-12/+66
* * ext/tk/lib/tk.rb: better operation for SIGINT when processing callbacks.nagai2004-07-091-0/+4
* * ext/tk/lib : bug fixnagai2004-07-081-1/+3
* * ext/tk/lib : improve framework of developping Tcl/Tk extension wrappersnagai2004-07-061-0/+50
* * ext/tk/lib/tcltklib : bug fixnagai2004-07-011-248/+1030
* * ext/tk/lib/tk.rb: bug fix (TkWindow#grab)nagai2004-06-151-1/+8
* * ext/tcltklib/extconf.rb: [EXPERIMENTAL] MacOS X (darwin) supportnagai2004-06-121-29/+60
* * ext/tk/lib/tk.rb: add Tk.appsend_deny and improve Tk.rb_appsendnagai2004-05-211-16/+65
* * ext/tk/lib/tk.rb: change permition of TkObject#tk_send from private to publicnagai2004-05-191-1/+1
* * renewal Ruby/Tknagai2004-05-011-4340/+1132
* * 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-071-7/+10
* * 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-091-0/+26
* * 'format'==>'Kernel.format' (avoid override trouble)nagai2003-12-031-35/+36
* * ext/tk/lib/tk.rb: bug fix [ruby-talk:86746]nagai2003-11-301-1/+1
* * ext/tk/lib/tk.rb: add Tk.grab_release and fix bug of TkCompositenagai2003-11-221-2/+5
* * ext/tk/lib/tkentry.rb: fix the encoding trouble of percentnagai2003-11-211-4/+4
* * ext/tcltklib/tcltklib.c: fix (en-bugged at 2003/11/07)nagai2003-11-141-1/+0
* * ext/tk/lib/tk.rb,multi-tk.rb: stop freezing some classesnagai2003-11-121-8/+8
* * ext/tk/lib/tk.rb: raise an exception when creating TkWindownagai2003-11-111-1/+2
* configure.in, eval.c, signal.c: : add '--with-pthread-ext' optionnagai2003-11-051-0/+7
* add TkRoot.destroynagai2003-10-251-0/+4
* bug fixnagai2003-10-211-2/+2
* add some documentsnagai2003-10-171-0/+3
* consistent parentheses in assignment RHS.matz2003-10-161-2/+2
* (bug fix) instance variable @frame was used without initializing onnagai2003-10-161-1/+2
* If $DEBUG == true and some exception is caused in a callbacknagai2003-10-161-1/+17