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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* ext/tcltklib/extconf.rb: [EXPERIMENTAL] MacOS X (darwin) support
nagai
2004-06-12
11
-159
/
+533
*
* ext/tk/lib/tk.rb: add Tk.appsend_deny and improve Tk.rb_appsend
nagai
2004-05-21
15
-42
/
+518
*
* ext/tk/lib/tk.rb: change permition of TkObject#tk_send from private to public
nagai
2004-05-19
1
-1
/
+1
*
* ext/tk/lib/tk/canvas.rb: improve coords support for canvas items.
nagai
2004-05-14
1
-111
/
+85
*
* ext/tk/lib/tk/composite.rb: improve configure methods. (based on the propos...
nagai
2004-05-12
1
-17
/
+246
*
* renewal Ruby/Tk
nagai
2004-05-01
79
-9667
/
+13277
*
* ext/tk/lib/tk.rb: en-bugged at last commit (Feb 11 23:24:22 2004)
nagai
2004-02-13
1
-16
/
+25
*
* ext/tk/lib/tk.rb (TkComm::tk_split_list): suppress a warning.
nobu
2004-02-12
1
-1
/
+1
*
* ext/tk/lib/tk.rb: properly treat a Tcl/Tk's string with escaping
nagai
2004-02-11
1
-25
/
+108
*
* ext/tk/lib/tk.rb: use $0 as the default application class name.
nagai
2004-01-13
1
-1
/
+2
*
* ext/tk/lib/tk.rb: use epath for embedded windows of TkPanedWindow.
nagai
2004-01-07
3
-14
/
+78
*
* dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.
matz
2004-01-02
1
-1
/
+1
*
* ext/tk/lib/tk.rb: add new methods (TkScrollbar#assign, assign_list)
nagai
2003-12-20
1
-0
/
+53
*
* condition bug of if statement on {pack,grid}_propagate methods
nagai
2003-12-16
1
-6
/
+9
*
* overrided instance methods, which are private methods on the super
nagai
2003-12-09
6
-0
/
+55
*
* 'format'==>'Kernel.format' (avoid override trouble)
nagai
2003-12-03
5
-63
/
+64
*
* ext/tk/lib/tk.rb: bug fix [ruby-talk:86746]
nagai
2003-11-30
1
-1
/
+1
*
* ext/tk/lib/tkafter.rb: bug fix on TkTimer#cancel_on_exception=(mode).
nagai
2003-11-27
1
-20
/
+22
*
* ext/tk/lib/tk.rb: add Tk.grab_release and fix bug of TkComposite
nagai
2003-11-22
2
-3
/
+6
*
* ext/tk/lib/tkentry.rb: fix the encoding trouble of percent
nagai
2003-11-21
2
-5
/
+12
*
* ext/tcltklib/tcltklib.c: fix (en-bugged at 2003/11/07)
nagai
2003-11-14
2
-9
/
+13
*
* ext/tk/lib/tk.rb,multi-tk.rb: stop freezing some classes
nagai
2003-11-12
2
-10
/
+10
*
* ext/tk/lib/tk.rb: raise an exception when creating TkWindow
nagai
2003-11-11
1
-1
/
+2
*
configure.in, eval.c, signal.c: : add '--with-pthread-ext' option
nagai
2003-11-05
2
-0
/
+22
*
add TkRoot.destroy
nagai
2003-10-25
1
-0
/
+4
*
bug fix
nagai
2003-10-21
1
-2
/
+2
*
add some documents
nagai
2003-10-17
1
-0
/
+3
*
consistent parentheses in assignment RHS.
matz
2003-10-16
1
-2
/
+2
*
(bug fix) instance variable @frame was used without initializing on
nagai
2003-10-16
1
-1
/
+2
*
If $DEBUG == true and some exception is caused in a callback
nagai
2003-10-16
1
-1
/
+17
*
Add Tk::EncodedString and Tk::UTF8_String class to support characters
nagai
2003-10-16
1
-2
/
+56
*
ext/tk/lib/tk.rb:
nagai
2003-10-14
1
-2
/
+7
*
ext/tcltklib/tcltklib.c:
nagai
2003-10-14
3
-31
/
+187
*
* multi-tk.rb: modify security check at creating a new interpreter
nagai
2003-09-08
1
-4
/
+12
*
* tcltklib.c (lib_mainloop_core): fixed signal-trap bug
nagai
2003-09-07
7
-41
/
+116
*
* ext/tcltklib/tcltklib.c (ip_invoke): fixed bug on passing a exception
nagai
2003-09-02
4
-132
/
+392
*
* parse.y (aref_args): forgot to call NEW_SPLAT(). reported by
matz
2003-09-01
1
-1
/
+1
*
* doc/ChangeLog-1.8.0: add changes of Ruby/Tk
nagai
2003-08-29
5
-104
/
+695
*
* ready to use 'validatecommand' option of TkEntry/TkSpinbox widget
nagai
2003-08-03
1
-17
/
+39
*
* typo bug
nagai
2003-08-03
1
-1
/
+1
*
* (bug fix) bug on Tk object ID management
nagai
2003-08-03
2
-4
/
+4
*
* sorry. fixed commit miss
nagai
2003-08-03
1
-12
/
+0
*
* add or modify some widget demo scripts
nagai
2003-08-02
1
-2
/
+8
*
* numeric.c (flo_to_s): get rid of buffer overflow.
matz
2003-08-02
1
-0
/
+12
*
* (bug fix) forgot to entry a widget class name of 'labelframe' widget
nagai
2003-08-02
1
-0
/
+4
*
* (bug fix) TkEntry#delete
nagai
2003-08-02
8
-20
/
+47
*
* bug fix : forget to eval given block to TkRoot.new method
nagai
2003-08-01
1
-2
/
+3
*
* bug fix : wrong resource file format (resource.{en,jp})
nagai
2003-07-31
2
-5
/
+63
*
* (IMPORTANT BUG FIX) scan of event keywords doesn't work on recent
nagai
2003-07-31
2
-25
/
+73
*
* wrap the command-proc of TkScale : pass the numeric object to the proc
nagai
2003-07-31
3
-24
/
+115
[prev]
[next]