- 19 Jan, 2009 12 commits
-
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Gerald Pfeifer authored
-
Dylan Smith authored
-
Dylan Smith authored
-
Dylan Smith authored
-
Detlef Riekenberg authored
-
Huw Davies authored
comdlg32: We need to be able to type the decimal separator into the margin edit controls so ES_NUMBER is no use. Subclass them and filter WM_CHAR instead.
-
Huw Davies authored
-
Huw Davies authored
comdlg32: Set the margins groupbox title to reflect whether we are using metric or imperial measurements.
-
Huw Davies authored
-
- 16 Jan, 2009 25 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Michael Stefaniuc authored
-
Huw Davies authored
-
Huw Davies authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
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 3 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
-