1. 08 Feb, 2005 3 commits
  2. 03 Feb, 2005 16 commits
  3. 02 Feb, 2005 15 commits
  4. 01 Feb, 2005 6 commits
    • Alexandre Julliard's avatar
      e2048747
    • Alexandre Julliard's avatar
      Store the "managed" flag as a window property instead of the · d7726c3a
      Alexandre Julliard authored
      Wine-specific WS_EX_MANAGED style bit.
      d7726c3a
    • Hans Leidekker's avatar
      - Stub implementations for FtpGetFileSize, FtpCommand{A,W}, · 6a367dbf
      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.
      6a367dbf
    • Huw Davies's avatar
      Add support for dispinterfaces (slightly hacked because we force the · 49eb0b70
      Huw Davies authored
      import of stdole2.tlb).
      Add propputref attribute.
      49eb0b70
    • Dmitry Timoshkov's avatar
    • Robert Reif's avatar
      Fix primary buffer memory leak. · e70f3e85
      Robert Reif authored
      e70f3e85