summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | QFileDialog: add setSupportedSchemes and pass it along to the QPA.David Faure2015-07-172-0/+16
|/ /
* | QPlatformBackingStore: don't hold QBackingstoreTextureInfo in QListMarc Mutz2015-07-161-1/+1
* | QPolygon(F): add some move ctorsMarc Mutz2015-07-161-2/+10
* | QPlatformFontDatabase: compress an array of ushortsMarc Mutz2015-07-161-5/+8
* | QTextEngine: don't hold ItemDecoration in QListMarc Mutz2015-07-131-1/+3
* | QImageIOHandler: don't create QLists just to count their elementsMarc Mutz2015-07-132-4/+4
* | QKeySequence: replace an inefficient QList with QVectorMarc Mutz2015-07-131-4/+5
* | QPlatformFontDatabase: compress requiredUnicodeBits tableMarc Mutz2015-07-131-1/+1
* | QKeySequence: use QKeySequencePrivate::MaxKeyCount everywhereMarc Mutz2015-07-132-24/+15
* | Fix some qdoc-warnings.Friedemann Kleint2015-07-105-8/+10
* | Added QVersionNumber to QtCore's public APIKeith Gardner2015-07-101-1/+1
* | Do not support static QIcon instancesFrederik Gladhorn2015-07-092-5/+2
* | Add ability for QIcons to be marked as template images.James Turner2015-07-093-1/+31
* | Remove Q_DEAD_CODE_FROM_QT4_MAC sectionsMorten Johan Sørvig2015-07-081-7/+0
* | Remove Q_DEAD_CODE_FROM_QT4_MAC sectionMorten Johan Sørvig2015-07-081-5/+0
* | qdoc:Fixed a few qdoc errorsMartin Smith2015-07-071-0/+14