summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-122-13/+17
|\
| * configure: fix detection of xcb extensionsGatis Paeglis2017-04-111-12/+14
| * Fix hidpi support for opengl window grabbingFilipe Azevedo2017-04-091-1/+3
* | Prevent QWindow transient parent loopTor Arne Vestbø2017-04-121-0/+4
* | QTextDocument: improve import of DIV tagsDavid Faure2017-04-101-3/+7
* | Android: fix Menu and Back key handlingJ-P Nurmi2017-04-071-3/+11
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-069-39/+86
|\|
| * Copy stretch to multifont fontDefAllan Sandfeld Jensen2017-04-051-0/+2
| * Environment variable enabling the workaround FBO readback bugMarco Martin2017-04-051-0/+34
| * qbmphandler fix: use qint64 for caching QIODevice file positionHendrick Melo2017-04-042-4/+4
| * GCC 7: fix -Werror=implicit-fallthroughGiuseppe D'Angelo2017-04-045-35/+46
* | Fix warnings for -no-feature-settingsStephan Binner2017-04-041-0/+2
* | Fix warning for -no-feature-texthtmlparserStephan Binner2017-04-041-2/+2
* | Fix warning for -no-feature-wheeleventStephan Binner2017-04-041-0/+2
* | Delete QRasterWindow backingstore while window is still aliveTor Arne Vestbø2017-04-042-0/+9
* | Share FreeType font engine creation code between platformsTor Arne Vestbø2017-04-042-11/+0
* | No divide by zero if all imageformat features are disabledStephan Binner2017-04-041-1/+2
* | CMAKE: Fix EGL link extensionsAndreas Holzammer2017-04-041-4/+4
* | Fix warnings for -no-feature-cssparserNikita Krupenko2017-03-292-1/+3
* | Use case-insensitive compare moreAnton Kudryavtsev2017-03-291-1/+1
* | Switch to RGB(A|X)8888[_Premultiplied] for QOpenGLFBO readbacks on GLESLaszlo Agocs2017-03-281-34/+9
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-283-21/+22
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-283-21/+22
| |\|
| | * Fix generation of gradient shader function in PDFTobias Koenig2017-03-281-1/+2
| | * Annotate more implicit fallthroughsAllan Sandfeld Jensen2017-03-272-20/+20
* | | Prefer rvalue versions of toLower() and toUpper()Anton Kudryavtsev2017-03-284-8/+8
|/ /
* | Introduce QInputControl::isCommonTextEditShortcutJoerg Bornemann2017-03-272-0/+52
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-272-1/+5
|\|
| * 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
* | xbm image format: avoid uninitialized pixels for truncated dataEirik Aavitsland2017-03-221-0/+2
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-212-8/+11
|\|
| * Fix crash in QWindowPrivate::applyCursor when screen is nullOlivier Goffart2017-03-162-8/+11
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-1314-42/+47
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-1314-42/+47
| |\|
| | * 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
* | | xpm image format: Reject corrupt images with invalid header infoEirik Aavitsland2017-03-131-0/+3
* | | Clean-up QRgba64 constructorsAllan Sandfeld Jensen2017-03-131-13/+1
* | | QGuiApplication: fix QString comparisonMarc Mutz2017-03-131-1/+1
|/ /
* | Avoid QRgba64 arrays in the generic text-rendering routinesAllan Sandfeld Jensen2017-03-081-8/+8
* | Remove library feature condition from the imageformatpluginKimmo Ollila2017-03-031-1/+0
* | Gui: Replace LGPL21 with LGPL license headerKai Koehne2017-03-033-42/+60
* | Fix grammar in QIcon docsMitch Curtis2017-03-021-2/+2
* | Mirclient: only enable if desired. Depend on content-hub>=0.2.0Gerry Boland2017-03-021-1/+2
* | ppm/pgm image formats: fix reading 16bit and limited rangeEirik Aavitsland2017-03-021-14/+45