1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-06 00:24:11 +02:00
vcmi/client/gui
2024-04-13 12:47:30 +03:00
..
CGuiHandler.cpp Added workaround for weird SDL behavior that causes SDL to report text 2024-04-11 22:00:20 +03:00
CGuiHandler.h Don't call ScreenHandler::onScreenResize() when the window has been (un)maximized to avoid creating a huge texture and crashing 2024-02-05 18:59:55 +01:00
CIntObject.cpp move to EventReceiver 2023-10-22 00:05:14 +02:00
CIntObject.h Fix typos 2024-02-13 15:23:30 +01:00
CursorHandler.cpp
CursorHandler.h
EventDispatcher.cpp Added workaround for potential access to CIntObject after destruction 2024-04-11 13:25:54 +03:00
EventDispatcher.h
EventsReceiver.cpp move to EventReceiver 2023-10-22 00:05:14 +02:00
EventsReceiver.h move to EventReceiver 2023-10-22 00:05:14 +02:00
FramerateManager.cpp Fix: licenses, pragma guards, StdInc 2024-03-29 07:48:52 +02:00
FramerateManager.h
InterfaceObjectConfigurable.cpp Chat textbox now correctly positioned and uses blue slider 2024-03-27 13:10:55 +02:00
InterfaceObjectConfigurable.h Made graphical primitive-based UI more configurable 2024-02-18 20:48:45 +02:00
MouseButton.h
Shortcut.h end with auto combat 2024-01-26 23:15:56 +01:00
ShortcutHandler.cpp Keyboard shortcuts are now loaded from config file 2024-04-11 21:21:46 +03:00
ShortcutHandler.h Keyboard shortcuts are now loaded from config file 2024-04-11 21:21:46 +03:00
TextAlignment.h Added all missing text alignment values 2024-03-27 13:10:55 +02:00
WindowHandler.cpp Simplified and fixed server restart procedure: 2024-04-07 14:19:57 +03:00
WindowHandler.h