Historique des commits

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