summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* The cache_cost is measured in bytes and not kilobytes.Andy Shaw2015-12-162-2/+2
* Decrease the cache if necessary when adding a new fontAndy Shaw2015-12-162-1/+12
* Delete QInputDeviceManager when deleting QGuiApplicationPasi Petäjäjärvi2015-12-121-0/+2
* Fix a crash when calling QOpenGLTexture::setData with a null QImage.Juha Turunen2015-12-111-0/+6
* Detect alpha8 as having alpha-pixelsAllan Sandfeld Jensen2015-11-301-2/+17
* Remove incorrect assertion from the backingstoreLaszlo Agocs2015-11-261-5/+8
* Do not leak textures from the backing storesLaszlo Agocs2015-11-231-0/+4
* Fix QImage::setDotsPerMeterX/Y for images with some orientationsJoni Poikelin2015-11-051-0/+4
* Support non-latin1 platform plugin pathsMorten Johan Sørvig2015-09-241-2/+2
* Set positionAutomatic when using setX setYDavid Edmundson2015-09-221-0/+6
* Fixed pageLayout, pageSize, pageOrientation, pageMargins for QPdfWriterOliver Wolff2015-09-221-1/+2
* Blacklist PowerVR Rogue G6200 (v1.3) from supporting BGRA.Christian Strømme2015-09-181-3/+14
* Fix default hotspot of a hidpi QCursorKari Pihkala2015-09-062-6/+7
* Doc: Corrected link issues in qtbaseNico Vertriest2015-09-044-5/+4
* PPM image format: avoid useless processing on truncated filesEirik Aavitsland2015-09-011-1/+2
* Another fix of cosmetic QPainter::drawPolyline()Eirik Aavitsland2015-09-011-1/+2
* Fix global modifiers state after triggering shortcutsFrederik Gladhorn2015-08-271-0/+1
* QRasterPaintEngine: Don't detach QImageSérgio Martins2015-08-251-3/+3
* Fix regression in reading certain compressed bmp imagesAndy Shaw2015-08-201-3/+3
* Doc: remove type() reference from QApplication and QGuiApplicationJulien Brianceau2015-08-181-2/+1
* Fix potential SIGFPEs in QRasterizer::rasterizeLine()Joni Poikelin2015-08-181-14/+14
* Fix shortcuts with keypad keysAlexander Volkov2015-08-182-9/+7
* Do not add GLSL line statements for old driversLaszlo Agocs2015-08-171-5/+12
* Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Oswald Buddenhagen2015-08-123-57/+167
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-173-57/+167
| |\
| | * Better handling of invalid font tables5.4Eskil Abrahamsen Blomfeldt2015-07-103-57/+167
| | * Check for integer overflows in places where qAllocMore is usedMikhail Lappo2015-06-191-0/+2
* | | Fix out-of-buffer read on image upscaleAllan Sandfeld Jensen2015-08-101-1/+4
* | | Always return grayscale indexed8 from QImage::alphaChannel()Allan Sandfeld Jensen2015-08-091-3/+4
* | | Improve readability of QTextLine's handling of (negative) right bearingTor Arne Vestbø2015-08-071-26/+55
* | | 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
|/ /
* | 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
* | Fix simple semi-transparent blending of RGB32 on RGB30Allan Sandfeld Jensen2015-07-011-2/+2
* | Turn off optimizations for all windows arm platformsAndreas Holzammer2015-06-301-2/+2
* | Replace MAC OS X with OS XNico Vertriest2015-06-3014-39/+39