summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Doc: Enforce zero warnings for QtCore, QtGuiTopi Reinio2021-10-261-0/+3
* Doc: Fix qdoc warnngsVenugopal Shivashankar2021-10-232-2/+4
* Add QFontMetricsF methods taking text options into accountAllan Sandfeld Jensen2021-10-222-6/+201
* Fix inconsistencies between advanceWidth and bounding rectsAllan Sandfeld Jensen2021-10-213-117/+57
* QFactoryLoader: continue the port from JSON to CBORThiago Macieira2021-10-201-6/+5
* Centralize maybeLastWindowClosed checking in QWindowTor Arne Vestbø2021-10-204-22/+30
* RHI: use the flags we've just calculatedThiago Macieira2021-10-191-1/+1
* Fix correspondence between QFileDialog::Option and QFileDialogOption::FileDia...Alexander Volkov2021-10-191-4/+5
* QtGui & its plugins: remove set-but-unused variablesThiago Macieira2021-10-191-4/+0
* Rhi: Document expectation for setGraphicsPipeline's pipeline argumentChristian Strømme2021-10-191-0/+3
* RHI: suppress annoying warning about deprecated copy constructorsThiago Macieira2021-10-181-0/+1
* Prevent recursive calls to QWindow::closeTor Arne Vestbø2021-10-181-0/+2
* Update UCD to Revision 28Ievgenii Meshcheriakov2021-10-182-2/+21
* Decouple quitOnLastWindowClosed from quitLockEnabledTor Arne Vestbø2021-10-182-7/+13
* Fix cursor positioning on bidi boundariesVolker Hilsheimer2021-10-181-43/+74
* Fix cursor placement at left and right ends of bidi textVolker Hilsheimer2021-10-181-26/+9
* Handle DPR in QPainter's drawing methods taking a brush parameterEirik Aavitsland2021-10-181-35/+31
* QFontDatabase: suppress warning about its constructor being deprecatedThiago Macieira2021-10-161-1/+1
* Markdown importer: keep entities in HTML blocks with the HTMLShawn Rutledge2021-10-161-1/+4
* Deduplicate lastWindowClosed handlingTor Arne Vestbø2021-10-164-37/+43
* Fix high DPI position of foreign child windows on WindowsJoerg Bornemann2021-10-151-1/+2
* When filling a pixmap after an assignment ensure the set DPR is not lostAndy Shaw2021-10-151-0/+1
* Markdown writer: indent fence consistent with code blockShawn Rutledge2021-10-141-3/+4
* Initialize m_dpiAdjustmentPolicy from correct envMorten Johan Sørvig2021-10-141-1/+1
* Support background-color CSS styling on <hr/>Shawn Rutledge2021-10-143-4/+19
* Call QWidget close handling in QWidget::close for non-toplevel native widgetsDoris Verria2021-10-141-1/+1
* Fix typo: alignment has an n in itEdward Welbourne2021-10-141-1/+1
* Remove unneeded function QGuiApplicationPrivate::emitLastWindowClosedTor Arne Vestbø2021-10-132-10/+2
* Fix caching of parsed border color values in CSS parserVolker Hilsheimer2021-10-121-2/+11
* freetype/no-fc: Disambiguate fonts with different widthsEskil Abrahamsen Blomfeldt2021-10-121-1/+31
* RHI: Don't retain texture operations after frame is doneEskil Abrahamsen Blomfeldt2021-10-121-0/+2
* RHI: introduce a way to disable framebuffer clears on GLGiuseppe D'Angelo2021-10-121-2/+5
* gui: Fix typos in documentationJonas Kvinge2021-10-1229-50/+50
* gui: Fix typo in CMake featureJonas Kvinge2021-10-121-1/+1