You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/video
Michael Lutz 96d33ab46a Fix #8930: [Win32] Don't handle printable keys on keydown if an edit box is in focus.
Handle printable input only when the matching WM_CHAR message is incoming.
Without an edit box, do the handling in keydown as usual to support hotkeys.
3 years ago
..
cocoa Fix #8935: [OSX] Crash when clicking 'Save' due to wrongly-threaded OS call. (#8944) 3 years ago
CMakeLists.txt Codechange: [SDL2] Split driver in base-part and default backend 3 years ago
allegro_v.cpp Add: Display refresh rate game option (#8813) 3 years ago
allegro_v.h Add: Display refresh rate game option (#8813) 3 years ago
dedicated_v.cpp Add: make modal windows update more smooth 3 years ago
dedicated_v.h Codechange: Use std::string in the driver and blitter selection code. 4 years ago
null_v.cpp Add: [Video] move GameLoop into its own thread 3 years ago
null_v.h Codechange: Use std::string in the driver and blitter selection code. 4 years ago
opengl.cpp Change: Do not disallow persistent buffer mapping on AMD GPUs, as it is actually faster. 3 years ago
opengl.h Fix #8825: [OpenGL] Don't clear cursor cache from the game loop thread. 3 years ago
sdl2_default_v.cpp Add: [Video] move GameLoop into its own thread 3 years ago
sdl2_default_v.h Remove: [Video] no longer draw in a thread 3 years ago
sdl2_opengl_v.cpp Fix #8871: [OpenGL] Initialize all buffers after resize and clear back buffer. (#8877) 3 years ago
sdl2_opengl_v.h Add: [Video] move GameLoop into its own thread 3 years ago
sdl2_v.cpp Add: Display refresh rate game option (#8813) 3 years ago
sdl2_v.h Add: Display refresh rate game option (#8813) 3 years ago
sdl_v.cpp Add: [Video] move GameLoop into its own thread 3 years ago
sdl_v.h Remove: [Video] no longer draw in a thread 3 years ago
video_driver.cpp Add: make modal windows update more smooth 3 years ago
video_driver.hpp Add: make modal windows update more smooth 3 years ago
win32_v.cpp Fix #8930: [Win32] Don't handle printable keys on keydown if an edit box is in focus. 3 years ago
win32_v.h Add: Display refresh rate game option (#8813) 3 years ago