aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk
Commit message (Expand)AuthorAgeFilesLines
* * ext/tcltklib/tcltklib.c: fix typo [ruby-talk:111266]nagai2004-09-024-33/+186
* * ext/tk/lib/tk/spinbox.rb: fix typoocean2004-09-011-1/+1
* * ext/tk/tkutil.c (cbsubst_init): fix memory leakocean2004-08-311-2/+1
* * ext/tk/lib/multi-tk.rb: 'restart' method accepts argumentsnagai2004-08-301-6/+19
* * ext/tcltklib/tcltklib.c: compile error on bcc32 [ruby-dev:24081]nagai2004-08-291-1/+1
* * ext/tk/lib/tk.rb: Fail to treat a hash value of 'font' option.nagai2004-08-192-2/+5
* * ext/tk/lib/tk/namespace.rb: bug fixnagai2004-08-032-10/+30
* * ext/tk/lib/msgcat.rb (set_translation): bug fix (fail to setnagai2004-08-021-12/+25
* * ext/tcltklib/tcltklib.c(lib_fromUTF8_core): raise ArgumentError whennagai2004-07-301-2/+9
* * ext/tk/lib/tkextlib/pkg_checker.rb: improve the check processnagai2004-07-291-9/+64
* * ext/tk/lib/validate.rb: accept a Method object for the validatecommand optionnagai2004-07-287-10/+241
* * for backward compatibility (see [ruby-talk:107510], [ruby-talk:107647])nagai2004-07-281-0/+5
* * ext/tk/MANIFEST: added.eban2004-07-241-0/+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/+7
* * 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-182/+5607
* * ext/tk/lib/tk.rb: better operation for SIGINT when processing callbacks.nagai2004-07-0944-20/+1150
* * 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
* * ext/tk/lib/tcltklib : bug fixnagai2004-07-01194-570/+14047
* * 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
* * ext/tcltklib/extconf.rb: [EXPERIMENTAL] MacOS X (darwin) supportnagai2004-06-1215-160/+646
* * ext/tk/sample/remote-ip_sample2.rb: modifynagai2004-05-221-10/+10
* * MANIFEST: add test/openssl/test_x509store.rb.nobu2004-05-221-0/+5
* * add a new sample 'ext/tk/sample/remote-ikp_sample2.rb'nagai2004-05-222-1/+54
* * 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
* * add a new sample scriptnagai2004-05-163-0/+406
* * 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-061-1/+1
* * renewal Ruby/Tknagai2004-05-01238-10395/+23147
* * ext/tk/lib/tk.rb: en-bugged at last commit (Feb 11 23:24:22 2004)nagai2004-02-131-16/+25
* * ext/tk/lib/tk.rb (TkComm::tk_split_list): suppress a warning.nobu2004-02-121-1/+1
* * ext/tk/lib/tk.rb: properly treat a Tcl/Tk's string with escapingnagai2004-02-111-25/+108
* * ext/tk/lib/tk.rb: use $0 as the default application class name.nagai2004-01-131-1/+2
* * ext/tk/lib/tk.rb: use epath for embedded windows of TkPanedWindow.nagai2004-01-073-14/+78
* * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz2004-01-021-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