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