- 18 Aug, 2008 40 commits
-
-
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.
-
Frans Kool authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Andrew Talbot authored
-
Kirill K. Smirnov authored
-
James Hawkins authored
-
James Hawkins authored
-
Paul Vriens authored
-
Huw Davies authored
-
Huw Davies authored
wineps.drv: Make sure we call CreateFontIndirect with zero width, otherwise we'll get a scaled-width font.
-
Rob Shearman authored
Use TLB_MultiByteToBSTR to allocate import library entry name in ITypeLib2_Constructor_MSFT as BSTR instead of a normal block of memory to make the allocator the same as for SLTG typelibs. Free the name with SysFreeString instead of TLB_Free.
-
Rob Shearman authored
-
Rob Shearman authored
rpcrt4: Fix RpcStringBindingComposeA/W and RpcStringBindingParseA/W to escape and unescape delimiters in the string binding. This behaviour is stated by the DCE/RPC specification and is also shown in the rpcrt4 conformance tests.
-