summaryrefslogtreecommitdiff
path: root/ext/tk
AgeCommit message (Expand)Author
2004-05-06* ext/tk/tkutil.c (get_eval_string_core): bug fix. [ruby-dev:23466]nagai
2004-05-01* renewal Ruby/Tknagai
2004-02-13* ext/tk/lib/tk.rb: en-bugged at last commit (Feb 11 23:24:22 2004)nagai
2004-02-12* ext/tk/lib/tk.rb (TkComm::tk_split_list): suppress a warning.nobu
2004-02-11* ext/tk/lib/tk.rb: properly treat a Tcl/Tk's string with escapingnagai
2004-01-13* ext/tk/lib/tk.rb: use $0 as the default application class name.nagai
2004-01-07* ext/tk/lib/tk.rb: use epath for embedded windows of TkPanedWindow.nagai
2004-01-02* dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz
2003-12-24* ext/tk/sample/tkmulticolumnlist.rb: new samplenagai
2003-12-20* ext/tk/lib/tk.rb: add new methods (TkScrollbar#assign, assign_list)nagai
2003-12-19* ext/tk/sample/tkmultilistbox.rb: bug fixnagai
2003-12-17* bug fixnagai
2003-12-16* condition bug of if statement on {pack,grid}_propagate methodsnagai
2003-12-14ext/tk/MANIFEST: add sample/tkalignbox.rb.eban
2003-12-09* overrided instance methods, which are private methods on the supernagai
2003-12-09* typonagai
2003-12-08* new sample scriptnagai
2003-12-03* 'format'==>'Kernel.format' (avoid override trouble)nagai
2003-11-30* ext/tk/lib/tk.rb: bug fix [ruby-talk:86746]nagai
2003-11-27* ext/tk/lib/tkafter.rb: bug fix on TkTimer#cancel_on_exception=(mode).nagai
2003-11-22* ext/tk/lib/tk.rb: add Tk.grab_release and fix bug of TkCompositenagai
2003-11-21* ext/tk/lib/tkentry.rb: fix the encoding trouble of percentnagai
2003-11-20* ext/tk/sample/tkballoonhelp.rb: new sample scriptnagai
2003-11-14* ext/tcltklib/tcltklib.c: fix (en-bugged at 2003/11/07)nagai
2003-11-12* ext/tk/lib/tk.rb,multi-tk.rb: stop freezing some classesnagai
2003-11-11* ext/tk/lib/tk.rb: raise an exception when creating TkWindownagai
2003-11-05configure.in, eval.c, signal.c: : add '--with-pthread-ext' optionnagai
2003-10-25add TkRoot.destroynagai
2003-10-21bug fixnagai
2003-10-17modify the message and comments on the sourcenagai
2003-10-17add some documentsnagai
2003-10-17forgot to add 'unicodeout.rb'nagai
2003-10-16consistent parentheses in assignment RHS.matz
2003-10-16(bug fix) instance variable @frame was used without initializing onnagai
2003-10-16If $DEBUG == true and some exception is caused in a callbacknagai
2003-10-16Add Tk::EncodedString and Tk::UTF8_String class to support charactersnagai
2003-10-15add entry3.rbnagai
2003-10-14ext/tk/sample/demos-en/entry3.rb, ext/tk/sample/demos-jp/entry3.rb :nagai
2003-10-14ext/tk/lib/tk.rb:nagai
2003-10-14ext/tcltklib/tcltklib.c:nagai
2003-09-08* multi-tk.rb: modify security check at creating a new interpreternagai
2003-09-07* tcltklib.c (lib_mainloop_core): fixed signal-trap bugnagai
2003-09-02* ext/tcltklib/tcltklib.c (ip_invoke): fixed bug on passing a exceptionnagai
2003-09-01* parse.y (aref_args): forgot to call NEW_SPLAT(). reported bymatz
2003-08-29* doc/ChangeLog-1.8.0: add changes of Ruby/Tknagai
2003-08-03* ready to use 'validatecommand' option of TkEntry/TkSpinbox widgetnagai
2003-08-03* typo bugnagai
2003-08-03* additional messagenagai
2003-08-03* (bug fix) bug on Tk object ID managementnagai
2003-08-03* add widget demo scriptsnagai