summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Enable glyph cache workaround for Apple M-family of GPUsTor Arne Vestbø2021-06-181-1/+2
* Fix right-to-left text with DirectWrite engine + QPainterPathEskil Abrahamsen Blomfeldt2021-06-181-1/+2
* Remove old configure-related filesJoerg Bornemann2021-06-182-3072/+0
* codechecker: Add assert for implicit conditionEskil Abrahamsen Blomfeldt2021-06-181-0/+1
* gui: accessible - silence int conversion warningTim Blechmann2021-06-171-4/+4
* Fix SSE4.1, RDSEED requirement for clang-cl buildsAllan Sandfeld Jensen2021-06-171-9/+0
* Doc: Remove mentioning of Qt::MidButtonKai Köhne2021-06-171-1/+1
* Avoid overflow in text layoutEirik Aavitsland2021-06-171-1/+2
* Fix rendering of text checkboxes when text is selectedShawn Rutledge2021-06-161-4/+8
* Add missing qHash overload for INTEGRITYKimmo Ollila2021-06-162-0/+12
* QTextDocumentFragment: fix ifdef rangeIvan Solovev2021-06-151-1/+2
* QDebug: add support for QVarLengthArrayMarc Mutz2021-06-131-6/+0
* Stop using mixed enum arithmeticGiuseppe D'Angelo2021-06-132-5/+3
* Deliver WindowActivate/Deactivate events to QWindowVolker Hilsheimer2021-06-111-1/+9
* Fix reading gamma from PNGs without ICC profileAllan Sandfeld Jensen2021-06-111-2/+2
* Fix unaligned specialData formatsAllan Sandfeld Jensen2021-06-111-4/+9
* Disable text gamma-correction when painting on linear color spaceAllan Sandfeld Jensen2021-06-101-0/+2
* Fix QColorTransform on RGBA64_PremultipliedAllan Sandfeld Jensen2021-06-101-6/+15
* Add shortcut for QImage::applyColorTransform on indexed imagesAllan Sandfeld Jensen2021-06-101-0/+7
* Correct examples for int validation in QValidator documentationVolker Hilsheimer2021-06-081-2/+2
* rhi: Use QByteArray for storing data in QGles2BufferRobert Löhning2021-06-082-14/+12
* QIcc: Update test for invalid valuesRobert Löhning2021-06-081-1/+1
* Doc: Fix QRgbaF documentationTopi Reinio2021-06-071-28/+28
* macOS: allow Qt::AA_DontShowShortcutsInContextMenus overridesVolker Hilsheimer2021-06-072-7/+7
* Expose the native interfaces of QScreen/QWindowFriedemann Kleint2021-06-076-6/+63
* QTextHtmlParser::parseEntity: Remove const that prevents automatic moveAlbert Astals Cid2021-06-041-1/+1
* CMake: Add support for building with clang-clCristian Adam2021-06-041-0/+9
* Revert "Use Pressed/Released eventpoint state with native gesture begin/end"Fabian Kosmale2021-06-031-13/+0
* Fix support for using system supplied md4c libraryNiclas Rosenvik2021-06-034-3/+8
* Add QAccessibleHyperlinkInterfaceJan Arve Sæther2021-06-032-1/+56
* Extract the entity parsing code to a static functionAlbert Astals Cid2021-06-032-23/+34
* rhi: Enable reading back slices of 3D texturesLaszlo Agocs2021-06-036-28/+46
* Use Pressed/Released eventpoint state with native gesture begin/endShawn Rutledge2021-06-031-0/+13
* Add load/fromdata() overloads taking QByteArrayView to QImageEirik Aavitsland2021-06-022-20/+48
* Fix warnings about qsizetype used as int in qpainter.hEirik Aavitsland2021-06-021-14/+14
* QtGui: Fix include conventionFriedemann Kleint2021-06-022-3/+2
* Support hardware composition for webOSElvis Lee2021-06-012-0/+17
* qpixellayout.cpp: mark some specializations of fetchPixel as unusedAndrei Golubev2021-06-011-0/+3
* QtGui/math3d : Fix QQuaternion::getEulerAnglesInho Lee2021-06-011-1/+5
* Add fingerCount to qDebug output for QNativeGestureEventShawn Rutledge2021-06-011-1/+1
* rhi: d3d: Avoid debug layer warning when having no vertex inputsLaszlo Agocs2021-05-311-7/+9
* rhi: Add support for 3D texturesLaszlo Agocs2021-05-3114-203/+587
* rhi: vk: Switch to the modern validation layer internallyLaszlo Agocs2021-05-311-14/+3
* vulkan: Update legacy tests and examples to the modern validation layerLaszlo Agocs2021-05-313-5/+5
* Avoid possible division by zeroRobert Löhning2021-05-271-4/+5
* minor: Clean up areMetricsTooLarge() conditionsEskil Abrahamsen Blomfeldt2021-05-271-2/+2
* Add SIMD optimizations for color-transform writesAllan Sandfeld Jensen2021-05-271-48/+190
* Add NEON optimizations to QColorTransformAllan Sandfeld Jensen2021-05-271-8/+125
* Introduce float QImage formats and renderingAllan Sandfeld Jensen2021-05-2619-268/+5020
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-2612-31/+32