summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbdrag.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix drops from external sources.Gatis Paeglis2012-11-221-6/+5
* Rename all QWindow properties that have "window" in themShawn Rutledge2012-11-071-7/+7
* Modularize drag and drop documentationGatis Paeglis2012-10-191-19/+6
* Simplify transaction expiry mechanismGatis Paeglis2012-10-131-28/+35
* Stop delivering messages when drop has occurred.Gatis Paeglis2012-10-021-0/+6
* Retrieve drop data with a proper timestampGatis Paeglis2012-10-021-1/+1
* Ensure that QDrag is set correctly at all times.Gatis Paeglis2012-10-021-5/+7
* Fixed xdnd protocol-version detection codeGatis Paeglis2012-10-021-3/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-031-1/+1
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-191-1/+1
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-031-1/+1
* Set window's surface format to support alpha channel.Gatis Paeglis2012-06-281-1/+0
* 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