- 18 Aug, 2008 40 commits
-
-
Rob Shearman authored
This makes it more obvious what the code is doing.
-
Rob Shearman authored
This makes it more obvious what the code is doing.
-
Rob Shearman authored
-
Rob Shearman authored
msrle32: Fix uses of arithmetic operators on Boolean types in MSRLE32_CompressRLE4Line and MSRLE32_CompressRLE8Line. The "extra_byte" variable is used as though it contains an integer rather than a TRUE/FALSE value so make it into an integer.
-
Rob Shearman authored
Use a conditional operator to get the same result, but improving readability of the code.
-
Rob Shearman authored
Also compare the result of IOleObject_QueryInterface with S_OK instead of using not operator so it is more clear what the code is doing.
-
Rob Shearman authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Jeff Latimer authored
-
Jeff Latimer authored
-
Jeff Latimer authored
-
Jeff Latimer authored
-
Jeff Latimer authored
-
Vladimir Pankratov authored
-
Lei Zhang authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Dylan Smith authored
-
Dylan Smith authored
-
Dylan Smith authored
-
Dylan Smith authored
-
Dylan Smith authored
-
Dylan Smith authored
For simple tables cells are represented with tabs, and a table row is ended at the end of the paragraph, so native richedit controls substitute spaces for \tab and \par rich text format control words.
-
Dylan Smith authored
The values returned by EM_SETPARAFORMAT and EM_GETPARAFORMAT previously indicated an error, and the included tests shows that Windows behaves as documented.
-
Rob Shearman authored
-
Rob Shearman authored
IWineD3DDevice_GetSoftwareVertexProcessing returns a BOOL, not an HRESULT.
-
Rob Shearman authored
-
Rob Shearman authored
cryptnet: Fix mismatch between sizeof and countof quantities in CRYPT_GetUrlFromCertificateCRLDistPoint. nextUrl is of type "WCHAR *" so don't multiply the length by "sizeof(WCHAR)" when incrementing the pointer.
-
Michael Karcher authored
Based on a patch from Austin English.
-
Jeff Zaroyko authored
-
Michael Karcher authored
-
Christian Costa authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Lei Zhang authored
-
Will Tipton authored
comctl32: Added input validation to TOOLTIPS_GetTextW() in order to handle gracefully the case where it is called with an empty tooltip.
-