summaryrefslogtreecommitdiff
path: root/src/video/win32_v.cpp
AgeCommit message (Expand)Author
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
2013-08-05(svn r25671) -Codechange: Pass character and key code separately to the keybo...michi_cc
2013-08-05(svn r25667) -Fix: [Win32] Only forward key presses to the IME system if an e...michi_cc
2013-07-01(svn r25550) -Fix [FS#5571]: [Windows] Race condition between two drawing thr...rubidium
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2012-12-03(svn r24781) -Fix (r24762): [Win32] MinGW compiler warning.michi_cc
2012-11-25(svn r24762) -Fix [FS#5359]: [Win32] Don't crash when switching to an unsuppo...michi_cc
2012-07-10(svn r24394) -Fix (r24188): changing resolution didn't resize the windowglx
2012-04-30(svn r24189) -Fix: when going to fullscreen and back, restore to the resoluti...truebrain
2012-04-30(svn r24188) -Fix-ish [FS#5151] (r1): when changing the basics of a window (f...truebrain
2012-01-04(svn r23749) -Fix: [Win32] Work around a possible deadlock when initialising ...michi_cc
2011-12-15(svn r23527) -Codechange: unify colo(u)r as far as it goesrubidium
2011-12-10(svn r23482) -Change: [Win32] Move re-painting the window and doing palette a...michi_cc