summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix geometry handling for native child windowsFriedemann Kleint2020-02-282-6/+17
* wasm: add platform qsettingsLorn Potter2020-02-181-7/+1
* Fix typo in QGuiApplication's documentationYuhang Zhao2020-02-181-1/+1
* 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.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
* | | macOS: Remove doc references to the Carbon frameworkTor Arne Vestbø2020-01-221-2/+2
* | | Doc: Fix qdoc compilation errors qtbaseNico Vertriest2020-01-171-1/+0
| |/ |/|
* | doc: explain QWheelEvent::angleDelta() more thoroughlyShawn Rutledge2020-01-131-9/+19
* | Windows QPA: Update documentation on command line optionsFriedemann Kleint2020-01-101-3/+21
* | QInputDeviceManager: initialize device countsSamuli Piippo2020-01-091-1/+1
* | Share updates to QGuiApplicationPrivate::app_pal via helper functionTor Arne Vestbø2020-01-092-5/+16
|/
* Restore High DPI scale factorsFriedemann Kleint2020-01-071-3/+3
* Don’t reset highDpicaleFactorRoundingPolicyMorten Johan Sørvig2019-12-191-2/+0
* High-DPI: restore rounding behavior on AndroidMorten Johan Sørvig2019-12-191-0/+8
* macOS: Deliver theme changes synchronouslyTor Arne Vestbø2019-12-192-2/+3
* Doc: Add since versionPaul Wicking2019-12-191-0/+2
* Sync implementation of QGuiApplication and QApplication setPaletteTor Arne Vestbø2019-12-171-3/+4
* Let sendApplicationPaletteChange() decide when it needs to exit earlyTor Arne Vestbø2019-12-171-2/+4
* Remove ApplicationResourceFlags::ApplicationPaletteExplicitlySetTor Arne Vestbø2019-12-171-4/+1
* Doc: Fix qdoc compilation errors qtbaseNico Vertriest2019-12-121-1/+1
* Move the tooltip out of the way of very large mouse cursorsVolker Hilsheimer2019-12-092-0/+9
* Don’t warn on QT_AUTO_SCREEN_SCALE_FACTOR usageMorten Johan Sørvig2019-11-201-6/+3
* QWheelEvent: add \since flag for ctorChristian Ehrlicher2019-11-191-0/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-11-131-0/+7
|\
| * syncqt: Add a means to suspend/resume the processing of a fileAndy Shaw2019-11-061-0/+7
* | Windows QPA: Fix wrong scaling of fixed size in window creation phaseFriedemann Kleint2019-11-082-4/+11
* | QHighDpiScaling: impove readability of screenSubfactor methodVitaly Fanaskov2019-11-071-10/+11
* | QHighDpiScaling: fix potential null pointer dereferenceVitaly Fanaskov2019-11-071-1/+2
* | qpa: Add note about QScreen taking care of primary screen during removalTor Arne Vestbø2019-10-291-1/+2
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-283-8/+12
|\|
| * Drag'n'Drop: fix attached Drag object deleted when DnD is progressingYulong Bai2019-10-273-8/+12
* | QKeySequence: Add missing names for multimedia keysAlexander Volkov2019-10-241-0/+6
* | Propagate application termination requests through QPATor Arne Vestbø2019-10-195-1/+36
* | Protect global variable g_pointIdMap with mutexesRainer Keller2019-10-112-0/+7
* | Modernize QWindowSystemInterface::handleCloseEventTor Arne Vestbø2019-10-045-16/+10
* | Quiet several more warnings about QWheelEvent deprecationsShawn Rutledge2019-10-022-2/+15
* | Add QQuickMultiPointTouchArea as a friend of QTouchEventv5.14.0-alpha1Shawn Rutledge2019-09-221-0/+1
* | Merge remote-tracking branch 'origin/5.13' into 5.14Joerg Bornemann2019-09-201-1/+3
|\|
| * QHighDPI: Fix wrong conversion for native child windowsFriedemann Kleint2019-09-181-1/+3
* | Add back QWheelEvent position() and globalPosition() docsShawn Rutledge2019-09-171-0/+24
* | Mark stationary touch points as updated if pressure or velocity changesShawn Rutledge2019-09-173-1/+6
* | QDpi: divide the forced DPI by the scaling factor, as Qt 5.13 didDavid Faure2019-09-131-2/+5
* | QtGui: replace some QMutexLockers with (new) qt_{scoped,unique}_lock()Marc Mutz2019-09-123-13/+15
* | Fix qdoc warningsFriedemann Kleint2019-09-101-1/+1
* | Dpi settings: QT_SCREEN_SCALE_FACTORS enables scaling againDavid Faure2019-09-101-1/+1
* | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-09-091-3/+7
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-081-3/+7
| |\