- 24 Feb, 2009 39 commits
-
-
Vincent Povirk authored
-
Alexandre Julliard authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Jeremy White authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Fix some tests on Win9x.
-
Jacek Caban authored
-
Jacek Caban authored
-
Aurimas Fischer authored
-
Dylan Smith authored
I tested without the ES_MULTILINE style, and found that wrapping doesn't occur where it normally would.
-
Dylan Smith authored
When all the text fits on the screen, the scrollbars are not shown from EM_SHOWSCROLLBAR. The message instead adds support for the specified scrollbar when lParam is TRUE, so that the scrollbar will be shown when sufficient text is in the document.
-
Dylan Smith authored
-
Dylan Smith authored
The scrollbar visibility can be changed from SetScrollRange or SetScrollInfo, but the visiblity that is a result of these calls are not consistent with the calculation made by richedit controls to decide whether to show or hide the scrollbars.
-
Dylan Smith authored
The vertical scrollbar is not shown when the ES_MULTILINE style isn't used, unless ES_DISBALENOSCROLL is also used.
-
Dylan Smith authored
-
Paul Bryan Roberts authored
-
Ken Thomases authored
-
Ken Thomases authored
The buffer is to be overwritten anyway, so there's no need to preserve its contents. Also, the old code leaked if the realloc were to fail. All in all, free-then-alloc is simpler.
-
Ken Thomases authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
kernel32/tests: Change to a win_skip() because we don't want to skip the GetConsoleCursorInfo(,NULL) test in Wine.
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Paul Vriens authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 23 Feb, 2009 1 commit
-
-
Andrew Nguyen authored
-