aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk
Commit message (Expand)AuthorAgeFilesLines
* 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
* * forgot to commit a sample scriptnagai2003-08-012-0/+19
* * bug fix : forget to eval given block to TkRoot.new methodnagai2003-08-011-2/+3
* MANIFESTnobu2003-08-011-0/+139
* * bug fix : wrong resource file format (resource.{en,jp})nagai2003-07-315-12/+72
* * (IMPORTANT BUG FIX) scan of event keywords doesn't work on recentnagai2003-07-31141-25/+19495
* * wrap the command-proc of TkScale : pass the numeric object to the procnagai2003-07-314-24/+117
* * MultiTkIp.new_* accept a block to eval under the new interpreternagai2003-07-301-6/+12
* * bug fixnagai2003-07-306-6/+33
* * additional check of Tk interpreters' status for a little more safetynagai2003-07-303-12/+31
* * fix a bug of the procedure for 'Delete' button on the safe-Tk frmaenagai2003-07-292-1/+10
* * change default mode of mainloop_abort_on_exception on multi-tk.rbnagai2003-07-291-1/+1
* * bug fixnagai2003-07-292-1/+7
* * bug fix ( tested with Ruby/Tk widget demo )nagai2003-07-296-15/+25
* tcltklib.c : bug fixnagai2003-07-292-12/+30
* tcltklib.c : *bug fixnagai2003-07-281-10/+315
* multi-tk.rb : (new) library to support multiple Tk interpreters (high level)nagai2003-07-276-8/+868
* * 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-252-24/+76
* process.c : unify indentationnagai2003-07-2314-184/+317
* tk.rb :nagai2003-07-171-0/+4
* * eval.c (ruby_init): set ruby_running to true aftermatz2003-07-171-9/+5