1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-16 10:19:47 +02:00
vcmi/client/widgets
Ivan Savenko 64d6e48540 Fixed mouse double-click handling in some widgets.
Now double-click when 1st click was not inside widget should work as
expected:
- scenario list: 2nd click on non-selected scenario will select it
instead of starting unselected map
- component selection: 2nd click on non-selected component would select
it instead of confirming choice
- town portal dialog: 2nd click on non-selected town would only select
it
- tavern window: right-click would now also select this hero (h3 logic)
2024-05-10 16:05:59 +00:00
..
markets Added block for several more actions outside of our turn 2024-04-30 17:51:32 +03:00
Buttons.cpp Refactoring. Regressions fixing. 2024-03-25 12:55:05 +02:00
Buttons.h Refactoring. Regressions fixing. 2024-03-25 12:55:05 +02:00
CArtifactsOfHeroAltar.cpp Reset picked artifact on window deactivation 2024-04-11 23:52:37 +03:00
CArtifactsOfHeroAltar.h Reset picked artifact on window deactivation 2024-04-11 23:52:37 +03:00
CArtifactsOfHeroBackpack.cpp Regressions fixed 2024-03-29 16:21:59 +02:00
CArtifactsOfHeroBackpack.h fixed missed trader text 2024-03-25 17:38:43 +02:00
CArtifactsOfHeroBase.cpp backpack window cursor fix 2024-04-17 16:11:33 +03:00
CArtifactsOfHeroBase.h class CArtifactsOfHeroMain : public CKeyShortcut 2024-04-27 21:35:38 +03:00
CArtifactsOfHeroKingdom.cpp Reset picked artifact on window deactivation 2024-04-11 23:52:37 +03:00
CArtifactsOfHeroKingdom.h Reset picked artifact on window deactivation 2024-04-11 23:52:37 +03:00
CArtifactsOfHeroMain.cpp class CArtifactsOfHeroMain : public CKeyShortcut 2024-04-27 21:35:38 +03:00
CArtifactsOfHeroMain.h class CArtifactsOfHeroMain : public CKeyShortcut 2024-04-27 21:35:38 +03:00
CArtifactsOfHeroMarket.cpp fixed missed trader text 2024-03-25 17:38:43 +02:00
CArtifactsOfHeroMarket.h fixed missed trader text 2024-03-25 17:38:43 +02:00
CArtPlace.cpp Sonarcloud warnings 2024-04-23 22:21:46 +03:00
CArtPlace.h Sonarcloud warnings 2024-04-23 22:21:46 +03:00
CComponent.cpp Fixed mouse double-click handling in some widgets. 2024-05-10 16:05:59 +00:00
CComponent.h Fixes for positioning on popups with components 2024-02-27 13:15:16 +02:00
CExchangeController.cpp Define each identifier in a dedicated statement 2024-01-10 00:22:23 +00:00
CExchangeController.h CWindowWithArtifacts preparations 2024-04-23 16:06:58 +03:00
CGarrisonInt.cpp UI now correctly blocks stack rearrangement when it is not our turn 2024-04-30 17:51:32 +03:00
CGarrisonInt.h
ComboBox.cpp Restore previously disabled functionality 2024-02-29 16:47:44 +02:00
ComboBox.h First version that works in lobby 2024-02-29 12:45:08 +01:00
CreatureCostBox.cpp Even better alignment 2024-04-28 12:40:55 +02:00
CreatureCostBox.h
GraphicalPrimitiveCanvas.cpp Replaced lines in settings with primitives 2024-02-19 16:55:07 +02:00
GraphicalPrimitiveCanvas.h Replaced lines in settings with primitives 2024-02-19 16:55:07 +02:00
Images.cpp Use cache for CAnimImage. Improves performance of CAnimImage 2024-04-20 12:28:50 +03:00
Images.h Remove 'visible' property from images, replaced with enable/disabled 2023-12-07 13:57:16 +02:00
MiscWidgets.cpp creature/town biography/description 2024-04-12 23:35:39 +02:00
MiscWidgets.h Made graphical primitive-based UI more configurable 2024-02-18 20:48:45 +02:00
ObjectLists.cpp UI improvements for lobby: 2024-03-27 13:10:55 +02:00
ObjectLists.h
RadialMenu.cpp code review 2023-10-16 00:04:29 +02:00
RadialMenu.h code review 2023-10-16 00:04:29 +02:00
Scrollable.cpp
Scrollable.h
Slider.cpp Refactoring. Regressions fixing. 2024-03-25 12:55:05 +02:00
Slider.h Refactoring. Regressions fixing. 2024-03-25 12:55:05 +02:00
TextControls.cpp Merge pull request #3669 from SoundSSGood/market-window-unified 2024-04-09 12:48:25 +03:00
TextControls.h Cleanup & refactoring 2024-03-25 12:44:33 +02:00