summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* HiDPI: fix wrong window size after DPI changeYuhang Zhao2022-12-141-1/+7
* eglfs-kms/gbm: fix segfault and add qScopeGuardThomas Senyk2022-12-131-6/+13
* iOS: initialize font traitsVolker Hilsheimer2022-12-121-1/+1
* eglfs_kms: Prevent drm errors with more than one window during the screen's l...Laszlo Agocs2022-12-121-1/+10
* Vista Style: Use correct action icon pixmaps matching the device pixel ratioFriedemann Kleint2022-12-121-5/+4
* macOS: Use NSStatusItem.menu to manage system tray menuTor Arne Vestbø2022-12-122-15/+24
* Set geometry property in QXcbWindow after checking minimum sizeAxel Spoerl2022-12-121-5/+5
* Isolate freetype featureAlexey Edelev2022-12-101-2/+2
* Fix infinite loop when iterating content uri sub-files/dirsAssam Boudjelthia2022-12-103-1/+7
* Adapt to QTimeZone replacing Qt::TimeSpec usageEdward Welbourne2022-12-101-5/+6
* Windows: Enable dark mode system palette by defaultVolker Hilsheimer2022-12-101-1/+2
* Add possibility to retrieve displayId for AndroidPiotr Mikolajczyk2022-12-092-1/+12
* QCocoaFileDialogHelper: protect against dangling pointersTimur Pocheptsov2022-12-091-1/+13
* TLS[openssl]: Bump minimum warning level to Critical on Win/macOSMårten Nordheim2022-12-091-1/+7
* Windows QPA: fix indentationYuhang Zhao2022-12-091-3/+2
* SQL/MySQL: add connect option MYSQL_OPT_LOCAL_INFILEChristian Ehrlicher2022-12-081-0/+1
* SQL/MySQL: don't use deprecated defines, cleanupChristian Ehrlicher2022-12-081-31/+31
* Overwrite dark system palette in Vista styleVolker Hilsheimer2022-12-084-54/+99
* Revert "Let styles indicate that they support dark mode"Volker Hilsheimer2022-12-082-7/+0
* Windows: regenerate systray icon when screen resolution changesVolker Hilsheimer2022-12-081-1/+9
* Resolve the ownership problems in qClipboardPasteToMikolaj Boc2022-12-081-57/+71
* Work around missing wait_for declarationMårten Nordheim2022-12-071-0/+10
* Fix the coordinate problems in wasm windowsMikolaj Boc2022-12-076-15/+29
* WASM compositor, clear last mouse target if it is the removed windowMikolaj Boc2022-12-061-0/+2
* Fix the canvas element replacement for screenMikolaj Boc2022-12-051-1/+1
* Resize wasm windows using a div outlineMikolaj Boc2022-12-059-221/+311
* Windows: Avoid triggering QPlatformWindow creation when setting app badgeTor Arne Vestbø2022-12-051-0/+2
* macOS: Remove shadowed variable in handleKeyEventTor Arne Vestbø2022-12-051-1/+0
* macOS: Don't pass on key event text for function keys when IM is disabledTor Arne Vestbø2022-12-051-1/+33
* Windows QPA: Always apply system background color for top level windowYuhang Zhao2022-12-052-4/+5
* Windows: Reduce warning output when creating a new windowVolker Hilsheimer2022-12-051-4/+4
* SQL/MySQL: fix handling of json columnChristian Ehrlicher2022-12-051-1/+3
* Teach QErrorMessage to use native dialog helper if availableTor Arne Vestbø2022-12-043-5/+17
* qsslsocket_shared_mac: add more logging into certificate parsingTimur Pocheptsov2022-12-042-4/+62
* networklistmanager: allow building with LLVM-MinGWCristian Adam2022-12-032-1/+2
* Re-implement palette, standardPixmap, file icons, fonts in QGtk3ThemeAxel Spoerl2022-12-029-3/+1960
* Stop using deprecated constants and use suggested replacementTimur Pocheptsov2022-12-021-1/+1
* Add QGuiApplication API to set a number-badge in the Dock/task barTor Arne Vestbø2022-12-028-0/+195
* iOS plugin: Support picking folders for native file dialogDoris Verria2022-12-024-16/+12
* iOS plugin: Add native font dialogDoris Verria2022-12-024-0/+237
* Avoid a null pointer deref when openGL windows are presentMikolaj Boc2022-12-011-1/+1
* iOS plugin: Add native color dialogDoris Verria2022-11-304-0/+203
* Remove the OpenGL compile guards around QWasmBackingStoreMikolaj Boc2022-11-301-7/+1
* Don't tie compositor's enabled state to last added windowMikolaj Boc2022-11-303-11/+15
* Fix typo in QWasmOffscre*e*nSurfaceMikolaj Boc2022-11-293-7/+6
* Avoid a crash on pasting files to text editsMikolaj Boc2022-11-291-1/+2
* Windows: Reevaluate dark frames if the application palette changesVolker Hilsheimer2022-11-261-9/+14
* Let styles indicate that they support dark modeSanthosh Kumar2022-11-262-0/+7
* Fix the assert in QWasmClipboard::writeToClipboardApiMikolaj Boc2022-11-261-1/+1
* Use the browser compositor for drawing windows on WASMMikolaj Boc2022-11-2626-972/+934