summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Doc: remove linking to internal methodNico Vertriest2017-08-061-1/+1
* Fix iOS shared buildsJan Murawski2017-08-041-0/+1
* Fix build error with macOS 10.13 SDKJake Petroules2017-08-042-18/+2
* Fix RGBA64 interpolation when x remainder equals zeroAllan Sandfeld Jensen2017-08-021-9/+12
* QWindowSystemInterfacePrivate::toNativeTouchPoints(): Add missing scalingFriedemann Kleint2017-08-021-2/+2
* ANGLE: Fix build for newer MinGW versionsOliver Wolff2017-08-021-0/+10
* configure: Add a feature to write tests in the .json fileThiago Macieira2017-08-021-44/+440
* Fix precisions check for using fast transformsAllan Sandfeld Jensen2017-08-021-2/+2
* Fix QStandardItem::setChild crash when passing a null pointerJesus Fernandez2017-07-271-2/+13
* QFontDatabase: Output family in warning about missing Open Type supportFriedemann Kleint2017-07-271-2/+4
* Add QDebugStateSaver to QVectorPath operator<<Jesus Fernandez2017-07-251-0/+1
* QPMCache::remove(): Do not dereference erased iteratorFriedemann Kleint2017-07-191-1/+2
* Fix QHighDpi::fromNativeLocalExposedRegion rounding errorsTor Arne Vestbø2017-07-191-4/+4
* Fix buffer overflow in text blendingAllan Sandfeld Jensen2017-07-111-4/+4
* Fix modernize-use-bool-literals issuesKevin Funk2017-07-081-2/+2
* Fix polygon stroking with cosmetic penAllan Sandfeld Jensen2017-07-051-13/+43
* Fix capitalization of x11-xcb pkg-config module nameDmitry Shachnev2017-07-031-1/+1
* Fix detection of AT-SPIBernhard Rosenkränzer2017-07-031-1/+1
* Fix BMP ImageFormat for semi-transparent filesAllan Sandfeld Jensen2017-07-032-41/+35
* xcb: Replace XCB_USE_XINPUT define by QT_CONFIG macroAlexander Volkov2017-06-291-1/+1
* Convert features.whatsthis to QT_[REQUIRE_]CONFIGStephan Binner2017-06-296-7/+13
* Fix GCC 8 warnings about ignored const on cast result typesMarc Mutz2017-06-281-1/+1