aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk
Commit message (Expand)AuthorAgeFilesLines
* Merge from ruby_1_8.knu2008-05-314-71/+80
* Merge from ruby_1_8. Add files that have not been added yet.knu2008-05-23185-918/+5698
* Merge -r16241:16456 from ruby_1_8.knu2008-05-1829-224/+636
* Merge from ruby_1_8.knu2008-04-258-18/+43
* * ext/tk/lib/tk/menuspec.rb: option check will fail when nagai2008-04-153-11/+7
* * ext/tk/lib/tk/text.rb: typo. call a wrong method.nagai2008-04-1414-39/+139
* * ext/tk/lib/tkextlib/tile.rb, ext/tk/lib/tkextlib/tile/style.rb, nagai2008-04-112-3/+13
* * ext/tk/lib/tkextlib/tile.rb:nagai2008-04-113-4/+12
* * ext/tk/tcltklib.c: SEGV when tcltk-stubs is enabled.nagai2008-04-0911-79/+221
* * ext/tk/tcltklib.c: rb_hash_lookup has not been backported yet.nobu2008-03-292-0/+6
* * ext/tk/lib/tk/ttk_selector.rb: forget to add.nagai2008-03-291-0/+76
* * ext/tk/sample/ttk_wrapper.rb: minor bug fix.nagai2008-03-291-1/+1
* * ext/tk/*: full update Ruby/Tk to support Ruby(1.9|1.8) and Tc/Tk8.5.nagai2008-03-29237-2690/+9440
* * ext/tk/sample/demos-jp/widget, ext/tk/sample/demos-jp/bind.rb, nagai2008-03-234-27/+17
* * ext/tk/tcltklib.c (Init_tcltklib): use rb_set_end_proc().nobu2007-08-181-5/+2
* * file.c (rb_file_s_rename): deleted code to get rid of a bug ofnobu2007-07-221-2/+2
* * 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