summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* GCC 7: fix -Werror=implicit-fallthroughGiuseppe D'Angelo2017-04-045-35/+46
* Fix generation of gradient shader function in PDFTobias Koenig2017-03-281-1/+2
* Annotate more implicit fallthroughsAllan Sandfeld Jensen2017-03-272-20/+20
* don't try to use system zlib if it's not enabledOswald Buddenhagen2017-03-221-1/+4
* QGuiVariant: fix unintended fall-throughMarc Mutz2017-03-221-0/+1
* Fix crash in QWindowPrivate::applyCursor when screen is nullOlivier Goffart2017-03-162-8/+11
* Add -Wfloat-equal to Qt's header clean checkThiago Macieira2017-03-076-6/+32
* Don't call releaseKey a second time if the insertion failsAndy Shaw2017-03-071-7/+0
* Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-064-11/+10
* Fix crash for glyphs with height > 128Eskil Abrahamsen Blomfeldt2017-03-021-2/+2
* Fix documentation typosChristian Gagneraud2017-02-251-1/+1
* remove unused Xlib's XRender dependencyGatis Paeglis2017-02-241-15/+2
* QTextFormatCollection: replace copy ctor and op= with clear()David Faure2017-02-233-15/+9
* make more use of 'use' in library detectionOswald Buddenhagen2017-02-221-3/+4
* qcssparser: Undef TILDE to fix compilation on HurdDmitry Shachnev2017-02-151-0/+4
* Update QSyntaxHighlighter docs to use QRegularExpressionAaron Linville2017-02-152-60/+22
* make libinput axis api feature depend on libinputOswald Buddenhagen2017-02-091-1/+1
* refuse to build EGLFS on android, darwin, and windowsOswald Buddenhagen2017-02-091-2/+1
* move qfontengine_ft.* from gui to platformsupportOswald Buddenhagen2017-02-082-2554/+0
* Protect against nullptr deref in QAccessibleEvent::uniqueIdFrederik Gladhorn2017-02-071-1/+6
* Use categorized logging in qaccessible.cppFrederik Gladhorn2017-02-071-1/+4
* Doc: link issue and qdoc error on parameterNico Vertriest2017-02-071-2/+2
* never use pkg-config to find opengl on darwinOswald Buddenhagen2017-02-011-2/+2
* Fix \since for QDrag::cancel()Florian Bruhin2017-02-012-2/+2
* PNG image handler: Avoid "invalid distance too far back" errorEirik Aavitsland2017-01-311-0/+6
* Fix clipping error on some RTL textEskil Abrahamsen Blomfeldt2017-01-312-7/+0
* Remove unused logging category from QOpenGLFunctionsLaszlo Agocs2017-01-311-4/+0
* Fix MIPS DSP configurationAllan Sandfeld Jensen2017-01-274-66/+73
* Fix build without features.movieTasuku Suzuki2017-01-271-2/+2
* Make custom colors in QColorDialog permanentKai Koehne2017-01-261-1/+1
* Accept all formatting characters as valid inputEskil Abrahamsen Blomfeldt2017-01-261-3/+3
* QGuiApplication: fix misleading codeMarc Mutz2017-01-261-5/+4
* Use context as glyph cache key in GL paint engineLaszlo Agocs2017-01-241-1/+1
* Fix MIPS32 processor detectionAllan Sandfeld Jensen2017-01-242-13/+6
* Cocoa: fix crash regression in qt_mac_create_nsimage()Oleg Yadrov2017-01-231-0/+2
* Fix license header of QInputControlEskil Abrahamsen Blomfeldt2017-01-232-24/+36
* QGuiApplication: Send QEvent::Window(Un)blocked to embedded window, tooFriedemann Kleint2017-01-231-8/+12
* Fix dereference before null check in QOpenGLExtensionMatcherJesus Fernandez2017-01-231-10/+12
* Avoid trashing other contexts' VAOs in destroy()Laszlo Agocs2017-01-211-49/+45
* fix detection of statically built system-libpngOswald Buddenhagen2017-01-191-2/+2
* Make sure we call glClearDepth(double) on desktop GLGunnar Sletta2017-01-191-2/+3
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2017-01-181-0/+7
|\
| * add docs for QPlatformTheme::WheelScrollLines, MouseDoubleClickDistance5.7Shawn Rutledge2016-12-131-0/+7
* | Fix build without feature.cssparserTasuku Suzuki2017-01-181-2/+4
* | Fix build without feature.imageformatpluginTasuku Suzuki2017-01-171-0/+3
* | Fully qualify enum arguments in input device manager signalsLaszlo Agocs2017-01-161-1/+1
* | Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2017-01-142-7/+9
|\ \
| * | Fall back to platform theme in QPlatformSystemTrayIcon::createMenu()Tor Arne Vestbø2017-01-061-6/+8
| * | QMacCGContext: Take paint device pixel ratio into accountGabriel de Dietrich2017-01-041-0/+2
* | | QGradientCache: fix a new/delete mismatchMarc Mutz2017-01-142-10/+16