- 28 Jan, 2009 30 commits
-
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Marcus Meissner authored
-
Marcus Meissner authored
-
Dylan Smith authored
The internal style flags are used to determine whether to show or hide the scrollbar when ME_UpdateScrollBar is called. EM_SHOWSCROLLBAR seems to update this state in native richedit controls.
-
Dylan Smith authored
If the scrollbar style isn't initially used, then the scrollbar should be shown. Otherwise this can be a problem when the horizontal scrollbar is shown for a single line richedit control, since it will cover all the text (See bug 12088).
-
Dylan Smith authored
Previously a count of the carraige returns and line feeds were stored for end of paragraph runs, and a paragraph sign was stored as the actual string. This was causing many special cases where the length of the run needed to be determined differently if the run was or wasn't an end of paragraph run. There wasn't any use for storing the paragraph sign unless some drawing code gets commented out to allow the end paragraphs to be shown, therefore I changed the code to store the actual string that gets retrieved by WM_GETTEXT.
-
Austin English authored
-
Lei Zhang authored
-
Michael Stefaniuc authored
Fixes Win64 compiler warnings.
-
Michael Stefaniuc authored
The code path is taken when a valid wod isn't found. The loop thus doesn't call waveInMessage() for each wid but retries the same wrong wod.
-
Michael Stefaniuc authored
Return value is analog to what the ALSA and OSS driver are doing.
-
Alasdair Sinclair authored
-
Alasdair Sinclair authored
-
Alasdair Sinclair authored
-
Alasdair Sinclair authored
-
Anders Jonsson authored
-
Anders Jonsson authored
-
Marcus Meissner authored
-
Mikołaj Zalewski authored
comctl32: toolbar: Make sure all TBUTTON_INFO fields are initialized when a button is added in the middle.
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Hans Leidekker authored
-
- 27 Jan, 2009 10 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Frans Kool authored
-
Frans Kool authored
-
Michael Stefaniuc authored
The dde.c tests succeed on Windows and the DDE callback registered is set to trigger on all messages it gets. Thus it looks like Windows doesn't calls the callback in that case.
-
Alistair Leslie-Hughes authored
-
Andrew Nguyen authored
-
Florian Köberle authored
The code for the child windows works now for the standalone windows as well.
-