aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/lib
Commit message (Expand)AuthorAgeFilesLines
* * ext/tk/lib/tk/composite.rb: improve handling of the classname on thenagai2006-07-132-1/+102
* * ext/tk/lib/multi-tk.rb: remove restriction on the class ofnagai2006-07-111-2/+4
* * ext/tk/lib/multi-tk.rb: security fix.nagai2006-07-112-3/+7
* * 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-105-20/+270
* * ext/tk/tcltklib.c (ip_make_menu_embeddable): help to make a menunagai2006-07-034-8/+195
* * ext/tk/tcltklib.c: forgot to update TCLTKLIB_RELEASE_DATE.nagai2006-06-271-6/+6
* * ext/tk/lib/multi-tk.rb: fix bug: initialize improper tablesnagai2006-06-181-2/+3
* * ext/tk/lib/multi-tk.rb: add a binding to a container for a slave IP.nagai2006-04-182-1/+2
* * ext/tk/lib/tk/panedwindow.rb: lack of arguments. [ruby-core:7681]nagai2006-04-061-1/+1
* * ext/tk/tcltklib.c: fix SEGV when embedding to an application.nagai2006-04-053-16/+18
* * ext/tk/lib/multi-tk.rb: add MultiTkIp#eval and bg_eval.nagai2006-01-312-4/+107
* * ext/tk/lib/tkextlib/SUPPORT_STATUS: update to support libraries innagai2005-12-112-5/+15
* * ext/tk/tcltklib.c: forgot to update RELEASE_DATE.nagai2005-12-061-1/+1
* * ext/tk/README.macosx-aqua: [new document] tips to avoid the knownnagai2005-12-061-0/+1
* Add lacks for Tk8.5 support.nagai2005-11-235-1/+166
* * ext/tk/lib/tkextlib/tile.rb: bug fix (Tk::Tile::USE_TTK_NAMESPACEnagai2005-11-212-2/+6
* * ext/tk/lib/tk/font.rb: remove dependency on Ruby's version (1.8 or 1.9).nagai2005-11-183-19/+32
* * ext/tk/lib/multi-tk.rb: add restriction to access the entriednagai2005-11-184-23/+350
* * ext/tk/lib/tk/canvas.rb (TkCanvasItemConfig::__item_val2ruby_optkeys):nagai2005-10-243-3/+3
* * ext/tk/extconf.rb: improbe messages [ruby-core:06325].nagai2005-10-22124-88/+3396
* * ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb,nobu2005-10-222-3/+3
* * ext/tk/lib/tkextlib/tktable/tktable.rb: border_* instance methodsnagai2005-10-032-5/+5
* * ext/tk/lib/multi-tk.rb: MultiTkIp#eval_string and bg_eval_stringnagai2005-09-172-5/+5
* * ext/tk/lib/multi-tk.rb: fix typo on MultiTkIp#bg_eval_stringnagai2005-09-162-2/+2
* * ext/tk/lib/tk/dialog.rb: If a dialog does not show up yet,nagai2005-09-152-7/+8
* * lib/observer.rb: a patch from nornagon <nornagon@gmail.com>matz2005-09-052-3/+3
* * ext/tk/lib/multi-tk.rb: On Tcl8.5, MultiTkIp#invoke_hidden doesn'tnagai2005-09-012-3/+22
* * ext/tk/lib/tk.rb: fix bug on handling __ruby2val_optkeys().nagai2005-08-105-10/+17
* * ext/tk/tcltklib.c: remove dangerous 'rb_jump_tag's.nagai2005-08-0931-29/+396
* * ext/tk/lib/{tk.rb,tk/itemconfig.rb}: configure createsocean2005-08-065-12/+213
* * ext/tk/tcltklib.c: cannot compile for Tcl7.6/Tk4.2.nagai2005-08-045-9/+106
* reverted. [ruby-dev:26726]ocean2005-08-042-6/+0
* * ext/tk/sample/tkextlib/tile/demo.rb: followed previous changes.ocean2005-08-0418-0/+47
* * ext/tk/lib/tk/variable.rb: TkVariable#trace didn't work onocean2005-08-032-26/+67
* * ext/tk/lib/tkextlib/tile/treeview.rb: Tk::Tile::Treeview#headingconfigureocean2005-08-021-80/+130
* * ext/tk/lib/tkextlib/tile/tprogressbar.rb: Tk::Tile::TProgressbar#startocean2005-08-021-2/+2
* * ext/tk/lib/tkextlib/tile.rb: fixed autoload for Treeview.ocean2005-08-012-8/+8
* * ext/tk/stubs.c: When --enable-tcltk-stubs, the initializenagai2005-07-283-4/+15
* * ext/tk/lib/multi-tk.rb: fix en-bugged part in the last commit.nagai2005-07-252-57/+8
* * ext/tk/tkutil/tkutil.c (tk_conv_args): forget to revertnagai2005-07-213-57/+148
* * ext/tk/lib/tk.rb: forgot to update RELEASE_DATEnagai2005-07-191-1/+1
* * ext/tk/lib/tk/variable.rb: For symmetry, add TkVariable#string. Itnagai2005-07-191-0/+1
* * ext/tk/tcltklib.c: TclTkLib.do_one_event doesn't work.nagai2005-07-131-4/+5
* * ext/tk/tcltklib.c: bug fix on treating Unicode strings.nagai2005-07-058-22/+69
* * ext/tk/lib/tk.rb: fix typo on Tk.grid_propagate.nagai2005-06-242-17/+51
* * ext/tk/lib/tk/canvastag.rb: TkcGroup.new cannot include given items.nagai2005-06-234-41/+263
* * lib/tkextlib/SUPPOPRT_STATUS: add RELEASE_DATE information.nagai2005-06-162-0/+7
* * ext/tk/lib/tk.rb: add Tk.getMultiple{Open|Save}File() which returnnagai2005-06-161-1/+7
* * ext/tk/tk.rb: support "tk inactive" sub-command. [for Tcl/Tk8.5a3]nagai2005-06-152-1/+117