summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix QScreen orientation not being updated when setting a platform screenFriedemann Kleint2020-10-291-3/+3
* End touch->mouse synthesis when the chosen touchpoint is releasedShawn Rutledge2020-10-061-23/+25
* Ignore mouse events where globalPos contains NaNSteffen Kieß2020-10-021-0/+5
* Emit QScreen::geometryChanged when the logical DPI changesFriedemann Kleint2020-10-012-6/+11
* QPixelFormat: Fix warning about mixing different enumsMarcel Krems2020-08-231-14/+14
* qwsi: revert parts of 00ae1e6b7bf6efa5f5e57d37844e44d521604fb6Gatis Paeglis2020-08-232-24/+2
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-221-1/+1
* QGuiApplication: fix handling of spontaneous events' modifiersNicolas Guichard2020-08-202-0/+57
* Update QHighDpiScaling on DPI changeMorten Johan Sørvig2020-08-192-0/+4
* High-DPI: Use correct DPI for QT_USE_PHYSICAL_DPIMorten Johan Sørvig2020-08-191-1/+3
* Discard extra mouse move event generated by touchpadAndre de la Rocha2020-08-181-0/+7
* Fix under non-integer scaling incorrect update areaTang HaiXiang2020-07-241-1/+1
* Ensure styles always get to polish the application paletteTor Arne Vestbø2020-07-211-1/+2
* Doc: Prefer nullptr over 0 literal in inline snippetPaul Wicking2020-06-111-1/+1
* Fix typo in documentation of QPlatformWindowMichal Klocek2020-05-251-2/+2
* QBasicDrag: Send QDragMoveEvent when modifiers changeAlexander Volkov2020-05-202-2/+6
* Emit QScreen::(availableG|g)eometryChanged() on logical DPI changeFriedemann Kleint2020-05-203-11/+25
* Prevent asserts in certain QWindow re-creation casesLaszlo Agocs2020-05-181-2/+7
* Clarify ResetNotification in QSurfaceFormat a bitLaszlo Agocs2020-05-182-1/+12
* Avoid format conversion in backing store texture uploadAllan Sandfeld Jensen2020-05-161-44/+50
* Doc: add since for QWheelEvent::positionPaul Wicking2020-04-271-0/+1
* Remove more calls to deprecated TouchPoint functionsShawn Rutledge2020-04-091-4/+5
* macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-034-5/+5
* Finish deprecating TouchPoint::rect, sceneRect and screenRect accessorsShawn Rutledge2020-03-302-26/+20
* Doc: Don't mention deprecated functions in QTabletEvent overviewTopi Reinio2020-03-261-8/+8
* Call post routines from ~QGuiApplicationMichal Klocek2020-03-251-0/+3
* qpa: Return accepted state from mouse, touch and wheel handlersLorn Potter2020-03-132-77/+79
* Fix range-loop implicit copy warningMorten Johan Sørvig2020-03-131-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-292-6/+17
|\
| * Fix geometry handling for native child windowsFriedemann Kleint2020-02-282-6/+17
* | Avoid using deprecated QTabletEvent::device() methodAllan Sandfeld Jensen2020-02-281-4/+4
* | Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-1/+1
* | QScreen::virtualSiblingAt(): pass QPoint by valueShawn Rutledge2020-02-262-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Liang Qi2020-02-181-1/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-181-1/+1
| |\|
| | * wasm: add platform qsettingsLorn Potter2020-02-181-7/+1
| | * Fix typo in QGuiApplication's documentationYuhang Zhao2020-02-181-1/+1
* | | Send the LanguageChange event to all top level windows, not just widgetsAndy Shaw2020-02-181-0/+4
|/ /
* | Deprecate QTabletEvent::device() in favor of deviceType()Shawn Rutledge2020-02-172-1/+9
* | Mark missing deprecation in QTabletEventAllan Sandfeld Jensen2020-02-142-0/+15
* | Avoid dangling QGuiApplicationPrivate pointerEirik Aavitsland2020-02-131-1/+6
* | Rename Qt::ReturnByValue_t -> Qt::ReturnByValueConstantSze Howe Koh2020-02-062-6/+6
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-043-2/+4
|\|
| * Fix 'the the' typo in commentsLinus Jahn2020-02-022-2/+2
| * Doc: Add see also link to QScreen::handle()Paul Wicking2020-01-301-0/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-291-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.14.1' into 5.14Liang Qi2020-01-281-1/+1
| |\
| | * Merge 5.14 into 5.14.1Kari Oikarinen2020-01-154-18/+57
| | |\
| | * | Restore QHighDPIScaling::isActive() 5.13 behaviorMorten Johan Sørvig2020-01-141-1/+1
* | | | Add QWindow::startSystemMove and startSystemResizeJohan Klokkhammer Helsing2020-01-284-20/+85