.. |
CGuiHandler.cpp
|
Minor refactoring of mouse input handling
|
2023-06-05 19:00:56 +03:00 |
CGuiHandler.h
|
Minor refactoring of mouse input handling
|
2023-06-05 19:00:56 +03:00 |
CIntObject.cpp
|
show/showAll methods now use Canvas instead of SDL_Surface
|
2023-06-02 16:42:18 +03:00 |
CIntObject.h
|
show/showAll methods now use Canvas instead of SDL_Surface
|
2023-06-02 16:42:18 +03:00 |
CursorHandler.cpp
|
Formatting fix
|
2023-06-05 19:00:56 +03:00 |
CursorHandler.h
|
Removed some SDL access from non-SDL code
|
2023-02-03 11:39:40 +02:00 |
EventDispatcher.cpp
|
wheelScrolled event now accepts distance instead of bool
|
2023-06-05 19:00:57 +03:00 |
EventDispatcher.h
|
Added panning gesture, activated by mouse wheel press
|
2023-06-05 19:00:56 +03:00 |
EventsReceiver.cpp
|
Added panning gesture, activated by mouse wheel press
|
2023-06-05 19:00:56 +03:00 |
EventsReceiver.h
|
wheelScrolled event now accepts distance instead of bool
|
2023-06-05 19:00:57 +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
|
Merge pull request #2168 from IvanSavenko/gui_handler_event_handling_refactoring
|
2023-05-23 15:08:10 +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
|
show/showAll methods now use Canvas instead of SDL_Surface
|
2023-06-02 16:42:18 +03:00 |
WindowHandler.h
|
Reduced usage of topWindow() method
|
2023-05-16 21:57:45 +03:00 |