- 06 Feb, 2009 29 commits
-
-
Dylan Smith authored
These calls to ME_WrapMarkedParagraphs never do anything, and don't make sense to be called in these places. These places are for ME_MoveCaret, and ME_ArrowHome, which both don't involve any text being modified, and all (direct and indirect) calls to these functions are done after the text has already been wrapped.
-
Dylan Smith authored
The value for nMaxChars can be found easier by using ME_GetTextLength.
-
Juan Lang authored
-
Aric Stewart authored
-
Aric Stewart authored
msctf: When a Context is created connect to the ITextStoreACP if provided and create and advise our ITextStoreACPSink.
-
Aric Stewart authored
-
Aric Stewart authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Andre Wisplinghoff authored
-
Ken Thomases authored
-
Marcus Meissner authored
-
Marcus Meissner authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Aric Stewart authored
-
Aric Stewart authored
-
David Hedberg authored
-
André Hentschel authored
-
Rob Shearman authored
The address varies on older versions of Windows and isn't really important.
-
Rob Shearman authored
The combination of CF_BITMAP and TYMED_GLOBAL isn't accepted on newer versions of Windows, so mark it as broken.
-
Juan Lang authored
-
Christoph von Wittich authored
-
- 05 Feb, 2009 11 commits
-
-
Alexandre Julliard authored
-
Aric Stewart authored
-
Marcus Meissner authored
-
Gerald Pfeifer authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Paul Vriens authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
The (MENUITEMINFO)->dwTypeData is really a string ... the joys of the Hungarian notation.
-
Michael Stefaniuc authored
The changes are for Win64 compatibility and match the DDK.
-