summaryrefslogtreecommitdiff
path: root/ext/tk/lib/tk.rb
AgeCommit message (Expand)Author
2005-03-14* ext/tk/lib/tk/timer.rb (TkRTTimer): forgot to reset the callbacknagai
2005-03-13* ext/tk/lib/tk/timer.rb (TkRTTimer): correct calculation of offsetnagai
2005-03-10* ext/tk/tcltklib.c (lib_eventloop_ensure): mis-delete a timer handlernagai
2005-03-05* ext/tk/lib/multi-tk.rb: freeze callback-entry objectsnagai
2005-03-02* ext/tk/tcltklib.c: enforce thread-check and exception-handling tonagai
2005-01-31* ext/tk/tcltklib.c: add invalid namespace checknagai
2005-01-25* ext/tcltklib/tcltklib.c: fix SEGV bug; trouble on canceling remainednagai
2004-12-27* ext/tcltklib/tcltklib.c: fix SEGV bug when deleting Tk interpnagai
2004-12-23* ext/tk/lib/tkextlib/blt.rb: add BLT extension supportnagai
2004-12-23* ext/tcltklib/tcltklib.c: define TclTkLib::COMPILE_INFO and RELEASE_DATEnagai
2004-12-17* ext/tk/lib/tk.rb: fix bug on setting up system encodingnagai
2004-12-16* ext/tk/lib/tk/bindtag.rb: bug fix [ruby-talk: 123667]nagai
2004-12-08* ext/tcltklib/tcltklib.c (ip_init): set root-win title to "ruby" whennagai
2004-12-02* ext/tk/lib/tk.rb: widget configuration by TkWindow#method_missingnagai
2004-11-26* ext/tk/lib/tk.rb: Tk.destroy uses TkWindow#epathnagai
2004-11-12* ext/tk/lib/tk/event.rb: remove $LOADED_FEATURES tricknagai
2004-11-07* ext/tk/lib/tk.rb: bind-event methods accept multi substitution arguments.nagai
2004-11-05* ext/tk/lib/tk.rb: TkComm._at() supprts both of "@x,y" and "@x"nagai
2004-11-03* ext/tk/lib/tk.rb: support to use different Tcl commands betweennagai
2004-10-11* ext/tk/lib/tk/*: untabifynagai
2004-10-07* ext/tk/lib/tk.rb: When CHILDKILLED and so on, Tk.errorCode returnsnagai
2004-10-06* ext/tk/lib/tk.rb: add Tk.errorInfo and Tk.errorCodenagai
2004-09-17* ext/tcltklib/tcltklib.c: fix SEGV when (thread_)vwait or (thread_)tkwaitnagai
2004-09-03* ext/tk/lib/tk.rb: Tk.after makes TkCore::INTERP.tk_cmd_tbl grow [ruby-dev:2...nagai
2004-08-19* ext/tk/lib/tk.rb: Fail to treat a hash value of 'font' option.nagai
2004-07-30* ext/tcltklib/tcltklib.c(lib_fromUTF8_core): raise ArgumentError whennagai
2004-07-28* for backward compatibility (see [ruby-talk:107510], [ruby-talk:107647])nagai
2004-07-16* ext/tk/lib/tk.rb(module TkObjecct): extend TkCore modulenagai
2004-07-15* ext/tk/sample/tkextlib/tktable/spreadsheet.rb: add a new samplenagai
2004-07-15* ext/tk/, ext/tcltklib/: bug fixnagai
2004-07-09* ext/tk/lib/tk.rb: better operation for SIGINT when processing callbacks.nagai
2004-07-08* ext/tk/lib : bug fixnagai
2004-07-06* ext/tk/lib : improve framework of developping Tcl/Tk extension wrappersnagai
2004-07-01* ext/tk/lib/tcltklib : bug fixnagai
2004-06-15* ext/tk/lib/tk.rb: bug fix (TkWindow#grab)nagai
2004-06-12* ext/tcltklib/extconf.rb: [EXPERIMENTAL] MacOS X (darwin) supportnagai
2004-05-21* ext/tk/lib/tk.rb: add Tk.appsend_deny and improve Tk.rb_appsendnagai
2004-05-19* ext/tk/lib/tk.rb: change permition of TkObject#tk_send from private to publicnagai
2004-05-01* renewal Ruby/Tknagai
2004-02-13* ext/tk/lib/tk.rb: en-bugged at last commit (Feb 11 23:24:22 2004)nagai
2004-02-12* ext/tk/lib/tk.rb (TkComm::tk_split_list): suppress a warning.nobu
2004-02-11* ext/tk/lib/tk.rb: properly treat a Tcl/Tk's string with escapingnagai
2004-01-13* ext/tk/lib/tk.rb: use $0 as the default application class name.nagai
2004-01-07* ext/tk/lib/tk.rb: use epath for embedded windows of TkPanedWindow.nagai
2003-12-20* ext/tk/lib/tk.rb: add new methods (TkScrollbar#assign, assign_list)nagai
2003-12-16* condition bug of if statement on {pack,grid}_propagate methodsnagai
2003-12-09* overrided instance methods, which are private methods on the supernagai
2003-12-03* 'format'==>'Kernel.format' (avoid override trouble)nagai
2003-11-30* ext/tk/lib/tk.rb: bug fix [ruby-talk:86746]nagai
2003-11-22* ext/tk/lib/tk.rb: add Tk.grab_release and fix bug of TkCompositenagai