Directory groovy/groovy-core/src/main/groovy/ui/

Directory Created:
2003-11-06 07:50
Total Files:
8
Deleted Files:
0
Lines of Code:
2137

Browse with ViewVC

[root]/groovy/groovy-core/src/main/groovy/ui

Lines of Code

groovy/groovy-core/src/main/groovy/ui/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 121 (100.0%) 3731 (100.0%) 30.8
jstrachan 30 (24.8%) 1366 (36.6%) 45.5
alang 9 (7.4%) 628 (16.8%) 69.7
glaforge 11 (9.1%) 622 (16.7%) 56.5
jez 17 (14.0%) 271 (7.3%) 15.9
dierk 14 (11.6%) 222 (6.0%) 15.8
yuri 4 (3.3%) 202 (5.4%) 50.5
spullara 3 (2.5%) 146 (3.9%) 48.6
blackdrag 15 (12.4%) 91 (2.4%) 6.0
cpoirier 4 (3.3%) 58 (1.6%) 14.5
cstein 3 (2.5%) 45 (1.2%) 15.0
graeme 2 (1.7%) 33 (0.9%) 16.5
paulk 2 (1.7%) 26 (0.7%) 13.0
tug 3 (2.5%) 11 (0.3%) 3.6
sstirling 2 (1.7%) 5 (0.1%) 2.5
phk 2 (1.7%) 5 (0.1%) 2.5

Most Recent Commits

paulk 2007-03-15 02:21

additional tests

25 lines of code changed in:

tug 2007-02-19 15:55

Add groovy.lang.GroovySsytem to hold system data

1 lines of code changed in:

tug 2007-02-17 15:27

First step in making MetaClass an interface

1 lines of code changed in:

paulk 2007-01-04 14:21

remove null response when processing line by line with autoOutput enabled

1 lines of code changed in:

blackdrag 2006-12-03 21:16

* fixes the groovyConsole by removing the setting of a non existent property

1 lines of code changed in:

glaforge 2006-09-26 21:36

GROOVY-1507: add line numbers to the command-line options

Thanks to a patch from Joachim Baumann

5 lines of code changed in:

glaforge 2006-09-26 21:25

GROOVY-1508: Add option -a <splitpattern> to allow auto split of lines read when using command-line scripts (via -e)

Thanks to a patch from Joachim Baumann

21 lines of code changed in:

glaforge 2006-08-01 10:50

GROOVY-1353: Let's get Groovy with an apostrophe

1 lines of code changed in:

graeme 2006-06-21 15:29

GROOVY-1372: Added ability to specify parent class loader in constructor

4 lines of code changed in:

graeme 2006-06-21 15:29

GROOVY-1371: Added ability to specify parent class loader in constructor

29 lines of code changed in:

tug 2006-06-09 14:50

Remove all @Property usage

9 lines of code changed in:

blackdrag 2006-05-30 19:24

secound try... this patch introduces deep changes in the classlaoder structure. A ReflectorLaoder is introduced, specialized to load the Reflectors without the overhead a GroovyClassLoader would give. This Loader should also make the Relfector process a bit less fragil. GCL is now not any longer recompiling by default, but recompiling can be controled through the compiler configuration and a method in case of subclassing GCL. It should be now more easy to write custom versions of the GCL as the class loading process is more modularized and can be overwritten in subclasses at many points. This patch also changes the CompilationUnit into a state machine, going through the different compilation phases and executing all operations stored for that phase. This change allows to add operations without subclassing CompilationUnit, for example adding properties to each generated class.

10 lines of code changed in:

glaforge 2006-04-09 17:49

Show last evaluated result after "go" in groovysh

24 lines of code changed in:

dierk 2006-01-30 18:44

GROOVY-1220: groovyConsole broken after new Scoping: closed thanks to blackdrags latest commit

5 lines of code changed in:

dierk 2006-01-27 14:38

fixes GROOVY-1220 (broken Console) but at the expense of dropping Exception visualization

36 lines of code changed in:

alang 2005-12-17 08:29

Fix so that AssertionErrors are handled properly.

1 lines of code changed in:

alang 2005-12-17 06:17

Console was reporting null result when result was [], "" or 0

2 lines of code changed in:

alang 2005-11-09 02:12

Fix error with bindings when creating a new window

133 lines of code changed in:

dierk 2005-10-29 17:12

commented out the layout of the runWaitDialog since it broke the groovyConsole. Also needs to be fixed in SwingBuilder since dialog.setLayout is not possible but only dialog.contentPane.setLayout.

1 lines of code changed in:

alang 2005-10-25 13:34

Added new features to Console

- intercepts std output

- binds last result to '_' and history of results to '__'

303 lines of code changed in:

(86 more)

Generated by StatSVN 0.3.2-SNAPSHOT