summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* rhi: d3d: Fix not resetting the pipeline tracking between passesLaszlo Agocs2022-05-102-5/+2
* QPolygon: add toPolygonF()Marc Mutz2022-05-102-0/+16
* QWidgetTextControl: port to new-style connects (faster)David Faure2022-05-102-3/+4
* Prevent crashing when FcFontList failsJoni Poikelin2022-05-101-0/+2
* Implement missing QSupportedWritingSystems comparison operatorsTor Arne Vestbø2022-05-061-0/+20
* Use Q_CC_{GNU,MSVC}_ONLY when comparing to particular versionsMarc Mutz2022-05-061-1/+1
* Revert "a11y: Do not cache classes that don't have a factory plugin"Fabian Kosmale2022-05-061-4/+25
* QWindowsFontDatabase: fix handling of default EUDC fontVladimir Belyavsky2022-05-051-7/+33
* Export the QVulkanInstancePrivate classJiDe Zhang2022-05-044-29/+98
* Namespace a few missing Objective-C categories and their methodsMichael Spork2022-05-031-0/+5
* Replace remaining uses of deprecated _qs with _sSona Kurazyan2022-05-021-1/+2
* QAppleKeyMapper: Print key via QKeySequence instead of as QCharTor Arne Vestbø2022-04-291-1/+1
* QtGui: includemocsMarc Mutz2022-04-2971-0/+142
* QPdfEnginePrivate: generate link only when there is a hrefDmitry Shachnev2022-04-281-1/+1
* Optimize the QPalette::resolve from the other paletteJiDe Zhang2022-04-281-0/+14
* QtGui: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-2828-90/+90
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-2871-1043/+1143
* egl: Remove the disabling of surfaceless contexts for MesaLaszlo Agocs2022-04-271-9/+0
* Update comments in QQuaternion::getEulerAnglesInho Lee2022-04-271-2/+3
* rhi: d3d11: fail early with a broken deviceLaszlo Agocs2022-04-263-2/+312
* rhi: Make QRhiRenderTarget's rp getter functional with swapchainsLaszlo Agocs2022-04-265-0/+5
* DBusConnection: reuse pre-defined constat values where possibleSona Kurazyan2022-04-261-4/+3
* AtSpiAdaptor: fix debug messages to output the values before clearingSona Kurazyan2022-04-261-5/+10
* QTextEngine: don't pass empty data to bidiReorderThiago Macieira2022-04-251-4/+6
* Fix unused variables in qtbaseAndrei Golubev2022-04-251-5/+1
* QFontDatabase: Clear font cache before emitting fontDatabaseChangedTor Arne Vestbø2022-04-231-2/+2
* QFontDatabase: Allow partially populating the font databaseTor Arne Vestbø2022-04-224-17/+33
* Send ThemeChange event to all windows when system theme changesTor Arne Vestbø2022-04-223-6/+7
* rhi: Add a feature flag for non-fill polygon modesLaszlo Agocs2022-04-227-2/+23
* Remove last traces of old HarfbuzzEskil Abrahamsen Blomfeldt2022-04-222-38/+20
* Rename QGuiApplicationPrivate::notifyThemeChanged to handleThemeChangedTor Arne Vestbø2022-04-212-16/+16
* rhi: vulkan: Enable feature for line polygon modeLaszlo Agocs2022-04-211-0/+2
* QEvent: start to de-inline copy ctor and clone() of all subclassesMarc Mutz2022-04-142-345/+86
* 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