wininet: Store request object instead of handle in error dialog.
[wine] / dlls / d3drm /
2012-06-07  Michael Stefaniucd3drm/tests: Remove stray backslashes at end of lines.
2012-06-06  Christian Costad3drm: Implement IDirect3DRMMeshBuilderX_SetMaterial.
2012-06-06  Christian Costad3drm: Pass texture of mesh builder to newly created...
2012-06-06  Christian Costad3drm: Implement IDirect3DRMMesh_SetGroupTexture.
2012-06-05  Christian Costad3drm: Pass mesh builder color to newly created mesh.
2012-06-05  Christian Costad3drm: Implement IDirect3DRMMeshImpl_SetGroupColor.
2012-06-05  Christian Costad3drm: Load mesh color to mesh builder.
2012-06-05  Christian Costad3drm: Implement IDirect3DRMMesh_GetGroupColor.
2012-06-05  Christian Costad3drm: Implement IDirect3DRMMeshBuilderX_SetColor and...
2012-06-04  Francois GougetAssorted spelling fixes.
2012-06-01  Christian Costad3drm: Implement IDirect3DRMMeshImpl_SetGroupMaterial...
2012-06-01  Christian Costad3drm: Handle material list in mesh.
2012-05-30  Christian Costad3drm: Generate normals automatically when there are...
2012-05-30  Christian Costad3drm: Implement IDirect3DRMMeshImpl_GetGroupMaterial.
2012-05-30  Christian Costad3drm: Implement IDirect3DRMMesh_GetGroupTexture.
2012-05-30  Christian Costad3drm: Implement IDirect3DRMFrameXImpl_GetLights and...
2012-05-29  André Hentscheld3drm: Implement IDirect3DRMLight_[Get|Set]Range.
2012-05-29  André Hentscheld3drm: Implement IDirect3DRMLight_[Get|Set]Color and...
2012-05-29  André Hentscheld3drm: Implement IDirect3DRMLight_[Get|Set]Type.
2012-05-29  André Hentscheld3drm: Improve stub for IDirect3DRMWinDevice_HandleActi...
2012-05-29  André Hentscheld3drm: Implement width and height handling in device...
2012-05-29  André Hentscheld3drm: Implement IDirect3DRMDeviceX_[Get|Set]RenderMode.
2012-05-29  André Hentscheld3drm: Implement IDirect3DRMDeviceX_[Get|Set]Quality.
2012-05-29  André Hentscheld3drm: Implement IDirect3DRMDeviceX_[Get|Set]Dither.
2012-05-25  Christian Costad3drm: Add support for D3DRMLOAD_FROMFILE in IDirect3DR...
2012-05-24  Christian Costad3drm: Add stub interface for IDirectTextureX.
2012-05-24  Christian Costad3drm: Add some tests for mesh default material and...
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.
next