summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | ico image handler: check for out of range image sizeEirik Aavitsland2018-12-031-0/+2
| * | | | | CoreText: Define font smoothing gamma along with rest of relevant codeTor Arne Vestbø2018-11-301-1/+3
| * | | | | Android: Don't use blocking queued when suspending the applicationAndy Shaw2018-11-301-1/+6
| * | | | | xcb: remove old work-around for building with util-wmGatis Paeglis2018-11-301-54/+29
| * | | | | xcb: fix issue with dialogs hidden by other windowsGatis Paeglis2018-11-301-0/+2
| * | | | | macOS: make QScreen::grabWindow() fast againMorten Johan Sørvig2018-11-301-45/+50
| * | | | | src/3rdparty: remove xkbcommonGatis Paeglis2018-11-303-22/+6
| * | | | | Fix QPpdPrintDevice::isDefaultAlbert Astals Cid2018-11-293-1/+15
| * | | | | CoreText: Remove handling of the AppleAntiAliasingThreshold user defaultTor Arne Vestbø2018-11-291-1/+0
| * | | | | xcb: Use std::move and pass argument by rvalue referenceMikhail Svetkin2018-11-292-2/+2
| * | | | | CoreText: Modernize font smoothing and antialiasing threshold detectionTor Arne Vestbø2018-11-291-1/+1
| * | | | | xcb: free leaking clipboard eventsKirill Burtsev2018-11-281-3/+4
| * | | | | xcb: Fix leaking events on destroyKirill Burtsev2018-11-281-1/+4
| * | | | | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-11-271-5/+23
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Fix hang in QMacPasteboard::formats()Andrew Smolko2018-11-221-5/+23
* | | | | | Rename QList<T>::swap(int, int) to swapItemsAt()Lars Knoll2018-12-031-2/+2
* | | | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-277-74/+96
|\| | | | |
| * | | | | macOS accessibility: fix crash for NSAccessibilityVisibleCharacterRangeAttributeFrederik Gladhorn2018-11-231-2/+3
| * | | | | macOS: Track changes to our NSView's superview and window propertiesTor Arne Vestbø2018-11-231-6/+67
| * | | | | macOS: Allow raising and lowering child windowsTor Arne Vestbø2018-11-231-20/+22
| * | | | | Remove need for glXGetProcAddressARBMichal Klocek2018-11-221-42/+1
| * | | | | macOS: Don't assume platform input context is our ownTor Arne Vestbø2018-11-221-2/+2
| * | | | | Fix crash when painting with pattern brush to print device on macOSEirik Aavitsland2018-11-221-1/+0
| * | | | | wasm: fix qpa plugin build system integrationOswald Buddenhagen2018-11-211-1/+1
* | | | | | Compile with QT_STRICT_ITERATORS definedLars Knoll2018-11-261-3/+3
* | | | | | Windows: Add a default setting for hasBorderInFullScreenFriedemann Kleint2018-11-243-1/+11
* | | | | | macOS a11y: Implement AXInsertionPointLineNumber with AXLineForIndexBoris Dušek2018-11-231-7/+2
* | | | | | Align implementation of LineForIndex with InsertionPointLineNumberBoris Dušek2018-11-231-2/+5
* | | | | | qcocoaaccessibilityelement.mm: Document convertLineOffset functionBoris Dušek2018-11-231-0/+13
* | | | | | Fix VoiceOver interaction with multiline text componentsBoris Dušek2018-11-231-0/+1
* | | | | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-2215-80/+171
|\| | | | |
| * | | | | QMacStyle: account for QStyleSheetStyle using QTabBar directlyTimur Pocheptsov2018-11-211-1/+7
| * | | | | macOS: Improve logging during QNSView/QNSWindow deallocationTor Arne Vestbø2018-11-202-2/+4
| * | | | | macOS: Use shared NSWindowDelegate instead of one per windowTor Arne Vestbø2018-11-204-25/+27
| * | | | | macOS: Ensure NSWindow delegate is released in sync with its NSWindowTor Arne Vestbø2018-11-201-4/+3
| * | | | | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-191-2/+0
| |\| | | |
| | * | | | Purge some unused code for the OpenGL library nameEdward Welbourne2018-11-121-2/+0
| | | |_|/ | | |/| |
| * | | | Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-169-47/+122
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Windows QPA: Fix input context visibility statusAndre de la Rocha2018-11-151-1/+12
| | * | | Windows QPA: Fix broken focus for native child windowsAndre de la Rocha2018-11-141-0/+5
| | * | | macOS: Disable threaded GL rendering on SDK 10.14+Tor Arne Vestbø2018-11-131-2/+7
| | * | | Fix no-opengl developer buildsAllan Sandfeld Jensen2018-11-103-1/+11
| | * | | macOS: Only enable layer-backed views on 10.14 if built against 10.14 SDKTor Arne Vestbø2018-11-092-23/+53
| | * | | Windows QPA: Fix incorrect button state reporting for touchpadAndre de la Rocha2018-11-082-20/+34
| * | | | Windows QPA: Fix building with -no-feature-tableteventAndre de la Rocha2018-11-151-0/+9
* | | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-135-4/+20
|\| | | |
| * | | | QMacStyle: remove weird frame translationTimur Pocheptsov2018-11-121-1/+1
| * | | | win32: Fix text prediction with on screen keyboardMaurice Kalinowski2018-11-111-0/+7
| * | | | Fix image grab when XCB is rgb-swappingAllan Sandfeld Jensen2018-11-111-0/+3
| * | | | macOS: Make QScreen::grabWindow() work againMorten Johan Sørvig2018-11-111-2/+2