aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/lib/tk/font.rb
Commit message (Expand)AuthorAgeFilesLines
* Typos in messagesa_matsuda2015-12-271-1/+1
* Documentation typosa_matsuda2015-12-271-1/+1
* handle ext/ as r53141naruse2015-12-161-0/+1
* * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.nagai2009-07-121-4/+11
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-62/+62
* * ext/tk/tcltklib.c: SEGV when tcltk-stubs is enabled.nagai2008-06-101-1/+7
* * ext/tk/*: full update Ruby/Tk to support Ruby(1.9|1.8) and Tc/Tk8.5.nagai2008-03-291-65/+632
* * ext/tk/lib/tk.rb, ext/tk/lib/*: make default widget set nagai2008-02-271-9/+18
* * ext/tk/lib/tk/font.rb: TkFont#current_configinfo() doesn't work on Tcl/Tk8.x.nagai2006-09-011-5/+5
* * ext/tk/lib/tk/font.rb: sorry. mistaken to patch.nagai2006-07-101-1/+1
* * ext/tk/tcltklib.c: make SEGV risk lower at exit.nagai2006-07-101-3/+5
* * ext/tk/lib/tk/font.rb: remove dependency on Ruby's version (1.8 or 1.9).nagai2005-11-181-13/+14
* * ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb,nobu2005-10-221-2/+2
* * lib/observer.rb: a patch from nornagon <nornagon@gmail.com>matz2005-09-051-2/+2
* * ext/tk/lib/tk.rb (_callback_entry_class?): add for checking whethernagai2005-03-261-6/+107
* * ext/tk/lib/tk/font.rb: add some TkFont class methods to get fontnagai2005-03-181-371/+471
* * ext/tk/tcltklib.c (lib_eventloop_ensure): mis-delete a timer handlernagai2005-03-101-42/+42
* * ext/tk/lib/tk.rb: fix bug on setting up system encodingnagai2004-12-171-2/+4
* * ext/tcltklib/tcltklib.c (ip_init): set root-win title to "ruby" whennagai2004-12-081-26/+117
* * ext/tk/lib/tk.rb: widget configuration by TkWindow#method_missingnagai2004-12-021-1/+2
* * ext/tk/lib/tk/*: untabifynagai2004-10-111-403/+403
* * ext/tk/lib : improve framework of developping Tcl/Tk extension wrappersnagai2004-07-061-2/+2
* * ext/tk/lib/tcltklib : bug fixnagai2004-07-011-60/+116
* * ext/tk/lib/tk.rb: add Tk.appsend_deny and improve Tk.rb_appsendnagai2004-05-211-1/+2
* * renewal Ruby/Tknagai2004-05-011-0/+1407