[root]/crossfire/src/cfeditor/gui/maptilelist
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 21 (100.0%) | 1399 (100.0%) | 66.6 |
akirschbaum | 17 (81.0%) | 1393 (99.6%) | 81.9 |
christianhujer | 4 (19.0%) | 6 (0.4%) | 1.5 |
Rename package cfeditor to net.sf.gridarta.var.crossfire.
0 lines of code changed in 3 files:
Optimized imports.
1 lines of code changed in 1 file:
Reorder inventory items in map tile panel to make "move up/down" work correctly.
1 lines of code changed in 1 file:
Whitespace changes.
2 lines of code changed in 1 file:
Make map tile panel a "single selection" list.
2 lines of code changed in 1 file:
Remove support for deleting/inserting with button 1 and shift/control.
2 lines of code changed in 1 file:
Fixed some documentation issues:
Renamed parameter names to match overridden parameter names.
Added missing @author tags.
Fixed some javadoc links.
4 lines of code changed in 2 files:
Make sure inventory items in map tile panel ore indented.
2 lines of code changed in 1 file:
Use event callbacks to update map tile panel (cfeditor only).
312 lines of code changed in 2 files:
Fixed javadoc and similar issues.
1 lines of code changed in 1 file:
Whitespace changes.
2 lines of code changed in 1 file:
Move cell renderer class of MapTileListView into separate java file.
111 lines of code changed in 2 files:
Remove unused import statements.
0 lines of code changed in 1 file:
Split MapTileList into control and view.
475 lines of code changed in 2 files:
Rename *editor.CMapTileList to *editor.gui.maptilelist.MapTileListControl.
484 lines of code changed in 1 file: