- 16 Feb, 2009 31 commits
-
-
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
-
Aric Stewart authored
gdiplus: In GdipDrawString do not NULL terminate the buffer. It is unneeded and overruns the buffer.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 13 Feb, 2009 9 commits
-
-
Alexandre Julliard authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Hans Leidekker authored
-
Juan Lang authored
This is as much an experiment as anything. The tests currently time out, so I'm curious whether fixing some other failures will result in the timeout going away, or at least moving elsewhere.
-
Juan Lang authored
-
Juan Lang authored
-