summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* xcb: Fix logic for minimized stateJiDe Zhang2020-03-034-3/+19
* Fix geometry handling for native child windowsFriedemann Kleint2020-02-282-2/+6
* Android: Don't recurse into directories inside the assets when iteratingAndy Shaw2020-02-271-20/+5
* Windows: Enable closing the system tray menu when clicking outside of itAndy Shaw2020-02-271-1/+5
* qwindowswindow: Fix screen changes between different DPI screens for native w...Oliver Wolff2020-02-271-3/+1
* wasm: fix texture leak when window is destroyed in a different contextAlexandra Cherdantseva2020-02-275-9/+36
* Fix wrong DPI used by QStyle::pixelMetric()Friedemann Kleint2020-02-222-3/+3
* QMacStyle - fix tab buttonsTimur Pocheptsov2020-02-181-0/+13
* wasm: futureproof EmscriptenMouseEventLorn Potter2020-02-181-2/+2
* wasm: guard nonthreaded builds from using threading.hLorn Potter2020-02-181-0/+2
* wasm: Specify event targets by CSS selectors; Support emsdk >= 1.39.5Morten Johan Sørvig2020-02-184-20/+21
* Avoid return QImage::Format_Invalid from QPlatformScreen::format()Allan Sandfeld Jensen2020-02-141-1/+3
* Windows QPA: Implement IExpandCollapseProvider for submenusAndre de la Rocha2020-02-124-0/+200
* macOS: Tag sub-layer images with color space on flushTor Arne Vestbø2020-02-111-1/+2
* Android: Fix native fileDialog not waiting for user selectionAssam Boudjelthia2020-02-102-0/+5
* Android: Fix native open fileDialog crash on AndroidAssam Boudjelthia2020-02-051-0/+1
* Fix AndroidAbstractFileEngineBogDan Vatra2020-02-051-1/+4
* Fix 'the the' typo in commentsLinus Jahn2020-02-023-3/+3
* Pass QDate and QTime by value in various static and local functionsEdward Welbourne2020-01-311-2/+2
* wasm: fix QWasmString::toQString assertion for emscripten 1.39.4Alexandra Cherdantseva2020-01-311-2/+3
* Merge remote-tracking branch 'origin/5.14.1' into 5.14Liang Qi2020-01-283-14/+4
|\
| * Release the local ref immediatelyBogDan Vatra2020-01-221-1/+1
| * Windows QPA: Prospective fix for crash occurring when changing screen during ...Friedemann Kleint2020-01-221-2/+3
| * Revert "Do not read Xft.dpi on platforms that shouldn't be using Xft settings"David Edmundson2020-01-201-11/+0
* | Android: JNI_OnLoad return JNI_VERSION_1_6 instead of JNI_VERSION_1_4Assam Boudjelthia2020-01-241-2/+2
* | wasm: fix redundant string conversions between wasm and JavaScriptAlexandra Cherdantseva2020-01-229-34/+150
|/
* macOS: Move palette setup into platform themeTor Arne Vestbø2020-01-144-302/+195
* Windows QPA: Fix co-existence of several Qt versions in an applicationFriedemann Kleint2020-01-141-8/+5
* Windows QPA: Fix message box and other system soundsFriedemann Kleint2020-01-141-0/+53
* wasm: do not get canvas as property of js global objectAlexandra Cherdantseva2020-01-135-12/+23
* Wasm: Support event loop wakeup from secondary threadsMorten Johan Sørvig2020-01-122-0/+25
* Fix developer build with clang-cl failing due exception specFriedemann Kleint2020-01-101-0/+3
* iOS: Handle positionFromPosition out of boundsAndy Shaw2020-01-091-1/+5
* xcb: Propagate size hints when window changes its scaling factorBłażej Szczygieł2020-01-082-0/+7
* tablets on xcb: report correct local coordinates to nested windowsShawn Rutledge2020-01-061-2/+4
* macOS: Skip uninitialized buffers in IOSurface backingstoreTor Arne Vestbø2020-01-031-2/+4
* macOS: Handle missing color space information in IOSurface backingstoreTor Arne Vestbø2020-01-031-3/+10
* Remove commented out code added by mistake in 7ac4e55cb979dTor Arne Vestbø2020-01-021-2/+0
* wasm: fix setting translucent backgroundLorn Potter2020-01-011-1/+1
* wasm: support all cursor shapesAlexandra Cherdantseva2019-12-301-7/+14
* macOS Don't throw away backingstore buffers when backing properties changeTor Arne Vestbø2019-12-235-30/+32
* macOS: Deliver theme changes synchronouslyTor Arne Vestbø2019-12-191-1/+1
* Parse Xft.dpi with fractionAllan Sandfeld Jensen2019-12-171-2/+12
* Merge remote-tracking branch 'origin/5.14.0' into 5.14Qt Forward Merge Bot2019-12-133-84/+284
|\
| * Initialize all variablesBogDan Vatra2019-12-031-2/+3
| * Fix assets iteratorBogDan Vatra2019-11-291-14/+56
| * macOS: Harden screen handling logic when reconfiguring displaysTor Arne Vestbø2019-11-292-68/+225
* | Doc/SQL: update sql driver creation instructionsChristian Ehrlicher2019-12-111-2/+2
* | PSQL: Optimize QPSQLResult::data() function for date and time typesRobert Szefner2019-12-101-25/+9
* | Windows QPA: Export "checkable" info for menu items through UI AutomationAndre de la Rocha2019-12-101-1/+2