wine
2009-12-09  Kirill K. Smirnovcomctl32/treeview: Avoid a NULL pointer dereference.
2009-12-09  Huw Daviesmsxml3: Correctly test the variant returned by get_node...
2009-12-09  Nikolay Sivovshell32: Fix some trace typos.
2009-12-09  Nikolay Sivovcomctl32/listview: Update item width every time new...
2009-12-09  Henri Verbeetwined3d: Only disable blending for offscreen targets.
2009-12-09  Henri Verbeetwined3d: Remove unused GetDevice() implementations.
2009-12-09  Henri Verbeetd3d9: Forward the volume's GetDevice() to the texture...
2009-12-09  Henri Verbeetd3d8: Forward the volume's GetDevice() to the texture...
2009-12-09  Henri Verbeetwined3d: Remove a few redundant assignments.
2009-12-09  Hans Leidekkerntdll/tests: Free Unicode string before reuse.
2009-12-09  Nikolay Sivovgdiplus/tests: Fix a matrix leak in test.
2009-12-09  Piotr Cabanurlmon: Added InternetSecurityManager marshalling test.
2009-12-09  Piotr Cabanurlmon: Added ProxyStub implementation.
2009-12-09  Jacek Cabanwininet: Correctly handle dwContentRead for gzip encode...
2009-12-09  Juan Langwinhttp/tests: Only free a certificate context if retri...
2009-12-09  Juan Langrsaenh: Free a verify context's keys when it's destroyed.
2009-12-09  Juan Langrsaenh: Use helper function to release and install...
2009-12-09  Alexandre Julliardwinex11: Fix a compiler warning.
2009-12-09  Alexandre Julliardntdll/tests: Avoid size_t in traces.
2009-12-09  Alexandre Julliardshlwapi/tests: Avoid size_t in traces.
2009-12-09  Alexandre Julliardcrypt32/tests: Avoid size_t in traces.
2009-12-09  Jaime Ravewinedbg: Add Spanish translation.
2009-12-09  Marcin Baczyńskigdiplus: Add missing declaration for customlinecap.c.
2009-12-09  Marcin Baczyńskigdiplus: Add missing declarations for pen.c.
2009-12-09  Marcin Baczyńskigdiplus: Add missing declarations for gdiplus.c.
2009-12-09  Juan Langinetmib1: Copy an IP net row's physical address using...
2009-12-09  Juan Langinetmib1: Return SNMP_ERRORSTATUS_NOSUCHNAME for an...
2009-12-09  Alexandre Julliardmsvcrt/tests: Fix the signal handler calling convention.
2009-12-09  Alexandre Julliardd3d9/tests: Fix some pointer cast warnings on 64-bit.
2009-12-09  Alexandre Julliardd3d8/tests: Fix some pointer cast warnings on 64-bit.
2009-12-09  Alexandre Julliarduxtheme: Fix some pointer cast warnings on 64-bit.
2009-12-09  Alexandre Julliardole32: Fix some pointer cast warnings on 64-bit.
2009-12-09  Marcus Meissnerdbghelp: Add a missing NULL check (Coverity).
2009-12-09  Vincent Povirkole32: Add an attribute to StorageBaseImpl to track...
2009-12-09  Vincent Povirkole32: Store the parent of internal storage objects.
2009-12-09  Vincent Povirkole32: Don't track the stream size in storage stream...
2009-12-09  Vincent Povirkole32: Use the storage vtable to resize streams.
2009-12-09  Vincent Povirkole32: Use the storage vtable to write to streams.
2009-12-09  Juan Langrsaenh/tests: Fix memory leak.
2009-12-09  Juan Langcrypt32: Compare CRL's authority key identifier against...
2009-12-09  Juan Langwinhttp: Fix test error when run as non-administrator.
2009-12-09  Juan Langwininet: Fix an apparent typo.
2009-12-09  Juan Langwininet: Trace more parameters to HTTP_GetCustomHeaderI...
2009-12-08  Andrew Eikummshtml: Implement IHTMLFrameBase::get_name.
2009-12-08  Andrew Eikummshtml: Implement IHTMLWindow2::{get,put}_onresize.
2009-12-08  Andrew Eikummshtml: Implement IHTMLFrameBase::{get,put}_scrolling.
2009-12-08  Andrew Eikummshtml: Store ns[i]frame reference in HTMLFrameBase.
2009-12-08  Roderick Colenbranderwinex11: Move X11 display failure MESSAGE to winediag.
2009-12-08  Maarten Lankhorstinclude: Add mmdeviceapi.idl.
2009-12-08  Marcin Baczyńskigdiplus: Add missing declarations for imageattributes.c.
2009-12-08  Marcin Baczyńskigdiplus: Add missing declarations for image.c.
2009-12-08  Paul Vriensshell32/tests: Remove a useless string.
2009-12-08  Paul Vriensshell32/tests: Remove a now unused define.
2009-12-08  Paul Vriensshell32/tests: Removed an unused define.
2009-12-08  Paul Vriensshell32/tests: Decide whether to use CSIDL_PROGRAMS...
2009-12-08  Paul Vriensshell32/tests: Cope with non-English Vista+ and short...
2009-12-08  Roderick Colenbranderiphlpapi: Use winediag for icmp failure.
2009-12-08  Roderick Colenbranderws2_32: Use winediag for socket failures.
2009-12-08  Paul Chitescuserver: Only check if permission bits changed before...
2009-12-08  Francois Gougetcrypt32/tests: Fix compilation on systems that don...
2009-12-08  Juan Langsnmpapi: Add stub for SnmpSvcGetUptime.
2009-12-08  Paul Vrienswinspool.drv/tests: Fix test failures on XP+ with long...
2009-12-08  Paul Vriensadapi32/tests: Fix test failures when the computername...
2009-12-08  Huw Daviesntdll: Only free the string if the test succeeded.
2009-12-08  Hans Leidekkerwininet/tests: Mark behavior of IE5 as broken for some...
2009-12-08  Hans Leidekkerntdll/tests: Fix a memory leak.
2009-12-08  Hans Leidekkersetupapi/tests: Fix a memory leak.
2009-12-08  Marcus Meissnerwinhttp: Check for endCert being NULL (Coverity).
2009-12-08  Stefan Leichtersetupapi32/tests: More tests for SetupGetInfFileListW.
2009-12-08  James Hawkinsmsi: Add a NULL terminator to file->dest after realloca...
2009-12-08  James Hawkinsmsi: Free the column info data when updating the table...
2009-12-08  James Hawkinsmsi: Make sure to free the extra row data when deleting...
2009-12-08  Jacek Cabanmshtml: Added IHTMLDocument2::onreadystatechange proper...
2009-12-08  Jacek Cabanjscript: Fixed String.split for missing regexp separator.
2009-12-08  Jacek Cabanjscript: Moved set_last_index call to do_regexp_match_next.
2009-12-08  Juan Langinetmib1: Return SNMP_ERRORSTATUS_NOSUCHNAME for an...
2009-12-08  Juan Langinetmib1: Return error value from MIB copy functions.
2009-12-08  Juan Langinetmib1: Don't claim a value is dynamic when it isn't.
2009-12-08  Vincent Povirkole32: Use the storage vtable to read streams.
2009-12-08  Vincent Povirkole32: Add DestroyDirEntry to the storage vtable.
2009-12-08  Vincent Povirkole32: Take a StorageBaseImpl in removeFromTree.
2009-12-08  Vincent Povirkole32: Take a StorageBaseImpl in insertIntoTree.
2009-12-08  Vincent Povirkole32: Change the base IStorage filename to a pointer...
2009-12-08  Henri Verbeetdxgi: The "unknown0" parameter to DXGID3D10CreateDevice...
2009-12-08  Henri Verbeetwined3d: Rename the "wineD3D" device field to "wined3d".
2009-12-08  Henri Verbeetwined3d: Remove the redundant "adapterNo" field from...
2009-12-08  Henri Verbeetwined3d: Rename the wined3d_adapter "num" field to...
2009-12-08  Henri Verbeetwined3d: Pass the correct vertex count in DrawIndexedPr...
2009-12-08  Aric Stewartmpr: Initialize handle to NULL on ERROR_NO_NETWORK...
2009-12-08  Gerald Pfeiferntdll: Guard debugging code by #ifdef instead of plain...
2009-12-08  Alexandre Julliardntdll/tests: Add tests for open directories with NtCrea...
2009-12-08  Alexandre Julliardserver: Improve parameter checks when opening a directory.
2009-12-07  Alexandre Julliardntdll: Get rid of a line break in a trace.
2009-12-07  Paul Vriensmshtml/tests: Skip some tests on older IE.
2009-12-07  Piotr Cabanmshtml: Added more OleDocumentView_UIActivate tests.
2009-12-07  Piotr Cabanmshtml: Improved OleDocumentView_UIActivate implementation.
2009-12-07  Piotr Cabanmshtml: Added Advise handling to OleObject_Close.
2009-12-07  Piotr Cabanmshtml: Added OleObject_Advise tests.
2009-12-07  Piotr Cabanmshtml: Added OleObject_EnumAdvise implementation.
2009-12-07  Piotr Cabanmshtml: Added OleObject_Unadvise implementation.
next