summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
* | | 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
| * | Optimize QFont::resolve(const QFont &other)Konstantin Ritt2015-05-011-4/+2
| * | Add missing RGB32 <-> RGB30 convertionsAllan Sandfeld Jensen2015-04-301-34/+86
| * | Fix QImage format after inplace conversionAllan Sandfeld Jensen2015-04-301-34/+92
| * | Fix two errors in RGB30 conversionsAllan Sandfeld Jensen2015-04-301-2/+2
| * | Convert opaque indexed images over RGB32Allan Sandfeld Jensen2015-04-281-5/+7
| * | Preserve QImage metadata in image transformsAllan Sandfeld Jensen2015-04-282-31/+28
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-279-67/+60
|\| |
| * | QGenericMatrix: remove one of two non-initializing ctorsMarc Mutz2015-04-261-10/+8
| * | QGenericMatrix: remove copy ctorMarc Mutz2015-04-261-9/+0
| * | Short-cut SSE4 unpremultiplyAllan Sandfeld Jensen2015-04-251-2/+4
| * | Simplify QQuaternion::operator!=()Marc Mutz2015-04-241-1/+1
| * | Fix inplace double mirroring on odd sized imagesAllan Sandfeld Jensen2015-04-231-2/+10
| * | Revert "Remove separate SSE4 unpremultiply function"Allan Sandfeld Jensen2015-04-236-45/+39
* | | Mark QRGba64 as Q_PRIMITIVE_TYPEMarc Mutz2015-04-271-0/+2
* | | Fix synchronousWindowsSystemEvents spelling.Morten Johan Sørvig2015-04-243-9/+9
* | | Don't use anonymous types declared in an anonymous unionLiang Qi2015-04-221-6/+8
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-2237-3132/+1334
|\| |
| * | Enhance QWindow::devicePixelRatio() docsLaszlo Agocs2015-04-211-0/+4
| * | Enable checking for whether the system palette was explicitly setHarald Hvaal2015-04-201-0/+1
| * | Remove separate SSE4 unpremultiply functionAllan Sandfeld Jensen2015-04-166-39/+45
| * | Add matching by GL_VENDOR to QOpenGLConfigLaszlo Agocs2015-04-162-11/+55
| * | The default wrap mode is REPEATLaszlo Agocs2015-04-161-4/+6
| * | Optimize non-native bilinear transformsAllan Sandfeld Jensen2015-04-161-12/+33
| * | Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-152-3/+3
| |\ \