summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* iOS: Remove assert when doing GL rendering in the backgroundTor Arne Vestbø2020-03-311-5/+2
* macOS: Flush sublayers via separate IOSurface backingstoresTor Arne Vestbø2020-03-252-25/+68
* xcb: Fix logic for minimized stateJiDe Zhang2020-03-094-3/+19
* macOS: Skip NSOpenGLContext flush if window exposed size is out of syncTor Arne Vestbø2020-02-171-0/+15
* macOS: Tag sub-layer images with color space on flushTor Arne Vestbø2020-02-121-1/+2
* eglfs: find correct framebuffer index even if device node is symlinkRolf Eike Beer2020-01-221-1/+7
* Merge "Merge remote-tracking branch 'origin/5.12.6' into 5.12"Qt Forward Merge Bot2020-01-081-4/+2
|\
| * Merge remote-tracking branch 'origin/5.12.6' into 5.12Qt Forward Merge Bot2020-01-071-4/+2
| |\
| | * iOS: Account for UITextInteraction when building against 12.x or lowerv5.12.6Andy Shaw2019-11-081-4/+2
* | | macOS: Skip uninitialized buffers in IOSurface backingstoreTor Arne Vestbø2020-01-071-2/+4
* | | macOS: Handle missing color space information in IOSurface backingstoreTor Arne Vestbø2020-01-071-3/+10
* | | macOS: Don't throw away backingstore buffers when backing properties changeTor Arne Vestbø2020-01-074-30/+30
|/ /
* | iOS: Guard against request for textInputView without focus windowTor Arne Vestbø2019-12-031-2/+6
* | eglfs: kms: Read page flip events on a dedicated threadLaszlo Agocs2019-11-2614-43/+354
* | eglfs: kms: Make threaded atomic drm workLaszlo Agocs2019-11-262-10/+8
* | Windows QPA: Fix close button not working on Windows 7Andre de la Rocha2019-11-131-3/+9
|/
* Only call ShowCaret if Windows 10 1709 or later is usedAndy Shaw2019-10-301-5/+7
* Revert "Release left button before showing the popup context menu"Eskil Abrahamsen Blomfeldt2019-10-253-19/+0
* macOS: Optionally flush sub-layers via sub-image copies of the backingstoreTor Arne Vestbø2019-10-181-10/+19
* iOS: Account for when the older SDK is used when buildingAndy Shaw2019-10-182-2/+5
* iOS: Prevent UIKit from adding UITextInteraction to our viewTor Arne Vestbø2019-10-071-0/+12
* Move DialogButtonBoxLayout case to be before MouseDoubleClickDistanceAndy Shaw2019-09-241-3/+2
* macOS dark mode: set the link colorShawn Rutledge2019-09-191-1/+5
* macOS: Keep default NSWindow background unless window is framelessTor Arne Vestbø2019-09-161-2/+2
* Handle robustness with OpenGL < 4.0Allan Sandfeld Jensen2019-09-131-1/+23
* Windows QPA: Update theme fonts when the primary screen changesFriedemann Kleint2019-09-022-1/+8
* macOS: Choose appropriate NSWindow depth based on surface formatTor Arne Vestbø2019-08-242-15/+31
* Fix build with -no-feature-printer on macOSAndré Klitzing2019-08-223-17/+24
* macOS: Invalidate backingstore and trigger expose on color space changesTor Arne Vestbø2019-08-224-0/+39
* macOS: Don't ask for a NSWindow background unless we need oneTor Arne Vestbø2019-08-222-15/+2
* iOS: Fix NSUInteger vs NSInteger comparison warningTor Arne Vestbø2019-08-201-1/+1
* macOS: Bail out early in case a popup is closed by a mouseDownTimur Pocheptsov2019-08-191-1/+3
* Fix macOS build with -no-feature-accessibilityAndré Klitzing2019-08-161-5/+9
* eglfs/kms: Re-enable drm/gbm format overrides in the config fileLaszlo Agocs2019-08-151-12/+25
* Avoid querying unknown RESET_NOTIFICATION_STRATEGY value on GL < 4.0Laszlo Agocs2019-08-142-9/+14
* QWizard: Account for missing background image on macOS 10.14+Morten Johan Sørvig2019-08-111-0/+3
* macOS: Don’t show hidden windows while z-orderingMorten Johan Sørvig2019-08-111-1/+2
* QCocoaMenuLoader: get rid of lastAppSpecificItemTimur Pocheptsov2019-08-081-21/+27
* macOS: Fix tab button rendering issueJason Haslam2019-08-081-0/+1
* Android: Fix QMenu on 64 bitEskil Abrahamsen Blomfeldt2019-08-085-12/+88
* eglfs: Fix raster windowsLaszlo Agocs2019-08-074-8/+4
* macOS: Don't require setting all three color buffer sizes in QSurfaceFormatTor Arne Vestbø2019-08-021-2/+9
* macOS: Improve screen positioning during window creationTor Arne Vestbø2019-08-011-12/+21
* macOS: Don't assume NSWindows will be created on the screen we requestTor Arne Vestbø2019-08-011-7/+14
* Fix hit testing in non-client area of fixed-size windows, don't show resize c...Volker Hilsheimer2019-07-311-6/+5
* macOS: Respect QSurfaceFormat color space when creating NSWindowTor Arne Vestbø2019-07-291-0/+3
* QWinRTFileEngine: Handle QIODevice::Truncate when opening filesOliver Wolff2019-07-291-1/+14
* QWinRTFileEngine: Implement setSizeOliver Wolff2019-07-292-0/+24
* macOS: Respect color space set on NSWindow when flushing backingstoreTor Arne Vestbø2019-07-262-13/+28
* QMacStyle - another slider fixTimur Pocheptsov2019-07-261-1/+1