summaryrefslogtreecommitdiff
path: root/ext/tk
AgeCommit message (Expand)Author
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-04-01* ext/tk/ChangeLog.tkextlib: add log of the modification bynagai
2005-04-01* lib/tkextlib/blt/component.rb: bug fix on treatment ofnagai
2005-03-31* ext/tk/sample/tkextlib/treectrl/demo.rb: should use Hash#index.ocean
2005-03-31* sample/tkextlib/iwidgets/sample/hierarchy.rb: show basenamenagai
2005-03-30* sample/tkextlib/iwidgets/sample/hierarchy.rb: fail to treatnagai
2005-03-30* ext/tk/tcltklib.c: add TclTkIp#_create_console() method to createnagai
2005-03-29* lib/tkextlib/blt/component.rb: cannot create elements exceptnagai
2005-03-28* ext/tk/lib/tkextlib/iwidgets/notebook.rb: fixed typo.ocean
2005-03-27added as binary (from ruby_1_8)ocean
2005-03-27removed temporalyocean
2005-03-26* ext/tk/lib/tk.rb (_callback_entry_class?): add for checking whethernagai
2005-03-18* ext/tk/lib/tk/font.rb: add some TkFont class methods to get fontnagai
2005-03-16* ext/tk/lib/tkextlib/treectrl/tktreectrl.rb: call wrong method innagai
2005-03-16* ext/tk/lib/tkextlib/treectrl/tktreectrl.rb: bug fix and suppotnagai
2005-03-15* ext/tk/lib/tkextlib/SUPPORT_STATUS: change the support status ofnagai
2005-03-15* ext/tk/sample/tkextlib/tkimg/*: Tk::Img extension samplenagai
2005-03-15* ext/tk/tkutil/tkutil.c (ary2list): give wrong arguments to hash2kv()nagai
2005-03-14* ext/tk/lib/tk/timer.rb (TkTimer): forgot to clear @return_valuenagai
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-09* ext/tk/sample/demo-jp/floor.rb: bug on scrollbar assignmentnagai
2005-03-09* parse.y (gettable_gen): warns if VCALL name is used asmatz
2005-03-09* ext/tk/sample/tktextio.rb: add show_mode which means that see wherenagai
2005-03-09* ext/tk/sample/tktextio.rb: fix bug of handling 'end' position.nagai
2005-03-08* ext/tk/sample/tktextio.rb: add commentnagai
2005-03-08* ext/tk/sample/tktextio.rb: New sample script. TkTextIO class in thisnagai
2005-03-06* ext/tk/tkutil/tkutil.c: follow the change of st.c (committed at Fri,nagai
2005-03-06* ext/tk/tcltklib.c: fail to call TclTkLib.mainloop when $SAFE==4nagai
2005-03-06* ext/tk/lib/tkextlib/SUPPORT_STATUS: add version info of Tcl/Tk extensionsnagai
2005-03-05* ext/tk/lib/tkextlib/tile.rb: lack of "autoload TProgressbar"nagai
2005-03-05* ext/tk/lib/multi-tk.rb: freeze callback-entry objectsnagai
2005-03-04* eval.c (rb_exec_recursive): matched the declaration to prototype.usa
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2005-03-03* ext/tk/tcltklib.c (ip_rbUpdateCommand, ip_rb_threadUpdateCommand):nobu
2005-03-02* ext/tk/tcltklib.c (lib_eventloop_core): fix typonagai
2005-03-02* ext/tk/tcltklib.c: enforce thread-check and exception-handling tonagai
2005-02-09* ext/tk/make-tkutil, ext/tk/tkutil/subconf.rb: no longer used.usa
2005-02-06* ext/extmk.rb (extract_makefile): extract previously collectednobu
2005-01-31* ext/tk/extconf.rb: add tkutil configuration step (remove old schema)nagai
2005-01-31* ext/tk/tcltklib.c: add invalid namespace checknagai
2005-01-27* ext/tk/extconf.rb: support new tk scheme on bccwin32.usa
2005-01-26* ext/tk/extconf.rb: support new tk scheme on mswin32.usa
2005-01-25* ext/tk: merge tcltklib for Ruby/Tk installation controlnagai
2005-01-25* ext/tk/sample/vu/vu_demo.rb: rename from vu.rb; avoid the bug onnagai
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-24* ext/tk/lib/tk/image.rb: TkPhotoImage#cget bug fixnagai