[root]/groovy/groovy-core/src/main/groovy/swing
impl
(9 files, 774 lines)
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 29 (100.0%) | 1358 (100.0%) | 46.8 |
| jstrachan | 7 (24.1%) | 589 (43.4%) | 84.1 |
| glaforge | 2 (6.9%) | 433 (31.9%) | 216.5 |
| paulk | 8 (27.6%) | 267 (19.7%) | 33.3 |
| spullara | 3 (10.3%) | 28 (2.1%) | 9.3 |
| shemnon | 2 (6.9%) | 17 (1.3%) | 8.5 |
| alang | 2 (6.9%) | 12 (0.9%) | 6.0 |
| mcspanky | 2 (6.9%) | 7 (0.5%) | 3.5 |
| dierk | 2 (6.9%) | 5 (0.4%) | 2.5 |
| cstein | 1 (3.4%) | 0 (0.0%) | 0.0 |
GROOVY-1625 - refactored createNode steps into one method
14 lines of code changed in:
GROOVY-1817 - set the column model on the JTable if the table model of a JTable is groovy.model.DefaultTableModel, with test
3 lines of code changed in:
increase coverage
89 lines of code changed in:
increase coverage, minor checkstyle refactorings
71 lines of code changed in:
fix build
1 lines of code changed in:
fix build and increase coverage
5 lines of code changed in:
increased test coverage
0 lines of code changed in:
increased test coverage
5 lines of code changed in:
increased test coverage
1 lines of code changed in:
CHECKSTYLE: remove redundant repeated throws
95 lines of code changed in:
Fix for 1559: MissingMethodException should report whether the missing method is static or not.
1 lines of code changed in:
Fix problem with using BoxLayout on top level container (Frame, Dialog, Applet)
7 lines of code changed in:
Fix bug: could not add components to root pane with constraints. Now you can.
5 lines of code changed in:
added todo's
4 lines of code changed in:
fixed a typo in the dynamic method definition for 'gridBagConstraints'
1 lines of code changed in:
Organized imports, e.g. removed not used ones, expanded all "x.z.*" to the long form reading "x.z.A" and "x.z.B" (as needed).
Removed trailing semicolons.
Made some static method calls use the static class name.
0 lines of code changed in:
Arguments of a single object now throw exceptions when inappropriate, e.g. vstrut(10) (should be vstrut(height:10))
6 lines of code changed in:
Changed the attribute that identifies a widget to "id" instead of "name". It was interfering with a property on "Action" and causing menus to be messed up.
1 lines of code changed in:
Add the ability to reference widgets by set name attribute or by text value (most useful for buttons)
19 lines of code changed in:
New patch from Danno Ferrin fo the SwingBuilder
270 lines of code changed in:
(9 more)