summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qsimpledrag.cpp
Commit message (Expand)AuthorAgeFilesLines
* Misc.: fix narrowing conversion warningsAhmad Samir2023-06-051-3/+4
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Be more graceful when objects die by the time the dnd loop exitsLaszlo Agocs2022-08-121-0/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Change QWindow/QWidget::map(To/From)(Global/Parent) to operate in floatFriedemann Kleint2020-07-141-1/+1
* Refactor pointer event hierarchyShawn Rutledge2020-07-101-1/+1
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-5/+5
* QBasicDrag: Send QDragMoveEvent when modifiers changeAlexander Volkov2020-05-141-2/+5
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-1/+1
* Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-011-5/+9
|\
| * Fix crash with drag cursor handlingJoni Poikelin2019-06-281-5/+9
* | QRegExp include cleanupSamuel Gaist2019-04-191-1/+0
|/
* Fix crash in QSimpleDrag when no platform windowVal Doroshchuk2018-11-291-1/+1
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-091-1/+0
|\
| * Modernize the "textcodec" featureLiang Qi2018-11-071-1/+0
* | dnd: send DragEnter and DragMove on DnD startGatis Paeglis2018-06-251-50/+55
* | 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-13/+28
|/
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-4/+26
|\
| * QSimpleDrag: Fix mouse release coords for delayed event transmissionEike Hein2018-02-011-5/+27
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-4/+4
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-061-4/+4
| |\|
| | * Pass m_drag_icon_window to getNativeMousePos instead of Event QObjectÀlex Fiestas2017-09-041-4/+4
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
|/ /
* / Remove QPlatformDrag::platformDropDataAlbert Astals Cid2017-03-131-7/+0
|/
* Make QSimpleDrag work with highDPI scalingPaul Olav Tvete2017-01-131-8/+29
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-241-2/+3
|\
| * xcb: Fix drag and drop between xcb screensBłażej Szczygieł2016-02-181-2/+3
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-231-1/+2
|\|
| * xcb: Use XShape for DnD when a compositing manager is not runningAlexander Volkov2015-10-141-1/+2
* | Implement canceling of Qt-initiated drags.Friedemann Kleint2015-10-231-0/+8
|/
* xcb: Fix DnD for separate X screensAlexander Volkov2015-10-091-13/+16
* Deliver mouse press and release events on X11 also when draggingUlf Hermann2015-09-241-3/+3
* Fix highdpi drag-n-drop for X11Paul Olav Tvete2015-07-301-15/+32
* QShapedPixmapWindow: ensure we set a valid geometryRichard Moe Gustavsen2015-05-061-3/+12
* Fix invocations of static methods of QGuiApplication/QApplication.Friedemann Kleint2015-02-251-4/+4
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Don't assume a QBasicDrag will start and end over a QWindowTor Arne Vestbø2014-03-041-3/+2
* Fix crash in QSimpleDrag if drag wasn't started over a QWindowTor Arne Vestbø2014-03-041-2/+3
* Move QBasicDrag and QSimpleDrag to QtGui.Samuel Rødal2013-05-301-0/+366