summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Always build JPEG and GIF support as pluginsLars Knoll2016-04-0710-2636/+5
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-05146-458/+1756
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-048-29/+63
| |\
| | * Fix possible out-of-bounds access when making distance fieldsEskil Abrahamsen Blomfeldt2016-03-311-1/+3
| | * Fix possible crash in QImage::pixel()Eskil Abrahamsen Blomfeldt2016-03-312-25/+34
| | * Blacklist Mali-T760/Mali-T720 from supporting BGRA.Timo Jyrinki2016-03-301-2/+6
| | * QFontEngineFT: Apply hinting for non-scaled rotated glyphsAlexander Volkov2016-03-301-1/+7
| | * QFontEngine: Add handle() functionGabriel de Dietrich2016-03-294-0/+13
| * | Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-03-301-2/+2
| * | Unify license header usage.Jani Heikkinen2016-03-29134-418/+1678
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-241-8/+8
| |\|
| | * QRawFont: fix UB in supportedWritingSystems()Marc Mutz2016-03-231-8/+8
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-232-1/+5
| |\|
| | * QOpenGL: Fix GLhandleARB redefinition on OS XGabriel de Dietrich2016-03-221-0/+4
| | * qshapedpixmapdndwindow.cpp: fix build with '-qreal float'J-P Nurmi2016-03-221-1/+1
* | | QtGui: Remove Windows CE.Friedemann Kleint2016-03-305-200/+18
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-22142-25722/+19210
|\| |
| * | Add createMenu() method to QPlatformMenuBarDmitry Shachnev2016-03-211-0/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-215-66/+49
| |\|
| | * Merge remote-tracking branch 'origin/5.6.0' into 5.6Frederik Gladhorn2016-03-175-12/+76
| | |\
| | * | Reimplement QShapedPixmapWindow using QRasterWindow.Friedemann Kleint2016-03-162-49/+33
| | * | Correct qt_defaultDpi X/Y with just a QCoreApplicationAllan Sandfeld Jensen2016-03-161-2/+2
| | * | QRawFont: fix UB (misaligned load) in fontTable()Marc Mutz2016-03-151-2/+1
| | * | QCosmeticStroker: fix several UBs involving << with a negative LHSMarc Mutz2016-03-151-13/+13
| * | | QWheelEvent: Make NoScrollPhase publicGabriel de Dietrich2016-03-214-22/+2
| * | | QPlatformTheme: added EditorFontNikita Krupenko2016-03-181-0/+1
| * | | Make QOpenGLTexture a Q_GADGETPaul Lemire2016-03-181-0/+17
| * | | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-1314-78/+75
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-1114-78/+75
| | |\| |
| | | * | Fix debug operators for QPageSize/QPageLayout.Friedemann Kleint2016-03-102-25/+22
| | | * | Q*Application: fix UB caused by accessing QGuiApplication from QCoreApplicati...Marc Mutz2016-03-092-3/+5
| | | * | QCosmeticStroker: fix out-of-bounds access in drawPixel()Marc Mutz2016-03-091-5/+7
| | | * | consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-071-2/+1
| | | * | Increase chances of finding the ellipsis glyph in elided textKonstantin Ritt2016-03-071-2/+1
| | | * | Fix MIPS DSP optimized fetchUntransformedAllan Sandfeld Jensen2016-03-051-3/+3
| | | * | Fix UB in QFontEngineFT::loadGlyph()Marc Mutz2016-03-051-1/+1
| | | * | QWheelEvent: make NoScrollPhase opt-inShawn Rutledge2016-03-055-3/+28
| | | * | Fix GCC 6 -Wunused-functions warningsMarc Mutz2016-03-051-8/+0
| | | * | qt_handleMouseEvent(): Scale coordinates.Friedemann Kleint2016-03-011-1/+3
| | | * | Only copy the data if the image is not nullAndy Shaw2016-03-011-1/+2
| | | * | qt_handleTouchEvent(): Scale coordinates when converting touch points.Friedemann Kleint2016-02-291-24/+2
| * | | | QtGui: de-duplicate calls and cache resultsAnton Kudryavtsev2016-03-137-18/+24
| * | | | Don't quote newlines in multi-line shader linker errors.Volker Krause2016-03-131-2/+2
| |/ / /
| * | | Merge remote-tracking branch 'origin/5.6.0' into 5.7v5.7.0-alpha1Oswald Buddenhagen2016-03-075-12/+76
| |\ \ \ | | | |/ | | |/|
| | * | Fix builds without session management.v5.6.0-rc1Andreas Hartmetz2016-02-181-0/+4
| | * | Add option to disable "session management by closing windows".Andreas Hartmetz2016-02-155-12/+72
| * | | Add QWheelEvent::inverted()Morten Johan Sørvig2016-03-066-18/+94
| * | | QFontEngine: use RAII for font_, face_ membersMarc Mutz2016-03-045-50/+59
| * | | QtGui: use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-0421-47/+55
| * | | Optimized fetchUntransformed RGB888Allan Sandfeld Jensen2016-03-044-0/+30