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
/
sample
/
demos-jp
/
widget
Age
Commit message (
Expand
)
Author
2016-08-09
* ext/tk: Tk is removed from stdlib. [Feature #8539]
naruse
2013-06-17
* ext/tk/extconf.rb: support s390x (Thanks to bkabrda) [ruby-trunk - Bug #5465]
nagai
2011-09-14
Merge branch 'tk_utf8' into trunk
ayumin
2011-05-22
* ext: remove trailing spaces.
nobu
2009-07-12
* ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.
nagai
2008-12-21
* ext/tk/lib/tk.rb: temporary patch for trouble on TkAqua (> Tk8.4.9).
nagai
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
2007-12-21
Ruby/Tk :: provisional support on Ruby-VM and Tcl/Tk8.5.
nagai
2007-08-25
* encoding.c: provide basic features for M17N.
matz
2006-07-10
* ext/tk/tcltklib.c: make SEGV risk lower at exit.
nagai
2005-12-06
* ext/tk/README.macosx-aqua: [new document] tips to avoid the known
nagai
2005-11-02
* ext/tk/sample/demos-jp/widget: make the root window lower than the
nagai
2005-03-13
* ext/tk/lib/tk/timer.rb (TkRTTimer): correct calculation of offset
nagai
2005-03-10
* ext/tk/tcltklib.c (lib_eventloop_ensure): mis-delete a timer handler
nagai
2005-03-02
* ext/tk/tcltklib.c: enforce thread-check and exception-handling to
nagai
2005-01-25
* ext/tcltklib/tcltklib.c: fix SEGV bug; trouble on canceling remained
nagai
2004-12-02
* ext/tk/lib/tk.rb: widget configuration by TkWindow#method_missing
nagai
2004-10-11
* ext/tk/lib/tk/*: untabify
nagai
2004-05-01
* renewal Ruby/Tk
nagai
2003-10-16
Add Tk::EncodedString and Tk::UTF8_String class to support characters
nagai
2003-10-14
ext/tk/sample/demos-en/entry3.rb, ext/tk/sample/demos-jp/entry3.rb :
nagai
2003-09-02
* ext/tcltklib/tcltklib.c (ip_invoke): fixed bug on passing a exception
nagai
2003-08-03
* additional message
nagai
2003-08-03
* add widget demo scripts
nagai
2003-08-02
* add or modify some widget demo scripts
nagai
2003-08-02
* (bug fix) forgot to entry a widget class name of 'labelframe' widget
nagai
2003-08-02
* (bug fix) TkEntry#delete
nagai
2003-07-31
* (IMPORTANT BUG FIX) scan of event keywords doesn't work on recent
nagai