summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* QTabletEvent: Add doc note about Windows driversFriedemann Kleint2017-10-181-0/+7
* Remove some unused, local variablesJędrzej Nowacki2017-10-142-3/+0
* QPainter: fix invalid pen style when drawing misspelled wordsDavid Faure2017-10-121-0/+2
* Replace 'an unique' with 'a unique'Kai Koehne2017-10-111-1/+1
* Fix typo in QKeyEvent docsFlorian Bruhin2017-10-101-1/+1
* Merge remote-tracking branch 'origin/5.9.2' into 5.9Liang Qi2017-10-061-0/+4
|\
| * Fix crash with clips entirely outside glyph mapAllan Sandfeld Jensen2017-09-261-0/+4
* | Fix zero-length lines with scalingAllan Sandfeld Jensen2017-10-061-1/+1
* | Prevent changing the width for layout item's rectMika Salmela2017-10-061-2/+4
|/
* Fix saving QImage with longer than necessary bytes-per-lineAllan Sandfeld Jensen2017-09-221-33/+22