summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | Create context with the correct screen in QOpenGLWindowLaszlo Agocs2015-05-121-0/+1
| | | * | MSVC: Silence compiler warning about INFINITYKai Koehne2015-05-111-9/+8
| | | * | Merge "Merge remote-tracking branch 'origin/5.4' into merge5.5" into refs/sta...Allan Sandfeld Jensen2015-05-081-149/+1
| | | |\ \
| | | | * | Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-081-149/+1
| | | | |\|
| | | | | * Revert "Rotate images according to Exif orientation"Rainer Keller2015-04-291-149/+1
| | | * | | Add GPU_BLACKLIST support to QTestLibLaszlo Agocs2015-05-081-0/+11
| | | |/ /
| | | * | QTextTable/QTextDocumentLayout: remove dead codeDavid Faure2015-05-062-8/+0
| | | * | Add flip support to QPlatformBackingStore::toTexture()Laszlo Agocs2015-05-062-25/+48
| | | * | QShapedPixmapWindow: ensure we set a valid geometryRichard Moe Gustavsen2015-05-063-9/+16
| | | * | QShapedPixmapWindow: don't accept input focusRichard Moe Gustavsen2015-05-061-1/+1
| | | * | Revert change of NOTHROW to NOEXCEPTAllan Sandfeld Jensen2015-05-051-1/+1
| | | * | Make data tables const.Volker Krause2015-05-0511-17/+17
| | | * | Add Q_REQUIRED_RESULT in several placesSérgio Martins2015-05-046-17/+17
| | | * | QQuaternion: prepare isNull(), isIdentity() for constexpr'ificationMarc Mutz2015-05-041-2/+2
| | | * | Add noexcept to move constructors and assignment operatorsAllan Sandfeld Jensen2015-05-0416-35/+47
| * | | | De-duplicate vtables III: QAccessibleMarc Mutz2015-06-032-20/+127
| * | | | QAccessibleInterface: move implementation beside doc blockMarc Mutz2015-06-031-7/+4
| * | | | De-duplicate vtables, part II: exported public classesMarc Mutz2015-06-034-1/+13
| * | | | De-duplicate vtables, part I: exported private classesMarc Mutz2015-06-036-5/+16
| * | | | QStaticTextUserData: declare dtor out-of-line and export classMarc Mutz2015-06-032-2/+7
| |/ / /
| * | | Cleanup the mouse event handling in testlibLars Knoll2015-06-022-6/+8
| * | | QAbstractTextDocumentLayoutPrivate: declare dtor out-of-line and export classMarc Mutz2015-06-012-1/+6
| * | | src/gui/text/text.pri: add missing header qabstracttextdocumentlayout_p.hMarc Mutz2015-06-011-0/+1
| * | | Fix users of QTextLayout::additionalFormats to use the new APIMarc Mutz2015-05-305-9/+14
| * | | QTextLayout: replace a use of an inefficient QList with QVectorMarc Mutz2015-05-294-11/+50
| * | | Q*GlyphCache: de-inline dtor and export vtableMarc Mutz2015-05-265-3/+59
| * | | Add qHash(QKeySequence)Marc Mutz2015-05-262-1/+16
| * | | Make event delivery from testlib synchronousLars Knoll2015-05-231-27/+43
| * | | Add environment variable support for testability library use.Timo Jyrinki2015-05-151-0/+3
| * | | QMouseEvent: add constructor which takes the source as a parameterAlexander Volkov2015-05-123-4/+35
| * | | Add a way to filter window system eventsGiulio Camuffo2015-05-122-2/+45
* | | | Don't make all sizes (0,0)Morten Johan Sørvig2015-06-041-1/+1
* | | | Make QCursor::pos() actually follow the cursor posPaul Olav Tvete2015-06-043-3/+36
* | | | Move min/max size constrain logic to QPlatformWindow.Morten Johan Sørvig2015-06-044-17/+11
* | | | Print "deprecated" warning on QT_DEVICE_PIXEL_RATIO usage.Morten Johan Sørvig2015-06-031-9/+18
* | | | Fix drag and drop for XcbPaul Olav Tvete2015-06-034-20/+44
* | | | Support QT_DEVICE_PIXEL_RATIOPaul Olav Tvete2015-06-021-1/+7
* | | | usePixelDensity and perScreenActive are different conceptsPaul Olav Tvete2015-06-012-5/+9
* | | | Connect QPlatformScreen in the QScreen constructorPaul Olav Tvete2015-05-294-24/+37
* | | | Refactor QHighDpiScaling internals and usageMorten Johan Sørvig2015-05-295-42/+87
* | | | QPlatformWindow::initialGeometry(): Add scaling.Friedemann Kleint2015-05-211-2/+2
* | | | Merge branch 'wip/highdpi' of git://code.qt.io/qt/qtbase into dev-highdpiPaul Olav Tvete2015-05-1364-5587/+5252
|\| | |
| * | | QStandardItem: add user-tristate and auto-tristate getters/settersDavid Faure2015-05-072-13/+76
| * | | Deprecate ItemIsTristate in favor of ItemIsAutoTristate.David Faure2015-05-072-2/+2
| * | | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-05-048-148/+227
| |\| |
| | * | Fix undefined behavior in left-shifting into negativeThiago Macieira2015-05-041-1/+1
| | * | Use stdint.h in qopengl headers on MSVC toov5.5.0-beta1Laszlo Agocs2015-05-022-2/+2
| | * | [QFontDatabase] Get rid of QtFontEncodingKonstantin Ritt2015-05-011-30/+8
| | * | [QFontDatabase] Drop QtFontDesc's familyIndex memberKonstantin Ritt2015-05-011-4/+1
| | * | [QFontDatabase] Get rid of some dead codeKonstantin Ritt2015-05-011-3/+0