- 18 Feb, 2009 22 commits
-
-
Michael Stefaniuc authored
- dwInstance and dwDriver are a DWORD_PTR. - acmF*Enum functions take a DWORD_PTR as 4th parameter. - The last parameter of SendDlgItemMessage and MSACM_Message is a LPARAM.
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
Fixes 63 Win64 compile warnings.
-
Huw Davies authored
gdi32: The special handling of the character codes metrics for symbol fonts should be based on the presence of the MS symbol charmap rather than whether the font is enumerated as SYMBOL_CHARSET.
-
Huw Davies authored
-
Rein Klazes authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Vincent Povirk authored
GdipCreateBitmapFromHBITMAP currently assumes that all bitmaps are top-down, even though a positive height (which it also assumes) signals a bottom-up DIB. The net result is that GdipCreateBitmapFromHBITMAP flips images vertically.
-
Vincent Povirk authored
-
Francois Gouget authored
We need to take into account the trailing NULL in envp.
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Juan Lang authored
-
Aric Stewart authored
-
Aric Stewart authored
-
Aric Stewart authored
-
Stefano Guidoni authored
-
Huw Davies authored
-
Huw Davies authored
-
- 17 Feb, 2009 18 commits
-
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
gdi32/tests: Win9x doesn't ensure the facename is nul terminated. Compare the logfont one element at a time.
-
Huw Davies authored
-
Huw Davies authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alexandre Julliard authored
-
Michael Stefaniuc authored
-
Stefan Dösinger authored
Add a new wined3d-internal PreLoad function to textures and surfaces that takes a parameter specifying wether the rgb or srgb texture should be loaded.
-
Stefan Dösinger authored
-
Stefan Dösinger authored
This reduces the number of srgb switching reloads quite a lot. The only situation in which a reload is needed is if the rgb copy is modified on the GL side and the srgb copy is needed.
-
Rob Shearman authored
ole32: Round the extected size in the marshal and moniker tests using the results of sizing a global, not a heap pointer. The rounding isn't the same on Win9x, and the size being compared to is that of a global handle.
-
Rob Shearman authored
-
Nikolay Sivov authored
-