summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Change since for QNativeInterface::QX11Application to 6.2Jonas Kvinge2021-08-171-1/+1
* Fix printing with unhinted fontsEskil Abrahamsen Blomfeldt2021-08-162-1/+19
* macOS: Map dead keys directly to their terminator when building key mapTor Arne Vestbø2021-08-162-4/+5
* macOS: Don't treat null-key as potential shortcut keyTor Arne Vestbø2021-08-161-0/+2
* Remove unused internal flag in QImageEirik Aavitsland2021-08-132-9/+3
* Properly scale gesture positions in hi-DPI casePovilas Kanapickas2021-08-121-3/+15
* d3d11rhi: remove pre-win10 codeYuhang Zhao2021-08-111-10/+5
* Fix a typo in the comment for TrueType fonts with embedded bitmapsTasuku Suzuki2021-08-111-1/+1
* Undeprecate QFont(QString) since this is still useful for manyAndy Shaw2021-08-112-7/+0
* Refix for avoiding huge number of tiny dashesEirik Aavitsland2021-08-101-4/+4
* QGuiApplication: move two static variables from DATA to BSSMarc Mutz2021-08-101-2/+2
* QXpmHandler: clean up write_xpm_image: cut out the QBA middle-manMarc Mutz2021-08-061-4/+3
* QInputDeviceManager: make QT_NO_KEYWORDS-cleanMarc Mutz2021-08-061-1/+1
* Add native interface for X11 application, exposing display and connectionTor Arne Vestbø2021-08-066-2/+122
* QXpmHandler: actually limit characters-per-pixel to fourMarc Mutz2021-08-061-2/+5
* QInputDeviceManager: ++explicit, ++out-of-line-dtorsMarc Mutz2021-08-062-1/+4
* Improve WM_DPICHANGED handlingMorten Johan Sørvig2021-08-061-1/+6
* QXpmHandler: clean up write_xpm_image: use conventional pointer arithmeticMarc Mutz2021-08-051-6/+3
* QXpmHandler: clean up write_xpm_image: scope variables betterMarc Mutz2021-08-051-5/+4
* QXpmHandler: avoid double-lookupMarc Mutz2021-08-051-9/+14
* QXpmHandler: clean up write_xpm_image: make w,h constMarc Mutz2021-08-051-1/+3
* QXpmHandler: fix re-entrancy bug in xpm_color_nameMarc Mutz2021-08-051-13/+13
* QFileSystemModel: cache the name filters regexpsGiuseppe D'Angelo2021-08-042-12/+33
* rhi: Be more graceful when one destroys a resource after the QRhiLaszlo Agocs2021-08-027-127/+257
* Register mouse devices on cocoaShawn Rutledge2021-08-011-0/+1
* QWindowsFontDatabase: port local QSets to QDuplicateTrackerMarc Mutz2021-07-302-9/+8
* Remove Windows 7, 8, and 8.1 codepathsOliver Wolff2021-07-301-11/+9
* CMake: Make WrapVulkanHeaders target optional for QtGui consumersAlexandru Croitor2021-07-291-2/+4
* [qgenericunixservices] Consider kde-open5 for opening URLsNicolas Fella2021-07-281-0/+2
* QDirIterator: add nextFileInfo()Marc Mutz2021-07-281-2/+1
* Improve fix for avoiding huge number of tiny dashesEirik Aavitsland2021-07-271-1/+1
* QTextEngine: Style fixRobert Löhning2021-07-261-2/+2
* Doc: Ensure deprecated APIs in Gui are documented as suchNico Vertriest2021-07-2611-50/+82
* Remove special casing of HSL QColor comparisonAllan Sandfeld Jensen2021-07-231-12/+3
* QTextCharFormat: mark a couple of API mistakes to be fixed in Qt 7Giuseppe D'Angelo2021-07-222-0/+40
* 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-201-1/+0
* Support pt units for sizes, as documentedVolker Hilsheimer2021-07-201-5/+15
* Use member function instead of template function to resolve native interfaceTor Arne Vestbø2021-07-176-23/+16
* QClipboard: remove a useless default switch-case labelWenTao Song2021-07-161-2/+1
* QPainter: replace manual memory management [5/5]: d_ptrsMarc Mutz2021-07-162-20/+10
* QPainter: replace manual memory management [4/5]: emulationEngineMarc Mutz2021-07-162-21/+8
* QPainterPrivate: use NSDMI, outline ctorMarc Mutz2021-07-152-16/+17
* Add note about precision of QNativeGestureEvent::delta; fix in Qt 7Shawn Rutledge2021-07-152-5/+19
* Improve error reporting when requesting unsupported native interfaceTor Arne Vestbø2021-07-156-6/+6
* QGradient: optimize empty stopsMarc Mutz2021-07-141-3/+4
* QPainter: replace manual memory management [3/5]: engineMarc Mutz2021-07-142-8/+14
* Rename QNativeGestureEvent::deltas() to delta(); clarify docsShawn Rutledge2021-07-146-24/+49
* Change QNativeGestureEvent::deltas() to QPointFShawn Rutledge2021-07-145-6/+6