- 06 Mar, 2007 19 commits
-
-
Byeong-Sik Jeon authored
-
Alexandre Julliard authored
wineps.drv: Return correct values for DESKTOPHORZ/VERTRES since they are used to setup the visible region.
-
Alexandre Julliard authored
(spotted by Alessandro Pignotti).
-
Dmitry Timoshkov authored
winex11.drv: Do not ignore the keysyms assigned to a group switch, it leads to side effects like missing KeyRelease events.
-
Dmitry Timoshkov authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Rob Shearman authored
Only objects that have been registered for a class context that matches the requested class context should be returned.
-
Rob Shearman authored
ole32: OleLoad should call CoCreateInstance with CLSCTX_INPROC_SERVER as well as CLSCTX_INPROC_HANDLER.
-
Rob Shearman authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Mike Schaadt authored
-
Aric Stewart authored
-
- 05 Mar, 2007 21 commits
-
-
Paul Vriens authored
-
Paul Vriens authored
-
Chris Robinson authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Michael Stefaniuc authored
-
Rob Shearman authored
-
Rob Shearman authored
This ensures that applications that change the strings received in status callbacks don't affect the data needed to successfully connect to the correct server.
-
Rob Shearman authored
-
Rob Shearman authored
Add a test to show that PackageCode is set by MSI.
-
Rob Shearman authored
Create an array of handles to wait on so that we can wait without holding a critical section.
-
Rob Shearman authored
Add tests for these properties. Update the todo list of properties to set.
-
Joris Huizer authored
-
Joris Huizer authored
-
Joris Huizer authored
-
Stefan Dösinger authored
When drawing processed vertices with the fixed function pipeline the projection matrix is set up to map y values from 0 to height to 1.0; -1.0(gl and d3d coord systems are flipped). This moves the y axis to the bottom of the drawing area. When later on the y inversion matrix is applied for offscreen rendering, the coordinate system will get flipped out of the viewport. This patch sets the Y range up upside down when using offscreen rendering, so the invymat will flip it to the correct position. This has to happen before the 0.375 pixel correction.
-
Stefan Dösinger authored
It was incorrect to disable the scissor test for full surfaces in my clear patch. With back buffer offscreen rendering the viewport does not seem to restrict clearing, and with different sizes of depth stencil and color buffer the final fantasy XI demo seems to expect the clear to be restricted.
-
Chris Robinson authored
-