summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* Track swap interval in QXcbWindowErik Kurzinger2019-06-133-4/+7
* Windows: Call ReleaseDC for the private's displayContextAndy Shaw2019-04-101-0/+2
* macOS: Introduce QMacKeyValueObserver and use in theme and styleTor Arne Vestbø2019-06-074-98/+19
* macOS: Fix QMouseEvent::buttonMikhail Svetkin2019-05-281-3/+2
* macOS: Use QMacNotificationObserver over manual notification handlingTor Arne Vestbø2019-05-293-20/+17
* macOS: Fix reported mouse event buttonsMikhail Svetkin2019-06-031-4/+3
* macOS: Enable VK_MVK_macos_surface on the instanceLaszlo Agocs2019-05-301-1/+1
* Rename QMacScopedObserver to the more fittingly QMacNotificationObserverTor Arne Vestbø2019-05-294-7/+7
* Windows QPA: Fix clang warnings about narrowing conversionsFriedemann Kleint2019-05-295-10/+16
* Windows QPA: Optimize code that gets window under pointerAndre de la Rocha2019-05-281-1/+4
* Windows QPA: Fix QGuiApplication::topLevelAt() with screen recorder applicationsFriedemann Kleint2019-05-281-0/+6
* QMacStyle - fix the separator's color in the Dark themeTimur Pocheptsov2019-05-241-1/+3
* QHighDpi: Remove fromNativePixels()/toNativePixels() overloadsMorten Johan Sørvig2019-05-221-1/+1
* QAndroidInputContext: Fix getTextBefore/AfterCursor() in mid. of preeditVova Mshanetskiy2019-05-081-30/+47
* QAndroidInputContext: Fix most "Input method out of sync" warningsVova Mshanetskiy2019-05-131-0/+2
* Windows Accessibility: window should be focusableFrederik Gladhorn2019-05-211-6/+15
* eglfs/openwfd: do not purge QSurfaceFormat fieldsLaszlo Agocs2019-05-081-1/+1
* Windows Accessibility: Add UI Automation Window providerFrederik Gladhorn2019-05-204-0/+249
* Windows QPA: Fix QWheelEvent::buttons() after click on title barAndre de la Rocha2019-05-185-15/+84
* winrt: Return monospace font for QFontDatabase::systemFont(QFontDatabase::Fix...Oliver Wolff2019-05-152-0/+19
* iOS: be more careful about hiding the edit menuRichard Moe Gustavsen2019-05-151-3/+8
* QMenu: show shortcuts in context menus by defaultRichard Moe Gustavsen2019-05-151-1/+6
* QMacStyle - clear cached controls when changing themesTimur Pocheptsov2019-05-151-1/+38
* macOS: Guard against display on non-main threadsTor Arne Vestbø2019-05-131-0/+9
* Windows QPA: Fix resize loops when moving fixed size windows between screensFriedemann Kleint2019-05-133-23/+44
* Windows QPA: Fix window frame calculation in multi-monitor setupsFriedemann Kleint2019-05-137-60/+146
* QAndroidInputContext: Fix start value of Cursor attribute in longPress()Vova Mshanetskiy2019-05-101-1/+1
* macOS: Deliver geometry changes when content view changes frameTor Arne Vestbø2019-05-101-3/+5
* macOS: Don't clip menu item drawing to bounding rect when using CoreTextTor Arne Vestbø2019-05-101-2/+5
* macOS: Implement QCALayerBackingStore::toImage()Tor Arne Vestbø2019-05-102-0/+16
* Windows QPA: Improve debug messagesFriedemann Kleint2019-05-093-17/+66
* macOS: Deliver and handle screen change unconditionallyTor Arne Vestbø2019-05-081-17/+28
* macOS: Always respond to cursorUpdate by applying custom cursor if setTor Arne Vestbø2019-05-081-4/+7
* Windows QPA: Fix over-large transparent tooltipsFriedemann Kleint2019-05-071-0/+3
* macOS: Guard backingstore composeAndFlush with QT_NO_OPENGLTor Arne Vestbø2019-05-072-0/+4
* macOS: don’t crash when wrapping foreign viewsMorten Johan Sørvig2019-05-071-1/+3
* macOS: Move off deprecated handleFrameStrutMouseEvent APITor Arne Vestbø2019-05-071-3/+28
* Add an ID for recognition of UGEE tabletsDmitry Kazakov2019-05-071-0/+4
* Fix generation of Leave events when using tablet devicesDmitry Kazakov2019-05-071-0/+3
* Fix dnd regression c427ba53aa0ee1a71aa670783f65bcfd230da653Mikhail Svetkin2019-05-051-0/+19
* fix compilation with various -no-feature-* optionsNick Shaforostov2019-05-051-1/+2
* Android: Fix deleting of new lines when using backspaceAndy Shaw2019-05-031-4/+22
* Windows QPA: Fix blank Cursor on secondary displaySimeon Kuran2019-04-271-10/+12
* QMacStyle - set the proper appearance if neededTimur Pocheptsov2019-04-251-0/+39
* Fix artifacts when reading certain 32 bit ico filesEirik Aavitsland2019-04-251-10/+14
* macOS: Gracefully handle devicePixelRatio mismatch in QCALayerBackingStoreTor Arne Vestbø2019-04-192-3/+21
* Windows QPA: fix media keys losing autorepeat/keycode informationAndre de la Rocha2019-04-181-12/+8
* Merge remote-tracking branch 'origin/5.12.3' into 5.12Qt Forward Merge Bot2019-04-171-8/+27
|\
| * Fix QTabletEvent::uniqueId() when Qt uses WinInkv5.12.3Dmitry Kazakov2019-04-091-6/+6
| * Windows QPA: Fix mouse button reported in non-client eventsAndre de la Rocha2019-04-081-2/+21