iccvid: New Spanish translations.
[wine] / dlls /
2010-02-15  José Manuel Ferrer... iccvid: New Spanish translations.
2010-02-15  José Manuel Ferrer... hhctrl.ocx: New Spanish translations.
2010-02-15  Alexandre Julliardntdll/tests: Use correct access rights in the NtOpenKey...
2010-02-15  Jörg Höhlewinex11: Add vkey codes for functions keys upto F24.
2010-02-15  Jörg Höhlewinex11: Initialize KeyPressEvent for XmbLookupString.
2010-02-15  Hans Leidekkermsi: Add tests for creating and removing shortcuts.
2010-02-15  Hans Leidekkermsi: Implement the RemoveShortcuts standard action.
2010-02-15  Christian Costad3drm: Make IDirect3DRMMeshBuilderImpl_Load handle...
2010-02-15  Christian Costad3drm: Remove wrong description.
2010-02-15  Alexander Nicolays... dsound/tests: Test querying for KsPropertySet on primar...
2010-02-15  Vincent Povirkole32: Add error checking to StorageBaseImpl_CreateStorage.
2010-02-15  Vincent Povirkole32: Add error checking to StorageBaseImpl_CreateStream.
2010-02-15  Vincent Povirkgdiplus: Convert formats that can't be drawn by gdi32...
2010-02-15  Vincent Povirkgdiplus: Implement GdipGetTextureImage.
2010-02-15  Vincent Povirkgdiplus: Store an image in texture brushes, and use...
2010-02-15  Vincent Povirkgdiplus: Use GdipCloneBitmapArea to get bitmap areas...
2010-02-15  Vincent Povirkgdiplus: Copy hatch brushes using the create function.
2010-02-15  Dan Kegelntdll: Fix leak in test_symlinks.
2010-02-15  Kusanagi Kouichiuser32: Consolidate empty string.
2010-02-15  Jeremy Whitewineps.drv: Prevent psdrv tracing from crashing on...
2010-02-15  Paul Chitescuqedit: Add media type enumerator to SampleGrabber.
2010-02-15  Paul Chitescuqedit: Add pins enumerator implementation to SampleGrabber.
2010-02-15  Paul Chitescuqedit: Add current media type and media matching to...
2010-02-15  Paul Chitescuqedit: Add pins, IMemInputPin implementation and grabbi...
2010-02-12  Paul Vriensmsi/tests: Fix a test failure on Win9x/WinMe.
2010-02-12  Paul Vriensrcprt4/tests: Don't crash on NT4 or lower.
2010-02-12  Alexandre Julliardntdll/tests: Add tests for registry symlinks.
2010-02-12  Alexandre Julliardntdll/tests: Test NtOpenKey with an existing key.
2010-02-12  Alexandre Julliardntdll/tests: Fix a few function prototypes in the regis...
2010-02-12  Alexandre Julliarduser32: Don't forward WM_SETCURSOR to the desktop window.
2010-02-12  Jörg Höhlemciavi: Support more MCI_STATUS queries.
2010-02-12  Jörg Höhlemciavi: Step is like Seek.
2010-02-12  Jörg Höhlemciavi: Support the MCI_TEST flag.
2010-02-12  Jörg Höhlemciavi: Use MCIERR_UNSUPPORTED_FUNCTION, not 0 (NOERROR).
2010-02-12  Jörg Höhlemciavi: First check inputs, then (perhaps) stop and...
2010-02-12  Jörg Höhlemciqtz32: Complete MCI GetDevCaps/capability.
2010-02-12  Jörg Höhlemciseq: Fix error code path in async command execution.
2010-02-12  Detlef Riekenbergshlwapi: Return the correct length from GetAcceptLangua...
2010-02-12  Detlef Riekenbergshlwapi: Return the correct results in GetAcceptLanguagesW.
2010-02-12  Detlef Riekenbergshlwapi/tests: Remove GetLastError tests for GetAcceptL...
2010-02-12  Rico Schüllerd3d10/tests: Add effect shader test.
2010-02-12  Rico Schüllerd3d10/tests: Use a wrapper function for D3D10CreateEffe...
2010-02-12  Hans Leidekkermsi: Fix a memory leak in ITERATE_StartService.
2010-02-12  Hans Leidekkermsi: Return the right error from ITERATE_RegisterTypeLi...
2010-02-12  Hans Leidekkermsi: Implement the UnregisterTypeLibraries standard...
2010-02-12  Kusanagi Kouichiwinex11.drv: Fold X11DRV_ImmSetOpenStatus into XIMPreEd...
2010-02-12  Kusanagi Kouichiwinex11.drv: Simplify X11DRV_ImmSetInternalString.
2010-02-12  Kusanagi Kouichiwinex11.drv: Private copy of a result string is unneces...
2010-02-12  Nikolay Sivovmsxml3: Reimplement IXMLDOMDocument::createElement...
2010-02-12  Nikolay Sivovmsxml3/tests: Don't try to use wchar buffers as BSTR...
2010-02-12  Nikolay Sivovmsxml3: Reimplement IXMLDOMDocument::createDocumentFrag...
2010-02-12  Nikolay Sivovmsxml3: Support more node types in IXMLDOMDocument_crea...
2010-02-12  Nikolay Sivovmsxml3: Check for Null out pointer in node creation...
2010-02-12  Vincent Povirkole32: Only warn about storage share mode once.
2010-02-12  Jason Edmeadesws2_32: Support indefinite receive timeouts.
2010-02-12  Nikolay Sivovcomctl32/rebar: Don't try to access band data before...
2010-02-12  Jacek Cabanurlmon: Added CreateUri stub implementation.
2010-02-11  Huw Daviesrpcrt4: Add tests for multi-dimensional conformant...
2010-02-11  Michael Stefaniucuser32: Don't use HIWORD() on a HINSTANCE.
2010-02-11  Hans Leidekkermsi: Add tests for installing and removing ODBC drivers.
2010-02-11  Hans Leidekkermsi: Implement the RemoveODBC standard action.
2010-02-11  Hans Leidekkermsi: Make sure attrs variable is properly double nul...
2010-02-11  Hans Leidekkermsi: The File_Setup field in the ODBCDriver and ODBCTra...
2010-02-11  Jörg Höhlewinmm: Improve initial MIDI player thread synchronisation.
2010-02-11  Jörg Höhlewinmm: Fix incorrect memory useage (Valgrind w/ MIDI...
2010-02-11  Jörg Höhlemidimap: Implement callback/notification.
2010-02-11  Jörg Höhlemidimap: Obey the size parameter in GetDevCaps.
2010-02-11  Christian Costad3dx9_36: Add stub for D3DXCompileShader.
2010-02-11  Alexander Nicolays... dsound/tests: DirectSound3DListener_QueryInterface...
2010-02-11  Jacek Cabanmshtml: Ensure that gecko event listener is attached...
2010-02-11  Jacek Cabanmshtml: Added tests showing that we should return E_NOT...
2010-02-11  Jacek Cabanmshtml: Added IHTMLStyle::get_border*Color implementation.
2010-02-11  Alexandre Julliardmakefiles: Move all the recursion rules to the top...
2010-02-10  Alexandre Julliardmakefiles: Build the dlls directly from the top-level...
2010-02-10  Paul Vriensmsi/tests: Run the 'in_use' tests again.
2010-02-10  Nikolay Sivovmsxml3: Accept PI node in on base name request.
2010-02-10  Michael Stefaniuckernel32: Avoid using HIWORD on types that are 64bit...
2010-02-10  Michael Stefaniuckernel32: Don't use HIWORD to check for swapped args...
2010-02-10  Michael Stefaniucoleaut32: Avoid using HIWORD on string pointers.
2010-02-10  Michael Stefaniucntdll: Avoid using HIWORD on types that are 64bit on...
2010-02-10  Hans Leidekkermsi: Add a partial implementation of the ValidateProduc...
2010-02-10  Hans Leidekkermsi: Implement the UnregisterFonts standard action.
2010-02-10  Hans Leidekkermsi: Add stub implementations of the DisableRollback...
2010-02-10  Alexandre Julliardurlmon: Don't create empty default key values where...
2010-02-10  Alexandre Julliardshdocvw: Don't create empty default key values where...
2010-02-10  Alexandre Julliardmshtml: Don't create empty default key values where...
2010-02-10  Alexandre Julliardjscript: Don't create empty default key values where...
2010-02-10  Alexandre Julliarditss: Don't create empty default key values where not...
2010-02-10  Paul Vriensshell32/tests: Fix a test failure on NT4.
2010-02-10  Michael Stefaniuchhctrl.ocx: Remove a stray heap_alloc(0) (Smatch).
2010-02-10  Michael Stefaniuchhctrl.ocx: Use the SendMessage instead of ListView_Get...
2010-02-10  Michael Stefaniucitss: Reorder some code to avoid leaking memory on...
2010-02-10  Aric Stewartshlwapi: Account for trailing NULL in UrlFixupW.
2010-02-10  Jacek Cabanmshtml: Added IHTMLStyle::get_borderRightColor implemen...
2010-02-10  Jacek Cabanmshtml: Forward IHTMLCommentElement::get_text to IHTMLE...
2010-02-10  Nikolay Sivovmsxml3/tests: Add a trivial test for IXMLDOMDocumentFra...
2010-02-10  Nikolay Sivovmsxml3: IXMLDOMAttribute shouldn't report its parent.
2010-02-10  Dylan Smithrichedit: Move function ME_GetParaLineSpace to make...
2010-02-10  Alexandre Julliardmakefiles: Move Maketest.rules to the top level.
2010-02-10  Alexandre Julliardmakefiles: Build the tests directly from the top-level...
next