[root]/src/app/net/sf/gridarta/maincontrol
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
akirschbaum | 663 (100.0%) | 6569 (100.0%) | 9.9 |
Add "Split Mode" action for tabs in main window.
9 lines of code changed in 1 file:
Add "Text Editor" tab.
4 lines of code changed in 1 file:
Order import statements.
1 lines of code changed in 1 file:
Remove unused code.
1 lines of code changed in 1 file:
Implement File|Goto Map... which opens maps by map name.
3 lines of code changed in 1 file:
Move classes to different packages.
2 lines of code changed in 1 file:
Remove InsertionModeSet.init().
5 lines of code changed in 1 file:
Move MapManager and related classes to model module.
13 lines of code changed in 5 files:
Do not consider FileFilters 'gui' code.
2 lines of code changed in 2 files:
Move DefaultFileControl to net.sf.gridarta.gui.misc.
1 lines of code changed in 1 file:
Move net.sf.gridarta.mapfiles.* to net.sf.gridarta.gui.mapfiles.
2 lines of code changed in 1 file:
Force non-GUI mode when using --script.
1 lines of code changed in 1 file:
Enhance "Shop square allows magic and/or prayers" validator: flag shop squares that are adjacent to squares that allow spells or prayers.
2 lines of code changed in 1 file:
Fix some unchecked warnings.
1 lines of code changed in 1 file:
Encapsulate edit type calculations into DefaultMapModel.
1 lines of code changed in 1 file:
Implement MapCheckerScriptChecker validator.
7 lines of code changed in 3 files:
Add support for executing commands with parameters to ProcessRunner.
4 lines of code changed in 1 file:
Move validator related code into model module.
15 lines of code changed in 4 files:
Fix checkstyle issues.
1 lines of code changed in 1 file:
Define and configure validators from "valdator.*" entries in messages.properties. Document available validators in validators.xhtml.
35 lines of code changed in 1 file:
Create AttributeRangeChecker instance more local.
4 lines of code changed in 3 files:
Remove dependency GameObjectMatchers -> GameObjectMatchersParser.
3 lines of code changed in 1 file:
Add @NotNull annotation.
1 lines of code changed in 1 file:
Make "Lock All Pickmaps" affect "Create Pickmap Folder" and "Delete Current Pickmap Folder".
1 lines of code changed in 1 file:
Extract PickmapSettings from PickmapChooserControl; removes some cyclic dependencies involving PickmapChooserControl.
5 lines of code changed in 1 file:
Remove unused code.
7 lines of code changed in 4 files:
Extract MapModelFactory from MapControlFactory.
23 lines of code changed in 5 files:
Reorganize package names.
27 lines of code changed in 5 files:
Rename package names.
2 lines of code changed in 2 files:
Remove SplashScreen; it's needed only for Java <1.6 and we do not support that anymore.
2 lines of code changed in 1 file:
Improve --script command-line option to report some plugin script errors to the operating system.
10 lines of code changed in 1 file:
Simplify code: EDT is not anymore needed when running plugin scripts.
2 lines of code changed in 1 file:
Rename variable names.
3 lines of code changed in 1 file:
Suppress warnings.
1 lines of code changed in 1 file:
Set cursor to end of text in CTRL-ALT-E (toggle game object text editor).
1 lines of code changed in 1 file:
Include all map validators when running plugin scripts from command-line.
2 lines of code changed in 2 files:
Whitespace changes.
1 lines of code changed in 1 file:
Remove support for creating GameObject instances from archetype names.
25 lines of code changed in 5 files:
Move action methods to correct class.
2 lines of code changed in 1 file:
Remove SelectedSquareControl.getSelectedSquareView().
2 lines of code changed in 1 file:
(338 more)