- 16 Feb, 2009 40 commits
-
-
Michael Stefaniuc authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Rein Klazes authored
Ownerdraw status bar should update on receiveing a SB_SETTEXT message, even if the 'text' parameter has not changed. Fix with conformance test.
-
Rein Klazes authored
-
David Adam authored
-
David Adam authored
-
David Adam authored
-
David Adam authored
-
David Adam authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Nikolay Sivov authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Rob Shearman authored
widl: Call Pointer function for freeing non-conformant strings and for all phases for returned non-conformant strings, as is done for conformant strings. Also call Pointer functions for any string that isn't a reference pointer.
-
Rob Shearman authored
Document how much of hack duplicating a type in order to change its pointer type is.
-
Rob Shearman authored
It's slightly quicker than calling pointer phase functions and does the same job.
-
Rob Shearman authored
The generated code should use NdrSimpleType{Marshall,Unmarshall} instead of direct buffer access, since the memory size isn't always equal to the size on the wire and extra checks.
-
Aric Stewart authored
-
Jeremy White authored
-
Jeremy White authored
-
Jeremy White authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
user32/tests: Add a couple of optional message, mark as todo a test that now fails consistently on Wine.
-
Alexandre Julliard authored
-
Alistair Leslie-Hughes authored
-
Aurimas Fischer authored
-
Aurimas Fischer authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
The tests were overly restrictive. The functions are supposed to return values less than 0, 0, or greater than 0, whereas the tests restricted the return values to -1, 0, or 1. Using less than 0/greater than 0 comparisons rather than == -1 or == 1 should fix a few failing tests, and match the API descriptions better.
-
Juan Lang authored
-