1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00
vcmi/client/gui
2023-05-20 01:51:49 +03:00
..
CGuiHandler.cpp Replaced event handling break system with key capturing 2023-05-20 01:51:49 +03:00
CGuiHandler.h Replaced event handling break system with key capturing 2023-05-20 01:51:49 +03:00
CIntObject.cpp Added method descriptions 2023-05-20 01:51:49 +03:00
CIntObject.h Added method descriptions 2023-05-20 01:51:49 +03:00
CursorHandler.cpp Moved input handling from GuiHandler to set of classes in eventsSDL dir 2023-05-20 01:51:49 +03:00
CursorHandler.h Removed some SDL access from non-SDL code 2023-02-03 11:39:40 +02:00
EventDispatcher.cpp Replaced event handling break system with key capturing 2023-05-20 01:51:49 +03:00
EventDispatcher.h Replaced event handling break system with key capturing 2023-05-20 01:51:49 +03:00
EventsReceiver.cpp Removed isActive(int) method since its usages were redundant or wrong 2023-05-20 01:51:49 +03:00
EventsReceiver.h Removed isActive(int) method since its usages were redundant or wrong 2023-05-20 01:51:49 +03:00
FramerateManager.cpp FramerateManager now uses chrono instead of SDL_Ticks 2023-05-14 22:22:37 +03:00
FramerateManager.h FramerateManager now uses chrono instead of SDL_Ticks 2023-05-14 22:22:37 +03:00
InterfaceObjectConfigurable.cpp Moved input handling from GuiHandler to set of classes in eventsSDL dir 2023-05-20 01:51:49 +03:00
InterfaceObjectConfigurable.h Fix callbacks of toggle buttons. Fixes game options window 2023-05-12 22:58:21 +03:00
MouseButton.h Merged two mouse button enums 2023-02-03 11:39:40 +02:00
Shortcut.h Fixed toggleable buttons (sleep/wake & subterra/surface) 2023-05-09 13:10:33 +03:00
ShortcutHandler.cpp Fixed missing hotkeys for game saving 2023-05-09 13:10:33 +03:00
ShortcutHandler.h Use more descriptive names for hotkeys 2023-05-01 17:59:20 +03:00
TextAlignment.h Removed remaining parts of Geomeotries.h/cpp 2023-01-20 16:11:43 +02:00
WindowHandler.cpp Extracted event management from GuiHandler and CIntObject 2023-05-20 01:51:49 +03:00
WindowHandler.h Reduced usage of topWindow() method 2023-05-16 21:57:45 +03:00