summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
| * | | 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
| |/ /
* | | Split fetchTransformedBilinear and fetchTransformedBilinear64Allan Sandfeld Jensen2017-03-191-356/+289
* | | Basic Vulkan enablersLaszlo Agocs2017-03-1716-0/+6757
* | | QPixmap: move mask functions into QPlatformPixmapLouai Al-Khanji2017-03-173-69/+81
* | | Make QWindow's windowState a QFlags of the WindowStateOlivier Goffart2017-03-168-51/+93
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-149-71/+551
|\| |
| * | 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
| * | Fix malformed GL extension name for immutable storageLaszlo Agocs2017-03-011-1/+1
| * | Build fix for -no-feature-regularexpressionPaul Olav Tvete2017-03-011-1/+1
| * | Make VNC a proper featurePaul Olav Tvete2017-03-011-1/+7
| * | Add AVX2 optimized bilinear texture transformAllan Sandfeld Jensen2017-02-282-0/+425
* | | Add new API to control whether shortcuts are shown in context menusJake Petroules2017-03-146-1/+21
* | | Remove QPlatformDrag::platformDropDataAlbert Astals Cid2017-03-135-14/+1
* | | Remove remaining Carbon includes from QtCore, QtGui and QtWidgetsJake Petroules2017-03-071-1/+7
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-029-37/+52
|\| |
| * | Make QPlatformSurface events work with QWindowContainerLaszlo Agocs2017-02-271-0/+9
| * | System tray icon requires -feature-temporaryfileStephan Binner2017-02-271-0/+1
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-244-18/+13
| |\|