imm32: Retrieve the graphics driver module from gdi32.
[wine] / dlls / d3drm /
2012-05-23  Christian Costad3drm: Material object is taken into account when a...
2012-05-23  Christian Costad3drm: Implement IDirect3DRMXImpl_CreateMaterial.
2012-05-23  Christian Costad3drm: Implement IDirect3DRMMaterial2 interface.
2012-05-23  Christian Costad3drm: Fix method name Material to CreateMaterial.
2012-05-23  Christian Costad3drm: Set vertices data of the created mesh.
2012-05-22  Christian Costad3drm: Implement IDirect3DRMMesh_GetVertices.
2012-05-22  Christian Costad3drm: Implement IDirect3DRMMesh_SetVertices.
2012-05-22  Christian Costad3drm: Implement IDirect3DRMMesh_GetGroup.
2012-05-21  Christian Costad3drm: Implement IDirect3DRMMesh_GetGroupCount.
2012-05-21  Christian Costad3drm: Improve IDirect3DRMMeshBuilder3_CreateMesh and...
2012-05-21  Christian Costad3drm: Implement IDirect3DRMMesh_AddGroup.
2012-05-21  Christian Costad3drm: Implement IDirect3DRMMeshBuilderX_Scale method.
2012-05-21  Francois Gougetd3drm: Make load_data() static.
2012-05-18  Christian Costad3drm: IDirect3DRM3_Load implementation is correct...
2012-05-17  Christian Costad3drm: Hande parent when creating a new frame.
2012-05-17  Christian Costad3drm: Improve traces of AddRef and Release of IDirect3...
2012-05-17  Christian Costad3drm: Display new ref in trace for AddRef and Release...
2012-05-17  Christian Costad3drm: Implement IDirect3DRMFrameX_AddTransform.
2012-05-17  Christian Costad3drm: Load transform matrix and aply it to the current...
2012-05-16  Christian Costad3drm: Free visual and light resources when releasing...
2012-05-16  Christian Costad3drm: Attach mesh to the parent frame if any.
2012-05-16  Christian Costad3drm: Load all sub-objects when a frame is found.
2012-05-16  Christian Costad3drm: Implement IDirect3DRMFrame2Impl_GetVisuals and...
2012-05-16  Christian Costad3drm: Move loading code from IDirect3DRM3Impl_Load...
2012-05-15  Christian Costad3drm: Retrieve mesh name at loading time. Implement...
2012-05-10  Christian Costad3drm: Move some unsafe_impl_from_* call to where varia...
2012-05-10  Christian Costad3drm/tests: Fix error message.
2012-05-09  Christian Costad3drm: Implement IDirect3DRMFrameX_GetTransform.
2012-05-07  Christian Costad3drm: Implement IDirect3DRMFrameX_GetChildren method...
2012-05-07  Christian Costad3drm: Implement IDirect3DRMFrameX_GetParent and update...
2012-05-02  André Hentscheld3drm/tests: Add tests for handling lights.
2012-05-02  André Hentscheld3drm: Implement IDirect3DRMFrameX_DeleteLight.
2012-05-02  André Hentscheld3drm: Implement IDirect3DRMFrameX_AddLight.
2012-05-02  André Hentscheld3drm: Add IDirect3DRMLight interface.
2012-05-01  André Hentscheld3drm/tests: Add tests for handling Visuals.
2012-05-01  André Hentscheld3drm: Implement IDirect3DRMFrameX_DeleteVisual.
2012-05-01  André Hentscheld3drm: Implement IDirect3DRMFrameX_AddVisual.
2012-04-20  Francois Gougetd3drm/tests: Make object_load_callback() static.
2012-04-17  Christian Costad3drm: Implement IDirect3DRMFrameX_DeleteChild.
2012-04-17  Christian Costad3drm: Implement IDirect3DRMFrameX_AddChild.
2012-04-16  Christian Costad3drm: Pass the first requested interface when notifyin...
2012-04-16  Michael Stefaniucd3drm: Remove leftover return statement (Smatch).
2012-04-11  Christian Costad3drm: Display filename when loading data from a file.
2012-04-02  Christian Costad3drm: Implement CreateMesh method and stubbed IDirect3...
2012-04-02  Christian Costad3drm: Add support for frame with fake data in IDirect3...
2012-04-02  Christian Costad3drm: Make IDirect3DRMMeshBuilderX stub return D3DRM_OK.
2012-03-29  Christian Costad3drm: Partial implementation of IDirec3DRM:Load method...
2012-03-29  Christian Costad3drm: Move mesh loading code into a separate function...
2012-03-26  Francois Gougetd3drm/tests: Fix compilation on systems that don't...
2012-03-16  Christian Costad3drm: Implement SetTextureCoordinates.
2012-03-16  Christian Costad3drm: If there is no texture coordinates in loaded...
2012-03-16  Christian Costad3drm: Add refcount info to AddRef and Release traces.
2012-03-16  Christian Costad3drm: Texture callback cannot be passed directly....
2012-03-16  Christian Costad3drm: Remove "partial stub" mention of forwarded methods.
2012-03-14  Christian Costad3drm: Complete Load method by adding normals indices...
2012-03-14  Christian Costad3drm: Get data from the right objects (sub-objects).
2012-03-14  Christian Costad3drm: Fix some tests conditions.
2012-03-13  Christian Costad3drm: Fix leakage of pData2 on error.
2012-03-13  Christian Costad3drm: Fix leakage of This->pCoords2d when releasing...
2012-03-13  Christian Costad3drm: Turn some FIXME into TRACE.
2012-03-13  André Hentscheld3drm/tests: Add GetParent NULL pointer test.
2012-03-13  André Hentscheld3drm/tests: Add tests for IDirect3DRMFrameArray_GetEle...
2012-01-23  André Hentscheld3drm/tests: Add more tests.
2012-01-23  André Hentscheld3drm: Forward all IUnknown methods from IDirect3DRMFrame3.
2012-01-20  André Hentscheld3drm: Forward all IUnknown methods to IDirect3DRM.
2012-01-20  André Hentscheld3drm: Reorder d3drm creation function to avoid forward...
2012-01-20  André Hentscheld3drm: Forward all IUnknown methods from IDirect3DRMMes...
2012-01-20  André Hentscheld3drm: Reorder meshbuilder creation function to avoid...
2012-01-20  André Hentscheld3drm: Reorder frame creation function to avoid forward...
2012-01-18  André Hentscheld3drm: Add IDirect3DRMViewport2 interface.
2012-01-18  André Hentscheld3drm: Reorder viewport creation function to avoid...
2012-01-18  André Hentscheld3drm: Forward all IUnknown methods from IDirect3DRMDev...
2012-01-18  André Hentscheld3drm: Add IDirect3DRMWinDevice interface.
2012-01-18  André Hentscheld3drm: Reorder device creation function to avoid forwar...
2012-01-16  André Hentscheld3drm: Add IDirect3DRMDevice3 interface.
2012-01-16  André Hentscheld3drm: Fix invocation of GetTextureCoordinates.
2012-01-13  André Hentscheld3drm: Implement GetVertices for IDirect3DRMMeshBuilder3.
2012-01-13  André Hentscheld3drm/tests: Add refcount testing.
2012-01-13  André Hentscheld3drm: Move GetTextureCoordinates from IDirect3DRMMeshB...
2012-01-13  André Hentscheld3drm: Add more partial stubs for device creation.
2012-01-13  André Hentscheld3drm: Add IDirect3DRMViewport interface.
2012-01-13  André Hentscheld3drm: Add IDirect3DRMDevice2 interface.
2012-01-13  André Hentscheld3drm: Move Load implementation to IDirect3DRMMeshBuilder3.
2012-01-13  André Hentscheld3drm: Add more Frame tests.
2012-01-13  André Hentscheld3drm: Add more MeshBuilder tests.
2012-01-13  André Hentscheld3drm: Fix QueryInterface forwarding.
2012-01-04  André HentschelAssorted header comment cleanup.
2012-01-04  André Hentscheld3drm: Add IDirect3DRMFrame3 interface.
2012-01-03  André Hentscheld3drm: Add IDirect3DRMFrame2 interface.
2011-12-29  André Hentscheld3drm: Add IDirect3DRM3 interface.
2011-12-29  André Hentscheld3drm: Add IDirect3DRMMeshBuilder3 interface.
2011-12-28  André Hentscheld3drm: Add IDirect3DRM2 interface.
2011-12-28  André Hentscheld3drm: Add IDirect3DRMMeshBuilder2 interface.
2011-12-27  André Hentscheld3drm: Fix the order of the IDirect3DRM methods.
2011-09-27  Francois Gougetd3drm/tests: Remove an unneeded assert.h include.
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-05-16  Marcus Meissnerd3drm: Mark internal symbols as hidden.
2010-11-29  Michael Stefaniucd3drm: Use an iface instead of a vtbl pointer in IDirec...
2010-11-29  Michael Stefaniucd3drm: Use an iface instead of a vtbl pointer in IDirec...
2010-10-01  Alexandre Julliardtests: Make some variables static.
next