index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
tk
/
lib
/
tkextlib
/
iwidgets
Age
Commit message (
Expand
)
Author
2016-08-09
* ext/tk: Tk is removed from stdlib. [Feature #8539]
naruse
2015-12-27
Documentation typos
a_matsuda
2015-12-16
handle ext/ as r53141
naruse
2013-12-07
* ext/tk/lib/tk/canvas.rb: [DOC] Fix typo (s/paramter/parameter/)
a_matsuda
2009-07-12
* ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.
nagai
2009-03-06
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2008-06-10
* ext/tk/tcltklib.c: SEGV when tcltk-stubs is enabled.
nagai
2008-03-29
* ext/tk/*: full update Ruby/Tk to support Ruby(1.9|1.8) and Tc/Tk8.5.
nagai
2008-02-28
* ext/tk/lib/tk.rb: forgot to update RELEASE_DATE
nagai
2008-02-27
* ext/tk/lib/tk.rb, ext/tk/lib/*: make default widget set
nagai
2007-12-21
Ruby/Tk :: provisional support on Ruby-VM and Tcl/Tk8.5.
nagai
2007-01-26
* ext/tk/lib/tk.rb (TkConfigMethod#__confinfo_cmd,__conv_keyonly_optkeys):
nagai
2005-10-22
* ext/tk/extconf.rb: improbe messages [ruby-core:06325].
nagai
2005-08-09
* ext/tk/tcltklib.c: remove dangerous 'rb_jump_tag's.
nagai
2005-05-25
* ext/tk/lib/tk.rb: TkComm#tk_split_*list fail to split a kind of SJIS
nagai
2005-03-28
* ext/tk/lib/tkextlib/iwidgets/notebook.rb: fixed typo.
ocean
2005-03-10
* ext/tk/tcltklib.c (lib_eventloop_ensure): mis-delete a timer handler
nagai
2005-01-25
* ext/tcltklib/tcltklib.c: fix SEGV bug; trouble on canceling remained
nagai
2004-12-16
* ext/tk/lib/tk/bindtag.rb: bug fix [ruby-talk: 123667]
nagai
2004-12-08
* ext/tcltklib/tcltklib.c (ip_init): set root-win title to "ruby" when
nagai
2004-11-07
* ext/tk/lib/tk.rb: bind-event methods accept multi substitution arguments.
nagai
2004-10-11
* ext/tk/lib/tk/*: untabify
nagai
2004-07-15
* ext/tk/, ext/tcltklib/: bug fix
nagai
2004-07-09
* ext/tk/lib/tk.rb: better operation for SIGINT when processing callbacks.
nagai
2004-07-08
* ext/tk/lib : bug fix
nagai