summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbdrag.cpp
Commit message (Expand)AuthorAgeFilesLines
* xcb: Add support for XdndActionList propertyAlexander Volkov2020-03-231-6/+102
* Drag'n'Drop: fix attached Drag object deleted when DnD is progressingYulong Bai2019-10-271-1/+7
* QHighDpi: Remove fromNativePixels()/toNativePixels() overloadsMorten Johan Sørvig2019-05-221-1/+1
* xcb: lock-free event processingGatis Paeglis2018-10-141-2/+2
* xcb: Use functors in QXcbConnection::checkEvent()Gatis Paeglis2018-08-161-8/+6
* xcb: Refactor align of xcb eventsMikhail Svetkin2018-07-051-2/+1
* dnd: send DragEnter and DragMove on DnD startGatis Paeglis2018-06-251-0/+3
* xcb: account for misbehaving Unity DnD ManagerGatis Paeglis2018-06-221-0/+13
* xcb: qxcbdrag.cpp cleanupsGatis Paeglis2018-06-221-154/+114
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-4/+0
|\
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-4/+0
* | qpa: improve API to support DnDs from other processesGatis Paeglis2018-05-041-14/+23
|/
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-0/+11
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-12-051-0/+11
| |\
| | * xcb: Set executed drop action when drop is outside the applicationBłażej Szczygieł2017-11-291-0/+11
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-3/+3
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-201-1/+1
|\|
| * xcb: fix misuse of xcb_send_eventGatis Paeglis2017-03-011-1/+1
* | Remove QPlatformDrag::platformDropDataAlbert Astals Cid2017-03-131-9/+4
* | xcb: remove code and macros related to Q_XCB_DEBUGGatis Paeglis2017-03-101-4/+4
* | xcb: Wrap xcb callings in macrosAlexander Volkov2017-02-231-75/+35
|/
* Delete aborted QDragAleksey Lysenko2016-12-151-0/+3
* xcb: Replace Q_DECL_OVERRIDE by overrideAlexander Volkov2016-12-011-3/+3
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-0/+3
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-0/+3
| |\
| | * XCB Drop from external app: fix keyboard modifier stateFrederik Gladhorn2016-09-161-0/+3
* | | fix build with various QT_NO_* definesNick Shaforostoff2016-08-261-1/+31
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-1/+15
|\|
| * xcb: Properly interpret data.l[0] field of XdndStatus messageAlexander Volkov2016-05-121-1/+1
| * QXcbDrag: forward mouse release event to initiator windowAlberto Mardegan2016-05-091-0/+14
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-2/+2
|\|
| * xcb: Fix drag and drop to Emacs.Urs Fleisch2016-05-021-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-291-11/+44
|\|
| * xcb: Fix drag and drop to applications like Emacs and Chromium.Urs Fleisch2016-04-251-11/+44
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-0/+6
|\|
| * xcb: Initialize all xcb_client_message_event_t members before useShawn Rutledge2016-03-151-0/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-241-0/+4
|\|
| * xcb: Fix drag and drop between xcb screensBłażej Szczygieł2016-02-181-0/+4
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* xcb: fix drag and drop when window is hiddenBłażej Szczygieł2016-01-051-0/+2
* xcb: Use XShape for DnD when a compositing manager is not runningAlexander Volkov2015-10-141-0/+3
* xcb: Fix DnD for separate X screensAlexander Volkov2015-10-091-30/+13
* xcb: Always send dnd events to the proxy window if it existsAlexander Volkov2015-09-221-5/+12
* Fix highdpi drag-n-drop for X11Paul Olav Tvete2015-07-301-24/+26
* Remove QT_DEVICE_PIXEL_RATIO support from xcbPaul Olav Tvete2015-07-291-10/+4
* Use QVector::reserve() all over the place.Sérgio Martins2015-06-291-0/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-0/+7
|\
| * Fix drag and drop regressionGatis Paeglis2015-01-191-0/+7
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-3/+3
|/