summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* XCB: also test for Xinerama's presenceThiago Macieira2017-09-211-2/+3
* Fix convertToFormat with color-tablesAllan Sandfeld Jensen2017-09-141-17/+6
* Pass m_drag_icon_window to getNativeMousePos instead of Event QObjectÀlex Fiestas2017-09-041-4/+4
* Avoid assert on large clips in qt_alphamapblit_genericAllan Sandfeld Jensen2017-08-291-2/+2
* Fix: WebP missing from QMovie::supportedFormats()Eirik Aavitsland2017-08-291-1/+1
* QWidget: Call appropriate QWindow method from setGeometry_sys()Gabriel de Dietrich2017-08-231-0/+1
* Fix huge painting artefact of certain dashed linesEirik Aavitsland2017-08-181-1/+1
* QPicture: check that pictureFormat doesn't return dangling pointersGiuseppe D'Angelo2017-08-161-1/+6
* Block input to a window shown while an application modal dialog is visibleAndy Shaw2017-08-161-0/+2
* Fix reset with qoffscreensurface destruction with multimonitor supportMäättä Antti2017-08-081-1/+1