- 06 Oct, 2008 40 commits
-
-
Paul Vriens authored
-
Dmitry Timoshkov authored
-
Dmitry Timoshkov authored
-
Dmitry Timoshkov authored
-
Michael Karcher authored
-
Michael Karcher authored
-
Michael Karcher authored
-
Michael Karcher authored
-
Michael Karcher authored
Rename variables to help the reader following the xml traversal. While doing that, I encountered a possible typo, as node_list2 was never used after being acquired. This version now really tries to delete a grandchild and expects a failure.
-
Aric Stewart authored
-
Kirill K. Smirnov authored
-
Eric Pouech authored
-
Aric Stewart authored
x11drv: ime: In the update functions if we get a null string with a len report this and fix len to be 0 (Coverity 656 and 655).
-
Aric Stewart authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Dylan Smith authored
-
Dylan Smith authored
-
Marcus Meissner authored
-
Dylan Smith authored
-
Aric Stewart authored
-
Alistair Leslie-Hughes authored
-
Dylan Smith authored
-
Andrew Talbot authored
-
Dmitry Timoshkov authored
-
Paul Vriens authored
-
Marcus Meissner authored
-
Maarten Lankhorst authored
Fixes winmm:wave test hanging.
-
Maarten Lankhorst authored
Fixes failing dsound tests in wine.
-
Lei Zhang authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
wininet: Return error codes explicitly from URLCache functions instead of returning a BOOL and storing the error code in the last error value. This makes the code more efficient and allows errors from functions to be ignored without side-effects.
-
Rob Shearman authored
-
Rob Shearman authored
-
Henri Verbeet authored
-
Dylan Smith authored
-
Dylan Smith authored
The assertion was not valid, because it neglected to take into account the situation where a line break is forced with a MERF_ENDROW run (caused by \line control word or pressing Shift-Enter). This means that spaces can cause a line wrap after a forced line break as well as after a paragraph break, so we cannot assert that it is the first row in the paragraph.
-
Dylan Smith authored
The test for EM_GETLINE was testing to make sure the null terminating character was written at the end of the text as long as the buffer was long enough, and also tested to make sure that no other bytes were written after this null terminating character. This is consistent with Windows 2000 and up, but not for previous versions of Windows.
-