summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbclipboard.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix some remaining issues with DnDLars Knoll2011-06-071-1/+1
| | | | | | | | | Do not set the event mask of the window we drop onto to NO_EVENT. Always use the clipboards requestor window to convert selections. Reviewed-by: Samuel
* X11 DnD implementationLars Knoll2011-06-071-0/+2
| | | | | | | | | | | Initial code for DnD on X11. Only Xdnd based, Motif DnD is being ignored. The code is currently limited to dropping stuff onto the application. Starting drags is not yet implemented. Reviewed-by: Samuel
* add an xcb based clipboard implementationLars Knoll2011-05-301-0/+102
Copying from the app to somewhere else works fine, but pasting into the app is still broken.