summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Add license attribution for vk.xmlLaszlo Agocs2017-03-222-0/+37
* | | Introduce QVulkanWindowLaszlo Agocs2017-03-224-2/+3032
* | | QImageReader: Pass up information about resource errors on openRobin Burchell2017-03-221-1/+10
* | | Fix up QVulkanInstance docsLaszlo Agocs2017-03-221-9/+13
* | | QCursor: Add equality operatorsGabriel de Dietrich2017-03-212-0/+52
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-2016-56/+52
|\| |
| * | 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