summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Use QPlatformTheme::TouchDoubleTapDistance for touch eventsAlexander Volkov2019-05-012-6/+15
* QOffscreenSurface: Suppress setting of a default geometry on the windowFriedemann Kleint2019-04-111-0/+8
* Introduce Q_TRACE_SCOPE to simplify tracing of a function entry/exitMilian Wolff2019-04-051-6/+2
* Add explanatory comment to QWindowPrivate::resizeAutomaticFriedemann Kleint2019-03-221-0/+4
* Windows: Fix tooltip flicker on GL surfacesFriedemann Kleint2019-03-212-3/+8
* Don't quit when last QWindow is destroyed, wait for it to closeTor Arne Vestbø2019-03-191-4/+10
* Move screen maintenance functions from QPlatformIntegration to QWSITor Arne Vestbø2019-03-196-54/+90
* macOS: Add IOSurface based backingstore for layer-backed viewsTor Arne Vestbø2019-03-141-0/+2
* QOpenGLContext: fix docs about sharingGiuseppe D'Angelo2019-03-131-1/+1
* Clear only one device from g_pointIdMap when all points releasedShawn Rutledge2019-02-262-2/+19
* Remove requirement to lock graphics buffer before getting total sizeTor Arne Vestbø2019-01-291-1/+0
* QtGui: Unify license headersKai Koehne2019-01-297-43/+43
* Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-233-9/+6
|\
| * Doc: Restore documentation for QTest functions in other modulesTopi Reinio2019-01-041-6/+4
| * Make QWindow::type() reflect ForeignWindow statusMorten Johan Sørvig2018-12-221-2/+1
| * Fix layering violation in isForeignWindow()Morten Johan Sørvig2018-12-221-1/+1
* | fix crash if no screens are availableRolf Eike Beer2019-01-211-3/+6
* | Fix multiple emission of QGuiApplication::lastWindowClosed() when native chil...Friedemann Kleint2019-01-161-0/+2
* | Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-107-8/+8
* | Emit paletteChanged and send ApplicationPaletteChange on theme changeTimur Pocheptsov2019-01-082-0/+13
|/
* 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-192-5/+7
|\
| * Modernize the "settings" featureLiang Qi2018-11-152-5/+7
* | Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-161-0/+6
|\ \
| * | Doc: Qt GUI: Fix documentation warningsTopi Reinio2018-11-061-0/+6
* | | Document QScreen::grabWindow high-DPI behaviorMorten Johan Sørvig2018-11-121-0/+5
* | | Make grabWindow return pixmap with correct dprMorten Johan Sørvig2018-11-111-1/+1
* | | QtGui: Check event type in QWindowSystemInterface::handleMouseEvent()Friedemann Kleint2018-11-091-0/+3
* | | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-094-5/+9
|\ \ \ | |/ / |/| / | |/
| * Doc: Clarify what samples() returns if not explicitly setAndy Shaw2018-11-071-1/+2
| * Modernize the "textcodec" featureLiang Qi2018-11-073-4/+7
* | Merge remote-tracking branch 'origin/5.11' into 5.12.0Liang Qi2018-11-052-1/+3
|\|
| * Fix leaking QTabletEventPrivate instanceKirill Burtsev2018-10-251-0/+1
| * Don't block mouse events if the window is a Tooltip typeAndy Shaw2018-10-241-1/+2
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-171-2/+2
|\|
| * Modernize the "animation" featureLiang Qi2018-10-121-2/+2
* | Don't drop update requests when closing and reopening windowsUlf Hermann2018-10-161-0/+3
* | xcb: respect QEventLoop::ExcludeUserInputEvents in native event handlersGatis Paeglis2018-10-163-4/+27
* | QLineEdit: Disable input methods for password unless IME supports hidden textFriedemann Kleint2018-09-293-15/+19
* | Fix typos in the documentationAleix Pol2018-09-252-2/+2
* | Android: add support for custom buttons in native MessageDialog helperShawn Rutledge2018-09-252-3/+56
* | Update QOpenGLContext::currentContext after QPlatformOpenGLContext::makeCurrentTor Arne Vestbø2018-09-091-10/+8
* | Make QOpenGLContext::makeCurrent use early exit for all its flowTor Arne Vestbø2018-09-081-44/+42
* | Make flatpak portal support to be used also by Snap applicationsJan Grulich2018-09-021-5/+5
* | Windows QPA: Stop synthesizing mouse events from tablet/touchAndre de la Rocha2018-09-011-1/+1
* | WebAssembly for QtBaseMorten Johan Sørvig2018-08-302-1/+14
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-08-241-1/+1
|\|
| * Doc: fix typo in QNativeGestureEvent docsMitch Curtis2018-08-231-1/+1
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-08-221-1/+1
|\|
| * Fix spacing in << operator for QEventMitch Curtis2018-08-211-1/+1