summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Remove special casing of HSL QColor comparisonAllan Sandfeld Jensen2021-07-241-12/+3
* QColorSpace: Guard against division by zeroRobert Löhning2021-07-221-5/+9
* Prevent array-out-of-bounds accessVolker Hilsheimer2021-07-211-1/+5
* QOpenGlContext: remove duplicated includeIvan Solovev2021-07-211-1/+0
* Support pt units for sizes, as documentedVolker Hilsheimer2021-07-201-5/+15
* Add note about precision of QNativeGestureEvent::delta; fix in Qt 7Shawn Rutledge2021-07-172-5/+19
* Use member function instead of template function to resolve native interfaceTor Arne Vestbø2021-07-176-23/+16
* Improve error reporting when requesting unsupported native interfaceTor Arne Vestbø2021-07-166-6/+6
* Rename QNativeGestureEvent::deltas() to delta(); clarify docsShawn Rutledge2021-07-156-24/+49
* Improve support for saving QImage to QSaveFileEirik Aavitsland2021-07-151-5/+5
* Change QNativeGestureEvent::deltas() to QPointFShawn Rutledge2021-07-155-6/+6
* Fix QTextFormat::FullWidthSelection for right-to-left text layoutsOliver Eftevaag2021-07-101-4/+11
* Fix auto completion in QFileDialog on WindowsVolker Hilsheimer2021-07-091-0/+3
* Doc: Fix documentation warnings for QRgbaFloatTopi Reinio2021-07-071-4/+10
* configure: Add summary for xcb-sm (X11 Session Management)Friedemann Kleint2021-07-061-0/+1
* Show positions in QDebug operator<<(dbg, QHoverEvent*)Shawn Rutledge2021-07-051-19/+30
* Rename QRgbaF to QRgbaFloat and assert the compatible typesAllan Sandfeld Jensen2021-07-0514-487/+503
* CMake: Fix Vulkan to be found when targeting AndroidAlexandru Croitor2021-07-012-3/+4
* Revert "Windows: Add synthesized fonts also when there is a style name"Eskil Abrahamsen Blomfeldt2021-07-012-6/+6
* fc: Clean up current config on shutdownEskil Abrahamsen Blomfeldt2021-07-012-0/+6
* QDBusMenuConnection: Close open D-Bus connectionJonas Kvinge2021-06-302-0/+9
* Doc: Improve QTransform documentationPaul Wicking2021-06-253-12/+31
* Consistent indentation for all Q_PROPERTYsAndreas Buhr2021-06-258-27/+55
* Avoid overflow in text layoutEirik Aavitsland2021-06-211-1/+2
* Fix right-to-left text with DirectWrite engine + QPainterPathEskil Abrahamsen Blomfeldt2021-06-211-1/+2
* Enable glyph cache workaround for Apple M-family of GPUsTor Arne Vestbø2021-06-181-1/+2
* Remove old configure-related filesJoerg Bornemann2021-06-182-3072/+0
* 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
* 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
* Fix reading gamma from PNGs without ICC profileAllan Sandfeld Jensen2021-06-121-2/+2
* Deliver WindowActivate/Deactivate events to QWindowVolker Hilsheimer2021-06-121-1/+9
* Fix unaligned specialData formatsAllan Sandfeld Jensen2021-06-111-4/+9
* 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