gdiplus: Don't require an HDC to get the resolution of a graphics object.
[wine] / dlls / urlmon /
2010-08-16  Thomas Mullalyurlmon: Implemented IUri_GetProperties and IUri_HasProp...
2010-08-16  Thomas Mullalyurlmon: Implemented IUri_GetDisplayUri.
2010-08-16  Thomas Mullalyurlmon: Implemented IUri_GetAbsoluteUri.
2010-08-16  Thomas Mullalyurlmon: Implemented IUri_GetFragment.
2010-08-16  Thomas Mullalyurlmon: Implemented canonicalization for URI fragments.
2010-08-16  Thomas Mullalyurlmon: Implemented a fragment parser.
2010-08-04  Thomas Mullalyurlmon: Implemented IUri_GetPathAndQuery.
2010-08-04  Thomas Mullalyurlmon: Implemented IUri_GetQuery.
2010-08-04  Thomas Mullalyurlmon: Implemented canonicalization of query strings.
2010-08-04  Thomas Mullalyurlmon: Implemented a parser for URI query strings.
2010-08-03  Thomas Mullalyurlmon: Implemented IUri_GetExtension.
2010-08-03  Thomas Mullalyurlmon: Implemented function to the file extension...
2010-08-03  Thomas Mullalyurlmon: Implemented IUri_GetPath.
2010-08-03  Thomas Mullalyurlmon: Implemented canonicalization function for paths...
2010-08-03  Thomas Mullalyurlmon: Implemented a function which removes dot segmen...
2010-08-03  Thomas Mullalyurlmon: Implemented canonicalization function for hiera...
2010-08-03  Thomas Mullalyurlmon: Implemented a path parser for opaque URIs.
2010-08-03  Thomas Mullalyurlmon: Implemented a path parser for hierarchical...
2010-08-02  Thomas Mullalyurlmon: Implemented IUri_GetDomain.
2010-08-02  Thomas Mullalyurlmon: Implemented function for finding the domain...
2010-08-02  Thomas Mullalyurlmon: Implemented IUri_GetAuthority.
2010-08-02  Thomas Mullalyurlmon: Silenced a noisy fixme.
2010-08-02  Thomas Mullalyurlmon: Implemented IUri_GetHostType.
2010-07-30  Thomas Mullalyurlmon/tests: Added some more test URIs.
2010-07-29  Thomas Mullalyurlmon: Implemented IUri_GetPort.
2010-07-29  Thomas Mullalyurlmon: Implemented canonicalization for ports in URIs.
2010-07-29  Thomas Mullalyurlmon/tests: Restructured invalid URI tests plus added...
2010-07-29  Thomas Mullalyurlmon: Implemented a port parse for URIs.
2010-07-29  Thomas Mullalyurlmon: Fixed a bug that would cause tests to randomly...
2010-07-28  Alexandre Julliardurlmon/tests: Don't bother testing unimplemented functi...
2010-07-26  Thomas Mullalyurlmon: Implemented canonicalization for reg-names.
2010-07-26  Thomas Mullalyurlmon/tests: Added more test URIs for IPv6 canonicaliz...
2010-07-26  Thomas Mullalyurlmon: Implemented canonicalization for IPv6 addresses.
2010-07-26  Thomas Mullalyurlmon/tests: Added more URI test cases.
2010-07-26  Thomas Mullalyurlmon: Added parser for registered host names.
2010-07-26  Thomas Mullalyurlmon: Added parser for IPvFuture addresses.
2010-07-26  Thomas Mullalyurlmon: Added parser for IPv6 addresses.
2010-07-23  Thomas Mullalyurlmon: Partially implemented IUri_GetHost.
2010-07-23  Thomas Mullalyurlmon/tests: Added more test URIs.
2010-07-23  Thomas Mullalyurlmon: Implemented canonicalization functions for...
2010-07-23  Thomas Mullalyurlmon: Implemented a parser for IPv4 addresses.
2010-07-22  Thomas Mullalyurlmon: Implemented IUri_GetPassword.
2010-07-22  Thomas Mullalyurlmon: Implemented IUri_GetUserName.
2010-07-22  Thomas Mullalyurlmon: Implemented IUri_GetUserInfo.
2010-07-22  Thomas Mullalyurlmon/tests: Added more test URI's.
2010-07-22  Thomas Mullalyurlmon: Implemented the canonicalization routine for...
2010-07-22  Thomas Mullalyurlmon: Implemented parser for the userinfo of a URI.
2010-07-22  Thomas Mullalyurlmon: Added a stub implementation for parsing the...
2010-07-22  Thomas Mullalyurlmon: Fixed the scheme name parser to handle wildcard...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-07-21  Thomas Mullalyurlmon/tests: Added more test data for scheme parsing...
2010-07-21  Thomas Mullalyurlmon: Implemented functionality for retrieving the...
2010-07-21  Thomas Mullalyurlmon: Implemented functionality for retrieving the...
2010-07-21  Thomas Mullalyurlmon: Added a canonicalization function for the schem...
2010-07-21  Thomas Mullalyurlmon: Added a parser function to determine the scheme...
2010-07-21  Thomas Mullalyurlmon: Added a scheme name parser for the IUri interface.
2010-07-19  Thomas Mullalyurlmon: Implemented functionality for retrieving the...
2010-07-02  André Hentschelurlmon: Implement HlinkSimpleNavigateToMoniker.
2010-06-29  André Hentschelurlmon: Partially implement HlinkSimpleNavigateToString.
2010-06-24  Francois GougetAssorted typo and spelling fixes.
2010-06-07  Thomas Mullalyurlmon/tests: Added tests for IUri_GetHost.
2010-06-07  Thomas Mullalyurlmon/tests: Added tests for IUri_IsEqual.
2010-06-01  Thomas Mullalyurlmon/tests: Added tests for IUri_HasProperty.
2010-06-01  Thomas Mullalyurlmon/tests: Added tests for IUri_GetProperties.
2010-05-31  Thomas Mullalyurlmon/tests: Added test for invalid args to IUri_GetPr...
2010-05-31  Thomas Mullalyurlmon/tests: Added tests for IUri_GetPropertyLength.
2010-05-31  Thomas Mullalyurlmon/tests: Added more test data for the IUri tests.
2010-05-28  Thomas Mullalyurlmon/tests: Added tests for the IUri_Get* dword prope...
2010-05-28  Thomas Mullalyurlmon/tests: Added the remainder of tests for the...
2010-05-28  Thomas Mullalyurlmon/tests: Added tests for half of the IUri_Get...
2010-05-27  Thomas Mullalyurlmon/tests: Added tests for IUri_GetPropertyDWORD.
2010-05-27  Thomas Mullalyurlmon/tests: Added tests for IUri_GetPropertyBSTR.
2010-05-21  Andrew Nguyenurlmon: Validate parameters in MkParseDisplayNameEx.
2010-05-20  Andrew Nguyenurlmon/tests: Fix CoInternetCompareUrl failure message...
2010-05-20  Andrew Nguyenurlmon: Validate URL and output pointer in CreateURLMon...
2010-05-13  Thomas Mullalyurlmon: CreateUri should return E_INVALIDARG for NULL...
2010-05-12  Thomas Mullalyurlmon/tests: Fixed IUri tests so they fail gracefully...
2010-05-11  Thomas Mullalyurlmon/tests: Added a new test file for testing the...
2010-05-05  Jacek Cabanurlmon: Added reading from cache file tests.
2010-05-05  Jacek Cabanurlmon: Use cache file to read in synchronous binding.
2010-05-04  Jacek Cabanurlmon: Set BINF_NEEDFILE flag for synchronous binding...
2010-04-29  Piotr Cabanurlmon: Fixed synchronous binding to file.
2010-04-22  Detlef Riekenbergurlmon/tests: CreateAsyncBindCtxEx is not present on...
2010-04-22  Detlef Riekenbergurlmon/tests: Skip protocol tests on IE 4.0.
2010-04-22  Detlef Riekenbergurlmon/tests: Skip even more tests on IE 4.0.
2010-04-22  Detlef Riekenbergurlmon/tests: Skip more tests on IE 4.0.
2010-04-22  Detlef Riekenbergurlmon/tests: Skip some tests on IE 4.0.
2010-04-22  Detlef Riekenbergurlmon/tests: Skip some sec_mgr tests on IE 4.0.
2010-04-20  Alistair Leslie... urlmon: Strip forward and back slashes when using the...
2010-04-14  Detlef Riekenbergurlmon/tests: CoInternetGetSecurityUrl is not present...
2010-04-14  Detlef Riekenbergurlmon/tests: Fix a failure on Win98.
2010-04-14  Detlef Riekenbergurlmon/tests: Run the tests again on W95B (CoInternetPa...
2010-04-14  Detlef Riekenbergurlmon/tests: Do not depend on user security settings...
2010-04-08  Alexandre Julliardurlmon: Forward the DllMain call to the dlldata.c gener...
2010-04-07  Alexandre Julliardwinapi: Generate the 64-bit variant of structure size...
2010-03-29  Mikhail Maroukhineobjbase.h: CLSIDFromString: Add constness to the parame...
2010-03-22  Francois GougetAssorted spelling and case fixes.
2010-03-18  Nikolay Sivovurlmon: Add CoInternetIsFeatureEnabled stub.
2010-03-18  Nikolay Sivovurlmon: Add stub IUriBuilder interface.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
next