summaryrefslogtreecommitdiffstats
path: root/ext/tk
Commit message (Expand)AuthorAgeFilesLines
* * ext/tk/MANIFEST: addedeban2004-07-242-46/+5
* * add TclX extension support (partially)nagai2004-07-235-14/+106
* * TkMsgCatalog.callback: bug fix (wrong number of argument)nagai2004-07-181-1/+2
* * ext/tk/lib/tk/variable.rb: TkVariable#ref returns a TkVariable objectnagai2004-07-171-1/+2
* * rename files to avoid application (cvs and so on) troublesnagai2004-07-168-7/+53
* * ext/tk/lib/tk.rb(module TkObjecct): extend TkCore modulenagai2004-07-161-0/+1
* * ext/tk/sample/tkextlib/tktable/spreadsheet.rb: add a new samplenagai2004-07-154-4/+149
* * ext/tk/, ext/tcltklib/: bug fixnagai2004-07-15131-181/+5586
* * ext/tk/lib/tk.rb: better operation for SIGINT when processing callbacks.nagai2004-07-0945-21/+1171
* * add entriesnagai2004-07-081-0/+41
* * ext/tk/lib : bug fixnagai2004-07-0863-110/+2420
* * ext/tk/lib/tkextlib/tktrans.rb,eban2004-07-062-2/+2
* * ext/tk/lib : improve framework of developping Tcl/Tk extension wrappersnagai2004-07-06136-417/+8436
* * ext/tk/lib/tkextlib/tkDND.rb: fix syntax error.eban2004-07-031-4/+4
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-07-01166-0/+11862
* * ext/tk/lib/tcltklib : bug fixnagai2004-07-0128-570/+2185
* * ext/tk/lib/tk.rb: bug fix (TkWindow#grab)nagai2004-06-151-1/+8
* * ext/tk/lib/remote-tk.rb: bug fixnagai2004-06-141-20/+47
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-06-123-0/+350
* * ext/tcltklib/extconf.rb: [EXPERIMENTAL] MacOS X (darwin) supportnagai2004-06-1212-160/+296
* * ext/tk/sample/remote-ip_sample2.rb: modifynagai2004-05-222-10/+13
* * MANIFEST: add new encodings in rexml.nobu2004-05-221-0/+2
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-05-221-0/+53
* * add a new sample 'ext/tk/sample/remote-ikp_sample2.rb'nagai2004-05-221-1/+1
* * ext/tk/lib/tk.rb: add Tk.appsend_deny and improve Tk.rb_appsendnagai2004-05-2117-43/+557
* * ext/tk/lib/tk.rb: change permition of TkObject#tk_send from private to publicnagai2004-05-191-1/+1
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-05-162-0/+404
* * add a new sample scriptnagai2004-05-161-0/+2
* * ext/tk/lib/tk/canvas.rb: improve coords support for canvas items.nagai2004-05-143-116/+88
* * ext/tk/lib/tk/composite.rb: improve configure methods. (based on the propos...nagai2004-05-122-18/+303
* * ext/tk/tkutil.c (get_eval_string_core): bug fix. [ruby-dev:23466]nagai2004-05-071-1/+1
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-05-01128-0/+19739
* * renewal Ruby/Tknagai2004-05-01123-10742/+3848
* * backport changes from 1.9nagai2004-01-073-14/+78
* * eval.c (rb_mod_modfunc): should break if m has no super class.matz2004-01-061-1/+1
* * ext/tk/sample/tkmulticolumnlist.rb: new samplenagai2003-12-243-8/+755
* * ext/tk/lib/tk.rb: add new methods (TkScrollbar#assign, assign_list)nagai2003-12-202-0/+78
* * ext/tk/sample/tkmultilistbox.rb: bug fixnagai2003-12-193-1/+917
* * bug fixnagai2003-12-171-3/+3
* * condition bug of if statement on {pack,grid}_propagate methodsnagai2003-12-161-6/+9
* ext/tk/MANIFEST: add sample/tkalignbox.rb.eban2003-12-141-0/+1
* * overrided instance methods, which are private methods on the supernagai2003-12-0915-17/+143
* * typonagai2003-12-091-2/+2
* * new sample scriptnagai2003-12-081-0/+170
* * 'format'==>'Kernel.format' (avoid override trouble)nagai2003-12-035-63/+64
* * ext/tk/lib/tk.rb: bug fix [ruby-talk:86746]nagai2003-11-301-1/+1
* * ext/tk/lib/tkafter.rb: bug fix on TkTimer#cancel_on_exception=(mode).nagai2003-11-271-20/+22
* * ext/tk/lib/tk.rb: add Tk.grab_release and fix bug of TkCompositenagai2003-11-224-3/+425
* * ext/tk/lib/tkentry.rb: fix the encoding trouble of percentnagai2003-11-212-5/+12
* * ext/tk/sample/tkballoonhelp.rb: new sample scriptnagai2003-11-204-0/+857