1. 27 Jun, 2003 17 commits
  2. 26 Jun, 2003 5 commits
  3. 24 Jun, 2003 14 commits
  4. 23 Jun, 2003 4 commits
    • Ulrich Czekalla's avatar
      - use global atoms for the format ids · b2df5f9f
      Ulrich Czekalla authored
      - add timeout when calling XCheckTypedWindowEvent
      - fix broken IsClipboardFormatAvailable; it tried to do a trick with
        EnumClipboardFormats by making incorrect assumptions
      - in X11DRV_IsClipboardFormatAvailable do a quick exit if no one owns
        the selection
      - add 1 second *minimum* time lapse between XSelectionOwner calls
      - sync clipboard ownership between different wine processes
      - prevents apps from getting into wierd state where they thought they
        didn't own the selection but they did and as a result queried
        themselves for available selection data
      b2df5f9f
    • Huw Davies's avatar
      Make sure we update dc->bitsPerPixel. · a3c10cf1
      Huw Davies authored
      a3c10cf1
    • Alexandre Julliard's avatar
      Added special case for "display" in DRIVER_GetDriverName so that · 280528a0
      Alexandre Julliard authored
      GetDC(NULL,"display") works.
      280528a0
    • Huw Davies's avatar
      Don't enable client side fonts unless we have at least one non-symbol · c23f8578
      Huw Davies authored
      font installed - this avoids a nasty Wingdings only scenario.
      Add the ability to perform font replacements, this essentially lets
      you give a second name to a font family so that familyA gets
      enumerated as familyB too.
      If we encounter two copies of the same font then use the one with the
      larger version number.
      
      Dmitry Timoshkov <dmitry@codeweavers.com>
      Move GetTextCharsetInfo implementation to the font driver.
      c23f8578