summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbdrag.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix xcb plugin compilation for -qconfig largeTasuku Suzuki2012-05-261-0/+4
* XShaping drag and drop fixesAlbert Astals Cid2012-05-101-8/+12
* xcb: Check for SHAPE extension before using itUli Schlachter2012-03-021-4/+6
* Take into account input shaping in findRealWindowAlbert Astals Cid2012-03-011-16/+24
* Refactor the QPA dnd interface.Friedemann Kleint2012-02-291-247/+149
* Take into account shaping in findRealWindowAlbert Astals Cid2012-02-091-3/+25
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Rename check to checkEvent.Stephen Kelly2012-01-101-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove debug outputLars Knoll2011-09-281-1/+0
* Fix mouse coordinate translation when searching for a drop targetLars Knoll2011-09-281-11/+5
* Fixes to the Xdnd code in xcbLars Knoll2011-09-211-61/+62
* Refactor QMouseEvent to contain the position inside the windowLars Knoll2011-09-011-2/+4
* remove unused codeLars Knoll2011-06-071-118/+0
* cleanups codeLars Knoll2011-06-071-58/+54
* Fix some remaining issues with DnDLars Knoll2011-06-071-73/+2
* Implement XDnD in the xcb pluginLars Knoll2011-06-071-688/+503
* X11 DnD implementationLars Knoll2011-06-071-0/+1708