.. |
CGuiHandler.cpp
|
Replaced SDL user events list with dispatching of arbitrary functors
|
2023-06-26 21:51:10 +03:00 |
CGuiHandler.h
|
Replaced SDL user events list with dispatching of arbitrary functors
|
2023-06-26 21:51:10 +03:00 |
CIntObject.cpp
|
Renamed gesture-related methods, remove unused code
|
2023-06-20 19:58:05 +03:00 |
CIntObject.h
|
Renamed RCLICK -> SHOW_POPUP
|
2023-06-20 19:58:05 +03:00 |
CursorHandler.cpp
|
Allow defining default values of settings per platform
|
2023-06-21 10:55:30 +03:00 |
CursorHandler.h
|
Show cursor (including attack direction) when swiping in battle
|
2023-06-05 19:20:18 +03:00 |
EventDispatcher.cpp
|
Merge pull request #2250 from IvanSavenko/event_handling_fixes
|
2023-06-25 17:39:55 +03:00 |
EventDispatcher.h
|
Split mouseDragged event from mouseMoved
|
2023-06-22 22:11:48 +03:00 |
EventsReceiver.cpp
|
Rename panning->gesturing for consistency
|
2023-06-20 19:58:05 +03:00 |
EventsReceiver.h
|
Split mouseDragged event from mouseMoved
|
2023-06-22 22:11:48 +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
|
Fixed slider's behavior, especially for mobile systems
|
2023-06-22 23:49:38 +03:00 |
InterfaceObjectConfigurable.h
|
Do not show desktop-only options on mobile systems
|
2023-05-19 23:19:43 +03:00 |
MouseButton.h
|
Merged two mouse button enums
|
2023-02-03 11:39:40 +02:00 |
Shortcut.h
|
Implemented zoom reset shortcut (backspace)
|
2023-05-17 14:54:19 +03:00 |
ShortcutHandler.cpp
|
Implemented zoom reset shortcut (backspace)
|
2023-05-17 14:54:19 +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
|
Enter popup await mode only if there is an active popup
|
2023-06-20 19:58:05 +03:00 |
WindowHandler.h
|
Enter popup await mode only if there is an active popup
|
2023-06-20 19:58:05 +03:00 |