foul-magics/Mage.Client/src/main/java/mage/client/cards
draxdyn 0b8404f0a4 Recognize double clicks made in rapid succession
Currently they are not recognized, because getClickCount() will be
higher than 2 since Java interprets them as quadruple, sextuple, etc. clicks.

So, instead of checking for getClickCount() == 2, check for getClickCount()
being an even number.

This allows to quickly remove or add many cards to a deck.
2016-06-14 13:02:51 +02:00
..
BigCard.form Moved /src and /resources to maven stardard /src/main/java and /src/main/resources. Hope it's ok, if not I'll revert. 2010-10-22 12:40:50 +00:00
BigCard.java Deck Editor: Fix redraw after missing image 2015-10-19 00:27:59 -07:00
Card.form * Improved handling of enlarged images. Added mode to show other side of flip and transform cards. Added icon for copied cards and possibility to show enlarged original or copied card. 2014-03-06 21:51:51 +01:00
Card.java Some more changes to GUI to better support high screen resolutions. 2016-02-14 23:34:36 +01:00
CardArea.java Recognize double clicks made in rapid succession 2016-06-14 13:02:51 +02:00
CardEventSource.java * Added automatic handling for order of triggered abilities going to stack (fixes #701 / related to #328). 2015-08-22 19:29:57 +02:00
CardGrid.form Removed mana leaks for deck editor and draft panels. 2014-02-01 03:26:27 +01:00
CardGrid.java Recognize double clicks made in rapid succession 2016-06-14 13:02:51 +02:00
Cards.form Moved /src and /resources to maven stardard /src/main/java and /src/main/resources. Hope it's ok, if not I'll revert. 2010-10-22 12:40:50 +00:00
Cards.java Some more changes to GUI to better support high screen resolutions. 2016-02-14 23:34:36 +01:00
CardsList.form Add tracking for number of artifacts in card lists. 2016-04-27 14:43:40 -04:00
CardsList.java Recognize double clicks made in rapid succession 2016-06-14 13:02:51 +02:00
DraftGrid.form Removed mana leaks for deck editor and draft panels. 2014-02-01 03:26:27 +01:00
DraftGrid.java Recognize double clicks made in rapid succession 2016-06-14 13:02:51 +02:00
ICardGrid.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
Permanent.form Moved /src and /resources to maven stardard /src/main/java and /src/main/resources. Hope it's ok, if not I'll revert. 2010-10-22 12:40:50 +00:00
Permanent.java * Added automatic handling for order of triggered abilities going to stack (fixes #701 / related to #328). 2015-08-22 19:29:57 +02:00