wine
2010-01-18  Nikolay Sivovmsxml3: Track linked/unlinked state for element and...
2010-01-18  Nikolay Sivovmsxml3: In IXMLElementCollection store pointer to node...
2010-01-18  Nikolay Sivovmsxml3: Implement IXMLElement::removeChild() with some...
2010-01-18  Nikolay Sivovmsxml3: Don't preallocate root element, return new...
2010-01-18  Michael Stefaniucd3d10: Remove break after return (Smatch).
2010-01-18  Michael Stefaniucd3d10: Remove superfluous NULL check before HeapFree...
2010-01-18  Stefan Leichteruser.exe: Forward WNetGetUser16 to WNetGetUserA of...
2010-01-18  André Hentschelmsvcrt: Forward __C_specific_handler to ntdll.
2010-01-18  Dmitry Timoshkovwinmm: Buffer size must be at least MMIO_DEFAULTBUFFER...
2010-01-18  James HawkinsRevert "advapi32: Free descriptor if it isn't returned...
2010-01-16  Alexandre Julliardwinebuild: Output the 16-bit asm relay functions as...
2010-01-16  Alexandre Julliardwinebuild: Output the asm relay functions as needed...
2010-01-16  Alexandre Julliardwinebuild: Rename __wine_call_from_32_regs for consiste...
2010-01-14  Erich Hooverntoskrnl: Forward ExSystemTimeToLocalTime and ExLocalTi...
2010-01-14  Kusanagi Kouichiuser32: Make DefWindowProc handle Shift+F10.
2010-01-14  Kusanagi Kouichiuser32/tests: Add test for Shift+F10.
2010-01-14  Jacek Cabanmshtml: Silence invalid FIXME.
2010-01-14  Jacek Cabanmshtml: Added IHTMLIFrameElement IDispatchEx support.
2010-01-14  Jacek Cabanmshtml: Added IHTMLIFrameElement stub implementation.
2010-01-14  Jacek Cabanmshtml.idl: Added IHTMLIFrameElement interface declaration.
2010-01-14  Jason Edmeadescomctl32/listview: Issue LVM_DELETEALLITEMS from WM_DES...
2010-01-14  Marcus Meissnerdplayx: Remove currently unused unicode code (Coverity).
2010-01-14  Andrew Nguyenntdll/tests: Add a few additional tests for wcsrchr.
2010-01-14  Andrew Nguyenntdll/tests: Add a few additional tests for wcschr.
2010-01-14  Andrew Nguyenntdll/tests: Allow native crashing code to be compiled.
2010-01-14  Andrew Nguyenntdll/tests: Make function pointer checks consistent...
2010-01-14  Nikolay Sivovmsxml3/xmldoc: Don't leak document and stream on next...
2010-01-14  Nikolay Sivovmsxml3/xmldoc: IPersistStreamInit::InitNew() seems...
2010-01-14  Nikolay Sivovmsxml3/xmldoc: Fix IPersistStreamInit::GetClassID(...
2010-01-14  Nikolay Sivovmsxml3/tests: Add some tests for IPersistStreamInit...
2010-01-14  Jeff Zaroykomsvcrt: Check if argument passed to _dup2 is positive.
2010-01-14  Jeff Zaroykomsvcrt/tests: Test _dup2 for failure when second arg...
2010-01-14  Julius Schwartzenbergavifil32: Fix header suggested buffersize.
2010-01-14  Julius Schwartzenbergavifil32: Overwrite dwRate in the audiostream with...
2010-01-14  Paul Vriensshell32: Remove some unneeded parameter setting.
2010-01-14  Paul Vriensinetmib1/tests: Free memory after use (Valgrind).
2010-01-14  Paul Vriensdxdiagn/tests: Fix some test failures on a clean W2K3.
2010-01-14  Paul Vriensdinput: Don't check a parameter twice (Coccinelle).
2010-01-14  Paul Vrienswinealsa.drv: Don't check input parameter twice (Coccin...
2010-01-14  Paul Vriensrsaenh/tests: Don't check result twice (Coccinelle).
2010-01-14  Paul Vriensdsound: Fix a typo.
2010-01-14  Christian Costad3drm: Add definitions for IDirect3DRMDevice3.
2010-01-14  Christian Costad3drm: Add definitions for IDirect3DRMDevice2.
2010-01-14  Christian Costad3drm: Fix IDirect3DRMDevice macros.
2010-01-14  Christian Costad3drm: Fix IDirect3DRMObject2 macros.
2010-01-14  Christian Costaamstream: Simplify declaration of VTable members.
2010-01-14  Christian Costad3dxof: Simplify declaration of VTable members.
2010-01-14  Christian Costad3drm: Simplify declaration of VTable members (spotted...
2010-01-14  Peter Dons... user32: Do not allow a change of capture if the current...
2010-01-14  Michael Stefaniucdmsynth: Avoid newlines inside FIXME messages.
2010-01-14  Michael Stefaniucdmcompos: Avoid newlines inside FIXME messages.
2010-01-14  Michael Stefaniucdmstyle: Avoid newlines inside FIXME messages.
2010-01-14  Michael Stefaniucdmscript: Avoid newlines inside FIXME messages.
2010-01-14  Michael Stefaniucdmusic: Avoid newlines inside FIXME messages.
2010-01-14  Michael Stefaniucddraw: Simplify DllCanUnloadNow().
2010-01-14  Michael Stefaniucobjsel: Avoid newlines inside FIXME messages.
2010-01-14  Michael Stefaniucuser32: Avoid newlines inside FIXME messages.
2010-01-14  Michael Stefaniucdevenum: Avoid newlines inside FIXME messages.
2010-01-14  Michael Stefaniucdmime: Avoid newlines inside FIXME messages.
2010-01-11  Nikolay Sivovadvapi32: Free descriptor if it isn't returned from...
2010-01-11  Alexandre Julliardwinebuild: Do not output an undefined symbol reference...
2010-01-11  Uwe Bonnesmsvcrt: In unbuffered text mode reading \r\n with fgetc...
2010-01-11  Marcus Meissnershell32: Handle bad menu handle (Coverity).
2010-01-11  Julius Schwartzenbergavifil32/tests: Test how avifile deals with audio strea...
2010-01-11  Julius Schwartzenbergavifil32/tests: Test corrupt avi list magic.
2010-01-11  Julius Schwartzenbergavifil32/tests: Initial test data and simple test for...
2010-01-11  Detlef Riekenbergavifil32/tests: Add initial tests.
2010-01-11  Juan Langsecur32: Report an error if libgnutls isn't found.
2010-01-11  Detlef Riekenbergcommdlg: Fix PrintDlg parameter checks.
2010-01-11  Jason Edmeadesmsvcrt: Add support for sprintf_s.
2010-01-11  Jason Edmeadesmsvcrt: Add support for vsprintf_s.
2010-01-11  Paul Vriensd3d9/tests: Correct the size of a memcmp.
2010-01-11  Paul Vriensmsvidc32: Fix size parameter for memset (Coccinelle).
2010-01-11  Paul Vrienswinedump: Pass the correct size to the helper (Coccinelle).
2010-01-11  Paul Vriensoleview: Fix size parameter for memset (Coccinelle).
2010-01-11  Paul Vrienswidl: Fix size parameter for xrealloc (Coccinelle).
2010-01-11  Paul Vrienscomctl32: Fix size parameter for memset (Coccinelle).
2010-01-11  Michael StefaniucGrammar fixes "is doesn't" => "doesn't".
2010-01-11  Nikolay Sivovmsxml3: Get rid of upper case converting helper.
2010-01-11  Nikolay Sivovmsxml3: Implement IXMLDocument::get_doctype().
2010-01-11  Nikolay Sivovmsxml3: Implement IXMLDocument::get_version().
2010-01-11  Christian Costad3drm: Add some object interface definitions.
2010-01-11  Christian Costad3drm: Add some definitions.
2010-01-11  Christian Costad3drm: Fix LPDIRECT3DRM definition and make sure it...
2010-01-11  Christian Costad3drm: Add definitions for IDirect3DRM2 and IDirect3DRM...
2010-01-11  Rico Schüllerd3d10: Parse effect shaders as anonymous shaders.
2010-01-11  Rico Schüllerd3d10: Reorder struct d3d10_effect_variable to make...
2010-01-11  Nikolay Sivovmsxml3: Fix string leak while parsing with IXMLDOMDocument.
2010-01-11  Nikolay Sivovmsxml3/tests: Fix some string leaks in tests.
2010-01-11  Nikolay Sivovmsxml3: Don't lose pointer to externaly allocated xmlSA...
2010-01-11  Nikolay Sivovmsxml3: Don't leak externaly allocated xmlSAXHandler.
2010-01-11  David Adamd3drm: The input quaternions are not changed when calli...
2010-01-11  André Hentschelkernel32/tests: Simplify string generation.
2010-01-11  Alexander Kochetkovuser32: Fix arithmetic overflow in GetThumbVal.
2010-01-11  Gerald Pfeiferkrnl386: Move WINE_DECLARE_DEBUG_CHANNEL(module) under...
2010-01-11  Paul Vriensntdll/tests: Fix a test failure on NT4.
2010-01-08  Alexandre JulliardRelease 1.1.36. wine-1.1.36
2010-01-08  Nikolay Sivovntdll: Release buffer when it won't be referenced.
2010-01-08  Nikolay Sivovuser32/tests: Forward test proc to default dialog proce...
2010-01-08  Nathan Gallahermsi: Queue dynamically allocated strings in cond.y.
next