winhttp: Add stub implementation for WinHttpAddRequestHeaders.
[wine] / dlls /
2008-08-19  Zac Brownwinhttp: Add stub implementation for WinHttpAddRequestH...
2008-08-19  Zac Brownwinhttp: Add stub implementation for WinHttpQueryHeaders.
2008-08-19  Zac Brownwinhttp: Add test for WinHttpTimeToSystemTime.
2008-08-19  Zac Brownwinhttp: Add stub implementation for WinHttpTimeToSyste...
2008-08-19  Zac Brownwinhttp: Add test for WinHttpTimeFromSystemTime.
2008-08-19  Zac Brownwinhttp: Add stub implementation for WinHttpTimeFromSys...
2008-08-19  Vincent Povirkwininet: Default to keep-alive when the server is HTTP...
2008-08-19  James Hawkinsmsi: Use MsiQueryFeatureState to determine the feature...
2008-08-19  James Hawkinsmsi: Use MsiQueryComponent state to determine the compo...
2008-08-19  James Hawkinsmsi: Base removal of a file on the component's action...
2008-08-19  James Hawkinsmsi: Add more tests for feature and component states.
2008-08-19  James Hawkinsole32: Storage sharing should be implemented in ole32...
2008-08-19  James Hawkinsmsi: Test the file access and share modes of MsiOpenDat...
2008-08-19  James Hawkinsmsi: Remove misc files from the RemoveFile table.
2008-08-19  James Hawkinsmsi: A file's component's state does not determine...
2008-08-19  James Hawkinsmsi: Don't remove a file if the old file is strictly...
2008-08-19  James Hawkinsmsi: Don't check for a NULL component, as the component...
2008-08-19  James Hawkinsmsi: Ignore a file that has a missing component.
2008-08-19  James Hawkinsmsi: Factor out media handling and use the new interfac...
2008-08-19  James Hawkinsmsi: Perform costing again for the InstallExecute sequence.
2008-08-19  James Hawkinsmsi: Ignore all non-stream elements when filling the...
2008-08-19  Maarten Lankhorstwinmm: Test opening the same device twice.
2008-08-19  Maarten Lankhorstdsound: Remove int24_struct from conversion routines.
2008-08-19  Maarten Lankhorstwinealsa.drv: Fix compiler warnings and remove deprecat...
2008-08-19  James Hawkinsfusion: Ignore the case of the assembly filename extension.
2008-08-19  James Hawkinsfusion: Align the metadata header pointer on a DWORD...
2008-08-19  James Hawkinsfusion: Handle loading 64-bit .NET assemblies.
2008-08-19  James Hawkinsole32: Test the file access and share modes of StgCreat...
2008-08-19  Michael Karchermsvcrt/file: stdio should clamp characters to 8 bits.
2008-08-19  Nikolay Sivovgdiplus: Implemented GdipPathIterNextMarkerPath with...
2008-08-19  Michael Stefaniucriched20: Remove redundant NULL check before HeapFree...
2008-08-19  Michael Stefaniucadvapi/tests: CreateFile returns INVALID_HANDLE_VALUE...
2008-08-19  Rob Shearmanrpcrt4: Implement RpcBindingReset.
2008-08-19  Rob Shearmanrpcrt4: Don't get or create an association for bindings...
2008-08-19  Rob Shearmanrpcrt4: Check for previous association being NULL in...
2008-08-19  Rob Shearmanrpcrt4: Test the endpoint mapper for the ncalrpc protse...
2008-08-19  Stefan Dösingerddraw: Implement IDirectDraw7::GetFourCCCodes.
2008-08-19  Stefan Dösingerddraw: Send the ddraw output to the clipper window...
2008-08-19  Stefan Dösingerwined3d: Add a swapchain method to set the dest override.
2008-08-19  Stefan Dösingerwined3d: Remove the ddraw_window device member.
2008-08-19  Stefan Dösingerwined3d: Remove the device-global fullscreen flag.
2008-08-19  Stefan Dösingerd3d: Remove IWineD3DDevice::SetHwnd.
2008-08-19  Stefan Dösingerwined3d: Support redirecting the primary context.
2008-08-19  Stefan Dösingerwined3d: Use a swapchain for GDI surfaces.
2008-08-19  Stefan Dösingerwined3d: Move some swapchain code into a base class.
2008-08-19  Juan Langcrypt32: Free memory using the correct function on...
2008-08-19  Juan Langcrypt32: Fix length calculation for decoding CRL_DIST_P...
2008-08-19  Juan Langcrypt32: Set *pcbStructInfo on more success paths.
2008-08-19  Juan Langcrypt32: Implement CertFindCertificateInStore for CERT_...
2008-08-19  Juan Langcrypt32: Implement CERT_SIGNATURE_HASH_PROP_ID.
2008-08-19  Juan Langcrypt32: Implement CryptHashToBeSigned.
2008-08-19  Juan Langcrypt32: Add tests for CryptHashToBeSigned.
2008-08-19  Juan Langcrypt32: Add stub for CryptHashToBeSigned.
2008-08-19  Juan Langcrypt32: Add stub for CryptMsgVerifyCountersignatureEnc...
2008-08-19  Christian Costawinealsa.drv: Improve midi port names.
2008-08-19  Jacek Cabanmshtml: Use heap_alloc_zero for HTMLWindow allocation.
2008-08-18  Rob Shearmankernel32: Fix a typo in the leadin check in WaitNamedPipeW.
2008-08-18  Rob Shearmanole32: Remove dead code in StorageImpl_LoadFileHeader.
2008-08-18  Rob Shearmanrpcrt4: Remove unreachable code in EmbeddedComplexSize.
2008-08-18  Rob Shearmanquartz: Use memcmp instead of strncmp in MPEGSplitter_p...
2008-08-18  Rob Shearmanhhctrl.ocx: Nul-terminate url_indicator constant in...
2008-08-18  Rob Shearmanoleaut32: Fix buffer length passed to VARIANT_DI_tostri...
2008-08-18  Rob Shearmanshell32: Don't assign a result from a function that...
2008-08-18  Rob Shearmanurlmon: Fix testing of HRESULT types with not operator...
2008-08-18  Rob Shearmanshlwapi: Fix testing of HRESULT types with not operator...
2008-08-18  Rob Shearmanquartz: Fix testing of HRESULT types with not operator...
2008-08-18  Rob Shearmanoleaut32: Fix testing of HRESULT types with not operato...
2008-08-18  Rob Shearmanole32: Fix testing of HRESULT types with not operator...
2008-08-18  Rob Shearmanmsi: Fix handle leak in ITERATE_SelfRegModules.
2008-08-18  Rob Shearmanmsrle32: Fix uses of arithmetic operators on Boolean...
2008-08-18  Rob Shearmancomctl32: Fix use of arithmetic operator on Boolean...
2008-08-18  Rob Shearmanhhctl.ocx: Fix reference count leak in InPlace_OnPosRec...
2008-08-18  Nikolay Sivovgdiplus: Implemented GdipResetWorldTransform.
2008-08-18  Nikolay Sivovgdiplus: Implemented GdipPathIterNextSubpathPath with...
2008-08-18  Nikolay Sivovgdiplus: Implemented GdipPathIterIsValid with tests.
2008-08-18  Jeff Latimeruser32: Check for invalid conversation and return the...
2008-08-18  Jeff Latimeruser32/tests: Add tests for for invalid DDE conditions.
2008-08-18  Jeff Latimeruser32: DdeClientTransaction should check that pData...
2008-08-18  Jeff Latimeruser32: DdeQueryString returns a NULL str if there...
2008-08-18  Jeff Latimeruser32: DdeClientTransaction should return 0 in the...
2008-08-18  Vladimir Pankratovshell32: Update Russian translation.
2008-08-18  Lei Zhangshell32: Handle directories in ShellExecute.
2008-08-18  Alistair Leslie... mshtml: Implement IDispatch for IHTMLAnchorElement.
2008-08-18  Alistair Leslie... mshtml: Implement IDispatch for IHTMLElement2.
2008-08-18  Dylan Smithrichedit: Added support for changing cell border colours.
2008-08-18  Dylan Smithrichedit: Borders are now drawn for tables and nested...
2008-08-18  Dylan Smithrichedit: Borders are drawn for simple tables.
2008-08-18  Dylan Smithrichedit: Adjust table spacing with horizontal gap...
2008-08-18  Dylan Smithrichedit: Removed an unused local variable and assignme...
2008-08-18  Dylan Smithrichedit: Substitute space for \tab and \par control...
2008-08-18  Dylan Smithrichedit: EM_[SG]ETPARAFORMAT returned the wrong value.
2008-08-18  Rob Shearmand3d9: Remove unneeded local variable in IDirect3DDevice...
2008-08-18  Rob Shearmand3d9: Fix variable type in IDirect3DDevice9Impl_GetSoft...
2008-08-18  Rob Shearmanappwiz.cpl: Fix leak of thread and process handles...
2008-08-18  Rob Shearmancryptnet: Fix mismatch between sizeof and countof quant...
2008-08-18  Michael Karcherkernel32: Fix profile sharing mode.
2008-08-18  Jeff Zaroykowinmm: Remove misleading message.
2008-08-18  Michael Karcherwinex11: Fix GetDIBits with monochrome pixmaps.
2008-08-18  Christian Costawinmm: Implement stub for midiConnect and midiDisconnect.
2008-08-18  Alistair Leslie... mshtml: Implement IDispatch for IHTMLElement.
next