aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/lib/tkextlib/treectrl/tktreectrl.rb
Commit message (Expand)AuthorAgeFilesLines
* handle ext/ as r53141naruse2015-12-161-0/+1
* * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.nagai2009-07-121-13/+74
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-77/+77
* * ext/tk/tcltklib.c: SEGV when tcltk-stubs is enabled.nagai2008-06-101-4/+63
* * ext/tk/*: full update Ruby/Tk to support Ruby(1.9|1.8) and Tc/Tk8.5.nagai2008-03-291-71/+162
* * ext/tk/extconf.rb: improbe messages [ruby-core:06325].nagai2005-10-221-3/+193
* * ext/tk/lib/macpkg.rb: add PACKAGE_NAME information of Tcl/Tk Extension.nagai2005-05-301-0/+5
* * ext/tk/lib/tk.rb: update RELEASE_DATEnagai2005-04-091-2/+3
* * lib/tkextlib/treectrl/tktreectrl.rb (selection_clear): fixed typo.ocean2005-04-081-1/+1
* * lib/treectrl/tktreectrl.rb: performance tuning. (call tk_send_without_encocean2005-04-071-17/+39
* * ext/tk/lib/tk.rb: forgot to update RELEASE_DATEnagai2005-04-021-8/+76
* * ext/tk/lib/tk.rb (_callback_entry_class?): add for checking whethernagai2005-03-261-43/+237
* * ext/tk/lib/tk/font.rb: add some TkFont class methods to get fontnagai2005-03-181-58/+801
* * ext/tk/lib/tkextlib/treectrl/tktreectrl.rb: call wrong method innagai2005-03-161-27/+27
* * ext/tk/lib/tkextlib/treectrl/tktreectrl.rb: bug fix and suppotnagai2005-03-161-9/+149
* * ext/tcltklib/tcltklib.c: fix SEGV bug; trouble on canceling remainednagai2005-01-251-2/+2
* * ext/tk/lib/tk/bindtag.rb: bug fix [ruby-talk: 123667]nagai2004-12-161-2/+4
* * ext/tcltklib/tcltklib.c (ip_init): set root-win title to "ruby" whennagai2004-12-081-2/+25
* * ext/tk/lib/tk.rb: bind-event methods accept multi substitution arguments.nagai2004-11-071-4/+4
* * ext/tk/lib/tk/*: untabifynagai2004-10-111-28/+28
* * ext/tk/lib/tk/namespace.rb: bug fixnagai2004-08-031-6/+26
* * ext/tk/lib/tk.rb: better operation for SIGINT when processing callbacks.nagai2004-07-091-3/+5
* * ext/tk/lib : improve framework of developping Tcl/Tk extension wrappersnagai2004-07-061-4/+18
* * ext/tk/lib/tcltklib : bug fixnagai2004-07-011-0/+887