summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
* Don't stream QStringLiterals into QDebugMarc Mutz2014-10-092-2/+2
* Don't use QStringLiteral in startsWith/endsWidthMarc Mutz2014-10-092-3/+3
* Don't use QStringLiteral in comparisonsMarc Mutz2014-10-091-1/+1
* QCss: mark many classes as movableMarc Mutz2014-10-081-0/+24
* QCss: Move declaration of ValueExtractorMarc Mutz2014-10-081-39/+34
* QCss: unexport some classesMarc Mutz2014-10-081-6/+8
* Add text ranges to QGlyphRunPrivateEskil Abrahamsen Blomfeldt2014-10-082-8/+69
* Do not re-create windows during application shutdownShawn Rutledge2014-10-061-1/+1
* Fix QTextInlineObject class documentationAlex Blasche2014-10-051-6/+3
* QBrush: be more robust in detach()Marc Mutz2014-10-031-2/+10
* Pass a sized format when creating multisampled renderbuffers on ESLaszlo Agocs2014-10-033-15/+18
* QRegion: fix a valgrind warningMarc Mutz2014-10-021-1/+1
* Remove wrong unneeded definition in qopenglextensions_p.hAllan Sandfeld Jensen2014-10-021-12/+0
* Doc: Removed a few references to the outdated featuresVenu2014-10-021-8/+1
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Gabriel de Dietrich2014-10-015-5/+17
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-295-5/+17
| |\
| | * Prevent a Coverity warning about a dangerous code pathGiuseppe D'Angelo2014-09-221-2/+1
| | * QTransform: initialize the d memberGiuseppe D'Angelo2014-09-222-2/+12
| | * QRegion: fix a memory leakGiuseppe D'Angelo2014-09-221-1/+3
| | * Add backslash to the list of word separator.David Schulz2014-09-221-0/+1
* | | Fix regression in metric calculation of text with mnemonicsAllan Sandfeld Jensen2014-10-011-5/+1
* | | Extend QOpenGLVertexArrayObjectHelper to support glIsVertexArraysAllan Sandfeld Jensen2014-09-302-1/+13
* | | Doc: Use title case in section1 titlesNico Vertriest2014-09-306-18/+18
* | | Make QAccessible compile with -Werrorhjk2014-09-301-0/+6
* | | Make QRegion::shared_empty constMarc Mutz2014-09-292-18/+13
* | | Fix build when using -WerrorSérgio Martins2014-09-291-3/+6
|/ /
* | Clean up QImage::Format switchesAllan Sandfeld Jensen2014-09-254-78/+31
* | Fix smooth scaling of large QImagesAlex Blasche2014-09-251-12/+13
* | Update license headers and add new license filesMatti Paaso2014-09-24518-9734/+5590
* | Make QScreenPrivate constructor a bit clearerTor Arne Vestbø2014-09-241-5/+5
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-2431-86/+302
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-2331-86/+302
| |\|
| | * QGuiApplication: clear font database on cleanupTim Blechmann2014-09-121-0/+1
| | * Add missing private headers warningSamuel Gaist2014-09-0418-5/+194
| | * Fix crash in QTextLayout::cursorToXKevin Funk2014-09-021-1/+1
| | * Recreate child windows when changing screensDyami Caliri2014-08-282-13/+22
| | * Revert "Make unicode ranges in font take precedence over codepage"Eskil Abrahamsen Blomfeldt2014-08-281-53/+51
| | * Initialize textureId in platform backing storeLaszlo Agocs2014-08-271-0/+1
| | * Fix handling QT_IM_MODULE=nonePekka Vuorela2014-08-231-1/+1
| | * Android: use correct size when leaving fullscreenPaul Olav Tvete2014-08-201-3/+3
| | * Fix invalid memcpy(dst, src) calls where dst == srcAllan Sandfeld Jensen2014-08-201-1/+3
| | * Fix several regressions in font selectionEskil Abrahamsen Blomfeldt2014-08-201-1/+1
| | * Make QWindowContainer handle drag'n'dropAllan Sandfeld Jensen2014-08-201-0/+2
| | * Fix rendering of fonts matched based on stretchAllan Sandfeld Jensen2014-08-141-0/+7
| | * Fix selection of fonts based on styleNameAllan Sandfeld Jensen2014-08-141-4/+4
| | * Fix QPainter::drawPolyline() painting errors with cosmetic penaavit2014-08-141-4/+4
| | * Let QImage::mirrored() retain dots-per-meter settingsaavit2014-08-141-0/+2
| | * Fix QT_NO_ANIMATION buildSérgio Martins2014-08-131-0/+4
* | | Fix QPixelFormat valuesAllan Sandfeld Jensen2014-09-241-4/+4
* | | emulate mouse move in default implementation of QPlatformCursor::setPosJoerg Bornemann2014-09-231-2/+7