OpenTTD/src/video
Patric Stout 04db99749b
Fix #8784: using alt+enter didn't update the fullscreen toggle visibly (#8820)
Basically, the window was not invalidated, so it was never redrawn.
This made it look like it wasn't working, but it really was.
2021-03-08 16:57:59 +01:00
..
cocoa Fix #8784: using alt+enter didn't update the fullscreen toggle visibly (#8820) 2021-03-08 16:57:59 +01:00
CMakeLists.txt Codechange: [SDL2] Split driver in base-part and default backend 2021-02-22 22:16:07 +01:00
allegro_v.cpp Add: settings to limit your fast-forward game speed 2021-02-28 18:04:51 +00:00
allegro_v.h Codechange: [Video] make the prototype of PollEvent() the same for all drivers 2021-02-24 21:58:47 +01:00
dedicated_v.cpp Add: settings to limit your fast-forward game speed 2021-02-28 18:04:51 +00:00
dedicated_v.h Codechange: Use std::string in the driver and blitter selection code. 2020-05-21 20:02:34 +02:00
null_v.cpp Add: draw the screen at a steady pace, also during fast-forward 2021-02-19 10:43:15 +01:00
null_v.h Codechange: Use std::string in the driver and blitter selection code. 2020-05-21 20:02:34 +02:00
opengl.cpp Fix #8763: [OpenGL] Cursor sprite origin can be negative. 2021-02-28 11:12:13 +01:00
opengl.h Fix #8763: [OpenGL] Cursor sprite origin can be negative. 2021-02-28 11:12:13 +01:00
sdl2_default_v.cpp Codechange: [SDL2] Split driver in base-part and default backend 2021-02-22 22:16:07 +01:00
sdl2_default_v.h Codechange: [SDL2] Split driver in base-part and default backend 2021-02-22 22:16:07 +01:00
sdl2_opengl_v.cpp Fix: [SDL2] set GL attributes to get the best GL context possible (#8759) 2021-02-27 18:51:20 +01:00
sdl2_opengl_v.h Add: Option to (dis-)allow accelerated video drivers. (#8819) 2021-03-08 15:42:39 +01:00
sdl2_v.cpp Fix #8784: using alt+enter didn't update the fullscreen toggle visibly (#8820) 2021-03-08 16:57:59 +01:00
sdl2_v.h Codechange: [Video] make the prototype of PollEvent() the same for all drivers 2021-02-24 21:58:47 +01:00
sdl_v.cpp Fix #8784: using alt+enter didn't update the fullscreen toggle visibly (#8820) 2021-03-08 16:57:59 +01:00
sdl_v.h Codechange: [Video] make the prototype of PollEvent() the same for all drivers 2021-02-24 21:58:47 +01:00
video_driver.cpp Add: Option to (dis-)allow accelerated video drivers. (#8819) 2021-03-08 15:42:39 +01:00
video_driver.hpp Add: Option to (dis-)allow accelerated video drivers. (#8819) 2021-03-08 15:42:39 +01:00
win32_v.cpp Fix #8784: using alt+enter didn't update the fullscreen toggle visibly (#8820) 2021-03-08 16:57:59 +01:00
win32_v.h Add: Option to (dis-)allow accelerated video drivers. (#8819) 2021-03-08 15:42:39 +01:00