- 19 Dec, 2008 19 commits
-
-
Paul Vriens authored
-
Juan Lang authored
-
Nikolay Sivov authored
-
Christian Costa authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Hwang YunSong(황윤성) authored
-
Stefan Dösinger authored
This is a first step towards cleaning up the fog mess. The fog parameter is added to the pixelshader compile args structure. That way multiple pshaders are compiled for different fog settings, and the pixel shader can remove the fog line if fog is not enabled. That way we don't need special fog start and end settings, and this allows us to implement EXP and EXP2 fog in the future too.
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
Only a first step, many more occasions need fixing. This is an easy one though.
-
Stefan Dösinger authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Hans Leidekker authored
Based on work done by Maarten Lankhorst.
-
- 18 Dec, 2008 21 commits
-
-
Jörg Höhle authored
-
Paul Vriens authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Hans Leidekker authored
wintrust: Implement CryptCATAdminAddCatalog, CryptCATAdminReleaseCatalogContext and CryptCATAdminReleaseContext. Based on work done by Maarten Lankhorst.
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Dylan Smith authored
The formatting rectangle is set with EM_SETRECT, and retrieved with EM_GETRECT, so it corresponds to rcFormat in the code. This defines the area that the richedit control should draw the text so that it is offset by the top-left corner of the formatting rectangle, and clipped so that it doesn't draw past the bottom or right hand side. Thus this is important for implementing windowless richedit controls to not interfere with the rest of the window.
-
Dylan Smith authored
These tests show that there are problems with the way formatting rectangles are currently implemented in wine.
-
Dylan Smith authored
There were several methods that do not have a HRESULT for a return value, so returning E_NOTIMPL is not appropriate. For all the BOOL return values FALSE was returned to indicate the operation was not performed.
-
Rico Schüller authored
-
Aric Stewart authored
Includes a few record tests with a NULL buffer.
-
Aric Stewart authored
-
Aric Stewart authored
x11drv: Allow ActivateKeyboardLayout to set the keyboard for the thread and GetKeyboardLayout to return the stored keyboard.
-
Aric Stewart authored
x11drv: If a keyboard layout is an IME only check the loword when comparing to the x11 keyboard layout.
-
Paul Vriens authored
-
Jörg Höhle authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-