OpenTTD/src/video
Patric Stout 4b7fcaca0f Fix 07add7a9: [Win32] use full monitor resolution for fullscreen (#10985)
On Windows in fullscreen you cannot reach the top with
the cursor for the halve of the height of your toolbar.

Additionally, on Win10 in fullscreen you can see the actual toolbar.
2023-06-11 13:42:31 +02:00
..
cocoa Codechange: remove queue_wrap / last_position from mouse movement 2023-06-04 22:47:05 +02:00
CMakeLists.txt Codechange: [SDL2] Split driver in base-part and default backend 2021-02-22 22:16:07 +01:00
allegro_v.cpp Codechange: remove queue_wrap / last_position from mouse movement 2023-06-04 22:47:05 +02:00
allegro_v.h Add: Display refresh rate game option (#8813) 2021-03-09 10:22:52 +01:00
dedicated_v.cpp Fix #10568: "can savegame be loaded check" failed in dedicated server 2023-03-31 16:43:32 +02: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 Codechange: convert printf DEBUG statements to fmt Debug statements 2021-06-13 12:45:45 +02: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 Cleanup: Remove svn-style `$Id$` comments. (#10122) 2022-11-01 18:24:31 -06:00
opengl.h Cleanup: Remove svn-style `$Id$` comments. (#10122) 2022-11-01 18:24:31 -06:00
sdl2_default_v.cpp Codechange: use _cur_palette the same in all the drivers 2021-06-26 20:28:05 +02:00
sdl2_default_v.h Remove: [Video] no longer draw in a thread 2021-03-08 19:18:55 +01:00
sdl2_opengl_v.cpp Add: Show current video driver info in Options window 2022-05-03 21:03:30 +02:00
sdl2_opengl_v.h Feature: allow a toggle to enable/disable vsync 2021-04-11 14:26:00 +02:00
sdl2_v.cpp Codechange: remove queue_wrap / last_position from mouse movement 2023-06-04 22:47:05 +02:00
sdl2_v.h Add: Show current video driver info in Options window 2022-05-03 21:03:30 +02:00
sdl_v.cpp Codechange: remove queue_wrap / last_position from mouse movement 2023-06-04 22:47:05 +02:00
sdl_v.h Remove: [Video] no longer draw in a thread 2021-03-08 19:18:55 +01:00
video_driver.cpp Fix: disable hardware acceleration when GPU driver crashed the game last attempt (#10928) 2023-06-04 22:47:05 +02:00
video_driver.hpp Feature: Variable GUI scale. 2022-11-12 18:28:39 +00:00
win32_v.cpp Fix 07add7a9: [Win32] use full monitor resolution for fullscreen (#10985) 2023-06-11 13:42:31 +02:00
win32_v.h Add: Show current video driver info in Options window 2022-05-03 21:03:30 +02:00