Directory ext/tk/lib/tkextlib/tkDND/

Directory Created:
2004-07-01 10:38
Total Files:
3
Deleted Files:
0
Lines of Code:
295

Browse with ViewVC

[root]/ext/tk/lib/tkextlib/tkDND

Lines of Code

ext/tk/lib/tkextlib/tkDND/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 16 (100.0%) 411 (100.0%) 25.6
nagai 13 (81.3%) 411 (100.0%) 31.6
shyouhei 3 (18.8%) 0 (0.0%) 0.0

Most Recent Commits

shyouhei 2007-02-13 00:01

set svn:eol-style

0 lines of code changed in:

nagai 2005-05-30 15:53

* ext/tk/lib/macpkg.rb: add PACKAGE_NAME information of Tcl/Tk Extension.

* ext/tk/lib/tk/msgcat.rb: ditto.

* ext/tk/lib/tk/winpkg.rb: ditto.

* ext/tk/lib/tkextlib/*: ditto.

11 lines of code changed in:

nagai 2005-01-25 06:09

* ext/tcltklib/tcltklib.c: fix SEGV bug; trouble on canceling remained

after scripts [ruby-dev:25479]: NULL current namespce when deleting

Tk interpreter [ruby-talk:126225]

* ext/tcltklib/extconf.rb: bug fix; TCL_ENABLE_THREAD flag is inverted

[ruby-talk:126360]

* ext/tcltklib/extconf.rb: add yet another native-thread check

* ext/tk/tkutil.c: fix SEGV bug; NULL string pointer when finalize

Ruby interpreter

* ext/tk/lib/multi-tk.rb: avoid warning for deleted safeTk ip frame

* ext/tk/lib/tk/bindtag.rb: bug fix; new method of named bindtag

doesn't return the created object [ruby-dev:25479]

* ext/tk/lib/tk/menu.rb: bug on treating arguments [ruby-dev:25479]

* ext/tk/lib/tk.rb: bug fix; cannot accept a callback ID string for

a command argument [ruby-dev:25479]

* ext/tk/lib/multi-tk.rb: ditto

* ext/tk/lib/tk/*.rb: ditto

* ext/tk/lib/tkextlib/*.rb: ditto

* ext/tk/sample/demos-jp/anilabel.rb: new demo script

* ext/tk/sample/demos-en/anilabel.rb: ditto

* ext/tk/sample/tkHTML/ss.rb: local variable scope bug fix

[ruby-dev:25479]

2 lines of code changed in:

  • ext/tk/lib/tkextlib/tkDND: tkdnd.rb (+2 -2)
nagai 2004-12-16 08:13

* ext/tk/lib/tk/bindtag.rb: bug fix [ruby-talk: 123667]

* ext/tk/lib/tk/timer.rb: accept :idle for the interval argument

* ext/tk/lib/tk.rb: add TkComm._callback_entry?()

* ext/tk/lib/multi-tk.rb: add MultiTkIp.cb_entry_class

* ext/tk/lib/tk/canvas.rb: use TkComm._callback_entry?()

* ext/tk/lib/tk/canvastag.rb: ditto

* ext/tk/lib/tk/dialog.rb: ditto

* ext/tk/lib/tk/optiondb.rb: ditto

* ext/tk/lib/tk/text.rb: ditto

* ext/tk/lib/tk/texttag.rb: ditto

* ext/tk/lib/tk/textwindow.rb: ditto

* ext/tk/lib/tk/timer.rb: ditto

* ext/tk/lib/tk/validation.rb: ditto

* ext/tk/lib/tkextlib/*: ditto

4 lines of code changed in:

  • ext/tk/lib/tkextlib/tkDND: tkdnd.rb (+4 -2)
nagai 2004-12-08 19:14

* ext/tcltklib/tcltklib.c (ip_init): set root-win title to "ruby" when

the running script is '-e one-liner' or '-' (stdin).

* ext/tcltklib/extconf.rb: add find_library("#{lib}#{ver}",..) for stub libs

* ext/tk/lib/tk/textmark.rb: TkTextMarkCurrent and TkTextMarkAnchor

have a wrong parent class.

* ext/tk/lib/tk/dialog.rb: rename TkDialog2 --> TkDialogObj and

TkWarning2 --> TkWarningObj (old names are changed to alias names)

* ext/tk/lib/tk/dialog.rb: bug fix of treatment of 'prev_command'

option and hashes for configuration

* ext/tk/lib/tk/dialog.rb: add TkDialogObj#name to return the button name

* ext/tk/lib/tk/radiobutton.rb: rename enbugged method value() ==> get_value()

and value=(val) ==> set_value(val).

* ext/tk/lib/tk/menu.rb: add TkMenu.new_menuspec

* ext/tk/lib/tk/menu.rb: add alias (TkMenuButton = TkMenubutton,

TkOptionMenuButton = TkOptionMenubutton)

* ext/tk/lib/tk/event.rb: new method aliases (same as option keys of

event_generate) for Event object

* ext/tk/lib/tk/font.rb: configinfo returns proper types of values

* ext/tk/lib/tk.rb: bind methods accept subst_args + block

* ext/tk/lib/tk/canvas.rb: ditto

* ext/tk/lib/tk/canvastag.rb: ditto

* ext/tk/lib/tk/frame.rb: ditto

* ext/tk/lib/tk/text.rb: ditto

* ext/tk/lib/tk/texttag.rb: ditto

* ext/tk/lib/tk/toplevel.rb: ditto

* ext/tk/lib/tkextlib/*: ditto and bug fix

36 lines of code changed in:

  • ext/tk/lib/tkextlib/tkDND: tkdnd.rb (+36 -3)
nagai 2004-11-03 09:09

* ext/tk/lib/tk.rb: support to use different Tcl commands between

configure and configinfo

* ext/tk/lib/font.rb: ditto.

* ext/tk/lib/itemconfig.rb: support to use different Tcl commands

between item_configure and item_configinfo

* ext/tk/lib/itemfont.rb: ditto.

* ext/tk/extconf.rb: install SUPPORT_STATUS

* ext/tk/lib/tkextlib: some bug fixes (see ext/tk/ChangeLog.tkextlib)

1 lines of code changed in:

  • ext/tk/lib/tkextlib/tkDND: shape.rb (+1)
nagai 2004-10-11 05:51

* ext/tk/lib/tk/*: untabify

107 lines of code changed in:

nagai 2004-07-06 10:42

* ext/tk/lib : improve framework of developping Tcl/Tk extension wrappers

* BWidget extension support on Ruby/Tk

38 lines of code changed in:

nagai 2004-07-01 10:38

* ext/tk/lib/tcltklib : bug fix

* ext/tk/lib/tk : bug fix and add Tcl/Tk extension support libraries

212 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT