summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* add docs for QPlatformTheme::WheelScrollLines, MouseDoubleClickDistance5.7Shawn Rutledge2016-12-131-0/+7
* Merge remote-tracking branch 'origin/5.7.1' into 5.7Liang Qi2016-12-071-10/+21
|\
| * Fix the JPEG EXIF reader to deal with some broken/corrupt filesv5.7.1Thiago Macieira2016-12-011-10/+21
| * Prevent stale QOpenGLContext fbo pointerMorten Johan Sørvig2016-11-112-1/+7
* | QtGui: Add missing overrideAlexander Volkov2016-11-2710-73/+73
* | 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
* | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-158-8/+45
|\| |
| * | Remove unused variable in QIconLoader::findIconHelper()Alexander Volkov2016-11-121-2/+0
| * | Enable GL prototypes with recent Khronos headersLaszlo Agocs2016-11-101-1/+21
| * | Don't count no-break spaces as trailing spacesEskil Abrahamsen Blomfeldt2016-11-091-2/+6
| * | Documentation: Specify units for QTextDocument::pageSizeSteve Schilz2016-11-091-0/+4
| * | Cocoa: Make child window cursors work correctlyMorten Johan Sørvig2016-11-081-0/+3
| * | Prevent stale QOpenGLContext fbo pointerMorten Johan Sørvig2016-11-082-1/+7
| * | Only turn off font hinting when scale is != 1Paul Olav Tvete2016-11-081-2/+4
* | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-043-7/+13
|\| |
| * | Fix GCC warning about ODR violationThiago Macieira2016-11-031-3/+3
| * | Fix tiling on a width over 2048Allan Sandfeld Jensen2016-11-031-3/+9
| * | Add QPixmapIconEngine::pixmap pointer checkJesus Fernandez2016-11-021-1/+1
* | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-311-1/+1
|\| |
| * | Compilation fixVyacheslav Koscheev2016-10-271-1/+1
* | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-273-15/+21
|\| |
| * | Document qGuiApp and tweap qAppAlbert Astals Cid2016-10-261-0/+10
| * | Android: Fix synthesized oblique for non-latin scriptsEskil Abrahamsen Blomfeldt2016-10-261-9/+10
| * | iOS: refactor usage of photos into optional pluginRichard Moe Gustavsen2016-10-261-0/+1
| * | Don't claim all fonts are smoothly scalable on WindowsEskil Abrahamsen Blomfeldt2016-10-241-6/+0
* | | Fix syncqt warning about wrong includeThiago Macieira2016-10-261-1/+1
* | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-226-15/+30
|\| |
| * | Fix when calling QSurfaceFormat::setDefaultFormat before Q*ApplicationKai Koehne2016-10-211-4/+8
| * | QImage: cache colortable sizeMarc Mutz2016-10-211-2/+2
| * | PDF: Handle monochrome images correctlyAndy Shaw2016-10-192-5/+10
| * | Don't crash while parsing malformed CSSSérgio Martins2016-10-191-2/+7
| * | Document QClipboard::mimeData can be nullAlbert Astals Cid2016-10-191-2/+3
* | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-172-0/+9
|\| |
| * | Fix QtGui compilation without OpenGLhjk2016-10-161-0/+2
| * | Unset qgl_current_fbo when the default FBO is boundAlexandru Croitor2016-10-131-0/+1
| * | Show warning when setting new default QSurfaceFormatAlexandru Croitor2016-10-131-0/+6
* | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-135-36/+42
|\| |
| * | QIconLoaderEngine: add missing Q_DECL_OVERRIDEsAlexander Volkov2016-10-121-8/+8
| * | Fix illegal memory access on simple image rotatesAllan Sandfeld Jensen2016-10-121-0/+2
| * | Remove unused static member QIconLoaderEngineEntry::countAlexander Volkov2016-10-121-1/+0
| * | Don't resize windows that aren't attached to a platform windowChristian Strømme2016-10-121-0/+4
| * | Fix gradient race condition / read-after-freeAllan Sandfeld Jensen2016-10-122-26/+27
| * | Fix QPixelFormat::typeInterpretation() for Format_RGB888Allan Sandfeld Jensen2016-10-101-1/+1
* | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-082-27/+25
|\| | | |/ |/|
| * QEvent: fix typo in apidocFrederik Schwarzer2016-10-081-1/+1