- 16 Jan, 2009 15 commits
-
-
Henri Verbeet authored
Other than being a bit nicer than passing function pointers all over the place, this helps dxgi/d3d10. While the swapchain itself is created in dxgi, its surfaces are constructed in d3d10core, which makes it impractical for dxgi to pass the appropriate function pointers.
-
Jeff Latimer authored
-
Ge van Geldorp authored
-
Dylan Smith authored
EM_GETPARAFORMAT previously would overwrite the cbSize field with the size of PARAFORMAT2, would read past the end of the struct, and might indicate that PARAFORMAT2 fields are valid using the mask regardless of the value of cbSize.
-
Dylan Smith authored
If a EM_SETPARAFORMAT message is sent to the richedit control with bits in the dwMask field that correspond to PARAFORMAT2 fields, then these fields should be ignored. Instead data was copied from outside of the structure.
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Austin English authored
-
Dylan Smith authored
-
Dylan Smith authored
Using the WS_VSCROLL style causes the ES_AUTOVSCROLL option to be set, and using the WS_HSCROLL style causes the ES_AUTOHSCROLL flag to be set (except with richedit v1.0).
-
Dylan Smith authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 15 Jan, 2009 25 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
user32/tests: Add support for testing only some bits of wparam or lparam. Make some more messages optional.
-
Alexandre Julliard authored
-
Hans Leidekker authored
-
Dylan Smith authored
-
Dylan Smith authored
-
Paul Bryan Roberts authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alexandre Julliard authored
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
comdlg32: If a measurement system isn't specified use the default one and update the Flags field to reflect this.
-
Andrey Turkin authored
-
Henri Verbeet authored
This gives a minor performance improvement.
-
Henri Verbeet authored
-
Henri Verbeet authored
Based on a patch by Mike Ruprecht.
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Michael Stefaniuc authored
-