index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video
/
win32_v.cpp
Age
Commit message (
Expand
)
Author
2019-04-18
Codechange: use std::vector for _resolutions
glx
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-04-06
Codechange: C++11 STL has a function for getting the number of CPU cores.
Michael Lutz
2019-04-06
Codechange: Replace custom thread code with C++11 thread objects.
Michael Lutz
2019-04-06
Codechange: Replace custom mutex code with C++11 mutex'es.
Michael Lutz
2019-01-17
Codechange: Remove unnecessarily defined functions under MinGW
Charles Pigott
2019-01-17
Fix: A few minor compile warnings under MinGW
Charles Pigott
2018-07-19
Feature: Framerate display window (#6822)
Niels Martin Hansen
2018-06-27
Fix: [Win32] Garbage in OS window title if branch name was too long.
Michael Lutz
2018-04-29
Remove: WinCE support
Patric Stout
2018-04-10
Codechange: [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 drivers
rubidium
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 code
rubidium
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 window
glx
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 goes
rubidium
2011-12-10
(svn r23482) -Change: [Win32] Move re-painting the window and doing palette a...
michi_cc
2011-12-08
(svn r23448) -Fix: keep a local copy of the palette in the 32bpp animated bli...
rubidium
2011-12-08
(svn r23446) -Codechange: move _cur_palette and it's related first/count dirt...
rubidium
[next]