Commit History

Author SHA1 Message Date
  Alexandre Julliard c954e5b9e6 server: Avoid using wine/port.h. 3 years ago
  Francois Gouget a716b13974 server: Remove obsolete synthesized formats in release_clipboard(). 3 years ago
  Alexandre Julliard d6ef9401b3 server: Use the object type information to implement access mapping. 3 years ago
  Alexandre Julliard c6f2aacb57 server: Add a type descriptor to all server objects. 3 years ago
  Alexandre Julliard 2e51f9aae3 server: Add an object operation to retrieve an object name. 4 years ago
  Jacek Caban b2a546c92d server: Introduce kernel_object struct for generic association between server and kernel objects. 5 years ago
  Michael Stefaniuc 9e365e4ecc server: Use the ARRAY_SIZE() macro. 6 years ago
  Alexandre Julliard 719e28bd2c server: Don't increment the clipboard sequence number for delayed rendering or synthesized formats. 7 years ago
  Alexandre Julliard 86ec169712 server: Get rid of the clipboard owner thread field. 8 years ago
  Alexandre Julliard a5f42fcd6e server: Get rid of the set_clipboard_info request. 8 years ago
  Sebastian Lackner b6b54fa14a server: Handle error when memdup fails in synthesize_formats. 8 years ago
  Sebastian Lackner 547d7eded3 server: Fix leak of old clipboard data when replacing existing format. 8 years ago
  Alexandre Julliard f0fbf1a9d1 user32: Cache clipboard data on the client side. 8 years ago
  Alexandre Julliard 9ed8f5e83f user32: Add synthesized clipboard formats on the server side. 8 years ago
  Alexandre Julliard 3044935b0e user32: Retrieve clipboard data from the server. 8 years ago
  Alexandre Julliard c69b4995c5 user32: Retrieve available clipboard formats from the server. 8 years ago
  Alexandre Julliard 79f90e4e41 user32: Store clipboard data on the server side. 8 years ago
  Alexandre Julliard 99408d7859 server: Get rid of the clipboard sequence number update hack. 8 years ago
  Alexandre Julliard 305d89f1ed server: Return the owner window in the close_clipboard request. 8 years ago
  Alexandre Julliard 2bf890d95f server: Return the owner window in the release_clipboard request. 8 years ago
  Alexandre Julliard 2b8021d4d0 server: Don't release the clipboard owner window when the owner thread terminates. 8 years ago
  Alexandre Julliard bddab0e7f8 server: Add a release_clipboard request, and notify the owner and viewer on release. 8 years ago
  Alexandre Julliard 70dd64cf97 server: Add a helper function to validate a window handle. 8 years ago
  Alexandre Julliard c6f12bd9cc server: Notify all listeners when the contents of the clipboard have changed. 8 years ago
  Alexandre Julliard 35537b1d45 server: Implement Add/RemoveClipboardFormatListener. 8 years ago
  Alexandre Julliard 19d16a7cb1 server: Add some validation of clipboard window handles. 8 years ago
  Alexandre Julliard 5962df3a1e server: Cleanup clipboard information upon window destruction. 8 years ago
  Alexandre Julliard 42c221db6c user32: Don't allow SetClipboardData if the clipboard is not open. 8 years ago
  Alexandre Julliard 79d2e0a9be server: Add a request to return clipboard information. 8 years ago
  Alexandre Julliard 98b24dcb50 server: Add a separate request to set the clipboard viewer. 8 years ago