summaryrefslogtreecommitdiffstats
path: root/ext/tk
Commit message (Expand)AuthorAgeFilesLines
* * thread.c (rb_thread_check_trap_pending): added for compatibility.ko12008-09-042-75/+36
* * ext/tk/{stubs,tcltklib}.c, ext/tk/tkutil/tkutil.c: fix warningsnobu2008-07-234-44/+49
* * ext/tk/{,tkutil/}extconf.rb: ruby/ruby.h no longer needs to benobu2008-07-154-9/+8
* * ext/tk/extconf.rb, ext/tk/tcltklib.c, ext/tk/tkutil/tkutil.c: Doknu2008-07-153-5/+3
* * ext/tk/lib/tkextlib/tile/treeview.rb: cannot configure tags.nagai2008-06-191-9/+10
* * ext/tk/lib/multi-tk.rb: cannot access class variable from singleton method.nagai2008-06-171-3/+4
* * ext/tk/sample/demos-jp/toolber.rb, ext/tk/sample/demos-en/toolber.rb:nagai2008-06-162-2/+2
* * ext/tk/tcltklib.c: SEGV when exit.nagai2008-06-163-9/+23
* * ext/tk/tcltklib.c: [trial patch] On some environments, it givesnagai2008-06-123-6/+12
* * ext/tk: check proper conditions. [ruby-dev:35047]nobu2008-06-115-283/+104
* * ext/tk/tcltklib.c: SEGV when tcltk-stubs is enabled.nagai2008-06-10219-1265/+6983
* revert git backfire in r15860; sorrymatz2008-03-304-8/+98
* * proc.c (proc_dup): should copy is_lambda attribute as well.matz2008-03-304-98/+8
* * 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-29120-2194/+7771
* * ext/tk/lib/tk.rb: forgot to update RELEASE_DATEnagai2008-02-286-27/+42
* * ext/tk/lib/tk.rb, ext/tk/lib/*: make default widget set nagai2008-02-2787-463/+821
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-067-7/+0
* * include/ruby/ruby.h, thread.c: rename is_ruby_native_thread() toko12007-12-251-8/+8
* * ext/tk/sample/tkextlib/vu/canvSticker2.rb,usa2007-12-213-14/+14
* Ruby/Tk :: provisional support on Ruby-VM and Tcl/Tk8.5.nagai2007-12-2145-325/+1185
* * regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb,akr2007-12-212-2/+2
* * encoding.c (rb_enc_mbclen): make it never fail.akr2007-12-081-1/+0
* forgot to modify akr2007-08-291-7/+7
* * encoding.c: provide basic features for M17N.matz2007-08-2560-0/+67
* * 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
* * include/ruby: moved public headers.nobu2007-06-105-9/+10
* * 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
* * 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 : fix to compile on YARVko12006-12-311-40/+40
* * 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/tkextlib/version.rb: forgot to commmit. sorry.nagai2006-11-071-1/+1
* * ext/tk/lib/tk/itemconfig.rb: minor bug fix.nagai2006-11-075-33/+82
* * ext/tk/lib/tk/itemconfig.rb: bug fix on 'itemconfiginfo' method, andnagai2006-11-069-190/+1651
* * ext/tk/tkutil/tkutil.c (cbsubst_table_setup): need to handle newmatz2006-10-121-2/+2
* * ext/tk/lib/tkextlib/tile.rb, lib/tkextlib/tile/* : support Tile 0.7.6.nagai2006-10-049-42/+142
* * ext/tk/tcltklib.c: use rb_ary_new3() since RARRAY_LEN() is not l-value.nobu2006-09-052-107/+75
* * ruby.h (struct RArray): embed small arrays.matz2006-09-021-25/+20
* * ext/tk/lib/tk/font.rb: TkFont#current_configinfo() doesn't work on Tcl/Tk8.x.nagai2006-09-012-6/+6
* * ext/Win32API/Win32API.c (Win32API_initialize): use RSTRING_PTR andusa2006-08-313-122/+121
* * 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
* * object.c (rb_mod_attr): make Module#attr to be an alias tomatz2006-07-201-1/+1
* * ext/tk/lib/tk.rb: add methods for new features of latest Tcl/Tk8.5nagai2006-07-142-4/+34