aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/lib
Commit message (Expand)AuthorAgeFilesLines
...
* * ext/tk/tkutil/tkutil.c: add TkUtil::CallbackSubst.subst_arg(m, ...)nagai2005-06-131-0/+14
* * ext/tk/lib/tkextlib/ICONS/icons.rb: fail to create instances ofnagai2005-06-081-1/+5
* * ext/tk/lib/multi-tk.rb: slave-ip fails to call proceduresnagai2005-06-071-5/+13
* * ext/tk/lib/tk/console.rb: create console when requiredocean2005-06-061-1/+21
* * ext/tk/lib/multi-tk.rb: fix typo.nagai2005-06-032-3/+3
* * ext/tk/lib/macpkg.rb: add PACKAGE_NAME information of Tcl/Tk Extension.nagai2005-05-3046-2/+227
* * ext/tk/lib/tk.rb: add shortcut-methods of tk_call + tk_split_listnagai2005-05-251-1/+55
* * ext/tk/lib/tk.rb: TkComm#tk_split_*list fail to split a kind of SJISnagai2005-05-2516-108/+239
* * ext/tk/lib/tkextlib/blt/winop.rb: fix typonagai2005-05-101-2/+2
* * ext/tk/lib/tk/timer.rb: fix typonagai2005-05-089-21/+21
* * ext/tk/lib/tk.rb: update RELEASE_DATEnagai2005-04-0930-27/+441
* * lib/tkextlib/treectrl/tktreectrl.rb (selection_clear): fixed typo.ocean2005-04-081-1/+1
* * lib/treectrl/tktreectrl.rb: performance tuning. (call tk_send_without_encocean2005-04-071-17/+39
* * ext/tk/lib/tk.rb (TkComm#array2tk_list): accept enc-mode argument toocean2005-04-042-13/+13
* * ext/tk/lib/tk/dialog.rb: fixed typo.ocean2005-04-042-1/+4
* * ext/tk/lib/tk.rb: forgot to update RELEASE_DATEnagai2005-04-027-23/+108
* * ext/tk/lib/tk.rb (TkWindow.initialize): accept 'without_creating'nagai2005-04-015-114/+207
* * lib/tkextlib/blt/component.rb: bug fix on treatment ofnagai2005-04-011-79/+162
* * ext/tk/tcltklib.c: add TclTkIp#_create_console() method to createnagai2005-03-304-1/+12
* * lib/tkextlib/blt/component.rb: cannot create elements exceptnagai2005-03-294-42/+306
* * ext/tk/lib/tkextlib/iwidgets/notebook.rb: fixed typo.ocean2005-03-281-1/+1
* * ext/tk/lib/tk.rb (_callback_entry_class?): add for checking whethernagai2005-03-2616-208/+1170
* * ext/tk/lib/tk/font.rb: add some TkFont class methods to get fontnagai2005-03-183-433/+1280
* * ext/tk/lib/tkextlib/treectrl/tktreectrl.rb: call wrong method innagai2005-03-161-27/+27
* * ext/tk/lib/tkextlib/treectrl/tktreectrl.rb: bug fix and suppotnagai2005-03-162-10/+157
* * ext/tk/lib/tkextlib/SUPPORT_STATUS: change the support status ofnagai2005-03-151-2/+2
* * ext/tk/lib/tk/timer.rb (TkTimer): forgot to clear @return_valuenagai2005-03-141-0/+1
* * ext/tk/lib/tk/timer.rb (TkRTTimer): forgot to reset the callbacknagai2005-03-142-1/+8
* * ext/tk/lib/tk/timer.rb (TkRTTimer): correct calculation of offsetnagai2005-03-132-15/+43
* * ext/tk/tcltklib.c (lib_eventloop_ensure): mis-delete a timer handlernagai2005-03-1029-274/+425
* * ext/tk/lib/tkextlib/SUPPORT_STATUS: add version info of Tcl/Tk extensionsnagai2005-03-061-57/+65
* * ext/tk/lib/tkextlib/tile.rb: lack of "autoload TProgressbar"nagai2005-03-051-0/+2
* * ext/tk/lib/multi-tk.rb: freeze callback-entry objectsnagai2005-03-0518-62/+509
* * ext/tk/tcltklib.c: enforce thread-check and exception-handling tonagai2005-03-027-130/+506
* * ext/tk/tcltklib.c: add invalid namespace checknagai2005-01-313-6/+6
* * ext/tk: merge tcltklib for Ruby/Tk installation controlnagai2005-01-251-0/+367
* * ext/tcltklib/tcltklib.c: fix SEGV bug; trouble on canceling remainednagai2005-01-2521-50/+69
* * ext/tcltklib/tcltklib.c: fix SEGV bug when deleting Tk interpnagai2004-12-272-9/+23
* * ext/tk/lib/tk/image.rb: TkPhotoImage#cget bug fixnagai2004-12-241-2/+2
* * ext/tk/lib/tkextlib/blt.rb: add BLT extension supportnagai2004-12-2335-6/+5807
* * ext/tcltklib/tcltklib.c: define TclTkLib::COMPILE_INFO and RELEASE_DATEnagai2004-12-231-0/+2
* * ext/tk/lib/tk/grid.rb: rescue bug of 'grid configure' on Tcl/Tk8.3-nagai2004-12-211-1/+10
* * ext/tk/lib/multi-tk.rb: supports new features of Tcl/Tk8.5a2nagai2004-12-204-8/+133
* * ext/tk/lib/tk.rb: fix bug on setting up system encodingnagai2004-12-179-39/+152
* * ext/tk/lib/tk/bindtag.rb: bug fix [ruby-talk: 123667]nagai2004-12-1623-100/+163
* * ext/tcltklib/tcltklib.c (ip_init): set root-win title to "ruby" whennagai2004-12-0822-115/+626
* * ext/tk/lib/tk.rb: widget configuration by TkWindow#method_missingnagai2004-12-024-1/+67
* * ext/tk/lib/tk.rb: Tk.destroy uses TkWindow#epathnagai2004-11-268-10/+42
* * ext/tk/lib/tk/menu.rb: improve usability of TkOptionMenubuttonnagai2004-11-221-18/+41
* * ext/tk/lib/tk/event.rb: remove $LOADED_FEATURES tricknagai2004-11-122-14/+12