foul-magics/Mage.Client/src/main/java/mage/client/dialog
2022-04-28 02:36:39 +03:00
..
AboutDialog.form Fixed missing developers list in about form; 2019-05-05 15:48:31 +04:00
AboutDialog.java * GUI: new reworked GUI and card render engine, card icons and dozens of other fixes (see full list in related PR); 2021-01-30 16:38:55 +04:00
AddLandDialog.form UI: improved add lands dialog (centered window, hotkeys to close/add); 2019-03-23 15:43:34 +04:00
AddLandDialog.java GUI: fixed broken add lands and random deck dialogs in deck editor (#7562); 2021-02-13 20:26:06 +04:00
CardInfoWindowDialog.form * UI: fixed graveyard and other cards window size (removed unnecessary scrolls, #5659); 2019-03-28 21:41:20 +04:00
CardInfoWindowDialog.java * GUI: added popup menu to view player's outside/sideboard at any time (allows to view only own or computer's sideboards); 2021-07-21 13:44:35 +04:00
CheckBoxList.java explicit parameters are not needed 2020-09-09 14:47:47 +03:00
ConnectDialog.form UI: added euro server button; 2020-04-16 10:44:35 +04:00
ConnectDialog.java Replaced servers status page with new link (will work later); 2021-07-24 17:25:43 +04:00
DownloadImagesDialog.form * Images download: added threads settings in download dialog; 2020-08-07 12:41:17 +04:00
DownloadImagesDialog.java * GUI: new reworked GUI and card render engine, card icons and dozens of other fixes (see full list in related PR); 2021-01-30 16:38:55 +04:00
ErrorDialog.form
ErrorDialog.java * GUI: new reworked GUI and card render engine, card icons and dozens of other fixes (see full list in related PR); 2021-01-30 16:38:55 +04:00
FeedbackDialog.form * Added to all toUpperCase/toLowerCase calls the Locale.ENGLISH to prevent problems with some languages (e.g. Turkish). Removed some unused import statements. (#4634). 2018-03-18 18:18:54 +01:00
FeedbackDialog.java C-style arrays declaration should be replaced to java-style 2020-09-09 14:53:03 +03:00
GameEndDialog.form * Some minor changes to game end window. 2018-03-13 18:01:26 +01:00
GameEndDialog.java * GUI: new reworked GUI and card render engine, card icons and dozens of other fixes (see full list in related PR); 2021-01-30 16:38:55 +04:00
JoinTableDialog.form
JoinTableDialog.java * GUI: new reworked GUI and card render engine, card icons and dozens of other fixes (see full list in related PR); 2021-01-30 16:38:55 +04:00
MageDialog.form
MageDialog.java Code cleanup (removed unused log4j setting files, added extra info, samples and instructions, removed java logs) 2020-01-26 16:30:42 +04:00
NewTableDialog.form More pronoun fixes 2019-12-06 15:17:44 -05:00
NewTableDialog.java Server: fixed NPE error on wrong AI usage in new game dialogs (fixes #7556); 2021-02-13 14:54:13 +04:00
NewTournamentDialog.form * Draft improves: 2021-07-22 23:14:08 +04:00
NewTournamentDialog.java * GUI: fixed that users can select empty timing option in new tourney dialog; 2021-07-26 14:42:42 +04:00
PickCheckBoxDialog.form rename my PickChoiceDialog to PickCheckBoxDialog and bring back the correct one 2018-04-23 09:58:28 -04:00
PickCheckBoxDialog.java * GUI: fixed multiple bugs and performance issues with Deck Editor and sets filter/search; 2021-08-19 21:33:14 +04:00
PickChoiceDialog.form * GUI: added auto-choose for replacement effects (remember answer in dialog + reset answer in popup menu + new option in preferences; #4360, #328, #4219, #6676, #7914); 2021-08-09 11:26:11 +04:00
PickChoiceDialog.java GUI: fixed that dungeon card hint doesn't hide after choose dialog, fixed working card hint on empty space in choose dialog (#8012); 2021-08-30 10:10:26 +04:00
PickMultiNumberDialog.form [READY FOR REVIEW] Implement a "multi-amount" dialog (#7528) 2021-04-17 14:28:01 +04:00
PickMultiNumberDialog.java [READY FOR REVIEW] Implement a "multi-amount" dialog (#7528) 2021-04-17 14:28:01 +04:00
PickNumberDialog.form * UI: improved choose number dialog (fixed enter key, added more info colorized info for mana distribute dialog); 2018-03-15 00:14:04 +04:00
PickNumberDialog.java * GUI: new reworked GUI and card render engine, card icons and dozens of other fixes (see full list in related PR); 2021-01-30 16:38:55 +04:00
PickPileDialog.java * GUI: new reworked GUI and card render engine, card icons and dozens of other fixes (see full list in related PR); 2021-01-30 16:38:55 +04:00
PreferencesDialog.form corrected typo: prefered -> preferred 2021-09-11 10:03:10 -05:00
PreferencesDialog.java corrected typo: prefered -> preferred 2021-09-11 10:03:10 -05:00
RandomPacksSelectorDialog.form Random pack selector dialog has space to show all the sets, also made resizeable 2022-04-28 02:36:39 +03:00
RandomPacksSelectorDialog.java Random pack selector dialog has space to show all the sets, also made resizeable 2022-04-28 02:36:39 +03:00
RegisterUserDialog.form
RegisterUserDialog.java * GUI: new reworked GUI and card render engine, card icons and dozens of other fixes (see full list in related PR); 2021-01-30 16:38:55 +04:00
ResetPasswordDialog.form
ResetPasswordDialog.java * GUI: new reworked GUI and card render engine, card icons and dozens of other fixes (see full list in related PR); 2021-01-30 16:38:55 +04:00
ShowCardsDialog.form
ShowCardsDialog.java * GUI: new reworked GUI and card render engine, card icons and dozens of other fixes (see full list in related PR); 2021-01-30 16:38:55 +04:00
TableWaitingDialog.form refactor code 2018-05-20 18:33:06 +02:00
TableWaitingDialog.java * GUI: new reworked GUI and card render engine, card icons and dozens of other fixes (see full list in related PR); 2021-01-30 16:38:55 +04:00
TestCardRenderDialog.form * GUI: added card icon for commander on battlefield; 2021-07-23 19:51:45 +04:00
TestCardRenderDialog.java * Becomes a copy abilities: improved support with MDF cards (#8335); 2021-11-17 16:27:18 +04:00
TestModalDialog.form UI: added debug tool to test modal/non-modal dialog system (available from debug menu); 2019-03-28 09:12:17 +04:00
TestModalDialog.java * GUI: new reworked GUI and card render engine, card icons and dozens of other fixes (see full list in related PR); 2021-01-30 16:38:55 +04:00
TestModalSampleDialog.form UI: added debug tool to test modal/non-modal dialog system (available from debug menu); 2019-03-28 09:12:17 +04:00
TestModalSampleDialog.java * GUI: new reworked GUI and card render engine, card icons and dozens of other fixes (see full list in related PR); 2021-01-30 16:38:55 +04:00
UserRequestDialog.form
UserRequestDialog.java * GUI: new reworked GUI and card render engine, card icons and dozens of other fixes (see full list in related PR); 2021-01-30 16:38:55 +04:00
WhatsNewDialog.form * UI: added "what's new" page dialog with latest news (auto-loads on startup or from about dialog); 2019-03-28 09:05:46 +04:00
WhatsNewDialog.java * GUI: new reworked GUI and card render engine, card icons and dozens of other fixes (see full list in related PR); 2021-01-30 16:38:55 +04:00