summaryrefslogtreecommitdiffstats
path: root/ext/tk/lib/tk.rb
Commit message (Expand)AuthorAgeFilesLines
* * 'format'==>'Kernel.format' (avoid override trouble)nagai2003-12-031-35/+36
* * ext/tk/lib/tk.rb: bug fix [ruby-talk:86746]nagai2003-11-301-1/+1
* * ext/tk/lib/tk.rb: add Tk.grab_release and fix bug of TkCompositenagai2003-11-221-2/+5
* * ext/tk/lib/tkentry.rb: fix the encoding trouble of percentnagai2003-11-211-4/+4
* * ext/tcltklib/tcltklib.c: fix (en-bugged at 2003/11/07)nagai2003-11-141-1/+0
* * ext/tk/lib/tk.rb,multi-tk.rb: stop freezing some classesnagai2003-11-121-8/+8
* * 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-051-0/+7
* 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
* ext/tk/lib/tk.rb:nagai2003-10-141-2/+7
* ext/tcltklib/tcltklib.c:nagai2003-10-141-29/+138
* * tcltklib.c (lib_mainloop_core): fixed signal-trap bugnagai2003-09-071-13/+75
* * ext/tcltklib/tcltklib.c (ip_invoke): fixed bug on passing a exceptionnagai2003-09-021-107/+217
* * 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-291-49/+259
* * typo bugnagai2003-08-031-1/+1
* * sorry. fixed commit missnagai2003-08-031-12/+0
* * add or modify some widget demo scriptsnagai2003-08-021-2/+8
* * 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-021-0/+4
* * (bug fix) TkEntry#deletenagai2003-08-021-6/+12
* * bug fix : forget to eval given block to TkRoot.new methodnagai2003-08-011-2/+3
* * bug fix : wrong resource file format (resource.{en,jp})nagai2003-07-311-3/+63
* * (IMPORTANT BUG FIX) scan of event keywords doesn't work on recentnagai2003-07-311-25/+30
* * wrap the command-proc of TkScale : pass the numeric object to the procnagai2003-07-311-15/+72
* * bug fixnagai2003-07-301-0/+5
* * additional check of Tk interpreters' status for a little more safetynagai2003-07-301-7/+24
* * bug fixnagai2003-07-291-1/+1
* * bug fix ( tested with Ruby/Tk widget demo )nagai2003-07-291-6/+10
* multi-tk.rb : (new) library to support multiple Tk interpreters (high level)nagai2003-07-271-2/+5
* * ext/tk/lib/tk.rb (TkCore::chooseDirectory): back up wronglymatz2003-07-261-0/+4
* * variable.c (rb_mod_const_missing): "const_missing" should notmatz2003-07-261-4/+0
* tcltklib.c : add TclTkIp#create_slave , TclTkIp#_make_safe and TclTkIp#safe?nagai2003-07-251-23/+46
* process.c : unify indentationnagai2003-07-231-104/+243
* tk.rb :nagai2003-07-171-0/+4
* * eval.c (ruby_init): set ruby_running to true aftermatz2003-07-171-9/+5
* tk.rb :nagai2003-07-111-2/+2
* tk.rb :nagai2003-07-011-9/+23
* tk.rb :nagai2003-06-251-2/+121
* tkcanvas.rb :nagai2003-06-251-2/+12
* tk.rb :nagai2003-06-241-22/+128
* tk.rb :nagai2003-06-231-8/+23
* tk.rb :nagai2003-06-221-11/+29
* tk.rb :nagai2003-06-211-2/+34