[root]/src/app/net/sf/gridarta/mainactions
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
akirschbaum | 61 (100.0%) | 3043 (100.0%) | 49.8 |
Move MapManager and related classes to model module.
2 lines of code changed in 1 file:
Move validator related code into model module.
1 lines of code changed in 1 file:
Add option to skip squares in "random fill" that contain similar game objects.
302 lines of code changed in 2 files:
Reorganize package names.
12 lines of code changed in 1 file:
Rename package names.
4 lines of code changed in 1 file:
Remove mapModel parameter from MapModelListener.modifiedChanged().
1 lines of code changed in 1 file:
Remove mapModel parameter from MapModelListener.mapSizeChanged().
1 lines of code changed in 1 file:
Check for missing resource keys.
5 lines of code changed in 2 files:
Separate MapModelListener and MapArchObjectListener.
0 lines of code changed in 1 file:
Remove MapModel.isPointValid().
6 lines of code changed in 1 file:
Merge duplicated fields AbstractMapArchObject.mapSize and DefaultMapModel.mapSize.
8 lines of code changed in 1 file:
Move MapCursor and related classes to different packages or modules.
3 lines of code changed in 1 file:
Replace int constants with enum.
18 lines of code changed in 1 file:
Move classes into different packages.
1 lines of code changed in 1 file:
Fix typos.
5 lines of code changed in 2 files:
Extract duplicated code into NumberUtils.
2 lines of code changed in 1 file:
Fix checkstyle issues.
1 lines of code changed in 1 file:
Whitespace changes.
2 lines of code changed in 1 file:
Fix edit operations involving multi-square game objects.
2 lines of code changed in 1 file:
Fix typos.
1 lines of code changed in 1 file:
Implement #1717845 (Multitile paste) as File|Paste Tiled: paste the copy buffer into the selection. If the selection is larger than the copy buffer, tiling happens.
58 lines of code changed in 1 file:
Fix typos.
1 lines of code changed in 1 file:
Remove some fields from MainActions.
164 lines of code changed in 1 file:
Move code from CopyBuffer to MainActions.
65 lines of code changed in 1 file:
Make project compilable.
1 lines of code changed in 1 file:
Rename action 'floodfill' to 'floodFill'.
6 lines of code changed in 1 file:
Rename function name.
3 lines of code changed in 1 file:
Fix possible NullPointerException.
5 lines of code changed in 1 file:
Merge duplicated code.
494 lines of code changed in 1 file:
Merge duplicated code.
20 lines of code changed in 1 file:
Remove ReplaceDialogManager.getInstance().
1 lines of code changed in 1 file:
Remove direct accesses to the copy buffer's internal map model.
2 lines of code changed in 1 file:
Merge duplicated code.
8 lines of code changed in 1 file:
Implement File|Grow Selection and File|Shrink Selection: grows/shrinks the selection by one map square.
123 lines of code changed in 1 file:
Implement File|Expand Empty Selection: includes empty map squares surrounding selected empty map squares to the selection.
89 lines of code changed in 1 file:
Add categories to global actions.
25 lines of code changed in 1 file:
Add @ActionMethod annotations.
22 lines of code changed in 1 file:
Rename variable names.
1 lines of code changed in 1 file:
Add @NotNull/@Nullable annotations.
33 lines of code changed in 1 file:
Rename variable names.
1 lines of code changed in 1 file:
(14 more)