[root]/gui/src/main/java/com/realtime/crossfire/jxclient/window
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 54 (100.0%) | 236 (100.0%) | 4.3 |
akirschbaum | 52 (96.3%) | 228 (96.6%) | 4.3 |
ryo_saeba | 2 (3.7%) | 8 (3.4%) | 4.0 |
Move source directories into common subdirectory 'src'.
0 lines of code changed in 6 files:
Improve debug output.
10 lines of code changed in 1 file:
Remove unused code.
1 lines of code changed in 1 file:
Do not confuse modifier masks for key and mouse events.
5 lines of code changed in 1 file:
Use KeyEvent2 whereever possible.
5 lines of code changed in 1 file:
Remove some references to java.awt.event.KeyEvent.
7 lines of code changed in 1 file:
Remove redundant field initializations.
11 lines of code changed in 3 files:
Open the 'create character' dialog if the account has no character.
7 lines of code changed in 1 file:
Properly clear input field in new character dialog when the dialog is opened.
6 lines of code changed in 1 file:
Properly clear old error messages when opening dialogs.
6 lines of code changed in 1 file:
Clear old error messages when opening the character selection dialog.
5 lines of code changed in 1 file:
Improve focus handling in link character dialog.
23 lines of code changed in 1 file:
Improve focus handling in account creation dialog.
27 lines of code changed in 1 file:
Improve focus handling in character creation dialog.
10 lines of code changed in 1 file:
Remove 'account_main' dialog, put a 'create' button on the login page.
1 lines of code changed in 1 file:
Add text message logger. See doc/features.html for details.
11 lines of code changed in 1 file:
Extract code into function.
0 lines of code changed in 2 files:
Remove unused import statements.
0 lines of code changed in 1 file:
Fix EDT violation.
12 lines of code changed in 1 file:
Fix EDT violation.
49 lines of code changed in 1 file:
Distribute classes into packages.
3 lines of code changed in 3 files:
Move KeybindingsManager to keybindings package.
3 lines of code changed in 3 files:
Move Gui.activateCommandInput() to JXCWindowRenderer.
1 lines of code changed in 1 file:
Move Gui.setHideInput() to GuiManager.
16 lines of code changed in 1 file:
Move GuiFactory to skin package.
1 lines of code changed in 1 file:
Move JXCWindowRenderer to label package.
3 lines of code changed in 5 files:
Move TooltipManagerImpl to label package.
1 lines of code changed in 1 file:
Rename TooltipManager to TooltipManagerImpl; add TooltipManager interface.
3 lines of code changed in 1 file:
Move GUICommandFactory and related classes to textinput package.
1 lines of code changed in 1 file:
Move CommandExecutor and related classes to textinput package.
1 lines of code changed in 1 file:
Move GuiUtils.setActive() to ActivatableGUIElement.
3 lines of code changed in 1 file:
Move CommandList and related classes to separate package.
2 lines of code changed in 3 files:
Move ClientSocketState to model module.
2 lines of code changed in 4 files: