- 02 Feb, 2005 13 commits
-
-
Lauri Tulmin authored
-
Huw Davies authored
-
Eric Kohl authored
MultiByteToUnicode and UnicodeToMultiByte. - Sort prototypes in setupapi.h and a few function in spec.
-
David McCullough authored
the GET method.
-
Mike McCormack authored
-
Mike McCormack authored
-
Dmitry Timoshkov authored
when creating MDI children. Add a test case for the desired behaviour.
-
James Hawkins authored
-
James Hawkins authored
-
Aric Stewart authored
Allow for nested keys to work properly.
-
Aric Stewart authored
unneeded errors.
-
Mike McCormack authored
condition.
-
Aric Stewart authored
actions. A fix to deformat_string so it only returns a null return if you provided a null buffer.
-
- 01 Feb, 2005 15 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Wine-specific WS_EX_MANAGED style bit.
-
Hans Leidekker authored
HttpSendRequestExW, InternetGetLastResponseInfoW, InternetConfirmZoneCrossing{A,W}, InternetDial{A,W}, InternetGoOnline{A,W}, InternetHangUp, CreateMD5SSOHash, InternetClearAllPerSiteCookieDecisions, InternetEnumPerSiteCookieDecision{A,W}, InternetGetCookieEx{A,W}, InternetGetPerSiteCookieDecision{A,W}, InternetSetPerSiteCookieDecision{A,W}, InternetSetCookieEx{A,W}, ResumeSuspendedDownload, RetrieveUrlCacheEntryFileW, UnlockUrlCacheEntryFileW, {Create,Delete}UrlCacheEntryW, CommitUrlCacheEntryW, RetrieveUrlCacheEntryStreamW, FindCloseUrlCache, FindFirstUrlCacheEntryEx{A,W}, FindFirstUrlCacheGroup, FindNextUrlCacheEntry{,Ex}{A,W}, FindNextUrlCacheGroup, SetUrlCacheEntryGroup{A,W}, {Get,Set}UrlCacheGroupAttribute{A,W}, SetUrlCacheConfigInfo{A,W}. - Spec file stubs for new undocumented functions ForceNexusLookup{,ExW}, Ftp{Get,Put}FileEx, HttpCheckDavCompliance, InternetAlgIdToString{A,W}, InternetFortezzaCommand, InternetGetCertByURLA, InternetQueryFortezzaStatus, InternetSecurityProtocolToString{A,W}, InternetSetDialState{A,W}, InternetShowSecurityInfoByURL{A,W}, IsUrlCacheEntryExpired{A,W}, Privacy{Get,Set}ZonePreferenceW, RegisterUrlCacheNotification, UrlZonesDetach. - Use memcpy instead of strncpy in InternetGetLastResponseInfoA. - Add and improve some traces. - Fix my own coding style in InternetTimeToSystemTimeW. - Fix a couple of signedness warnings.
-
Huw Davies authored
import of stdole2.tlb). Add propputref attribute.
-
Dmitry Timoshkov authored
-
Robert Reif authored
-
Justin Chevrier authored
initially only and not from a WINE specific registry entry. - SPI_SETWORKAREA: Don't save work area information to registry.
-
Aric Stewart authored
a ProcessAction and ProcessUIAction for future dialog box work. Also fix a bug in deformat_string where i was not freeing the created record.
-
Alexandre Julliard authored
-
Juan Lang authored
-
Christian Costa authored
Cleaned up AVIDec.
-
James Hawkins authored
-
Tom Wickline authored
-
Aric Stewart authored
-
Robert Shearman authored
it yet. - Don't release apartment on changing modes because we didn't add a reference anywhere. - Quieten the RPC_E_DISCONNECTED error message as it is an expected return code. - Treat IID_NULL the same as IID_IUnknown. - Make tests compile on Win95 again. - Fix copy+paste error where the test failure should be from the CoUnmarshalInterface function.
-
- 31 Jan, 2005 12 commits
-
-
Aric Stewart authored
stabilize behavior to match windows.
-
James Hawkins authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Get rid of the X client window too, it's no longer needed.
-
Alexandre Julliard authored
-
Huw Davies authored
Split the function and variable type data into two - this will be needed for dispinterfaces.
-
Christian Costa authored
Fixed memory leak in register_filters function.
-
Hans Leidekker authored
-
Aric Stewart authored
favor of a table of handlers. Return code of the install should not depend on the return code of the final action. Update component installed states as they are installed so that conditions based on component states are at least a little more correct. Add icon and argument when regestering clsids. Add a stub for ResolveSource because we do that work just not in ResolveSource like we should. When quering a Component state return the correct state.
-
Mike Hearn authored
-
Eric Pouech authored
displacements (in most of the functions) are not optional.
-
Vincent Béron authored
now provide it. Better trace in LoadTypeLib. Change debug messages type to reflect we provide stdole32.tlb.
-