- 08 May, 2007 35 commits
-
-
Rob Shearman authored
to return information for OriginalCatalogName based on information in the installed inf file.
-
Rob Shearman authored
-
Rob Shearman authored
ole32: Don't release the drop target on process uninitialisation if not revoked, just release the memory.
-
Misha Koshelev authored
-
Misha Koshelev authored
-
Alexandre Julliard authored
-
Rolf Kalbermatter authored
-
Rolf Kalbermatter authored
-
Rolf Kalbermatter authored
-
Rolf Kalbermatter authored
-
Dmitry Timoshkov authored
user32: Windows doesn't send the initialization messages to a dialog if a passed in dlgProc is NULL.
-
Detlef Riekenberg authored
-
Alexandre Julliard authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
ole32: Add documentation about registered class objects only being visible in the apartment in which they were registered.
-
Rob Shearman authored
ole32: Fix CoRevokeClassObject to return RPC_E_WRONG_THREAD if it was called from a different apartment than the one that called CoRegisterClassObject.
-
Rob Shearman authored
ole32: Split CoRevokeClassObject into a separate function, COM_RevokeRegisteredClassObject, which acts on a RegisteredClass object.
-
Rob Shearman authored
ole32: COM_GetRegisteredClassObject should only retrieve objects that were registered in the current apartment.
-
Rob Shearman authored
ole32: Add tests for in-process registered class objects not being visible from different apartments.
-
Rob Shearman authored
ole32: Revoke registered class objects when the apartment they were registered in is destroyed, not when the last CoUninitialize is called.
-
Rob Shearman authored
-
Rob Shearman authored
-
Misha Koshelev authored
-
Misha Koshelev authored
-
Misha Koshelev authored
-
Misha Koshelev authored
-
Misha Koshelev authored
-
Misha Koshelev authored
-
Misha Koshelev authored
-
Misha Koshelev authored
This makes a more general framework for interface/object-specific data storage.
-
Misha Koshelev authored
This fixes the parameter names to match native as they are required by some scripting languages and by the exceptions that are thrown.
-
Mounir IDRASSI authored
-
Detlef Riekenberg authored
-
Louis Lenders authored
-
- 07 May, 2007 5 commits
-
-
Stefan Dösinger authored
-
Stefan Dösinger authored
WineD3D sets up the viewport according to the front buffer, so this needs to be changed to the values of the render target passed when the d3d7 device is created and this device turns out not to be the known front or back buffer.
-
Stefan Dösinger authored
Height * Pitch is not a valid way to calculate the surface size for DXTn surfaces. Instead of messing with format specific formulas just use the size stored in the destination surface.
-
Stefan Dösinger authored
Compressed surfaces in ddraw do not have a pitch, instead the full surface size is reported. Also adds tests for the extact behavior and surface flags set.
-
Damjan Jovanovic authored
-