summaryrefslogtreecommitdiff
path: root/ext/tk/lib/tk.rb
AgeCommit message (Expand)Author
2005-08-09* ext/tk/tcltklib.c: remove dangerous 'rb_jump_tag's.nagai
2005-08-06* ext/tk/lib/{tk.rb,tk/itemconfig.rb}: configure createsocean
2005-08-04* ext/tk/tcltklib.c: cannot compile for Tcl7.6/Tk4.2.nagai
2005-08-03* ext/tk/lib/tk/variable.rb: TkVariable#trace didn't work onocean
2005-07-28* ext/tk/stubs.c: When --enable-tcltk-stubs, the initializenagai
2005-07-25* ext/tk/lib/multi-tk.rb: fix en-bugged part in the last commit.nagai
2005-07-21* ext/tk/tkutil/tkutil.c (tk_conv_args): forget to revertnagai
2005-07-19* ext/tk/lib/tk.rb: forgot to update RELEASE_DATEnagai
2005-07-13* ext/tk/tcltklib.c: TclTkLib.do_one_event doesn't work.nagai
2005-07-05* ext/tk/tcltklib.c: bug fix on treating Unicode strings.nagai
2005-06-24* ext/tk/lib/tk.rb: fix typo on Tk.grid_propagate.nagai
2005-06-23* ext/tk/lib/tk/canvastag.rb: TkcGroup.new cannot include given items.nagai
2005-06-16* ext/tk/lib/tk.rb: add Tk.getMultiple{Open|Save}File() which returnnagai
2005-06-15* ext/tk/tk.rb: support "tk inactive" sub-command. [for Tcl/Tk8.5a3]nagai
2005-06-03* ext/tk/lib/multi-tk.rb: fix typo.nagai
2005-05-30* ext/tk/lib/macpkg.rb: add PACKAGE_NAME information of Tcl/Tk Extension.nagai
2005-05-25* ext/tk/lib/tk.rb: add shortcut-methods of tk_call + tk_split_listnagai
2005-05-25* ext/tk/lib/tk.rb: TkComm#tk_split_*list fail to split a kind of SJISnagai
2005-05-08* ext/tk/lib/tk/timer.rb: fix typonagai
2005-04-09* ext/tk/lib/tk.rb: update RELEASE_DATEnagai
2005-04-04* ext/tk/lib/tk.rb (TkComm#array2tk_list): accept enc-mode argument toocean
2005-04-02* ext/tk/lib/tk.rb: forgot to update RELEASE_DATEnagai
2005-04-01* ext/tk/lib/tk.rb (TkWindow.initialize): accept 'without_creating'nagai
2005-03-30* ext/tk/tcltklib.c: add TclTkIp#_create_console() method to createnagai
2005-03-26* ext/tk/lib/tk.rb (_callback_entry_class?): add for checking whethernagai
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