wined3d: Allow use of pixel shaders with drawStridedSlow.
[wine] / dlls / urlmon /
2006-05-15  Jacek Cabanurlmon: Fix tests.
2006-05-10  Robert ShearmanCheck the return value from register_key_guid in all...
2006-05-10  Michael Stefaniucjanitorial: Remove redundant NULL pointer checks before...
2006-03-06  Francois GougetFix compatibility with native advpack dlls.
2006-02-27  Francois Gougetadvpack: Prepare the unicodification of advpack.dll.
2006-01-24  Dmitry TimoshkovMake more arrays const.
2006-01-11  Jacek Cabanurlmon: Reimplement CoInternetCombineUrl to use pluggab...
2006-01-11  Jacek Cabanurlmon: Use CoInternetCombineUrl in URLMonikerImpl_Cons...
2006-01-09  Jacek Cabanurlmon: Fix ref counting.
2006-01-09  Jacek Cabanurlmon: Pass FORMATETC to OnDataAvailable.
2006-01-09  Jacek Cabanurlmon: Added implementation of protocol stream.
2006-01-06  Rolf Kalbermatterurlmon: Fix a LARGE_INTEGER truncation.
2006-01-05  Jacek Cabanurlmon: Added implementation of QueryService and stub...
2006-01-05  Jacek Cabanurlmon: Query service provider for IInternetProtocol.
2006-01-05  Jacek Cabanurlmon: Code clean up.
2006-01-05  Jacek Cabanurlmon: Added GetBindInfoString implementation.
2005-12-31  Jacek Cabanurlmon: Added http protocol tests (currently failing...
2005-12-31  Jacek Cabanurlmon: Removed not used code.
2005-12-26  Jacek Cabanurlmon: Added GetSecurityId implementation.
2005-12-26  Jacek Cabanurlmon: Use pluggable protocol for file protocol.
2005-12-26  Rolf Kalbermatterurlmon: Implement BindAsyncMoniker function.
2005-12-26  Jacek Cabanurlmon: URL with two slashes is valid.
2005-12-19  Jacek Cabanurlmon: Added handling of BINDF_FROMURLMON in file...
2005-12-19  Jacek Cabanurlmon: Added some tests and fixes of file protocol.
2005-12-16  Jacek Cabanurlmon: Fix BindToStorage test.
2005-12-12  Thomas Weidenmuellerurlmon: Correctly fix IStream::Read.
2005-12-09  Thomas Weidenmuellerurlmon: Fix call to ReadFile.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-15  Alexandre JulliardDon't crash if BindToStorage fails.
2005-11-14  Jacek CabanBeginning of true BindToStorage implementation.
2005-11-14  Jacek CabanAdded get_protocol_iface internal function and use...
2005-11-14  Jacek CabanMove BindToStorage hack to the separated function.
2005-11-11  Vincent BéronCorrect argument count for URLDownloadToCacheFile{A,W}.
2005-11-10  Jacek CabanAdded URLDownloadToCacheFile[AW] stub.
2005-11-09  Jacek CabanAdded IInternetPriority implementation to FileProtocol.
2005-11-09  Jacek CabanAdded implementation of IInternetPriority in HttpProtocol.
2005-10-29  Jacek CabanReport BINDSTATUS_SENDINGREQUEST in FileProtocol::Start.
2005-09-30  Jacek CabanAdded GetZoneActionPolicy implementation.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-29  Jacek CabanRegister zones.
2005-09-29  Jacek CabanAdded MapUrlToZone implementation.
2005-09-19  Jacek Caban- Added IHttpNegotiate2 interface.
2005-09-16  Jacek CabanMore tests of URLMoniker.
2005-09-15  Alexandre JulliardFixed a compiler warning.
2005-09-15  Jacek CabanAdded CoInternetGetSession implementation.
2005-09-14  Jacek CabanAdded http and ftp protocol stub implementation.
2005-09-14  Jacek CabanAdded MIME type checking to FileProtocol::Start.
2005-09-13  Jacek CabanAdded PARSE_SECURITY_DOMAIN action implementation.
2005-09-12  Jacek CabanRegister ZoneMap.
2005-09-12  Jacek CabanRewrote FindMimeFromData to pass tests.
2005-09-12  Jacek CabanEncode URL in file protocol.
2005-09-12  Jacek CabanFix protocol test.
2005-09-12  Jacek CabanAdded urlmon.inf as dependency of rsrc.res.
2005-09-12  Jacek CabanAdded PARSE_SECURITY_URL action implementation.
2005-09-09  Jacek CabanMove protocol's CLSIDs to urlmon.idl.
2005-09-09  Jacek CabanAdded PARSE_PATH_FROM_URL action implementation.
2005-09-09  Stefan LeichterAdded version resource to urlmon.dll.
2005-09-08  Jacek CabanAdded ReleaseBindInfo implementation.
2005-09-07  Jacek CabanAdded CoInternetParseUrl implementation.
2005-09-07  Jacek Caban- Added IInternetSecurityManager::[SG]etSecuritySite...
2005-09-06  Jacek CabanAdded file protocol implementation.
2005-09-03  Jacek CabanAdded RegisterFormatEnumerator and RevokeFormatEnumerator
2005-09-03  Jacek CabanAdded CreateAsyncBindCtxEx implementation.
2005-09-02  Jacek CabanAdded CreateFormatEnumerator implementation.
2005-08-27  Alexandre JulliardExplicitly import kernel32 in tests that use it.
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-08-08  Francois GougetAdd missing WINAPI to MSXML_DllGetClassObject().
2005-07-18  Felix NawothnigFix misuse of UrlCombineW.
2005-07-13  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-07-11  Uwe BonnesURLMonikerImpl_BindToStorage: Don't use a HeapAllocated...
2005-07-10  Uwe BonnesURLMonikerImpl_BindToStorage: Escape special characters.
2005-07-05  Jacek CabanRegister protocols.
2005-07-03  Mike McCormackFix -Wpointer-sign warnings.
2005-07-03  Mike McCormackAvoid warnings in generated tests by casting sizeof...
2005-07-03  Jacek CabanFix handling of pmkContext in CreateURLMoniker.
2005-07-02  Jacek CabanBetter module locking.
2005-06-27  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
2005-06-21  Maarten LankhorstImproved ObtainUserAgentString stub.
2005-06-17  Stefan HuehnerRemove some -Wstrict-prototypes warnings.
2005-06-13  Alexandre JulliardMoved the NONAMELESSUNION/STRUCT macros to wine/test...
2005-06-10  Mike McCormackDeclare functions and correct prototypes.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-05-25  Mike McCormackStub implementation for GetSoftwareUpdateInfo.
2005-05-24  Mike McCormackAdd the missing interface method PromptAction to
2005-05-23  Jacek CabanSeparated IBinding and IMoniker interfaces.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-06  Francois GougetUpdate win32.api to match the current sources.
2005-05-05  Christian CostaAdded stub implementation for CoGetClassObjectFromURL.
2005-05-05  Troy RolloCorrect bug truncating downloaded files to 4096 bytes.
2005-05-04  Troy RolloImplement URLMonikerImpl_BindToStorage.
2005-04-11  Mike McCormackAdd stub for FaultInIEFeature.
2005-03-08  Francois GougetAdd a comment explaining why CDLGetLongPathName[AW...
2005-02-03  James HawkinsProperly implement DllCanUnloadNow ref counting.
2005-01-12  James Hawkins- Use only stored result of Interlocked* in AddRef...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-20  Jacek Caban- Added test of BindToStorage.
2004-12-08  Jacek Caban- Implemented CreateAsyncBindCtx.
2004-11-30  Jacek Caban- Added stub implementation of IInternetZoneManager...
next