Directory ext/tk/lib/tkextlib/treectrl/

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

Browse with ViewVC

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 22 (100.0%) 2538 (100.0%) 115.3
nagai 18 (81.8%) 2498 (98.4%) 138.7
ocean 2 (9.1%) 40 (1.6%) 20.0
shyouhei 2 (9.1%) 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-10-22 23:17

* ext/tk/extconf.rb: improbe messages [ruby-core:06325].

* ext/tk/lib/tk.rb, ext/tk/lib/tk/canvas.rb, ext/tk/lib/tk/entry.rb,

ext/tk/lib/tk/frame.rb, ext/tk/lib/tk/image.rb,

ext/tk/lib/tk/itemconfig.rb, ext/tk/lib/tk/labelframe.rb,

ext/tk/lib/tk/listbox.rb, ext/tk/lib/tk/menu.rb,

ext/tk/lib/tk/radiobutton.rb, ext/tk/lib/tk/scale.rb,

ext/tk/lib/tk/spinbox.rb, ext/tk/lib/tk/text.rb,

ext/tk/lib/tk/toplevel.rb: improve conversion of option values.

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

* ext/tk/lib/tkextlib/*: update to support ActiveTcl8.4.11.2.

* ext/tk/lib/tkextlib/trofs/*: support Trofs 0.4.3.

* ext/tk/lib/tkextlib/tile/*: support Tile 0.7.2.

* ext/tk/lib/tkextlib/vu/*: support vu 2.3.0.

* ext/tk/lib/tkextlib/tcllib/*: support Tcllib 1.8 (Tklib 0.3).

193 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.

5 lines of code changed in:

nagai 2005-04-09 10:27

* ext/tk/lib/tk.rb: update RELEASE_DATE

* ext/tk/lib/tk/image.rb: support to create TkImage object without

creating a new image object on Tk.

* ext/tk/lib/tk/menu.rb: use TkCommandNames on create_self()

* ext/tk/lib/tk/root.rb: TkRoot.to_eval() returns '.'.

* ext/tk/lib/tk/text.rb: add methods to create a TkText::IndexString

from (x, y) coords.

* ext/tk/lib/tkextlib/tile.rb: bug fix and update support status.

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

* ext/tk/sample/tkextlib/tile: New demo.

3 lines of code changed in:

ocean 2005-04-08 04:24

* lib/tkextlib/treectrl/tktreectrl.rb (selection_clear): fixed typo.



* sample/tkextlib/treectrl/random.rb: node deselection now works.



* sample/tkextlib/treectrl/demo.rb: fixed typo. (popup menu on column header)

1 lines of code changed in:

ocean 2005-04-07 15:55

* lib/treectrl/tktreectrl.rb: performance tuning. (call tk_send_without_enc

if possible)



* sample/tkextlib/treectrl/*.rb: some speed up... cache the result of

version checking.

39 lines of code changed in:

nagai 2005-04-02 09:02

* ext/tk/lib/tk.rb: forgot to update RELEASE_DATE

* ext/tk/lib/tk/variable.rb: fix namespace trouble when autoloading

* ext/tk/lib/tk/palette.rb: define Tcl variable 'tkPalette' as global

* ext/tk/lib/tk/dialog.rb: use array2tk_list method when calling

Tk.ip_eval.

* ext/tk/lib/tk/autoload.rb: add autoload entry 'TkDialogObj' and

'TkWarningObj'

* ext/tk/lib/tkextlib/treectrl/tktreectrl.rb: support TreeCtrl's cvs

head.

76 lines of code changed in:

nagai 2005-03-26 14:58

* ext/tk/lib/tk.rb (_callback_entry_class?): add for checking whether

a class is available for a callback entry.

* ext/tk/lib/tk.rb (after_cancel): add Tk.after_cancel(afterID) method.

* ext/tk/lib/tk.rb (array2tk_list): change from private module method

of TkComm to public module method.

* ext/tk/lib/tk.rb (cget): add check that slot argument is not empty string.

* ext/tk/lib/tk.rb (configinfo): ditto.

* ext/tk/lib/tk/itemconfig.rb (itemcget): add check that slot argument

is not empty string.

* ext/tk/lib/tk/itemconfig.rb (itemconfiginfo): ditto.

* ext/tk/lib/tk/entry.rb: add TkEntry#icursor and icursor= (alias of

cursor and cursor= method).

* ext/tk/lib/tk/font.rb: improve font treatment when the font name is

empty string.

* ext/tk/lib/tk/variable.rb: add :variable, :window and :procedure type.

* ext/tk/lib/tk/variable.rb: improve treatment of array-type tkvariable.

* ext/tk/lib/tkextlib/blt.rb: add commands for zooming.

* ext/tk/lib/tkextlib/blt/*: bug fix.

* ext/tk/lib/tkextlib/treectrl/tktreectrl.rb: bug fix and add methods

to call TreeCtrl commands for bindings.

* ext/tk/sample/tkextlib/blt/*: new sample scritps.

* ext/tk/sample/tkextlib/treectrl/*: ditto.

237 lines of code changed in:

nagai 2005-03-18 16:43

* ext/tk/lib/tk/font.rb: add some TkFont class methods to get font

information without creating a TkFont object.

* ext/tk/lib/tkextlib/treectrl/tktreectrl.rb: bug fix and define some

classes for components of Tk::TreeCtrl

801 lines of code changed in:

nagai 2005-03-16 17:23

* ext/tk/lib/tkextlib/treectrl/tktreectrl.rb: call wrong method in

Tk::TreeCtrl#*_configinfo and current_*_configinfo method

27 lines of code changed in:

nagai 2005-03-16 10:12

* ext/tk/lib/tkextlib/treectrl/tktreectrl.rb: bug fix and suppot

TkTreeCtrl-1.1

* ext/tk/lib/tkextlib/SUPPORT_STATUS: change the supported version

of TkTreeCtrl extension

149 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:

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:

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

25 lines of code changed in:

nagai 2004-11-07 15:53

* ext/tk/lib/tk.rb: bind-event methods accept multi substitution arguments.

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

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

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

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

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

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

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

4 lines of code changed in:

nagai 2004-10-11 05:51

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

28 lines of code changed in:

nagai 2004-08-03 05:49

* ext/tk/lib/tk/namespace.rb: bug fix

* ext/tk/lib/tkextlib/treectrl/tktreectrl.rb: add Tk::TreeCtrl.loupe

26 lines of code changed in:

nagai 2004-07-09 20:29

* ext/tk/lib/tk.rb: better operation for SIGINT when processing callbacks.

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

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

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

* ext/tk/lib/tk/validation.rb: add Tk::ValidateConfigure.__def_validcmd()

to define validatecommand methods easier

5 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

18 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

895 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT