summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Callbacks for begin/end of a frame on OpenGLEskil Abrahamsen Blomfeldt2021-12-083-0/+25
* Fix qtdeclarative baseline test failure for text tablesVolker Hilsheimer2021-12-061-3/+3
* QFontDatabase (Windows): Sanitize font requests earlyMårten Nordheim2021-12-063-11/+34
* qxkbcommon: UCS-4-encode surrogate characters in QKeyEvent::key()Gatis Paeglis2021-12-061-1/+5
* QPageLayout: do not calculate an invalid marginGiuseppe D'Angelo2021-12-061-4/+4
* doc: Add details about what to use instead of QMouseEvent::source()Shawn Rutledge2021-12-041-0/+10
* Document which header to include for the various native interfacesTor Arne Vestbø2021-12-042-0/+4
* Don't change resolve mask when setting brush doesn't change paletteVolker Hilsheimer2021-12-031-2/+1
* QFontDatabase: unify relevant documentation piecesAndrei Golubev2021-12-031-9/+3
* QLayoutPolicy: fix annoying -Wdeprecated-enum-enum-conversionMarc Mutz2021-12-031-10/+10
* Restrict clang warning disabler to affected versionsEdward Welbourne2021-12-021-0/+2
* Don't let text table cells shrink below their minimum widthVolker Hilsheimer2021-12-021-0/+1
* Freetype: adjust underlinePosition to match our expectationsMårten Nordheim2021-12-021-1/+2
* Fix overlapping text for Osaka font on macOSEskil Abrahamsen Blomfeldt2021-12-021-1/+14
* Fix missing characters or assert with certain font sizesEskil Abrahamsen Blomfeldt2021-12-011-1/+4
* Don't shrink a column when it spans multiple columnsVolker Hilsheimer2021-12-011-0/+2
* Fix gaps between lines of selectionEskil Abrahamsen Blomfeldt2021-11-291-0/+2
* QTextDocument: fix an off-by-one in the changed signal for listsEirik Aavitsland2021-11-291-1/+4
* gui: add QInputDevice::seatNames()Liang Qi2021-11-282-0/+20
* QLayoutPolicy: un-export the classMarc Mutz2021-11-271-5/+5
* wasm: Move Blob creation code to qstdwebMorten Johan Sørvig2021-11-271-19/+5
* rhi: metal: Ignore baseInstance if not supportedLaszlo Agocs2021-11-261-3/+9
* rhi: gl: Optimize context/surface changesLaszlo Agocs2021-11-262-12/+24
* wasm: Move streamFile() to qstdwebMorten Johan Sørvig2021-11-261-39/+1
* d3d11rhi: remove leftover of pre-win10 codeYuhang Zhao2021-11-261-3/+1
* QImageReader: check allocation limit for minimum 32 bppEirik Aavitsland2021-11-222-2/+13
* Clean up line clipping code in rasterizerEirik Aavitsland2021-11-191-36/+59
* Clarify validity of image returned from QPlatformBackingStore::toImage()Tor Arne Vestbø2021-11-181-0/+5
* Fix deserializing Qt 5.x fonts through QDataStreamEskil Abrahamsen Blomfeldt2021-11-181-3/+10
* Increment reference count when restoring referenceAllan Sandfeld Jensen2021-11-181-0/+1
* CMake: Enable -bundled-xcb-xinput by defaultPovilas Kanapickas2021-11-181-0/+1
* Reject truncated and corrupt ascii pnm imagesEirik Aavitsland2021-11-161-22/+27
* Do not include qloggingcategory.h in public headersKai Köhne2021-11-161-0/+1
* Fix return type documentation of QFileSystemModel::fileName()hjk2021-11-151-1/+1
* QInputMethod: check if focusobject supports the "new" IM function before call...Richard Moe Gustavsen2021-11-111-6/+10
* QGuiApplication: properly decode path command-line argumentsThiago Macieira2021-11-101-2/+2
* rhi: Expose the maximum uniform buffer range limitLaszlo Agocs2021-11-108-1/+62
* Tidy up QPixmapCache to prevent potential segfaultVolker Hilsheimer2021-11-051-23/+36
* Make QPlatformTheme a gadgetMitch Curtis2021-11-031-0/+3
* Add ShowDirectoriesFirst platform theme hintMitch Curtis2021-11-032-0/+7
* FreeType: allow falling back to synthesized bold if desiredAndy Shaw2021-11-031-1/+3
* rhi: Extend docs regarding QImage and data lifetimeLaszlo Agocs2021-11-021-0/+11
* rhi: vk: fix offscreen frame command completion waitLaszlo Agocs2021-11-021-11/+11
* Revert "Add support for EGL_EXT_platform_xcb"Paul Olav Tvete2021-11-021-4/+0
* Remove pre-Win10 code paths in QtBaseYuhang Zhao2021-11-022-38/+5
* Add QMenu::menuInAction as a static helperVolker Hilsheimer2021-11-011-1/+1
* Add const to read only local variablesOliver Eftevaag2021-11-012-3/+3
* rhi: Add texture array supportLaszlo Agocs2021-10-2913-112/+367
* Update clipping area when antialiasing changesChen Bin2021-10-273-0/+41
* Remove unused statements in QWindowDavid Skoland2021-10-261-2/+0