summaryrefslogtreecommitdiff
path: root/ext/tk
AgeCommit message (Expand)Author
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* forgot to commit a sample scriptnagai
2003-08-01* bug fix : forget to eval given block to TkRoot.new methodnagai
2003-08-01MANIFESTnobu
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
2003-07-11tk.rb :nagai
2003-07-01tk.rb :nagai
2003-06-25tk.rb :nagai
2003-06-25tkcanvas.rb :nagai
2003-06-24tk.rb :nagai
2003-06-23* MANIFEST: add wince files.eban
2003-06-23tk.rb :nagai
2003-06-22tk.rb :nagai
2003-06-21tk.rb :nagai
2003-06-21Ruby/Tk libraries except tk.rb :nagai
2003-06-20tcltklib.c :nagai
2003-06-19tcltklib.c :nagai
2003-06-18tk.rb :nagai
2003-06-16* eval.c (proc_alloc): re-unification of Block and Proc. Blockmatz
2003-06-12tk.rb : add 'no_create' option to widget initialize method.nagai
2003-06-12tk.rb : widget configure returns self (for method call chain)nagai
2003-06-03* eval.c (rb_call_super): inheritance line adjustment moved frommatz
2003-05-26* eval.c (Init_Proc): Block/Proc separation. [huge change]matz
2003-05-23* eval.c (ruby_finalize): turn off ruby_debug flag before callingmatz
2003-04-03* eval.c (rb_f_missing): use "inspect" for T_OBJECT as well.matz
2003-03-23update NotImplementError to NotImplementedError.matz
2003-03-22* lib/optparse.rb, lib/jcode.rb, ext/tk/lib/tk.rb: reorder characterakr
2003-03-21* regex.c (re_compile_pattern): fix previous change.akr
2002-10-02* commit miss; and tcltklib fix too.matz