1. 11 Feb, 2005 1 commit
  2. 14 Jan, 2005 1 commit
  3. 13 Dec, 2004 1 commit
  4. 07 Dec, 2004 1 commit
  5. 20 Jul, 2004 1 commit
  6. 29 Jun, 2004 1 commit
  7. 23 Jun, 2004 1 commit
  8. 14 May, 2004 1 commit
  9. 07 May, 2004 1 commit
  10. 01 May, 2004 1 commit
  11. 08 Apr, 2004 1 commit
  12. 07 Apr, 2004 1 commit
  13. 27 Mar, 2004 1 commit
  14. 18 Mar, 2004 1 commit
  15. 04 Mar, 2004 1 commit
  16. 03 Jan, 2004 1 commit
  17. 10 Dec, 2003 1 commit
  18. 07 Oct, 2003 1 commit
  19. 19 Aug, 2003 1 commit
  20. 24 Jul, 2003 1 commit
  21. 23 Jun, 2003 1 commit
    • 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
  22. 21 Jun, 2003 1 commit
    • Eric Pouech's avatar
      - adapted kernel32 so that it no longer (directly) manages console · 412d37f6
      Eric Pouech authored
        handles as wineserver handles
      - console input handle object is no longer waitable (input record
        synchronisation is now implemented as a simple semaphore), and removed
        FD_TYPE_CONSOLE from fd types in wineserver
      - console handles now always have their two lower bit set so one can
        distinguish a console handle from a kernel object handle
      - implemented some undocumented kernel32 console related APIs
        (CloseConsoleHandle, GetConsoleInputWaitHandle, OpenConsoleW,
        VerifyConsoleIoHandle, DuplicateConsoleHandle)
      - allowed a few kernel32 APIs to take console pseudo-handles
        (FlushFileBuffer, GetFileType, WaitFor*Object*)
      - simplified the console inheritance at process creation
      - in console tests, no longer create a console if one already exists
      412d37f6
  23. 20 May, 2003 1 commit
  24. 26 Mar, 2003 1 commit
  25. 14 Feb, 2003 1 commit
  26. 09 Jan, 2003 1 commit
  27. 08 Jan, 2003 1 commit
  28. 25 Nov, 2002 1 commit
  29. 29 Oct, 2002 1 commit
  30. 17 Oct, 2002 1 commit
  31. 12 Oct, 2002 1 commit
  32. 11 Oct, 2002 2 commits
  33. 16 Aug, 2002 1 commit
  34. 20 Jun, 2002 1 commit
    • Alexandre Julliard's avatar
      Create the server directory and socket file in /tmp. · 4144b5b8
      Alexandre Julliard authored
      Use fcntl file locking to ensure exclusion on the server socket and to
      better recover from crashes.
      Flush the registry before closing the socket to avoid timeouts on the
      client side.
      Moved get_config_dir functionality to libwine.
      4144b5b8
  35. 02 Jun, 2002 1 commit
  36. 30 May, 2002 1 commit
  37. 23 Apr, 2002 1 commit
  38. 02 Apr, 2002 1 commit
  39. 29 Mar, 2002 1 commit