aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/lib/tk
Commit message (Expand)AuthorAgeFilesLines
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-065-5/+0
* Ruby/Tk :: provisional support on Ruby-VM and Tcl/Tk8.5.nagai2007-12-2128-161/+430
* * ext/tk/lib/tk.rb (TkConfigMethod#__confinfo_cmd,__conv_keyonly_optkeys): nagai2007-01-263-8/+11
* * ext/tk/lib/tk/itemconfig.rb: minor bug fix.nagai2006-11-071-1/+1
* * ext/tk/lib/tk/itemconfig.rb: bug fix on 'itemconfiginfo' method, andnagai2006-11-061-5/+10
* * ext/tk/lib/tk/font.rb: TkFont#current_configinfo() doesn't work on Tcl/Tk8.x.nagai2006-09-011-5/+5
* * ext/tk/lib/tk.rb: add methods for new features of latest Tcl/Tk8.5nagai2006-07-141-0/+14
* * ext/tk/lib/tk/composite.rb: improve handling of the classname on thenagai2006-07-131-0/+101
* * ext/tk/lib/tk/font.rb: sorry. mistaken to patch.nagai2006-07-101-1/+1
* * ext/tk/tcltklib.c: make SEGV risk lower at exit.nagai2006-07-102-4/+7
* * ext/tk/tcltklib.c (ip_make_menu_embeddable): help to make a menunagai2006-07-032-5/+116
* * ext/tk/lib/tk/panedwindow.rb: lack of arguments. [ruby-core:7681]nagai2006-04-061-1/+1
* * ext/tk/tcltklib.c: fix SEGV when embedding to an application.nagai2006-04-051-7/+5
* * ext/tk/lib/multi-tk.rb: add MultiTkIp#eval and bg_eval.nagai2006-01-311-3/+45
* Add lacks for Tk8.5 support.nagai2005-11-234-0/+109
* * ext/tk/lib/tk/font.rb: remove dependency on Ruby's version (1.8 or 1.9).nagai2005-11-181-13/+14
* * ext/tk/lib/multi-tk.rb: add restriction to access the entriednagai2005-11-181-5/+51
* * ext/tk/lib/tk/canvas.rb (TkCanvasItemConfig::__item_val2ruby_optkeys):nagai2005-10-242-2/+2
* * ext/tk/extconf.rb: improbe messages [ruby-core:06325].nagai2005-10-2213-2/+133
* * ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb,nobu2005-10-221-2/+2
* * ext/tk/lib/tk/dialog.rb: If a dialog does not show up yet,nagai2005-09-151-6/+7
* * lib/observer.rb: a patch from nornagon <nornagon@gmail.com>matz2005-09-051-2/+2
* * ext/tk/lib/tk.rb: fix bug on handling __ruby2val_optkeys().nagai2005-08-102-3/+7
* * ext/tk/tcltklib.c: remove dangerous 'rb_jump_tag's.nagai2005-08-096-16/+160
* * ext/tk/lib/{tk.rb,tk/itemconfig.rb}: configure createsocean2005-08-064-9/+115
* * ext/tk/tcltklib.c: cannot compile for Tcl7.6/Tk4.2.nagai2005-08-043-7/+102
* * ext/tk/lib/tk/variable.rb: TkVariable#trace didn't work onocean2005-08-031-25/+66
* * ext/tk/stubs.c: When --enable-tcltk-stubs, the initializenagai2005-07-281-1/+10
* * ext/tk/lib/tk/variable.rb: For symmetry, add TkVariable#string. Itnagai2005-07-191-0/+1
* * ext/tk/tcltklib.c: bug fix on treating Unicode strings.nagai2005-07-055-11/+17
* * ext/tk/lib/tk.rb: fix typo on Tk.grid_propagate.nagai2005-06-241-12/+42
* * ext/tk/lib/tk/canvastag.rb: TkcGroup.new cannot include given items.nagai2005-06-233-40/+262
* * ext/tk/tk.rb: support "tk inactive" sub-command. [for Tcl/Tk8.5a3]nagai2005-06-151-0/+103
* * ext/tk/tkutil/tkutil.c: add TkUtil::CallbackSubst.subst_arg(m, ...)nagai2005-06-131-0/+14
* * ext/tk/lib/tk/console.rb: create console when requiredocean2005-06-061-1/+21
* * ext/tk/lib/macpkg.rb: add PACKAGE_NAME information of Tcl/Tk Extension.nagai2005-05-303-0/+15
* * ext/tk/lib/tk.rb: TkComm#tk_split_*list fail to split a kind of SJISnagai2005-05-2510-50/+110
* * ext/tk/lib/tk/timer.rb: fix typonagai2005-05-087-18/+18
* * ext/tk/lib/tk.rb: update RELEASE_DATEnagai2005-04-094-5/+62
* * ext/tk/lib/tk.rb (TkComm#array2tk_list): accept enc-mode argument toocean2005-04-041-4/+4
* * ext/tk/lib/tk/dialog.rb: fixed typo.ocean2005-04-041-1/+1
* * ext/tk/lib/tk.rb: forgot to update RELEASE_DATEnagai2005-04-024-13/+29
* * ext/tk/lib/tk.rb (TkWindow.initialize): accept 'without_creating'nagai2005-04-011-3/+10
* * ext/tk/tcltklib.c: add TclTkIp#_create_console() method to createnagai2005-03-301-0/+3
* * ext/tk/lib/tk.rb (_callback_entry_class?): add for checking whethernagai2005-03-264-76/+583
* * ext/tk/lib/tk/font.rb: add some TkFont class methods to get fontnagai2005-03-182-375/+479
* * 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-141-0/+7
* * ext/tk/lib/tk/timer.rb (TkRTTimer): correct calculation of offsetnagai2005-03-131-14/+42
* * ext/tk/tcltklib.c (lib_eventloop_ensure): mis-delete a timer handlernagai2005-03-1020-231/+382