summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-1350-311/+307
* CMake: Fix error message for failing OpenGL testsJoerg Bornemann2022-04-131-1/+1
* QImageReader::read(): fetch filename onceShawn Rutledge2022-04-121-5/+3
* Fix use-after-free because QByteArray::data() was copying dataDimitrios Apostolou2022-04-121-3/+3
* Use the QSurface for QRhiGles2InitParams::fallbackSurfaceJiDe Zhang2022-04-122-8/+10
* Add support for the HDRExtendedSrgbLinear color space on MetalLars Knoll2022-04-112-0/+43
* Guard against QWindow being deleted during close eventTor Arne Vestbø2022-04-081-2/+9
* Fix backingstore fractional DPR glitches for widgets in child windowsEirik Aavitsland2022-04-071-2/+12
* QFontDatabase: Simplify and standardize emit of fontDatabaseChanged signalTor Arne Vestbø2022-04-071-2/+2
* QFontDatabase: Add internal documentation for QFontDatabasePrivateTor Arne Vestbø2022-04-071-0/+50
* QFontDatabase: Track empty slots in application font list via file nameTor Arne Vestbø2022-04-072-4/+5
* QFontDatabase: Move registration of platform application fonts into call sitesTor Arne Vestbø2022-04-071-11/+9
* QFontDatabase: Make match/bestFoundry/load(Single)Engine part of QFontDatabas...Tor Arne Vestbø2022-04-072-15/+29
* Don't blit individual rects of region when when scrolling backingstoreTor Arne Vestbø2022-04-071-2/+2
* doc: Warn against using the screen's refresh rate for driving animationsTor Arne Vestbø2022-04-071-0/+5
* Detach for colortransforms of indexed formatsAllan Sandfeld Jensen2022-04-061-3/+5
* rhi: Add explicit subclass for RTs from swapchainsLaszlo Agocs2022-04-0512-84/+128
* Reorganize work with graphical libraries on INTEGRITYTatiana Borisova2022-04-052-4/+27
* QtGui: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [2/2]: private APIMarc Mutz2022-04-0514-37/+82
* QtGui: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [1/2]: public APIMarc Mutz2022-04-0512-18/+46
* QFontDatabase: Update docs for QGuiApplication::fontDatabaseChanged()Tor Arne Vestbø2022-04-051-1/+4
* Multithread qdrawhelper routinesAllan Sandfeld Jensen2022-04-042-475/+545
* QPA: improve plugin and theme documentation and logging outputMitch Curtis2022-04-042-5/+29
* QCoreTextFontDatabase: remove 34 relocationsMarc Mutz2022-04-011-5/+5
* Flush font cache when we load new application fontsEskil Abrahamsen Blomfeldt2022-04-011-2/+8
* CoreText: Resolve default font by asking for the QPlatformTheme::SystemFontTor Arne Vestbø2022-03-312-8/+1
* QFontDatabase: Use more explicit function name for clearing familiesTor Arne Vestbø2022-03-312-11/+15
* QFontDatabase: Move writing_system_sample() into only callerTor Arne Vestbø2022-03-311-79/+76
* QFontDatabase: Remove un-needed load() functionTor Arne Vestbø2022-03-311-33/+2
* QFontDatabase: Centralize initialization in ensureFontDatabase()Tor Arne Vestbø2022-03-311-26/+10
* QFontDatabase: Replace privateDb Q_GLOBAL_STATIC with instance() accessorTor Arne Vestbø2022-03-311-28/+27
* QFontDatabase: Remove unused createDatabase() functionTor Arne Vestbø2022-03-312-4/+0
* CoreText: Avoid populating font family aliases if family was populatedTor Arne Vestbø2022-03-311-0/+6
* CMake uses Desktop tslib for INTEGRITY configuration by mistakeTatiana Borisova2022-03-311-1/+1
* macOS: Handle changes in the available fonts by invalidating font databaseTor Arne Vestbø2022-03-304-0/+31
* CoreText: Populate all variants of theme/system fontsTor Arne Vestbø2022-03-303-13/+63
* CoreText: Add note about why we defer population of theme font descriptorsTor Arne Vestbø2022-03-301-0/+6
* CoreText: Reuse descriptorForFamily helper function in populateFamilyTor Arne Vestbø2022-03-301-18/+17
* CoreText: Make population of theme fonts explicitTor Arne Vestbø2022-03-302-25/+33
* Revert "Avoid populating font family aliases if family matched"Tor Arne Vestbø2022-03-291-15/+9
* Fix heap-use-after-free with rhi-based backingstoreLaszlo Agocs2022-03-291-2/+3
* Fix up some QMatrix4x4 docsLaszlo Agocs2022-03-292-6/+10
* Fix high-dpi and QScreen state initializationMorten Johan Sørvig2022-03-291-0/+2
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-291-1/+1
* Short live Q_CONSTINIT!Marc Mutz2022-03-264-42/+42
* Notify about focus object changes upon widget destructionVolker Hilsheimer2022-03-251-1/+8
* Avoid fetching destination when not usedAllan Sandfeld Jensen2022-03-251-21/+82
* rhi: d3d11/vulkan: Allow passing in an array range overrideLaszlo Agocs2022-03-246-6/+62
* QStandardItemModel: use the right datatype for text alignmentGiuseppe D'Angelo2022-03-241-2/+2
* FreeType: Load multiple font faces from the same file on macOSNiklas Wenzel2022-03-233-2/+77