- 25 Feb, 2008 19 commits
-
-
Alexandre Julliard authored
-
Roderick Colenbrander authored
-
Roderick Colenbrander authored
-
Roderick Colenbrander authored
-
Roderick Colenbrander authored
-
Roderick Colenbrander authored
-
Rob Shearman authored
comctl32: Rename the dwStyle and dwOldStyle variables in LISTVIEW_SetExtendedListViewStyle to more accurately reflect their purpose. This also fixes local variable shadowing in the function, which should be avoided for purposes of code readability.
-
Rob Shearman authored
comctl32: Fix local variable shadowing in load_string by moving len to the block in which it is actually used.
-
Rob Shearman authored
-
Rob Shearman authored
shdocvw: The default value for the "CLSID\%CLSID_Internet" key isn't set on Windows, so we shouldn't set it either.
-
Rob Shearman authored
-
Rob Shearman authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Gerald Pfeifer authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
- 22 Feb, 2008 21 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alistair Leslie-Hughes authored
-
James Hawkins authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Dan Hipschman authored
-
Roderick Colenbrander authored
-
Frans Kool authored
-
Andrew Talbot authored
-
Maarten Lankhorst authored
-
Roderick Colenbrander authored
-
Roderick Colenbrander authored
-
Roderick Colenbrander authored
wined3d: In DirectDraw a palette is a property of a surface while in d3d8/9 it is a property of a device.
-
Roderick Colenbrander authored
-
Roderick Colenbrander authored
-
Stefan Leichter authored
-
Rob Shearman authored
Sync the application's bits in SetDIBits if the input bits are in exactly the same format and the size of the image is small enough not to cause a performance hit (in case the application doesn't get ever access the bits directly).
-
Rob Shearman authored
gdi32: Optimise StretchBlt for the case where no stretching is being done and the whole image is being set. In this case, we can just call SetDIBits which is likely to be a lot faster.
-
Alexandre Julliard authored
-