summaryrefslogtreecommitdiffstats
path: root/ext/tk/lib
Commit message (Expand)AuthorAgeFilesLines
* * 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
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-07-0167-0/+5810
* * ext/tk/lib/tcltklib : bug fixnagai2004-07-0119-558/+1928
* * 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
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-06-121-0/+243
* * ext/tcltklib/extconf.rb: [EXPERIMENTAL] MacOS X (darwin) supportnagai2004-06-1210-159/+290
* * 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
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-05-0162-0/+11767
* * renewal Ruby/Tknagai2004-05-0117-9653/+1589
* * backport changes from 1.9nagai2004-01-073-14/+78
* * eval.c (rb_mod_modfunc): should break if m has no super class.matz2004-01-061-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
* * 'format'==>'Kernel.format' (avoid override trouble)nagai2003-12-035-63/+64
* * ext/tk/lib/tk.rb: bug fix [ruby-talk:86746]nagai2003-11-301-1/+1
* * ext/tk/lib/tkafter.rb: bug fix on TkTimer#cancel_on_exception=(mode).nagai2003-11-271-20/+22
* * ext/tk/lib/tk.rb: add Tk.grab_release and fix bug of TkCompositenagai2003-11-222-3/+6
* * ext/tk/lib/tkentry.rb: fix the encoding trouble of percentnagai2003-11-212-5/+12
* * ext/tcltklib/tcltklib.c: fix (en-bugged at 2003/11/07)nagai2003-11-142-9/+13
* * ext/tk/lib/tk.rb,multi-tk.rb: stop freezing some classesnagai2003-11-122-10/+10
* * 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-052-0/+22
* 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
* Add Tk::EncodedString and Tk::UTF8_String class to support charactersnagai2003-10-161-2/+56