aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk
Commit message (Expand)AuthorAgeFilesLines
* * ext/tk/lib/tkextlib/tcllib/tablelist.rb: fix typo.nagai2007-05-254-3/+12
* * ext/tk/sample/irbtkw.rbw: fails to exit process.nagai2007-03-061-1/+6
* revert error check-in in r11777matz2007-02-191-2/+2
* * ext/socket/socket.c (unix_peeraddr): wrong syscall name in errormatz2007-02-191-2/+2
* * ext/tk/lib/tk.rb: fix typo (TkConfigMethod::__confinfo_cmd, nagai2007-02-091-2/+2
* * ext/tk/sample/images/teapot.ppm: fix the broken file. [ruby-dev:30226]nagai2007-01-311-37/+12
* * ext/tk/sample/tktextio.rb: 'hist_size' option causes error.nagai2007-01-291-1/+1
* * ext/tk/lib/tk.rb (TkConfigMethod#__confinfo_cmd,__conv_keyonly_optkeys): nagai2007-01-2610-17/+32
* * ext/tk/tcltklib.c: shouldn't run the killed thread at callback.nagai2006-12-011-13/+28
* * ext/tk/extconf.rb: support --with-X11/--without-X11 option.nagai2006-11-223-3/+22
* * ext/tk/lib/tk/itemconfig.rb: minor bug fix.nagai2006-11-076-34/+83
* * ext/tk/lib/tk/itemconfig.rb: bug fix on 'itemconfiginfo' method, andnagai2006-11-069-190/+1651
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2006-10-041-0/+25
* * ext/tk/lib/tkextlib/tile.rb, lib/tkextlib/tile/* : support Tile 0.7.6.nagai2006-10-048-42/+117
* * ext/tk/lib/tk/font.rb: TkFont#current_configinfo() doesn't work on Tcl/Tk8.x.nagai2006-09-012-6/+6
* * ext/tk/lib/tkextlib/blt.rb: double dashes (--) option doesn't worknagai2006-08-312-2/+8
* * ext/tk/lib/multi-tk.rb: freeze ip_name for security reason.nagai2006-07-281-1/+1
* * ext/tk/lib/tk.rb: add methods for new features of latest Tcl/Tk8.5nagai2006-07-142-4/+34
* * ext/tk/lib/tk/composite.rb: improve handling of the classname on thenagai2006-07-132-1/+102
* * ext/tk/lib/multi-tk.rb: remove restriction on the class ofnagai2006-07-111-2/+4
* * ext/tk/lib/multi-tk.rb: security fix.nagai2006-07-112-3/+7
* * 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-108-40/+517
* * ext/tk/tcltklib.c (ip_make_menu_embeddable): help to make a menunagai2006-07-035-11/+301
* * ext/tk/tcltklib.c: forgot to update TCLTKLIB_RELEASE_DATE.nagai2006-06-272-7/+7
* * ext/tk/tcltklib.c (ip_delete): fix SEGV when a slave-ip is deletednagai2006-06-261-2/+0
* * ext/tk/lib/multi-tk.rb: fix bug: initialize improper tablesnagai2006-06-181-2/+3
* * ext/tk/tcltklib.c (delete_slaves): maybe increment the referencenagai2006-04-251-2/+3
* * ext/tk/tcltklib.c (lib_eventloop_ensure): refer freed pointernagai2006-04-211-3/+5
* * ext/tk/lib/multi-tk.rb: add a binding to a container for a slave IP.nagai2006-04-184-12/+32
* * 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-055-39/+68
* * ext/tk/lib/multi-tk.rb: add MultiTkIp#eval and bg_eval.nagai2006-01-312-4/+107
* * ext/tk/sample/tkballoonhelp.rb: [bug fix] couldn't add to a widgetnagai2006-01-121-2/+97
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-12-111-0/+237
* * ext/tk/lib/tkextlib/SUPPORT_STATUS: update to support libraries innagai2005-12-114-6/+29
* * ext/tk/tcltklib.c: forgot to update RELEASE_DATE.nagai2005-12-063-4/+12
* * ext/tk/README.macosx-aqua: [new document] tips to avoid the knownnagai2005-12-069-39/+182
* commit miss.nagai2005-11-2513-178/+0
* * sample/tkextlib/tile/demo.rb: bug fixnagai2005-11-25112-36/+745
* Add lacks for Tk8.5 support.nagai2005-11-235-1/+166
* * ext/tk/lib/tkextlib/tile.rb: bug fix (Tk::Tile::USE_TTK_NAMESPACEnagai2005-11-213-2/+11
* * ext/tk/lib/tk/font.rb: remove dependency on Ruby's version (1.8 or 1.9).nagai2005-11-185-52/+73
* * ext/tk/lib/multi-tk.rb: add restriction to access the entriednagai2005-11-185-24/+377
* * ext/tk/sample/24hr_clock.rb: a new example about handling of canvas items.nagai2005-11-151-0/+286
* * ext/tk/stubs.c (_nativethread_consistency_check): use simplernagai2005-11-073-34/+35
* * ext/tk/stubs.c (ruby_tcl_create_ip_and_stubs_init): should touchocean2005-11-061-2/+2
* * ext/tk/extconf.rb: change the check parameter for Win32.nagai2005-11-021-1/+1
* * ext/tcltklib: merge into ext/tk and remove.nagai2005-11-023-1641/+310
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-11-022-0/+9497