[root]/src/app/net/sf/gridarta/gui/misc
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
akirschbaum | 163 (100.0%) | 4431 (100.0%) | 27.1 |
Add "Split Mode" action for tabs in main window.
5 lines of code changed in 2 files:
Add GlobalSettingsListener.mapsDirectoryChanged().
6 lines of code changed in 1 file:
Move MapManager and related classes to model module.
6 lines of code changed in 3 files:
Do not consider FileFilters 'gui' code.
1 lines of code changed in 1 file:
Move DefaultFileControl to net.sf.gridarta.gui.misc.
419 lines of code changed in 1 file:
Whitespace changes.
3 lines of code changed in 1 file:
Dispose Graphics objects as soon as possible.
6 lines of code changed in 1 file:
Reorganize package names.
13 lines of code changed in 4 files:
Rename package names.
2 lines of code changed in 1 file:
Remove SplashScreen; it's needed only for Java <1.6 and we do not support that anymore.
0 lines of code changed in 1 file:
Explicitly initialize fields.
1 lines of code changed in 1 file:
Set cursor to end of text in CTRL-ALT-E (toggle game object text editor).
4 lines of code changed in 1 file:
Rename function name.
1 lines of code changed in 1 file:
Improve CTRL-ALT-E (toggle game object text editor): do not anymore try to restore the previous state before anything was saved.
21 lines of code changed in 1 file:
Fix typo.
1 lines of code changed in 1 file:
Extract FileFilters from GuiFileFilters.
2 lines of code changed in 1 file:
Rename FileFilters into GuiFileFilters.
2 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.
14 lines of code changed in 1 file:
Fix typos.
12 lines of code changed in 2 files:
Fix checkstyle issues.
1 lines of code changed in 1 file:
Add title parameter to MapMenuManager.addRecent().
3 lines of code changed in 1 file:
Remove parameter from MapMenuManager.addRecent().
1 lines of code changed in 1 file:
Extract RecentManager from MapMenuManager.
76 lines of code changed in 1 file:
Move Recent and RecentManager to different package.
0 lines of code changed in 2 files:
Remove dependency Recent -> GlobalSettings.
32 lines of code changed in 2 files:
Rename variable name.
1 lines of code changed in 1 file:
Merge duplicated code.
13 lines of code changed in 1 file:
Fix typos.
9 lines of code changed in 2 files:
Add @NotNull/@Nullable annotations.
11 lines of code changed in 2 files:
Remove RecentManager.mapManagerListener.
40 lines of code changed in 1 file:
Whitespace changes.
1 lines of code changed in 1 file:
Fix edit operations involving multi-square game objects.
22 lines of code changed in 1 file:
Fix or suppress compiler warnings about implicit numeric conversions.
6 lines of code changed in 4 files:
Remove explicit calls to setMap{X,Y}(); let the container manage these values.
3 lines of code changed in 1 file:
Fix or suppress clone() related compiler warnings.
6 lines of code changed in 1 file:
Move code to create actions from GUIMainControl to HelpActions.
5 lines of code changed in 1 file:
Add categories to global actions.
2 lines of code changed in 1 file:
Add @NotNull/@Nullable annotations.
5 lines of code changed in 1 file:
Remove MapModelListener.mapClosed().
0 lines of code changed in 1 file:
(58 more)