wine
2012-04-05  Hans Leidekkerkernel32: GetModuleHandleEx already clears the module...
2012-04-05  Hans Leidekkerkernel32: Clear the module handle on failure in GetModu...
2012-04-05  Hans Leidekkerkernel32: Return failure from GetModuleHandleEx if...
2012-04-05  Hans Leidekkerkernel32/tests: Add tests for GetModuleHandleEx.
2012-04-05  Daniel Jelinskicomctl32/tests: Added tests for treeview TVM_HITTEST...
2012-04-05  Eric Pouechwinedbg: Fix set instruction when sizeof(int) <> sizeof...
2012-04-05  Henri Verbeetddrawex: Don't return a pointer to the implementation...
2012-04-05  Henri Verbeetddrawex: Don't return a pointer to the implementation...
2012-04-05  Henri Verbeetd3dx9: Also print the format as FOURCC in get_format_in...
2012-04-05  Henri Verbeetwined3d: Properly determine the viewport size for front...
2012-04-05  Andrew Eikumwineoss.drv: Prefix device names with direction indication.
2012-04-05  Andrew Eikumwinealsa.drv: Prefix device names with direction indica...
2012-04-04  Alexandre Julliardmsvcrt: Use macros to define exception type info struct...
2012-04-04  Alexandre Julliardmsvcrt: Use macros to define RTTI data.
2012-04-04  Alexandre Julliardmsvcp90: Use the correct vtable pointer for type_info...
2012-04-04  Alexandre Julliardmsvcp60: Use the correct vtable pointer for type_info...
2012-04-04  Alexandre Julliardmsvcp60: Use DEFINE_RTTI_DATA to initialize exception...
2012-04-04  Alexander Morozovadvapi32: Regular program should not freeze forever...
2012-04-04  Jacek Cabanjscript: Avoid cleaning an uninitialized variable.
2012-04-04  Vincent Povirkgdiplus: Implement path gradient transform setters.
2012-04-04  Vincent Povirkgdiplus: Set the wrap mode in the path gradient constru...
2012-04-04  Vincent Povirkgdiplus: Default path gradient center color depends...
2012-04-04  Huw Davieswineps: Add a helper to retrieve the font substitution...
2012-04-04  Huw Davieswineps: Change the printer info list into a standard...
2012-04-04  Huw Davieswineps: Fix a memory leak.
2012-04-04  Huw Davieswineps: Move some allocations to the process heap.
2012-04-04  Jacek Cabanmshtml: Added IHTMLWindow2::onerror semi-stub implement...
2012-04-04  Piotr Cabanwininet: Only mark elements as deleted in DeleteUrlCach...
2012-04-04  Aric Stewartquartz: COM cleanup for DSoundRenderImpl.
2012-04-04  Aric Stewartstrmbase: Add IMediaPosition implementation to PosPassThru.
2012-04-04  Aric Stewartstrmbase: Fix issues with new quality control implement...
2012-04-04  Jacek Cabandevenum: Removed useless structs.
2012-04-04  Jacek Cabanmshtml: Use helper for IHTMLStyle::put_zIndex implement...
2012-04-04  Jacek Cabanmshtml: Use helper for IHTMLStyle::get_left implementation.
2012-04-04  Jacek Cabanmshtml: Use helper for IHTMLStyle::get_top implementation.
2012-04-04  Jacek Cabanmshtml: Use helper for IHTMLStyle::get_height implement...
2012-04-04  Jacek Cabanmshtml: Use helpers for IHTMLStyle::put_verticalAlign...
2012-04-04  Andrew Eikummmdevapi: Use device GUIDs as unique identifiers.
2012-04-04  Andrew Eikumwinecoreaudio.drv: Use device GUIDs as keys.
2012-04-04  Andrew Eikumwineoss.drv: Use device GUIDs as keys.
2012-04-04  Andrew Eikumwinealsa.drv: Use device GUIDs as keys.
2012-04-04  Henri Verbeetddraw: Remove some interfaces from IDirect3DDeviceImpl_...
2012-04-04  Henri Verbeetddraw: Replace an ERR in IDirect3DDeviceImpl_7_QueryInt...
2012-04-04  Henri Verbeetddraw: Keep track of the ddraw version used to create...
2012-04-04  Henri Verbeetntdll: Use the copy of the section headers for applying...
2012-04-04  Henri Verbeetntdll: Free the correct section headers copy in map_ima...
2012-04-04  Christian Costaamstream: Implement IAMMultiMediaStreamImpl_SetState.
2012-04-04  Christian Costaamstream: Implement IAMMultiMediaStreamImpl_Seek.
2012-04-04  Christian Costaamstream: Add CLSID_AMAudioData implementation.
2012-04-03  Piotr Cabanwininet: Set uninitialized memmory to 0xdeadbeef in...
2012-04-03  Piotr Cabanwininet: Mark empty fields in the same way while hash...
2012-04-03  Piotr Cabanwininet: Correctly set next hash table offset.
2012-04-03  Piotr Cabanwininet: Store element type and state in hash table...
2012-04-03  Huw Davieswineps: Store the unicode version of the printer name...
2012-04-03  Huw Davieswineps: Store the document title as a unicode string.
2012-04-03  Huw Davieswineps: Move some structs to the process heap.
2012-04-03  Huw Davieswineps: Free the output string from the correct heap.
2012-04-03  Andrew Eikummmddk.h: Remove unused, Wine-specific WinMM defines.
2012-04-03  Huw Davieswinspool: Remove a FIXME now that we don't ignore the...
2012-04-03  Huw Davieswinspool/tests: Add some tests for OpenPrinter with...
2012-04-03  Huw Davieswinspool: Correct the padding calculation when there...
2012-04-03  Huw Davieswinspool: Initialise portname.
2012-04-03  Jacek Cabanmshtml: Added IHTMLMetaElement::get_httpEquiv implement...
2012-04-03  Jacek Cabanmshtml: Added IHTMLMetaElement::get_content implementation.
2012-04-03  Jacek Cabanmshtml: Added IHTMLMetaElement::get_name implementation.
2012-04-03  Christian Costadmusic: Check return codes and display name from port...
2012-04-03  Christian Costadmusic: Enumerate ports for midi out and midi in device...
2012-04-03  Aric Stewartstrmbase: COM cleanup for PosPassThru.
2012-04-03  Aric Stewartquartz: Change VideoRenderer to use strmbase's BaseCont...
2012-04-03  Aric Stewartquartz: Convert VideoRenderer to use strmbase's BaseCon...
2012-04-03  Aric Stewartstrmbase: Remove QualityControlImpl from the general...
2012-04-03  Aric Stewartquartz: Convert VideoRenderer to use strmbase BaseRenderer.
2012-04-03  Aric Stewartquartz: Have the VideoRenderer use strmbase BaseWindow.
2012-04-03  Aric Stewartstrmbase: Implement renderer quality control into the...
2012-04-03  Michael Stefaniucdevenum: COM cleanup for IParseDisplayName.
2012-04-03  Michael Stefaniucdevenum: Don't use DEVENUM_IPropertyBag_AddRef method...
2012-04-03  Michael Stefaniucdevenum: COM cleanup for IMoniker (MediaCatMoniker).
2012-04-03  Michael Stefaniucdevenum: COM cleanup for IEnumMoniker.
2012-04-03  Michael Stefaniucdevenum: COM cleanup for ICreateDevEnum.
2012-04-03  Henri Verbeetd3d9: Don't return a pointer to the implementation...
2012-04-03  Henri Verbeetd3d9: Don't return a pointer to the implementation...
2012-04-03  Henri Verbeetddraw/tests: Add some QueryInterface() tests for surfaces.
2012-04-03  Henri Verbeetddraw: Surface versions before 7 return E_INVALIDARG...
2012-04-03  Henri Verbeetddraw: The various D3D device interfaces can't be queri...
2012-04-03  Carlo Braminiinclude: mimeole.idl: Fix typo in ADDRESSPROPS structure.
2012-04-02  Alexandre Julliardwinex11: Fix a potential deadlock in the GradientFill...
2012-04-02  Kusanagi Kouichigdi32: Improve font cache.
2012-04-02  Daniel Jelinskicomctl32/tests: Added test for treeview expand notifica...
2012-04-02  Dmitry Timoshkovuser32: SetWindowPos() should check the final window...
2012-04-02  Dmitry Timoshkovuser32: SetParent() should use ShowWindow() to make...
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-04-02  Andrew Eikumdsound: Validate and correct wValidBitsPerSample in...
2012-04-02  Jacek Cabanmshtml: Fixed status text cache implementation.
2012-04-02  Jacek Cabanmshtml: Added IHTMLMetaElement stub implementation.
2012-04-02  Jacek Cabanmshtml.idl: Added IHTMLMetaElement* declarations.
2012-04-02  Jacek Cabanmshtml.idl: Added DispHTMLMetaElement declaration.
2012-04-02  Huw Davieswineps: Use the unicode version of StartDocPrinter.
2012-04-02  Huw Davieswinspool: Propagate the printer's devmode to a new...
next