aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/lib/tk.rb
Commit message (Expand)AuthorAgeFilesLines
* * ext/tk/lib/multi-tk.rb: MultiTkIp#eval_string and bg_eval_stringnagai2005-09-171-1/+1
* * ext/tk/lib/multi-tk.rb: fix typo on MultiTkIp#bg_eval_stringnagai2005-09-161-1/+1
* * ext/tk/lib/tk/dialog.rb: If a dialog does not show up yet,nagai2005-09-151-1/+1
* * ext/tk/lib/multi-tk.rb: On Tcl8.5, MultiTkIp#invoke_hidden doesn'tnagai2005-09-011-1/+1
* * ext/tk/lib/tk.rb: fix bug on handling __ruby2val_optkeys().nagai2005-08-101-6/+4
* * ext/tk/tcltklib.c: remove dangerous 'rb_jump_tag's.nagai2005-08-091-2/+143
* * ext/tk/lib/{tk.rb,tk/itemconfig.rb}: configure createsocean2005-08-061-3/+98
* * ext/tk/tcltklib.c: cannot compile for Tcl7.6/Tk4.2.nagai2005-08-041-1/+3
* * ext/tk/lib/tk/variable.rb: TkVariable#trace didn't work onocean2005-08-031-1/+1
* * ext/tk/stubs.c: When --enable-tcltk-stubs, the initializenagai2005-07-281-1/+3
* * ext/tk/lib/multi-tk.rb: fix en-bugged part in the last commit.nagai2005-07-251-1/+1
* * ext/tk/tkutil/tkutil.c (tk_conv_args): forget to revertnagai2005-07-211-1/+5
* * ext/tk/lib/tk.rb: forgot to update RELEASE_DATEnagai2005-07-191-1/+1
* * ext/tk/tcltklib.c: TclTkLib.do_one_event doesn't work.nagai2005-07-131-4/+5
* * ext/tk/tcltklib.c: bug fix on treating Unicode strings.nagai2005-07-051-5/+46
* * ext/tk/lib/tk.rb: fix typo on Tk.grid_propagate.nagai2005-06-241-5/+9
* * ext/tk/lib/tk/canvastag.rb: TkcGroup.new cannot include given items.nagai2005-06-231-1/+1
* * ext/tk/lib/tk.rb: add Tk.getMultiple{Open|Save}File() which returnnagai2005-06-161-1/+7
* * ext/tk/tk.rb: support "tk inactive" sub-command. [for Tcl/Tk8.5a3]nagai2005-06-151-1/+14
* * ext/tk/lib/multi-tk.rb: fix typo.nagai2005-06-031-1/+1
* * ext/tk/lib/macpkg.rb: add PACKAGE_NAME information of Tcl/Tk Extension.nagai2005-05-301-1/+1
* * 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-251-41/+93
* * ext/tk/lib/tk/timer.rb: fix typonagai2005-05-081-1/+1
* * ext/tk/lib/tk.rb: update RELEASE_DATEnagai2005-04-091-1/+1
* * ext/tk/lib/tk.rb (TkComm#array2tk_list): accept enc-mode argument toocean2005-04-041-9/+9
* * ext/tk/lib/tk.rb: forgot to update RELEASE_DATEnagai2005-04-021-1/+1
* * ext/tk/lib/tk.rb (TkWindow.initialize): accept 'without_creating'nagai2005-04-011-8/+8
* * ext/tk/tcltklib.c: add TclTkIp#_create_console() method to createnagai2005-03-301-1/+1
* * ext/tk/lib/tk.rb (_callback_entry_class?): add for checking whethernagai2005-03-261-4/+26
* * ext/tk/lib/tk/timer.rb (TkRTTimer): forgot to reset the callbacknagai2005-03-141-1/+1
* * ext/tk/lib/tk/timer.rb (TkRTTimer): correct calculation of offsetnagai2005-03-131-1/+1
* * ext/tk/tcltklib.c (lib_eventloop_ensure): mis-delete a timer handlernagai2005-03-101-22/+22
* * ext/tk/lib/multi-tk.rb: freeze callback-entry objectsnagai2005-03-051-1/+1
* * ext/tk/tcltklib.c: enforce thread-check and exception-handling tonagai2005-03-021-14/+75
* * ext/tk/tcltklib.c: add invalid namespace checknagai2005-01-311-1/+1
* * ext/tcltklib/tcltklib.c: fix SEGV bug; trouble on canceling remainednagai2005-01-251-7/+7
* * ext/tcltklib/tcltklib.c: fix SEGV bug when deleting Tk interpnagai2004-12-271-1/+1
* * ext/tk/lib/tkextlib/blt.rb: add BLT extension supportnagai2004-12-231-1/+1
* * ext/tcltklib/tcltklib.c: define TclTkLib::COMPILE_INFO and RELEASE_DATEnagai2004-12-231-0/+2
* * ext/tk/lib/tk.rb: fix bug on setting up system encodingnagai2004-12-171-1/+14
* * ext/tk/lib/tk/bindtag.rb: bug fix [ruby-talk: 123667]nagai2004-12-161-6/+18
* * ext/tcltklib/tcltklib.c (ip_init): set root-win title to "ruby" whennagai2004-12-081-6/+58
* * ext/tk/lib/tk.rb: widget configuration by TkWindow#method_missingnagai2004-12-021-0/+2
* * ext/tk/lib/tk.rb: Tk.destroy uses TkWindow#epathnagai2004-11-261-1/+8
* * ext/tk/lib/tk/event.rb: remove $LOADED_FEATURES tricknagai2004-11-121-4/+4
* * ext/tk/lib/tk.rb: bind-event methods accept multi substitution arguments.nagai2004-11-071-24/+24
* * ext/tk/lib/tk.rb: TkComm._at() supprts both of "@x,y" and "@x"nagai2004-11-051-2/+6
* * ext/tk/lib/tk.rb: support to use different Tcl commands betweennagai2004-11-031-21/+26
* * ext/tk/lib/tk/*: untabifynagai2004-10-111-982/+982