summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbdrag.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-3/+3
* xcb: Fix getting the primary screen from QXcbConnection::screens()Alexander Volkov2014-10-291-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* xcb: Fix memory leaks in DnDAlexander Volkov2014-09-191-3/+10
* xcb: fix getting a XdndAware property if a proxy window existsAlexander Volkov2014-09-091-1/+1
* devicePixelRatio support for XCBPaul Olav Tvete2014-08-191-3/+12
* Move deletion of the QDrag object into QDragManager::drag().Friedemann Kleint2014-07-011-3/+0
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-03-241-2/+2
|\
| * [XCB] Fix crash in QML drag-and-dropGatis Paeglis2014-03-141-1/+2
| * [XCB] Fix drag-and-drop segfaultGatis Paeglis2014-03-141-1/+0
* | xcb: replace inefficient uses of QList with QVectorMarc Mutz2014-02-261-2/+2
|/
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-2/+2
* Fix crash in QXcbDrag.Friedemann Kleint2013-10-231-1/+1
* Move QBasicDrag and QSimpleDrag to QtGui.Samuel Rødal2013-05-301-2/+2
* Add QXcbConnectionGrabber classJørgen Lind2013-05-201-2/+1
* Restore cursor before sending QDropEventGatis Paeglis2013-05-131-1/+0
* Don't send QMouseEvent events from the QXcbDrag::timerEvent()Gatis Paeglis2013-05-131-19/+1
* Moving logic from Qt4 for grabbing the X serverJørgen Lind2013-04-261-2/+2
* 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