winex11: Add window data structure locking to the window region functions.
[wine] / dlls / winex11.drv / clipboard.c
2012-08-16  Alexandre Julliardwinex11: Remove the remaining X11 locking calls.
2012-08-15  Alexandre Julliardwinex11: Remove unnecessary cleanups on process exit.
2012-08-14  Alexandre Julliardwinex11: Remove X11 locking around simple X calls.
2012-05-15  Alexandre Julliardwinex11: Use the create_pixmap_from_image helper to...
2012-05-14  Alexandre Julliardwinex11: Use the get_pixmap_image helper to import...
2012-01-10  Alexandre Julliardwinex11: Move the clipboard DIB creation functions...
2012-01-03  Pierre Schweitzerwinex11.drv: Fix handle leak.
2011-08-30  Andrew Talbotwinex11.drv: Remove unneeded address-of operator from...
2011-08-04  Kusanagi Kouichiwinex11.drv: Fix a memory leak.
2011-03-07  Alexandre Julliarduser32: Get rid of the RegisterClipboardFormat driver...
2011-03-07  Alexandre Julliardwinex11: Register clipboard formats only once they...
2011-03-07  Alexandre Julliardwinex11: Remove the unused clipboard format flags.
2011-03-04  Alexandre Julliarduser32: Remove GetClipboardFormatName from the user...
2011-03-04  Alexandre Julliardwinex11: Always reference clipboard formats by atom...
2011-03-03  Alexandre Julliardwinex11: Pre-register atoms for all the built-in clipbo...
2011-03-03  Alexandre Julliardwinex11: Add a debug helper for printing clipboard...
2011-03-03  Alexandre Julliardwinex11: Convert the clipboard format list to a standar...
2011-03-03  Alexandre Julliardwinex11: Convert the clipboard data list to a standard...
2011-01-31  Alexander Scott... winex11.drv: Improve error handling in bitmap synthesiz...
2011-01-31  Alexander Scott... winex11.drv: Remove unused constant, and fix a comment.
2011-01-31  Alexander Scott... winex11.drv: Remove broken HeapFree call.
2011-01-28  Alexander Scott... winex11.drv: Implement synthesizing the CF_ENHMETAFILE...
2010-08-24  Ken Thomaseswinex11: Pass window property to server in 64KB chunks.
2010-04-26  Gerald Pfeiferwinex11: Remove variable size which is not really used...
2010-04-26  Gerald Pfeiferwinex11: Remove variable datasize which is not really...
2010-03-18  Vincent Povirkwinex11.drv: ReadSelectionData should fail if the impor...
2009-12-30  Rob Shearmanwinex11.drv: Empty clipboard cache on process unload...
2009-12-28  Michael Stefaniucwinex11.drv: Remove some explicit LPARAM/WPARAM casts.
2009-12-23  Alexandre Julliarduser32: Get rid of 16-bit handles in the driver clipboa...
2009-12-01  Rob Shearmanwinex11.drv: Make sure that the selectionAcquired flag...
2009-11-23  Vincent Povirkwinex11.drv: Generate text/html clipboard data from...
2009-11-23  Vincent Povirkwinex11.drv: Remove the HTML Format -> text/html clipbo...
2009-07-13  Yuri Khanwinex11.drv: Handle clipboard on an auxiliary thread...
2009-06-22  Vincent Povirkwinex11.drv: Link the windows JFIF format to the X...
2009-06-22  Vincent Povirkwinex11.drv: Link the windows PNG format to the X image...
2009-06-04  Vincent Povirkwinex11.drv: Don't use XEvents uninitialized when waits...
2009-05-04  Vincent Povirkwinex11.drv: Export copied images as image/bmp.
2009-05-01  Vincent Povirkwinex11.drv: Convert image/bmp X selections to Windows...
2009-04-24  Huw Davieswinex11.drv: Print clipboard formats in hex.
2009-04-20  Huw Davieswinex11.drv: Fix typo so that emf -> mfpict synthesis...
2009-04-20  Huw Davieswinex11.drv: Fix ordering of synthesized text formats.
2009-03-25  Kusanagi Kouichiwinex11.drv: Make import/export functions static.
2008-12-23  Maarten Lankhorstuser32/winex11.drv: Change all user32 operations to...
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-12-03  Vitaly Lipatovwinex11: Add check for XmbTextPropertyToTextList result.
2008-12-01  Michael Stefaniucwinex11.drv: Remove some superfluous casts.
2008-11-05  Kusanagi Kouichiwinex11: Implement large data transfers.
2008-06-26  Alexandre Julliardwinex11: Explicitly request creation of the thread...
2008-06-26  Alexandre Julliardwinex11: Pass the display as parameter to a few more...
2008-06-26  Alexandre Julliardwinex11: Explicitly request creation of the per-thread...
2008-04-09  Alexandre Julliardwinex11: Added an error handler to catch bad atoms...
2008-04-08  Alexandre Julliardwinex11: Improved handling of broken 8-bit TARGETS...
2008-04-07  Alexandre Julliardwinex11: Fix handling of property sizes for 64-bit...
2008-03-26  Alexandre Julliardwinex11: Fix X11DRV_CLIPBOARD_ReadProperty to read...
2008-03-24  Andrew Talbotwinex11.drv: Assign to structs instead of using memcpy.
2008-02-04  Andrew Talbotwinex11.drv: Remove unneeded casts.
2008-01-25  Ken Thomaseswinex11.drv: Accomodate XGetWindowProperty returning...
2007-05-29  Andrew Talbotwinex11.drv: Exclude unused headers.
2007-03-12  Stefan HuehnerChange some functions arguments from () -> (void).
2007-02-08  Andrew Talbotwinex11.drv: Remove unused items.
2006-12-12  Alexandre Julliardwinex11.drv: Remove unused PropertyAliasMap variable.
2006-11-27  Andrew Talbotwinex11.drv: Cast-qual warnings fix.
2006-10-09  Vitaliy Margolenwinex11drv: Win64 printf format warning fixes.
2006-06-16  Alexandre Julliardx11drv: Renamed the x11drv directory to winex11.drv.