Directory ext/tk/sample/tkextlib/treectrl/

Directory Created:
2005-03-26 14:58
Total Files:
12
Deleted Files:
0
Lines of Code:
4163

Browse with ViewVC

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

                         pics (51 files, 0 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 60 (100.0%) 4306 (100.0%) 71.7
nagai 18 (30.0%) 4179 (97.1%) 232.1
ocean 28 (46.7%) 125 (2.9%) 4.4
nobu 1 (1.7%) 1 (0.0%) 1.0
matz 1 (1.7%) 1 (0.0%) 1.0
shyouhei 12 (20.0%) 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-11-18 23:37

* ext/tk/lib/tk/font.rb: remove dependency on Ruby's version (1.8 or 1.9).

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

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

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

4 lines of code changed in:

  • ext/tk/sample/tkextlib/treectrl: demo.rb (+4 -1)
nobu 2005-10-22 05:48

* ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb,

ext/tk/sample/tkextlib/treectrl/demo.rb, lib/net/imap.rb,

lib/rss/parser.rb, test/rss/test_content.rb,

test/rss/test_dublincore.rb, test/rss/test_syndication.rb,

test/rss/test_trackback.rb, test/ruby/test_eval.rb,

test/socket/test_socket.rb, test/socket/test_udp.rb:

Object#fcall was renamed as Object#funcall.

1 lines of code changed in:

  • ext/tk/sample/tkextlib/treectrl: demo.rb (+1 -1)
matz 2005-09-05 09:40

* lib/observer.rb: a patch from nornagon <nornagon@gmail.com>

merged to allow arbitrary names for update methods.

[ruby-core:05416]



* eval.c (rb_f_fcall): new method to avoid inefficiency of

obj.instance_eval{send(...)} tricks.

1 lines of code changed in:

  • ext/tk/sample/tkextlib/treectrl: demo.rb (+1 -1)
ocean 2005-04-10 06:46

commit miss...



* sample/tkextlib/treectrl/explorer.rb: File.executable? returns true

even if it's plain text file. (this function only checks access right)



again.

1 lines of code changed in:

  • ext/tk/sample/tkextlib/treectrl: explorer.rb (+1 -5)
ocean 2005-04-09 17:33

* ext/tk/sample/tkextlib/treectrl/mailwasher.rb: fixed typo. [ruby-dev:26008]

1 lines of code changed in:

ocean 2005-04-09 06:28

* ext/tk/sample/tkextlib/treectrl/explorer.rb: File.executable? returns true

even if it's plain text file. (this function only checks access right)

2 lines of code changed in:

  • ext/tk/sample/tkextlib/treectrl: explorer.rb (+2 -10)
ocean 2005-04-09 05:09

* ext/tk/sample/tkextlib/treectrl/{help,www-options}.rb: fixed typo.

(click or resize column header)

5 lines of code changed in:

ocean 2005-04-08 16:08

* ext/tk/sample/tkextlib/treectrl/imovie.rb: fixed typo. (click on clip title)

1 lines of code changed in:

  • ext/tk/sample/tkextlib/treectrl: imovie.rb (+1 -1)
ocean 2005-04-08 15:30

* ext/tk/sample/tkextlib/treectrl/random.rb: fixed typo. (drop node outside of

widget, or reenter widget while draggging)

1 lines of code changed in:

  • ext/tk/sample/tkextlib/treectrl: random.rb (+1 -1)
ocean 2005-04-08 13:44

* ext/tk/sample/tkextlib/treectrl/outlook-newgrounp.rb: image had disappered when

node was selected.

3 lines of code changed in:

ocean 2005-04-08 09:54

* ext/tk/sample/tkextlib/treectrl/outlook-newgroup.rb: tk::treectrl uses 'afterId'

not 'afterID'.



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



* ext/tk/sample/tkextlib/treectrl/outlook-newgroup.rb: item_firstchild can

return empty string. (drag onto leaf node)



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



* ext/tk/sample/tkextlib/treectrl/random.rb: comparation failed at Enumerable#find

because of type mismatch. (ex: "10" != 10)



* ext/tk/sample/tkextlib/treectrl/random.rb: and some fixes.

24 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)

6 lines of code changed in:

ocean 2005-04-07 19:02

* ext/tk/sample/tkextlib/treectrl/help.rb: fixed typo. (wrong color)

2 lines of code changed in:

  • ext/tk/sample/tkextlib/treectrl: help.rb (+2 -3)
ocean 2005-04-07 17:53

* sample/tkextlib/treectrl/*.rb: fixed typo. (wrong itemheight)



* sample/demos-{en,jp}/goldberg.rb: reduced canvas size. [ruby-dev:25992]

(written by Hidetoshi NAGAI)

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

61 lines of code changed in:

nagai 2005-04-01 08:42

* ext/tk/ChangeLog.tkextlib: add log of the modification by

ocean <ocean@ruby-lang.org>.

* ext/tk/sample/tkextlib/treectrl/demo.rb: bridge the gap of

Hash#index or Hash#key between ruby 1.8 and 1.9

8 lines of code changed in:

  • ext/tk/sample/tkextlib/treectrl: demo.rb (+8 -2)
ocean 2005-03-31 15:55

* ext/tk/sample/tkextlib/treectrl/demo.rb: should use Hash#index.



* ext/tk/sample/tkextlib/treectrl/demo.rb: TkImage was not cached properly.



* ext/tk/sample/tkextlib/treectrl/random.rb: fixed typo.

6 lines of code changed in:

nagai 2005-03-31 06:55

* sample/tkextlib/iwidgets/sample/hierarchy.rb: show basename

only [ruby-dev:25970]

* sample/tkextlib/treectrl/demo.rb: add check for existence of

'backgroundimage' option.

* sample/tkextlib/treectrl/bitmaps.rb: ditto.

* sample/tkextlib/treectrl/outlook-newgroup.rb: lack of '%I'

event callback argument.

49 lines of code changed in:

nagai 2005-03-30 09:44

* ext/tk/tcltklib.c: add TclTkIp#_create_console() method to create

a Tcl/Tk's console window.

* ext/tk/lib/multi-tk.rb: support TclTkIp#_create_console() method.

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

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

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

* ext/tk/sample/demo-*/check2.rb: use 'return' in the Proc object.

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

1 lines of code changed in:

  • ext/tk/sample/tkextlib/treectrl: demo.rb (+1)

(1 more)

Generated by StatSVN 0.3.2-SNAPSHOT