- 06 Jan, 2009 35 commits
-
-
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 5 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Ge van Geldorp authored
-
Ge van Geldorp authored
wininet/tests: INTERNET_STATUS_CLOSING_CONNECTION and ..._CONNECTION_CLOSED callbacks can appear after ..._REQUEST_COMPLETE.
-