- 12 Jan, 2009 40 commits
-
-
Andrey Turkin authored
-
Michael Karcher authored
-
Michael Karcher authored
-
Michael Karcher authored
-
Paul Vriens authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Dylan Smith authored
Windowless richedit control will not be able to call GetCapture without a handle to the host window (and there is no ITextHost_TxGetCapture method), but there is a ITextHost_TxSetCapture method available for setting and releasing the capture on the mouse. This means that the richedit control will need to keep track of whether it has captured the mouse or not to implement windowless richedit controls.
-
Dylan Smith authored
-
Dylan Smith authored
Previously the WM_NCCREATE was handled by the as if it was always for later versions, then the window proc for version 1.0 would make appropriate changes afterwards. Instead both versions should call the same function (e.g. ME_MakeEditor) and provide the value for bEmulateVersion10 to make the code clearer.
-
Dylan Smith authored
-
Dylan Smith authored
-
Dylan Smith authored
-
Dylan Smith authored
-
Andrey Turkin authored
-
Andrey Turkin authored
-
Andrey Turkin authored
-
Christian Costa authored
mciavi: In MCI, RECT structure is used differently: rc.right = width & rc.bottom = height so do the conversion when needed.
-
Chris Wulff authored
-
Chris Wulff authored
-
Ge van Geldorp authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Stefan Leichter authored
-
Christian Costa authored
-
Rico Schüller authored
-
Jacek Caban authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-
David Adam authored
-
Rob Shearman authored
The memory is uninitialised and so further unmarshalling shouldn't try to reuse any memory. fMustAlloc is always set to TRUE when allocating memory so that it is clear that the unmarshalling is safe and to avoid future problems with change or the code being copied.
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
Avoids a warning of a memory leak in Valgrind.
-
Rob Shearman authored
-
Michael Stefaniuc authored
-