aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk
Commit message (Expand)AuthorAgeFilesLines
* * 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/sample/tkmulticolumnlist.rb: new samplenagai2003-12-243-8/+755
* * ext/tk/lib/tk.rb: add new methods (TkScrollbar#assign, assign_list)nagai2003-12-202-0/+78
* * ext/tk/sample/tkmultilistbox.rb: bug fixnagai2003-12-193-1/+917
* * bug fixnagai2003-12-171-3/+3
* * condition bug of if statement on {pack,grid}_propagate methodsnagai2003-12-161-6/+9
* ext/tk/MANIFEST: add sample/tkalignbox.rb.eban2003-12-141-0/+1
* * overrided instance methods, which are private methods on the supernagai2003-12-0915-17/+143
* * typonagai2003-12-091-2/+2
* * new sample scriptnagai2003-12-081-0/+170
* * '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-224-3/+425
* * ext/tk/lib/tkentry.rb: fix the encoding trouble of percentnagai2003-11-212-5/+12
* * ext/tk/sample/tkballoonhelp.rb: new sample scriptnagai2003-11-204-0/+857
* * 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-213-6/+6
* modify the message and comments on the sourcenagai2003-10-172-6/+31
* add some documentsnagai2003-10-173-0/+25
* forgot to add 'unicodeout.rb'nagai2003-10-171-0/+2
* 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-166-29/+289
* add entry3.rbnagai2003-10-151-0/+2
* ext/tk/sample/demos-en/entry3.rb, ext/tk/sample/demos-jp/entry3.rb :nagai2003-10-144-4/+411
* ext/tk/lib/tk.rb:nagai2003-10-141-2/+7
* ext/tcltklib/tcltklib.c:nagai2003-10-143-31/+187
* * 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-0714-67/+188
* * ext/tcltklib/tcltklib.c (ip_invoke): fixed bug on passing a exceptionnagai2003-09-027-138/+398
* * parse.y (aref_args): forgot to call NEW_SPLAT(). reported bymatz2003-09-011-1/+1
* * doc/ChangeLog-1.8.0: add changes of Ruby/Tknagai2003-08-295-104/+695
* * ready to use 'validatecommand' option of TkEntry/TkSpinbox widgetnagai2003-08-033-25/+45
* * typo bugnagai2003-08-031-1/+1
* * additional messagenagai2003-08-032-0/+16
* * (bug fix) bug on Tk object ID managementnagai2003-08-032-4/+4
* * add widget demo scriptsnagai2003-08-035-4/+253
* * sorry. fixed commit missnagai2003-08-031-12/+0
* * add or modify some widget demo scriptsnagai2003-08-0216-35/+1509
* * numeric.c (flo_to_s): get rid of buffer overflow.matz2003-08-021-0/+12
* * (bug fix) forgot to entry a widget class name of 'labelframe' widgetnagai2003-08-0212-6/+650
* * (bug fix) TkEntry#deletenagai2003-08-0233-134/+297