- 24 May, 2011 1 commit
-
-
Marcus Meissner authored
-
- 11 Apr, 2011 1 commit
-
-
Michael Stefaniuc authored
-
- 13 Oct, 2009 1 commit
-
-
Sergey Khodych authored
-
- 30 Sep, 2009 1 commit
-
-
Dylan Smith authored
The parent window for the richedit control on creation is the one that receives notify messages, even after the parent has been changed using SetParent.
-
- 08 Sep, 2009 1 commit
-
-
Dmitry Timoshkov authored
-
- 26 Aug, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 15 Jun, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 13 Jun, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 06 Mar, 2009 1 commit
-
-
Dylan Smith authored
The documentation for TxNotify says that it is not called with the EN_MSGFILTER notification, so I made sure ME_FilterEvent didn't call this method.
-
- 11 Feb, 2009 1 commit
-
-
Francois Gouget authored
-
- 09 Feb, 2009 1 commit
-
-
Michael Stefaniuc authored
- A HWND can be safely marshaled over a LONG as its payload is not a pointer but a user handle. - Use GetWindowLongPtr instead of GetWindowLong to retrieve a pointer.
-
- 30 Jan, 2009 1 commit
-
-
Michael Stefaniuc authored
-
- 21 Jan, 2009 2 commits
-
-
Dylan Smith authored
Certain operations will simply not be done for windowless richedit controls, such as WM_PAINT which isn't done for windowless richedit controls since ITextServices provides a TxDraw method.
-
Dylan Smith authored
-