summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Add button layout for dialogs on AndroidNikita Krupenko2017-04-112-5/+26
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-0718-58/+108
|\
| * 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
* | | QTextLayout optimization: avoid calling [] when at() will doDavid Faure2017-04-051-29/+29
* | | QVulkan{Layer,Extension}: various fixesMarc Mutz2017-04-052-16/+84
* | | Documentation: Add Vulkan section to Qt Gui overviewFriedemann Kleint2017-04-053-5/+41
* | | Vulkan: Fix shadow buildsAndy Nichols2017-04-053-7/+9
* | | Mark some more functions with Q_DECL_CONST_FUNCTIONGiuseppe D'Angelo2017-04-051-1/+1
* | | QStaticText: mark constructor as explicitGiuseppe D'Angelo2017-04-051-1/+1
* | | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-04-0411-65/+95
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-0411-65/+95
| |\| |
| | * | 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
* | | | Fix some capitalization issues in QVulkan docsLaszlo Agocs2017-04-042-6/+6
|/ / /
* | | doc: Fix several qdoc warnings in new softwareMartin Smith2017-03-313-42/+69
* | | doc: Ensure that clangqdoc sees QVulkanInstance declMartin Smith2017-03-314-4/+4
* | | doc: Remove qdoc marker from a few commentsMartin Smith2017-03-311-3/+3
* | | QColor: port to QStringViewMarc Mutz2017-03-292-6/+43
* | | QScriptItem: reduce boilerplate codeMarc Mutz2017-03-291-10/+7
* | | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-03-285-9/+18
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-285-9/+18
| |\| |
| | * | 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
* | | | Improve PDF/A-1b support in QPdfWriterTobias Koenig2017-03-289-26/+347
|/ / /
* | | Fix clipping of graphics effects in high dpi modeDaniel Teske2017-03-282-6/+23
* | | Clarify the front face winding order in the Vulkan examplesLaszlo Agocs2017-03-261-0/+4
* | | QVulkanWindow: Add missing device wait after user codeLaszlo Agocs2017-03-261-6/+17
* | | Add missing class doc for QVulkanWindowRendererLaszlo Agocs2017-03-231-4/+24