summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Cocoa: Don't call makeKeyAndOrderFront for native app-modal dialogsDoris Verria2021-09-242-9/+8
* xcb: update connection time when possibleLiang Qi2021-09-092-3/+19
* Cocoa: Make sure we can display multiple sheets for the same NSWindowDoris Verria2021-09-071-1/+5
* QCocoaTheme: add ButtonText color to standard paletteRichard Moe Gustavsen2021-08-201-1/+2
* macOS: close popups on mousedown within the window frameVolker Hilsheimer2021-08-193-34/+53
* macOS: Don't wipe NSWindowStyleMaskFullSizeContentView if set manuallyTor Arne Vestbø2021-08-171-1/+3
* Fix Style java code format and warningsAssam Boudjelthia2021-08-172-27/+2
* xcb: add a timeout control when reading INCR propertyLiang Qi2021-08-101-2/+6
* macOS: Fix leaked NSMutableArray in applicationActivationChangedTor Arne Vestbø2021-08-081-1/+1
* macOS: Stop relying on balanced CGDisplay reconfiguration callbacksTor Arne Vestbø2021-08-023-84/+30
* Windows QPA: Fix coordinates reported through UI AutomationAndré de la Rocha2021-07-271-10/+7
* CMake: Fix incorrect default plugin conditions on WindowsAlexandru Croitor2021-07-231-1/+1
* Update deprecated NSAccessibility methodVolker Hilsheimer2021-07-211-1/+1
* Scale image with MDI icons using the correction factorVolker Hilsheimer2021-07-201-2/+2
* macOS 10.15: Fix focus frame for combo boxesVolker Hilsheimer2021-07-191-0/+2
* macOS: fix separator actions not showing in menusVolker Hilsheimer2021-07-191-14/+9
* macOS: Don't make frameless tool windows miniaturizableVolker Hilsheimer2021-07-141-2/+4
* macOS: Map QSurfaceFormat color space to NSWindow via ICC dataTor Arne Vestbø2021-07-131-2/+5
* xkb.compose: get locale from user env settingsLiang Qi2021-06-251-4/+10
* xcb: fix cursorTheme update issueTang Haixiang2021-06-241-2/+6
* macOS: Unregister screen notification handlers on QGuiApplication shutdownTor Arne Vestbø2021-06-232-3/+16
* Fix potential double-free in QSqlCachedResult::cleanup()Edward Welbourne2021-06-231-1/+3
* Fix leak of transaction context handle in QSql's OCI driverEdward Welbourne2021-06-231-11/+21
* macOS: Allow programatically minimizing frameless windowsMorten Johan Sørvig2021-06-221-1/+4
* macOS 11: Fix positioning of focus frame around comboboxVolker Hilsheimer2021-06-181-4/+8
* iOS: cleanup connection when a screen disconnectsRichard Moe Gustavsen2021-06-161-1/+3
* Prevent overly deep build dir hierarchy on WindowsJoerg Bornemann2021-06-111-2/+6
* macOS: close visible gap between tab bar base line and tabsVolker Hilsheimer2021-06-111-1/+1
* macOS: Keep NSWindow alive after handling windowShouldClose callbackTor Arne Vestbø2021-06-091-0/+9
* windows: gl: Print GetLastError() when makeCurrent failsLaszlo Agocs2021-06-091-1/+6
* macOS: render shortcuts in context menus correctly alignedVolker Hilsheimer2021-06-031-2/+18
* Android: fix mimetype/namefilters handling for FileDialogAssam Boudjelthia2021-06-021-8/+9
* SQLite driver: fix crash when binding a QByteArray/QStringGiuseppe D'Angelo2021-06-011-1/+1
* macOS: don't show invisible separator itemsVolker Hilsheimer2021-05-272-3/+8
* macOS: respect underline attribute in menu item fontsVolker Hilsheimer2021-05-271-2/+4
* Qt xcb: remove false detects of Qt::GroupSwitchModifierAleksei Nikiforov2021-05-271-3/+3
* Silence warning C4996 (use of deprecated GetDesktopDpi)Kai Köhne2021-05-272-0/+6
* macOS: Restore logic to set wantsBestResolutionOpenGLSurfaceTor Arne Vestbø2021-05-201-0/+8
* macOS: Fix warning about comparing different types in QCocoaScreen::isOnlineTor Arne Vestbø2021-05-201-2/+2
* QXcb: don't dereference pointer before checkingVolker Hilsheimer2021-05-201-1/+2
* Fix BASE argument of qt_add_resourcesJoerg Bornemann2021-05-181-87/+22
* iOS: Accessibility: Set the correct traits for EditableTextAndy Shaw2021-05-141-1/+9
* Windows QPA/Vista style: Fix placeholder colorFriedemann Kleint2021-05-111-1/+10
* Fix passing QJniEnvironment to ANativeWindow_fromSurfaceMarius Kittler2021-05-101-1/+1
* iOS: Accessibility: Don't cut off the last character from the text valueAndy Shaw2021-05-091-2/+1
* Simplify bundled libjpeg buildEirik Aavitsland2021-05-061-1/+0
* cocoa: move DEBUG_PASTEBOARD into logging categoryLiang Qi2021-05-053-62/+21
* iOS: Implement QIOSScreen::logicalBaseDpi()Morten Sørvig2021-05-032-2/+2
* Android: Fix Application becomes unresponsive issuePekka Gehör2021-05-033-0/+11
* QVnc: clip requested screen region to available screen imageEirik Aavitsland2021-04-301-2/+3