summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge dev into 5.6Oswald Buddenhagen2015-08-1714-289/+203
|\
| * OSX FreeType: Add support for sub pixel font rendering.Sérgio Martins2015-08-141-0/+1
| * Move setter for QFont::HintingPreference to QFontEngineFT.Andreas Hartmetz2015-08-142-6/+27
| * Call sendWindowSystemEvents() on deferred flushMorten Johan Sørvig2015-08-131-1/+1
| * Propagate keyboard event accept statusMorten Johan Sørvig2015-08-133-7/+8
| * Propagate event accepted state to platform pluginsMorten Johan Sørvig2015-08-132-3/+7
| * Add QPlatformWindow::windowFrameGeometry()Morten Johan Sørvig2015-08-132-0/+9
| * Make QT_SCALE_FACTOR work on WaylandMorten Johan Sørvig2015-08-131-1/+2
| * Remove type punning from QRgba64.Erik Verbruggen2015-08-111-49/+68
| * Move Q_ALWAYS_INLINE next to Q_NEVER_INLINE in qglobal.h.Erik Verbruggen2015-08-111-3/+0
| * OSX: Add initial FreeType supportMathias Hasselmann2015-08-111-1/+18
| * Fix repremultiply from RGB64 to RGB30Allan Sandfeld Jensen2015-08-113-218/+62
* | Fix -Wcast-qual warningsThiago Macieira2015-08-132-2/+2
* | Fix warning about unused local variablesThiago Macieira2015-08-121-2/+1
|/
* Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devTimur Pocheptsov2015-08-0925-64/+363
|\
| * Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-0625-64/+363
| |\
| | * Fix shortcut handling with modifiersFrederik Gladhorn2015-08-053-2/+26
| | * Allow sharing contexts in QOpenGLTexture::destroy()Laszlo Agocs2015-08-041-2/+3
| | * fix build with no built-in image handlersOswald Buddenhagen2015-08-034-4/+1
| | * Don't expose qt_setQtEnableTestFont(bool) by defaultKonstantin Ritt2015-07-311-6/+11
| | * Default implementation for QPlatformFontDatabase::fallbacksForFamily()Konstantin Ritt2015-07-312-8/+46
| | * [QFontDatabase] Defer the fallback families list initializationKonstantin Ritt2015-07-312-20/+22
| | * Doc: Add a \target for license information within QImage documentationTopi Reinio2015-07-311-2/+3
| | * Doc: Amended the \inmodule statement for QSessionManagerVenugopal Shivashankar2015-07-231-1/+1
| | * QPdfEnginePrivate - fix for '-qreal float' build.Timur Pocheptsov2015-07-221-4/+4
| | * Doc:added doc to undocumented functionsNico Vertriest2015-07-2212-15/+245
* | | Make compressed textures work with mutable storageLaszlo Agocs2015-08-083-58/+263
* | | Compile-time option for disabling high-DPI scalingPaul Olav Tvete2015-08-062-0/+46
* | | Add support for drawing a hyperlink in QPdfEngineAntonin Stefanutti2015-08-062-0/+30
* | | Add ETC1 to QOpenGLTexture formatsLaszlo Agocs2015-08-062-0/+8
|/ /
* | Fix for build with -qreal floatTimur Pocheptsov2015-08-041-2/+2
* | QtGui/QtOpenGL: Fix compiler warnings by MSVC2015 (64bit).Friedemann Kleint2015-08-032-3/+3
* | Do not access screens before initialize()Laszlo Agocs2015-08-021-2/+4
* | Fix highdpi drag-n-drop for X11Paul Olav Tvete2015-07-302-19/+38
* | Introduce cross platform high-dpi scalingMorten Johan Sørvig2015-07-3018-85/+1164
* | Enable non-integer device pixel ratioMorten Johan Sørvig2015-07-3016-19/+64
* | Add power state to QPlatformScreenPier Luigi Fiorini2015-07-292-0/+28
* | Support MRT in QOpenGLFramebufferObjectLaszlo Agocs2015-07-295-164/+395
* | Fix qHash(QFontEngine::FaceId)Marc Mutz2015-07-231-3/+10
* | Expose GLES 3.0 and 3.1 functionsLaszlo Agocs2015-07-237-209/+6327
* | QColor: make nothrow move-assignable and -constructibleMarc Mutz2015-07-222-4/+18
* | Clarified the documentation for QTextDocument::find.Kavindra Palaraja2015-07-221-4/+12
* | QVectorND: mark as primitive, not just movableMarc Mutz2015-07-203-3/+3
* | QIconLoader: don't make QIconDirInfo::type a bit-fieldMarc Mutz2015-07-191-1/+1
* | QtGui: Pass types with copy-ctor or dtor by const-refSérgio Martins2015-07-198-13/+13
* | QZip*: return FileInfo by valueMarc Mutz2015-07-191-11/+10
* | QZip*: don't hold QZipReader::FileInfo in QListMarc Mutz2015-07-192-5/+5
* | Clean up QZipReader::FileInfoMarc Mutz2015-07-192-39/+7
* | Fix nullptr literal 0s which would look odd as nullptrMarc Mutz2015-07-194-10/+10
* | QtGui: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-1940-119/+119