Directory ext/tk/sample/tkextlib/blt/

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

Browse with ViewVC

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

                         images (5 files, 0 lines)

                         scripts (1 files, 156 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 27 (100.0%) 2808 (100.0%) 104.0
nagai 14 (51.9%) 2808 (100.0%) 200.5
shyouhei 13 (48.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-04-01 18:22

* ext/tk/lib/tk.rb (TkWindow.initialize): accept 'without_creating'

option without 'widgetname' option to allow creating a widget object

which is used as an argument of Tcl/Tk's widget allocation commands.

* ext/tk/lib/tk/image.rb (TkImage.initialize): accept 'imagename'

option to create a image object by the given name.

4 lines of code changed in:

  • ext/tk/sample/tkextlib/blt: graph6.rb (+4)
nagai 2005-04-01 04:48

* lib/tkextlib/blt/component.rb: bug fix on treatment of

component objects.

* sample/tkextlib/blt/graph6.rb: a new sample script.

2218 lines of code changed in:

  • ext/tk/sample/tkextlib/blt: graph6.rb (new 2218)
nagai 2005-03-29 11:27

* lib/tkextlib/blt/component.rb: cannot create elements except

default type of element.

* lib/tkextlib/blt/barchart.rb: ditto.

* lib/tkextlib/blt/graph.rb: ditto.

* lib/tkextlib/blt/stripchart.rb: ditto.

* lib/tkextlib/blt/component.rb: axis command option gets

proper object type of arguments.

* sample/tkextlib/blt/calendar.rb: new sample.

* sample/tkextlib/blt/pareto.rb: ditto.

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

379 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT