index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ext
/
tk
/
sample
Commit message (
Expand
)
Author
Age
Files
Lines
*
* ext/tk/tcltklib.c: enforce thread-check and exception-handling to
nagai
2005-03-02
11
-4
/
+4666
*
* ext/tk: merge tcltklib for Ruby/Tk installation control
nagai
2005-01-25
11
-0
/
+1400
*
* ext/tk/sample/vu/vu_demo.rb: rename from vu.rb; avoid the bug on
nagai
2005-01-25
1
-0
/
+0
*
* ext/tcltklib/tcltklib.c: fix SEGV bug; trouble on canceling remained
nagai
2005-01-25
5
-2
/
+361
*
* ext/tk/sample/demos-en/widget: modify version check for supporting features
nagai
2004-12-16
1
-4
/
+4
*
* ext/tk/lib/tk.rb: widget configuration by TkWindow#method_missing
nagai
2004-12-02
2
-4
/
+4
*
* ext/tk/lib/tk.rb: support to use different Tcl commands between
nagai
2004-11-03
1
-1
/
+1
*
* ext/tk/sample/tkextlib/bwidget/tree.rb: bug fix
nagai
2004-10-24
1
-1
/
+1
*
* ext/tk/lib/tk/*: untabify
nagai
2004-10-11
179
-5018
/
+5018
*
* ext/tk/lib/tk/image.rb: bug fix
nagai
2004-10-04
2
-0
/
+22
*
* ext/tcltklib/tcltklib.c (ip_init): bug fix
nagai
2004-09-29
1
-0
/
+29
*
* ext/tcltklib/tcltklib.c: fix SEGV when (thread_)vwait or (thread_)tkwait
nagai
2004-09-17
2
-3
/
+18
*
* ext/tk/lib/tkoptdb-safeTk.rb: fix a bug depend on the changes of MultiTkIp
nagai
2004-09-15
1
-3
/
+3
*
* ext/tk/lib/multi-tk.rb: MultiTkIp#eval_string was en-bugged by the
nagai
2004-09-14
1
-4
/
+34
*
* ext/tcltklib/tcltklib.c: fix SEGV
nagai
2004-09-14
2
-93
/
+178
*
* ext/tk/lib/multi-tk.rb: MultiTkIp.new_master and new_slave accept
nagai
2004-09-13
1
-13
/
+20
*
* ext/tcltklib/tcltklib.c: fix typo [ruby-talk:111266]
nagai
2004-09-02
1
-2
/
+21
*
* rename files to avoid application (cvs and so on) troubles
nagai
2004-07-16
7
-0
/
+0
*
* ext/tk/sample/tkextlib/tktable/spreadsheet.rb: add a new sample
nagai
2004-07-15
1
-0
/
+137
*
* ext/tk/, ext/tcltklib/: bug fix
nagai
2004-07-15
70
-8
/
+1600
*
* ext/tk/lib/tk.rb: better operation for SIGINT when processing callbacks.
nagai
2004-07-09
9
-0
/
+167
*
* ext/tk/lib : bug fix
nagai
2004-07-08
23
-0
/
+409
*
* ext/tk/lib : improve framework of developping Tcl/Tk extension wrappers
nagai
2004-07-06
17
-0
/
+5103
*
* ext/tk/lib/tcltklib : bug fix
nagai
2004-07-01
104
-7
/
+6062
*
* ext/tcltklib/extconf.rb: [EXPERIMENTAL] MacOS X (darwin) support
nagai
2004-06-12
2
-0
/
+107
*
* ext/tk/sample/remote-ip_sample2.rb: modify
nagai
2004-05-22
1
-10
/
+10
*
* add a new sample 'ext/tk/sample/remote-ikp_sample2.rb'
nagai
2004-05-22
2
-1
/
+54
*
* ext/tk/lib/tk.rb: add Tk.appsend_deny and improve Tk.rb_appsend
nagai
2004-05-21
1
-0
/
+33
*
* add a new sample script
nagai
2004-05-16
2
-0
/
+404
*
* ext/tk/lib/tk/canvas.rb: improve coords support for canvas items.
nagai
2004-05-14
2
-5
/
+3
*
* ext/tk/lib/tk/composite.rb: improve configure methods. (based on the propos...
nagai
2004-05-12
1
-1
/
+57
*
* renewal Ruby/Tk
nagai
2004-05-01
155
-690
/
+8563
*
* ext/tk/sample/tkmulticolumnlist.rb: new sample
nagai
2003-12-24
2
-8
/
+754
*
* ext/tk/lib/tk.rb: add new methods (TkScrollbar#assign, assign_list)
nagai
2003-12-20
1
-0
/
+25
*
* ext/tk/sample/tkmultilistbox.rb: bug fix
nagai
2003-12-19
2
-1
/
+916
*
* bug fix
nagai
2003-12-17
1
-3
/
+3
*
* overrided instance methods, which are private methods on the super
nagai
2003-12-09
9
-17
/
+88
*
* typo
nagai
2003-12-09
1
-2
/
+2
*
* new sample script
nagai
2003-12-08
1
-0
/
+170
*
* ext/tk/lib/tk.rb: add Tk.grab_release and fix bug of TkComposite
nagai
2003-11-22
1
-0
/
+418
*
* ext/tk/sample/tkballoonhelp.rb: new sample script
nagai
2003-11-20
3
-0
/
+854
*
bug fix
nagai
2003-10-21
2
-4
/
+4
*
modify the message and comments on the source
nagai
2003-10-17
2
-6
/
+31
*
Add Tk::EncodedString and Tk::UTF8_String class to support characters
nagai
2003-10-16
5
-27
/
+233
*
ext/tk/sample/demos-en/entry3.rb, ext/tk/sample/demos-jp/entry3.rb :
nagai
2003-10-14
4
-4
/
+411
*
* tcltklib.c (lib_mainloop_core): fixed signal-trap bug
nagai
2003-09-07
7
-26
/
+72
*
* ext/tcltklib/tcltklib.c (ip_invoke): fixed bug on passing a exception
nagai
2003-09-02
3
-6
/
+6
*
* ready to use 'validatecommand' option of TkEntry/TkSpinbox widget
nagai
2003-08-03
2
-8
/
+6
*
* additional message
nagai
2003-08-03
2
-0
/
+16
*
* add widget demo scripts
nagai
2003-08-03
4
-4
/
+251
[next]