summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-0116-63/+99
|\
| * 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
* | | Revert "Deduplication fetchTransformed"Liang Qi2016-10-311-48/+137
* | | Document use of 3rd party code in qgrayrasterv5.8.0-beta1Kai Koehne2016-10-271-0/+14
* | | Replace PKGCONFIG+=foo usages with QMAKE_USELars Knoll2016-10-261-3/+0
* | | Add attribution file for Khronos headersKai Koehne2016-10-242-0/+52
* | | Fix decorated text in extra-selectionsEskil Abrahamsen Blomfeldt2016-10-241-1/+2
* | | use helper libs via QMAKE_USEOswald Buddenhagen2016-10-152-2/+2
* | | Android: Re-enable asset extraction for stylingEskil Abrahamsen Blomfeldt2016-10-141-0/+6
* | | QPathClipper: remove homebrew 'qRemoveDuplicates' algorithmAnton Kudryavtsev2016-10-141-20/+1
* | | iOS: Take advantage of new synchronous API for QPA event deliveryTor Arne Vestbø2016-10-142-27/+32
* | | de-duplicate freetype configure entryOswald Buddenhagen2016-10-121-6/+2
* | | Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-10-112-27/+25
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-112-27/+25
| |\| |
| | * | 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
| | | * QPixmap::load: ensure QBitmap stays a QBitmap even on failureMarc Mutz2016-10-061-26/+24
* | | | Avoid auto-vectorization of epilogues of manual vectorizationAllan Sandfeld Jensen2016-10-117-33/+26
* | | | QColor: unbreak mingw buildMarc Mutz2016-10-111-6/+6
* | | | unbreak direct2d testOswald Buddenhagen2016-10-111-7/+9
|/ / /
* | | Migrate libinput support away from QT_LIBRARY_VERSIONLaszlo Agocs2016-10-101-0/+11
* | | Allow granular synchronous and asynchronous delivery of QPA eventsTor Arne Vestbø2016-10-103-74/+132
* | | Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-10-061-4/+5
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-061-4/+5
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-011-4/+5
| | |\|
| | | * Fix crash when doing many text layouts with superscript/subscriptEskil Abrahamsen Blomfeldt2016-09-291-4/+5