winhelp: Use HEAP_ZERO_MEMORY instead of setting individual fields to zero.
[wine] / dlls /
2007-12-04  Jonathan Ernstbrowseui: Updated French translation.
2007-12-04  Jonathan Ernstshell32: Updated French translation.
2007-12-04  Rob Shearmanrpcrt4: Handle all non-continuable exceptions in CStdSt...
2007-12-04  Rob Shearmanole32: Fix the test of the size returned from WdtpInter...
2007-12-04  Rob Shearmanrpcrt4: Put the delegating stub thunks in an executable...
2007-12-04  Rob Shearmanrpcrt4: Call IRpcChannelBuffer_GetDestCtx in NdrStubIni...
2007-12-04  Rob Shearmanrpcrt4: Flesh out more of the IRpcChannelBuffer vtable...
2007-12-03  Hans Leidekkerkernel32: Implement and test {G, S}etConsoleInputExeNam...
2007-12-03  Hans Leidekkergdi32: Implement GetTextExtentExPointI.
2007-12-03  Alexandre Julliardshell32: Get rid of the internal _InsertMenuItem function.
2007-12-03  Alexander Nicolays... shell32: Localize file context menu.
2007-12-03  Zac Brownwininet: Add test for FtpGetCurrentDirectoryA in winine...
2007-12-03  Zac Brownwininet: Fix FtpGetCurrentDirectoryW to handle bad...
2007-12-03  Detlef Riekenbergschannel: Add version resource.
2007-12-03  Detlef Riekenbergrsabase: Add version resource.
2007-12-03  James Hawkinsmsi: Add a stub implementation of MsiEnumComponentCostsW.
2007-12-03  James Hawkinsmsi: Implement the Version property of the Installer...
2007-12-03  James Hawkinsmsi: Test the CCPSearch action.
2007-12-03  Alexandre Julliardntdll: Added a sleep in NtGet/SetContextThread, a yield...
2007-12-03  James Hawkinsmsi: Use a hash table for reordering rows in a WHERE...
2007-12-03  Stefan Dösingerwined3d: Add parentheses to a flag check.
2007-12-03  Stefan Dösingerwined3d: Detect the Intel GPU in macbooks.
2007-12-03  Stefan Dösingerwined3d: Unify bpp to format conversion.
2007-12-03  Stefan Dösingerwined3d: Enabling too many lights is silently ignored.
2007-12-03  Stefan Dösingerwined3d: mov to a0.x does a floor(), not a round to...
2007-12-03  Andrew Riediuser32: Add a FIXME for animated cursors.
2007-12-03  Andrew Riediwinealsa.drv: Fix a comment.
2007-12-03  Gerald Pfeiferwined3d: Fix handling of a special case in IWineD3DImpl...
2007-12-03  Gerald Pfeifercomctl32: Remove extraneous check (unsigned < 0).
2007-12-03  Andrew Talbotcomctl32: Remove unneeded casts.
2007-12-03  Andrew Talbotadvapi32: Remove unneeded casts.
2007-12-03  Andrew Talbotcabinet: Remove unneeded casts.
2007-12-03  Rob Shearmand3dx8: Initialise temp in D3DXQuaternionInverse to...
2007-12-03  Rob Shearmanrpcrt4: Test that the string retrieved from get_name...
2007-12-03  Rob Shearmanrpcrt4: Reverse the conditions for which *pPointer...
2007-12-03  Rob Shearmanrpcrt4: Initialise the memory in test_simple_struct_mar...
2007-12-03  Rob Shearmanole32: Ignore the threading model of the PSFactoryBuffe...
2007-12-03  Rob Shearmanole32: Always create a window for the main apartment.
2007-12-03  Rob Shearmaninclude: Move Wine-specific EH_* defines from winnt...
2007-12-03  Rob Shearmanoleaut32: Implement OLEPictureImpl_GetIDsOfNames.
2007-12-03  Paul Vrienskernel32: Add some simple tests for GetVersionExA.
2007-12-03  Jacek Cabanmshtml: Added IHTMLElement2::get_dir implementation.
2007-11-30  Jacek Cabanmshtml: Added IHTMLTable interface stub implementation.
2007-11-30  Francois Gougetd3dx8/tests: Fix compilation on systems that don't...
2007-11-30  Stefan Dösingeruser32: Destroying the current cursor results in an...
2007-11-30  Stefan Dösingerwined3d: Remove the X channel fixup in render target...
2007-11-30  Stefan Leichterkernel32: Added stub for FindVolumeClose.
2007-11-30  Michael Stefaniucurlmon: Rename the wrappers around HeapAlloc() &Co...
2007-11-30  Sven Paschukatctapi32: Added null terminator to library name.
2007-11-30  Rob Shearmanrpcrt4: Fix NdrSimpleStructUnmarshall to cope with...
2007-11-30  Rob Shearmanrpcrt4: Improve PointerUnmarshall to cope with keeping...
2007-11-30  Rob Shearmanrpcrt4: Move forcing of fMustAlloc to NULL to the calle...
2007-11-30  Rob Shearmanrpcrt4: EmbeddedPointerUnmarshall doesn't need to chang...
2007-11-30  Rob Shearmanrpcrt4: Errors in sending or receiving packets should...
2007-11-29  Louis Lendersadvapi32: Add stub for CreateProcessWithLogonW.
2007-11-29  Gerald Pfeifergdi32: Fix the type of two loop variables.
2007-11-29  Gerald Pfeiferuser32: Reduce scope of variable in ICO_ExtractIconExW...
2007-11-29  Gerald Pfeiferkernel32: Handle default case in Local32_FromHandle().
2007-11-29  Aric Stewartcoreaudio: Verify valid lineId in MIXER_GETLINECONTROLS...
2007-11-29  Aric Stewartwinmm: Correct check for MIXER_GETLINECONTROLSF_ONEBYTY...
2007-11-29  Marco Schusterwined3d: Added a card ID for a 8600 Mobile GT.
2007-11-29  Andrew Talbotadvapi32: Fix a typo.
2007-11-29  James Hawkinsmsi: Don't check for the media or cabinet if the cabine...
2007-11-29  James Hawkinsmsi: Make sure attr is valid before checking for the...
2007-11-29  Stefan Dösingerwined3d: Activate GL_ARB_texture_rectangle.
2007-11-29  Stefan Dösingerwined3d: Refuse to create a mipmapped conditional np2...
2007-11-29  Stefan Dösingerwined3d: Make the code aware of GL_ARB_texture_rectangle.
2007-11-29  Stefan Dösingerwined3d: Add GL_ARB_texture_rectangles to our opengl...
2007-11-29  Stefan Dösingerwined3d: Avoid hardcoding GL_TEXTURE_2D.
2007-11-29  Stefan Dösingerwined3d: Disable GL_TEXTURE_2D in the standard blit...
2007-11-29  Rob Shearmanole32: Fix a test in the WdtpInterfacePointer tests.
2007-11-29  Rob Shearmanole32: Fix description of what is being test in ok...
2007-11-29  Juan Langcrypt32: Support setting the salt value through KP_SALT_EX.
2007-11-29  Juan Langcrypt32: Support getting and setting the KP_PADDING...
2007-11-29  Rob Shearmanrpcrt4: Fix an integer overflow in NdrConformantStructM...
2007-11-29  Rob Shearmanrpcrt4: Fix some more potential buffer overflows.
2007-11-29  Rob Shearmanrpcrt4: Check there is enough space in the buffer and...
2007-11-29  Rob Shearmanrpcrt4: Check for integer overflows when increasing...
2007-11-28  Lionel Debrouxmsvcrt: Test more offsets for _aligned_offset_realloc...
2007-11-28  Lionel Debrouxmsvcrt: Fix _Aligned_offset_realloc (move correct block...
2007-11-28  Divan Burgeruser32, wine.inf: Enable title bar gradients and match...
2007-11-28  Alistair Leslie... urlmon: The callback parameter can be null, check point...
2007-11-28  Aric Stewartwinecoreaudio: Implement WIDM_GETPOS.
2007-11-28  Alexandre Julliardwined3d: Add printf format checking to the shader_addli...
2007-11-28  Stefan Dösingerwined3d: Fix a sign mistake in the code creating the...
2007-11-28  Stefan Dösingerwined3d: Allow using a different internal format for...
2007-11-28  Stefan Dösingerwined3d: Report some more geforce 7 cards as geforce 7.
2007-11-28  Stefan Dösingerwined3d: Do not try to disable unsupported texture...
2007-11-28  Stefan Dösingerwined3d: Add some missing checkGLcall calls.
2007-11-28  Stefan Dösingerwined3d: Work around nvidia beta driver bug.
2007-11-28  Stefan Dösingerwined3d: Inform the texture about filtering changes.
2007-11-28  Rob Shearmanadvapi32: Make the credential registry key stay around...
2007-11-28  Rob Shearmanadvapi32: Use the open_for_write parameter to open_cred...
2007-11-28  Juan Langrsaenh: Empty container names are allowed for CRYPT_VER...
2007-11-28  Juan Langcrypt32: Add CERT_STORE_ADD_NEWER support to CertAddCer...
2007-11-28  Juan Langcrypt32: Implement finding an existing certificate...
2007-11-28  Michael Stefaniucdnsapi: Rename the wrappers around HeapAlloc() &Co...
2007-11-28  Michael Stefaniucshdocvw: Rename the wrappers around HeapAlloc() &Co...
2007-11-28  Rob Shearmanoleaut32: Handle integer overflow of len in SysReAllocS...
2007-11-28  Lionel Debrouxntdll: Trace arena magics (may help debugging some...
next