- 22 Feb, 2008 3 commits
-
-
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
-
- 21 Feb, 2008 37 commits
-
-
Alexandre Julliard authored
-
Aric Stewart authored
coreaudio: Set mDataByteSize of the buffer to the amount data provided. Greatly helps reduce audio corruption on buffer underflows.
-
Louis Lenders authored
-
Rob Shearman authored
RegEnumKeyExW takes a character count for the key name, not a byte count.
-
Rob Shearman authored
This reverts commit 6886a49c. RegQueryValueExW takes a byte count, not a character count (spotted by Detlef Riekenberg).
-
Rob Shearman authored
dplayx: Fix incorrect check in DirectPlayLobbyAImpl_EnumLocalApplications and IDirectPlayLobbyAImpl_EnumAddressTypes. Dereferencing a function pointer and checking it against NULL doesn't make any sense, so remove the checks.
-
Rob Shearman authored
Dereferencing a function pointer and checking it against NULL doesn't make any sense, so remove the check.
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
Some files use wine/exception.h without also including excpt.h, but excpt.h is needed when using native exception handling.
-
Huw Davies authored
-
Alexandre Julliard authored
-
Mikołaj Zalewski authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Dmitry Timoshkov authored
-
Andrew Talbot authored
-
Rob Shearman authored
Instead only clear the number of bytes requested and mark the remainder as uninitialised.
-
Rob Shearman authored
ntdll: Fix the use of oldSize in RtlReAllocateHeap as both the size of the old block and the number of bytes used in the old block.
-
Alexandre Julliard authored
-
James Hawkins authored
-
James Hawkins authored
-
James Hawkins authored
-
James Hawkins authored
-
Alexander Dorofeyev authored
-
Alexander Dorofeyev authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Mikołaj Zalewski authored
-
Mikołaj Zalewski authored
-
Mikołaj Zalewski authored
-
Chris Robinson authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-