summaryrefslogtreecommitdiff
path: root/ext/tk/lib
AgeCommit message (Expand)Author
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-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-17add some documentsnagai
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-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* (bug fix) bug on Tk object ID managementnagai
2003-08-03* sorry. fixed commit missnagai
2003-08-02* add or modify some widget demo scriptsnagai
2003-08-02* numeric.c (flo_to_s): get rid of buffer overflow.matz
2003-08-02* (bug fix) forgot to entry a widget class name of 'labelframe' widgetnagai
2003-08-02* (bug fix) TkEntry#deletenagai
2003-08-01* bug fix : forget to eval given block to TkRoot.new methodnagai
2003-07-31* bug fix : wrong resource file format (resource.{en,jp})nagai
2003-07-31* (IMPORTANT BUG FIX) scan of event keywords doesn't work on recentnagai
2003-07-31* wrap the command-proc of TkScale : pass the numeric object to the procnagai
2003-07-30* MultiTkIp.new_* accept a block to eval under the new interpreternagai
2003-07-30* bug fixnagai
2003-07-30* additional check of Tk interpreters' status for a little more safetynagai
2003-07-29* fix a bug of the procedure for 'Delete' button on the safe-Tk frmaenagai
2003-07-29* change default mode of mainloop_abort_on_exception on multi-tk.rbnagai
2003-07-29* bug fixnagai
2003-07-29* bug fix ( tested with Ruby/Tk widget demo )nagai
2003-07-29tcltklib.c : bug fixnagai
2003-07-28tcltklib.c : *bug fixnagai
2003-07-27multi-tk.rb : (new) library to support multiple Tk interpreters (high level)nagai
2003-07-26* ext/tk/lib/tk.rb (TkCore::chooseDirectory): back up wronglymatz
2003-07-26* variable.c (rb_mod_const_missing): "const_missing" should notmatz
2003-07-25tcltklib.c : add TclTkIp#create_slave , TclTkIp#_make_safe and TclTkIp#safe?nagai
2003-07-23process.c : unify indentationnagai
2003-07-17tk.rb :nagai
2003-07-17* eval.c (ruby_init): set ruby_running to true aftermatz