summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Avoid hanging on painting dashed lines with non-finite coordinatesEirik Aavitsland2019-08-022-0/+5
* Silence a GCC 8 warning in qpainterVille Voutilainen2018-11-191-2/+2
* Silence a GCC 8 warning in qoutlinemapperVille Voutilainen2018-11-191-1/+1
* Fix glext and gles2ext attributionLaszlo Agocs2018-10-102-5/+5
* bmp image handler: check for out of range image sizeEirik Aavitsland2018-09-241-0/+2
* Fix potential crash when showing line/paragraph separatorsEskil Abrahamsen Blomfeldt2018-08-211-1/+1
* Make QPalette::setBrush() check before detachingGabriel de Dietrich2018-08-141-15/+17
* Fix crash in qppmhandler for certain malformed image filesEirik Aavitsland2018-08-071-1/+1
* Doc: Fix wrong link in QFont documentationPaul Wicking2018-08-061-1/+1
* Fix the copyright year of the qgrayraster.c dependencyNicolas Ettlin2018-07-121-1/+1
* Fix crash if QPixmap::defaultDepth() is called when no QGuiApplicationEirik Aavitsland2018-04-191-1/+7
* Fix integer overflow (1 << 31)Mikhail Svetkin2018-04-101-1/+1
* Avoid of bounds memory reads when scaling and mirroring imagesAllan Sandfeld Jensen2018-03-232-0/+30
* opengl: Bail if cached shader fails to loadAntonio Larrosa2018-02-222-9/+19
* QGuiApplicationPrivate::processDrag(): Add assertJesus Fernandez2018-02-151-1/+2
* QSimpleDrag: Fix mouse release coords for delayed event transmissionEike Hein2018-02-012-8/+30
* Do not allow empty selectionsBogDan Vatra2018-01-271-0/+2
* Do a static_cast in bit-blasts that are UBVille Voutilainen2018-01-254-11/+11
* Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-201-2/+2
* Enable glyph cache workaround for Mali-T880Tero Alamäki2018-01-191-0/+1
* Doc: Mention exact Qt version the third party attributions apply toKai Koehne2018-01-191-2/+3
* configure: express dependency of fontconfig on freetype more clearlyOswald Buddenhagen2018-01-181-9/+4
* configure: inline D3D11_QUERY_DATA_TIMESTAMP_DISJOINT testOswald Buddenhagen2018-01-181-1/+7
* Doc: Clarify auto detection of file format in QImageEirik Aavitsland2018-01-151-11/+9
* Warn when ending painting on backingstore while there's still an active painterTor Arne Vestbø2018-01-121-0/+3
* Fix ZWJ and ZWNJ when fallback font is in useEskil Abrahamsen Blomfeldt2018-01-091-0/+28
* CoreText: Order fallback fonts based on writing system supportEskil Abrahamsen Blomfeldt2018-01-091-0/+35
* Avoid providing bad pixelDeltas on X11Allan Sandfeld Jensen2018-01-091-0/+1
* Fix fallback fonts for non-common writing systemEskil Abrahamsen Blomfeldt2018-01-081-2/+7
* Fix pps and imf support for QNX buildsKarim Pinter2017-12-191-1/+1
* Add EGLFS integration plugin for Salvator-X on INTEGRITY MultivisorTimo Aarnipuro2017-12-151-1/+22
* macOS: Enable using CoreGraphics helper functions from C++ sourcesTor Arne Vestbø2017-12-141-3/+7
* Teach QPlatformWindow about safe area margins and implement for iOSTor Arne Vestbø2017-12-138-1/+50
* Report modifiers correctly in mouse events with evdev and libinputLaszlo Agocs2017-12-123-0/+49
* Do not allow drag events when window is blocked by modal windowFriedemann Kleint2017-12-121-1/+1
* iOS: Harden logic for when it's safe to use the graphics hardwareTor Arne Vestbø2017-12-071-1/+3
* QColor: write signed 64-bit integer in a platform-independent wayDongmei Wang2017-12-051-1/+1
* Add configure test for INTEGRITY EGLFS openWFD integration pluginKimmo Ollila2017-12-011-1/+17
* Correct the vertex used to calculate v1/v2FracJames McDonnell2017-11-291-2/+2
* gui/configure.json: Make -{system,qt}-xcb force enabling xcbGabriel de Dietrich2017-11-281-0/+1
* qpa: Teach handleApplicationStateChanged about sync/async deliveryTor Arne Vestbø2017-11-202-2/+3
* QPixmap without QGuiApplication: do not crash, terminate gracefullyEirik Aavitsland2017-11-161-0/+3
* Document interaction of style name and other style propertiesAllan Sandfeld Jensen2017-11-121-5/+17
* Fix QHighDpi::fromNativeLocalExposedRegion rounding errorsBłażej Szczygieł2017-11-081-1/+2
* Enable glyph cache workaround for GC2000 as wellLaszlo Agocs2017-11-071-0/+1
* Fix memory corruption on scaled emojisAllan Sandfeld Jensen2017-11-061-1/+2
* Fix dragging inside a modal window when a QShapedPixmapWindow is usedAndy Shaw2017-10-301-1/+4
* Doc: QImageReader assumes exclusive control over its deviceEirik Aavitsland2017-10-251-0/+5
* Fix clazy-strict-iteratorsFriedemann Kleint2017-10-251-2/+2
* Doc: add hint about QMimeDatabase to QImageReader::canRead()Eirik Aavitsland2017-10-241-1/+4