summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Add some QChar::unicode() calls to brush over deprecation warning.Friedemann Kleint2016-05-061-2/+2
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-037-68/+41
|\
| * Fix perspective clipping regressionAllan Sandfeld Jensen2016-04-151-3/+25
| * QGuiApplication: don't force lower case styleOverrideJ-P Nurmi2016-04-151-2/+2
| * Fix some qdoc-warnings in 5.7.Friedemann Kleint2016-04-132-4/+3
| * Make the eglfs and eglfs-viv detection and build work for INTEGRITY.Rolland Dudemaine2016-04-131-0/+4
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-131-10/+9
| |\
| | * Qt Quick: Fix bug for selections with line wraps and breaksEskil Abrahamsen Blomfeldt2016-04-081-10/+9
| * | Use QTransform instead of doing transforms manuallyv5.7.0-beta1Allan Sandfeld Jensen2016-04-122-59/+8
* | | QtBase: use printf-style qWarning/qDebug where possible (II)Marc Mutz2016-05-035-18/+18
* | | QOpenGLContext: add a way to disable the thread affinity checkGiuseppe D'Angelo2016-05-021-3/+12
* | | Enable QPlatformBackingStore::toImage() when QT_NO_OPENGL is definedAndy Nichols2016-04-302-2/+4
* | | QApplication: Deprecate ColorSpec, setColorSpec() and colorSpec().Friedemann Kleint2016-04-261-1/+1
* | | QRegion: mark boundingRect() and rectCount() nothrowMarc Mutz2016-04-232-4/+4
* | | Avoid nullptr deref in Q_ASSERTSTimur Pocheptsov2016-04-1924-692/+1038
* | | Uninitialized variable in QTouchEventTouchPointPrivateJesus Fernandez2016-04-151-1/+2
* | | Implement ordered dithering for image format conversionsAllan Sandfeld Jensen2016-04-124-41/+136
* | | deliver stationary touchpoints which have changed velocityShawn Rutledge2016-04-121-4/+12
* | | Cleanup conversion parametersAllan Sandfeld Jensen2016-04-119-109/+115
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-1115-33/+116
|\| |
| * | Do not clip or rasterize paths completely outside the device rectAllan Sandfeld Jensen2016-04-091-2/+6
| * | QtBase: use erase and std::remove_if with QList and QVectorAnton Kudryavtsev2016-04-082-14/+15
| * | add cross-platform tablet->mouse event synth; enable on AndroidShawn Rutledge2016-04-083-0/+16
| * | Add flag for showing document terminator in textEskil Abrahamsen Blomfeldt2016-04-083-2/+9
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-073-5/+8
| |\|
| | * Fix QPrinter PDF output using fonts with spaces in the PostScript name.Jake Petroules2016-04-061-3/+4
| | * Avoid unnecessary allocation in QClipData::setClipRegion()Gabriel de Dietrich2016-04-061-1/+1
| | * Do not disconnect with nullptr when unplugging screensLaszlo Agocs2016-04-051-1/+3
| * | Add support for ImhAnchorRectangleJan Arve Sæther2016-04-064-10/+62
* | | QTouchEvent: add uniqueId and rotation; TUIO: support fiducial tokensShawn Rutledge2016-04-076-3/+113
* | | 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
| | |\