summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | QtGui: mark some more types as movable/primitiveMarc Mutz2016-03-0314-0/+24
* | | QtGui: Mark some more types as shared for Qt 6.Marc Mutz2016-03-033-2/+9
* | | QOpenGLTexture: de-duplicate setBorderColor() codeAnton Kudryavtsev2016-03-021-21/+2
* | | Clean up resolving of OpenGL functions on WindowsLars Knoll2016-03-023-45/+8
* | | Refactor initialization/caching code for versioned opengl functionsLars Knoll2016-03-0231-3035/+1212
* | | Adjust sizes when snapping layout items to pixel gridJan Arve Sæther2016-03-022-14/+33
* | | Use an enum for versioning the opengl function backendsLars Knoll2016-03-025-90/+114
* | | Avoid qMin in format conversions when possibleAllan Sandfeld Jensen2016-03-011-22/+60
* | | QGenericMatrix<N,M,T>: mark as relocatable, depending on TMarc Mutz2016-03-011-0/+11
* | | CleanupsLars Knoll2016-03-011-39/+27
* | | Generate more compact code to resolve the QOpenGLExtraFunctionsLars Knoll2016-03-014-549/+397
* | | Generate more compact code to resolve the QOpenGLFunctionsLars Knoll2016-03-012-523/+351
* | | Remove some now unused codeLars Knoll2016-03-011-346/+2
* | | Get rid of the gles3helper classLars Knoll2016-03-014-844/+195
* | | Ensure we can query all GL functions in all platform pluginsLars Knoll2016-03-012-3/+7
* | | Resolve GLES3 function pointers at construction timeLars Knoll2016-03-011-1586/+363
* | | Inline versionStatus() and make it constexprLars Knoll2016-03-012-187/+55
* | | Avoid repeated QByteArray creation when resolving opengl functionsLars Knoll2016-03-018-92/+104
* | | Don't resolve GL 1 symbols in the texture helperLars Knoll2016-03-014-234/+77
* | | Simplify part of the resolving code in QOpenGLFunctionsLars Knoll2016-03-011-852/+170
* | | Inline the constructors for QOpenGLFunctions_X_BackendLars Knoll2016-03-012-187/+135
* | | Significantly reduce the size of generated code for the opengl wrappersLars Knoll2016-03-0129-17627/+16268
* | | De-inline the code resolving the GL symbolsLars Knoll2016-03-011-19/+41
* | | Merge convert from routinesAllan Sandfeld Jensen2016-03-011-92/+60
* | | SSSE3 optimized store of 24-bit formatsAllan Sandfeld Jensen2016-02-293-2/+61
* | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-299-13/+40
|\ \ \ | | |/ | |/|
| * | Track target widget when wheel events are receivedGabriel de Dietrich2016-02-294-6/+16