foul-magics/Mage.Client/src/main/java/mage/client/util/gui
2021-08-20 09:38:16 +04:00
..
countryBox Little fixes 2021-08-20 09:38:16 +04:00
Arrow.java * GUI: improved attackers draw (if attacker was blocked then arrow colorizes with gray color); 2020-08-01 22:32:33 +04:00
ArrowBuilder.java HashMap is not thread safe. The existing synchronzed(map) is too small, should be extended to cover the surrounding code. 2019-06-25 21:02:45 +00:00
ArrowUtil.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
BufferedImageBuilder.java * Some minor changes to sleep command (fixes #2992). 2017-04-02 11:32:25 +02:00
ColorsChooser.java * 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
FastSearchUtil.java replace public fields with encapsulation 2019-03-03 09:51:14 +01:00
GuiDisplayUtil.java * Performance: memory usage optimization for deck editor (removed bloated usage of ManaCosts -> ManaColor objects, see #7515); 2021-02-12 22:00:16 +04:00
MageDialogState.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
TableSpinnerEditor.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
TableUtil.java Refactor: removed default comment headers 2021-02-21 08:15:16 +04:00