summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Mark QPixmapCache::Key as shared for Qt 6.Marc Mutz2015-07-181-0/+1
* | Merge "Merge remote-tracking branch 'origin/5.5' into HEAD" into refs/staging...Simon Hausmann2015-07-177-6/+11
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-177-6/+11
| |\|
| | * Fix crash in QOpenGLTextureSean Harmer2015-07-151-0/+2
| | * Fix compile error on big endianAllan Sandfeld Jensen2015-07-081-1/+1
| | * Fix ambiguous overload call on OS XThiago Macieira2015-07-081-1/+1
| | * Fix QAction::setAutoRepeat(false)Frederik Gladhorn2015-07-071-1/+1
| | * Fix memory leak in QJpegHandlerPrivateJian Liang2015-07-061-2/+3
| | * Fix accidental fall through in QOpenGLTexture::set[Compressed]Data()Sean Harmer2015-07-041-0/+2
| | * doc: Fix error in QOpenGLShaderProgram exampleEskil Abrahamsen Blomfeldt2015-07-011-1/+1