summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Android: Enable Adoption of ANativeWindow handle as a QOffscreenSurfaceAndy Nichols2016-12-142-0/+40
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-1333-732/+605
|\
| * Fix compilation with -no-pchEskil Abrahamsen Blomfeldt2016-12-121-0/+1
| * Accept ZWNJ, ZWJ and PUA characters in input widgetsEskil Abrahamsen Blomfeldt2016-12-123-2/+162
| * Fix inconsistent alpha masking in qConvertARGB32PMToARGB64PM_sse2Allan Sandfeld Jensen2016-12-081-0/+4
| * move license check to qmake-based configure systemOswald Buddenhagen2016-12-081-6/+0
| * Fix qdrawhelper function toRGB64Allan Sandfeld Jensen2016-12-081-2/+2
| * Cleanup convert_ARGB_to_ARGB_PM_inplace_sse2Allan Sandfeld Jensen2016-12-061-22/+37
| * Fix blending of RGB32 on RGB32 with partial opacityAllan Sandfeld Jensen2016-12-034-26/+25
| * Add ASTC compressionBogDan Vatra2016-12-032-0/+198
| * Add -Wdouble-promotion to headerscleanJesus Fernandez2016-11-302-22/+25
| * Close popups when blocked by modal dialogPaul Olav Tvete2016-11-302-1/+2
| * Fix clipping of fetchTransformedAllan Sandfeld Jensen2016-11-291-24/+36
| * Fix bilinear sampling of more than 8x rotated transformsAllan Sandfeld Jensen2016-11-291-2/+2
| * Add a macros for disabling deprecated declaration warningsThiago Macieira2016-11-271-2/+1
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-252-3/+6
| |\
| * \ Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-11-246-8/+15
| |\ \
| | * | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-246-8/+15
| | |\|
| | | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-236-8/+15
| | | |\
| | | | * Add more information for QKeySequence::toString on macOSJesus Fernandez2016-11-221-1/+3
| | | | * QXbmHandler: don't construct a QByteArray just to find '0x' in textMarc Mutz2016-11-161-6/+6
| | | | * QCss: Fix parsing of charsetMartin T. H. Sandsmark2016-11-151-0/+1
| | | | * QXbmHandler: fix missing NUL-terminationMarc Mutz2016-11-151-0/+1
| | | | * QFontEngine: Cache whether or not a font can be smoothly scaledRobin Burchell2016-11-153-1/+4
| * | | | Use harfbuzz feature to check for HarfBuzzLars Knoll2016-11-245-18/+20
| * | | | Don't set platform specific QT_NO_FOO defines in qglobal.hLars Knoll2016-11-241-0/+7
| * | | | Optimize fontdatabase fallbacksForFamilyAllan Sandfeld Jensen2016-11-231-1/+6
| |/ / /
| * | | Remove last traces of MeeGoLars Knoll2016-11-233-456/+0
| * | | Revert "Revert "Deduplication fetchTransformed""Allan Sandfeld Jensen2016-11-231-137/+48
| * | | Fix some qdoc-warningsFriedemann Kleint2016-11-231-0/+8
* | | | QTouchEvent::TouchPoint: replace ellipse diameters with QSizeFShawn Rutledge2016-12-094-62/+31
* | | | Use RGB64 qdrawhelper routines for unpremultiplied formatsAllan Sandfeld Jensen2016-12-091-0/+2
* | | | Cleanup memrotate functionsAllan Sandfeld Jensen2016-12-085-329/+85
* | | | Add QWindow::AncestorMode overload of QWindow::parent()Tor Arne Vestbø2016-12-082-16/+32
* | | | QGuiApplicationPrivate::processTouchEvent: add explanatory commentsShawn Rutledge2016-12-071-2/+8
* | | | generate PDF CreationDate in local time as per PDF specificationAshish Kulkarni2016-12-071-2/+11
* | | | TouchPoint: add horizontalDiameter, verticalDiameter; deprecate rectsShawn Rutledge2016-12-075-28/+113
* | | | doc: Always declare GL types for clangqdocMartin Smith2016-12-032-0/+12
* | | | QPA style cleanup: no space after ampersandMorten Johan Sørvig2016-12-023-19/+19
* | | | QPA: Consistent QWindow variable namesMorten Johan Sørvig2016-12-022-81/+81
* | | | QPA: Consistent QWindow variable namesMorten Johan Sørvig2016-12-024-43/+43
* | | | Optimized LCD text blendingAllan Sandfeld Jensen2016-12-012-9/+47
* | | | Optimize RGBA64 toArgb32Allan Sandfeld Jensen2016-12-012-3/+52
* | | | qopenglprogrambinarycache_p.h: Add "We mean it" commentFriedemann Kleint2016-11-251-0/+11
* | | | Use QSaveFile for more robust shader disk cacheLaszlo Agocs2016-11-251-4/+8
* | | | Replace manual parent traversal in isWindowBlocked with use of isAncestorOfTor Arne Vestbø2016-11-241-13/+5
* | | | add TouchDoubleTapDistance platform theme hintShawn Rutledge2016-11-242-1/+15
* | | | Add an OpenGL program binary disk cacheLaszlo Agocs2016-11-249-88/+776
* | | | Replace QDrawHelperGammaTables with QColorProfileAllan Sandfeld Jensen2016-11-248-145/+278
* | | | Refactor QGuiApplication::topLevelWindows()Tor Arne Vestbø2016-11-231-8/+18