- 06 Jan, 2009 38 commits
-
-
Rob Shearman authored
-
Andrew Talbot authored
-
Dylan Smith authored
When the character or paragraph format is changed the paragraph that is changed is already marked to be rewrapped, so ME_MarkAllForWrapping shouldn't be called. Since ME_RewrapRepaint uses this function, it shouldn't be called in these circumstances, since rewrapping all the text can cause noticable delays when working with a lot of text.
-
Dylan Smith authored
A common case for richedit controls are that a large amount of text is set initially with word wrap enabled. This causes the initially wrapping of the text, which also calculates the text length. After this the vertical scrollbar will be shown, which causes the text to be rewrapped again. After this there are two redundant rewraps that are done which this patch eliminates.
-
Dylan Smith authored
-
Alexandre Julliard authored
Pass parameters on the stack instead of retrieving them from the code stream; this ensures that the code contains only valid instructions.
-
Alexandre Julliard authored
Also assume that all register functions are stdcall.
-
Alexandre Julliard authored
Also assume that all register functions are stdcall.
-
Henri Verbeet authored
-
Henri Verbeet authored
Saves some space by not having unused entries is the arrays tracking these states.
-
Henri Verbeet authored
Ddraw and d3d8 already translate half of them, it turns out the lookup table actually saves lines there.
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Dylan Smith authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
Also fix the compiler warnings introduced by this change.
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
This improves the Win64 compatibility.
-
Michael Stefaniuc authored
Fix also the compiler warnings introduced by this change.
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Vincent Povirk authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Paul Vriens authored
-
Gerald Pfeifer authored
-
- 05 Jan, 2009 2 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-