summaryrefslogtreecommitdiff
path: root/src/video/win32_v.cpp
AgeCommit message (Expand)Author
2021-02-19Codechange: track _realtime_tick more accuratePatric Stout
2021-02-19Codechange: switch all video drivers to std::chrono for keeping timePatric Stout
2021-02-14Fix: VkMapping declarations violated C++ ODR rule.milek7
2021-02-14Add: [Win32] Automatic zoom level suggestion for Win32 video driver.Michael Lutz
2021-01-17Codechange: [SDL2/Win32] Be consistent how 0bpp blitters are not allowedPatric Stout
2021-01-17Codechange: [Win32] Use _local_palette for most operationsPatric Stout
2021-01-17Codechange: [Win32] use CSleep() instead of Sleep() like everywhere elsePatric Stout
2021-01-17Codechange: [Win32] Use return-early in RegisterWndClass()Patric Stout
2021-01-17Codechange: [Win32] Remove Windows 95 specific mouse tracking work-around.Michael Lutz
2021-01-14Feature: Choose a sensible window size on a fresh OTTD config file. (#8536)Michael Lutz
2021-01-08Codechange: Remove min/max functions in favour of STL variants (#8502)Charles Pigott
2020-12-21Doc: some comments for the win32 video driver (#8409)Patric Stout
2020-05-21Codechange: Use std::string in the driver and blitter selection code.Michael Lutz
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-18Codechange: use std::vector for _resolutionsglx
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-04-06Codechange: C++11 STL has a function for getting the number of CPU cores.Michael Lutz
2019-04-06Codechange: Replace custom thread code with C++11 thread objects.Michael Lutz
2019-04-06Codechange: Replace custom mutex code with C++11 mutex'es.Michael Lutz
2019-01-17Codechange: Remove unnecessarily defined functions under MinGWCharles Pigott
2019-01-17Fix: A few minor compile warnings under MinGWCharles Pigott
2018-07-19Feature: Framerate display window (#6822)Niels Martin Hansen
2018-06-27Fix: [Win32] Garbage in OS window title if branch name was too long.Michael Lutz
2018-04-29Remove: WinCE supportPatric Stout
2018-04-10Codechange: [Win32] Use OS function for mouse tracking if present.Michael Lutz
2017-12-09(svn r27935) -Fix [FS#6629]: [Win32] Right mouse scrolling didn't work proper...michi_cc
2017-08-13(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)frosch
2017-03-11(svn r27775) -Fix [FS#6510]: Insufficient thread synchronisation when switchi...frosch
2016-10-30(svn r27673) -Add: [Win32] Thread names for windows debuggers.michi_cc
2015-02-22(svn r27167) -Fix: [SDL, Windows] Right-mouse-button scrolling scrolled/jumpe...frosch
2014-09-30(svn r26943) -Fix: [Win32] Silence a warning about comparison of signed and u...planetmaker
2014-04-28(svn r26538) -Codechange: remove double accounting of the driversrubidium
2014-04-27(svn r26522) -Add: A config-file-only setting to disable usage of 8bpp video ...frosch
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2014-02-23(svn r26367) -Fix: [Win32] Use a separate event to indicate that the drawing ...michi_cc
2014-02-23(svn r26366) -Fix: Protect the windows video driver from concurrent access (f...fonsinchen
2014-02-23(svn r26365) -Fix [FS#5867]: Don't draw the cursor when its sprite isn't read...fonsinchen
2014-02-22(svn r26360) -Revert (r25550) / Fix [FS#5922]: ClientSizeChanged is only call...frosch
2014-01-13(svn r26247) -Fix [FS#5854, FS#5855]: Possible out of bounds reads with the s...rubidium
2014-01-02(svn r26211) -Add: specialised non-animated SS2 blitter (MJP)rubidium
2014-01-02(svn r26209) -Codechange: remove some template magic and simplify some coderubidium
2013-11-16(svn r26009) -Fix: warning about conditional expression with enumeral with no...rubidium
2013-08-05(svn r25684) -Change: [Win32] Draw the composition string ourselves if possible.michi_cc
2013-08-05(svn r25682) -Change: [Win32] Position the IME candidate window at the caret ...michi_cc
2013-08-05(svn r25681) -Change: [Win32] Position the IME composition window at the care...michi_cc
2013-08-05(svn r25680) -Codechange: [Win32] Cancel the current IME composition when the...michi_cc
2013-08-05(svn r25679) -Codechange: [Win32] Get the result string of an IME input direc...michi_cc
2013-08-05(svn r25675) -Fix: [Win32] Handle DBCS characters correctly in the non-Unicod...michi_cc
2013-08-05(svn r25673) -Fix: [Win32] Use the right code page for converting ANSI string...michi_cc
2013-08-05(svn r25672) -Fix: [Win32] Handle Unicode characters from outside the BMP cor...michi_cc