- 19 May, 2010 10 commits
-
-
Ilya Shpigor authored
-
Dylan Smith authored
The call to ME_SendSelChange cannot be done in ME_CommitUndo like it was before, because it must be done after wrapping. Native richedit controls send EN_CHANGE first, which is sent in ME_UpdateRepaint, so ME_SendSelChange must be before this notification in ME_UpdateRepaint.
-
Dylan Smith authored
Revert commit 049cf5ac richedit: Avoid notifying parent window in improper state. The commit was meant to fix a problem caused by ME_SendSelChange being called in ME_SendSelChange, but moving the calls to ME_CommitUndo caused a regression. So this patch reverts the previous commit, and my following patch will instead fix the bug by moving the call to ME_SendSelChange out of ME_CommitUndo.
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Andrew Eikum authored
This reverts commit 897f11d3.
-
Vincent Povirk authored
-
Jörg Höhle authored
-
Jörg Höhle authored
-
Jörg Höhle authored
-
- 18 May, 2010 30 commits
-
-
Dmitry Timoshkov authored
-
Dmitry Timoshkov authored
-
André Hentschel authored
-
André Hentschel authored
-
Andrew Eikum authored
-
Sven Baars authored
-
Maarten Lankhorst authored
-
Maarten Lankhorst authored
-
Jörg Höhle authored
-
Jörg Höhle authored
-
Jörg Höhle authored
-
Matteo Bruni authored
-
Nikolay Sivov authored
-
Michael Stefaniuc authored
LPDIEFFECT->rglDirection is a LPLONG.
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
This avoids switching to offscreen rendering in context_apply_blit_state() for a depth buffer that isn't going to be used anyway. This switch would be problematic for blits to the frontbuffer, since it's always onscreen. I.e., we'd be blitting to the screen, but with offscreen transforms.
-
Henri Verbeet authored
I merged this by accident in be43c867.
-
Michael Stefaniuc authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
Found by coccicheck.
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Alexandre Julliard authored
-
Nikolay Sivov authored
-