[root]/crossfire/src/cfeditor/gui/selectedsquare
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 82 (100.0%) | 1371 (100.0%) | 16.7 |
christianhujer | 17 (20.7%) | 962 (70.2%) | 56.5 |
akirschbaum | 65 (79.3%) | 409 (29.8%) | 6.2 |
Move java sources into common src directory.
0 lines of code changed in 6 files:
Remove MapControl.addMapModelListener() and MapControl.removeMapModelListener().
2 lines of code changed in 1 file:
Remove MapControl.isPointValid().
1 lines of code changed in 1 file:
Remove MapControl.deleteMapArch().
1 lines of code changed in 1 file:
Remove CMainView.isMapTileListBottom().
4 lines of code changed in 1 file:
Move getUnknownTileIcon() to AbstractMainControl.
2 lines of code changed in 1 file:
Unify code.
1 lines of code changed in 1 file:
Unify code.
16 lines of code changed in 2 files:
Simplify MapModel.insertArchToMap().
2 lines of code changed in 1 file:
Remove MainControl.getObjectChooserSelection() and MainControl.getObjectChooserHighlight().
1 lines of code changed in 1 file:
Remove some raw types.
4 lines of code changed in 1 file:
Do not export MainControlListener interface from SelectedSquareView.
48 lines of code changed in 1 file:
Do not export MapModelListener interface from SelectedSquareView.
51 lines of code changed in 1 file:
Remove MapViewIFrame.*Cursor*().
2 lines of code changed in 1 file:
Split off ArchetypeChooserControl from ArchetypePanel.
1 lines of code changed in 1 file:
Remove CMainView.getPanelArch() and CMainControl.getPanelArchName().
1 lines of code changed in 1 file:
Fix #1726058 (Wrong object selected at insertion).
8 lines of code changed in 2 files:
Rename method names.
1 lines of code changed in 1 file:
Some minor unification.
3 lines of code changed in 3 files:
Simplified if statements.
1 lines of code changed in 1 file:
Declare variables more local.
1 lines of code changed in 1 file:
Fix Javadoc issues.
6 lines of code changed in 1 file:
Rename 'tile edit' to 'edit type'.
1 lines of code changed in 1 file:
Unify comments.
2 lines of code changed in 1 file:
Rename variable and method names.
5 lines of code changed in 1 file:
Add MapViewBasic type parameter to classes in common code.
16 lines of code changed in 2 files:
Rename method names.
2 lines of code changed in 1 file:
Sort out responsibilities between MapControl and MapViewIFrame; introduce MapView interface.
44 lines of code changed in 2 files:
(Re-)Add support to delete objects with control+right mouse button to make the editor usable with a two-button-mouse.
3 lines of code changed in 1 file:
Extract code to map mouse event to operation into separate functions.
31 lines of code changed in 1 file:
Unify SelectedSquareControl.
4 lines of code changed in 1 file:
Removed pointless boolean constants.
3 lines of code changed in 1 file:
Changed old package.html to package-info.java.
Fixed the mime-type of all package-info.java files.
Improved existing and added new package documentation.
1 lines of code changed in 1 file:
Remove MapControl.insertArchToMap().
2 lines of code changed in 1 file:
Remove unchecked warnings.
1 lines of code changed in 1 file:
Distinguish between 'GameObject' and 'Archetype'.
22 lines of code changed in 3 files:
Remove use of face numbers; use face names instead.
1 lines of code changed in 1 file:
Fix memory leak when closing map windows.
2 lines of code changed in 1 file:
Updated copyright statements in source files.
39 lines of code changed in 3 files:
Make fields private.
1 lines of code changed in 1 file:
(18 more)