summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* bmp image handler: check for out of range image sizeEirik Aavitsland2018-09-261-0/+2
* Check for QImage allocation failure in qgifhandlerEirik Aavitsland2018-08-091-1/+6
* Fix crash in qppmhandler for certain malformed image filesEirik Aavitsland2018-08-091-1/+1
* Fix huge painting artefact of certain dashed linesEirik Aavitsland2017-08-221-1/+1
* Restore binary compatibility with pre-5.6 qt_handleMouseEventJan Kundrát2017-06-191-0/+6
* Translate the adjusted deviceWindowRect with an adjusted offsetAllan Sandfeld Jensen2017-06-081-1/+7
* HiDPI: Scale mouse position on enter eventBłażej Szczygieł2017-05-221-1/+2
* QMatrix4x4: fix aliasing problem in operator*=Marc Mutz2017-04-141-1/+2
* Fix crash in QWindowPrivate::applyCursor when screen is nullOlivier Goffart2017-03-272-8/+11
* QGuiVariant: fix unintended fall-throughMarc Mutz2017-03-221-0/+1
* Close popups when blocked by modal dialogPaul Olav Tvete2017-03-142-1/+2
* xpm image format: Reject corrupt images with invalid header infoEirik Aavitsland2017-03-141-0/+3
* Fix documentation typosChristian Gagneraud2017-03-031-1/+1
* Fix crash for glyphs with height > 128Eskil Abrahamsen Blomfeldt2017-03-031-2/+2
* PNG image handler: Avoid "invalid distance too far back" errorEirik Aavitsland2017-02-201-0/+6
* Fix clipping error on some RTL textEskil Abrahamsen Blomfeldt2017-02-062-7/+0
* Accept all formatting characters as valid inputEskil Abrahamsen Blomfeldt2017-02-061-3/+3
* QGradientCache: fix a new/delete mismatchMarc Mutz2017-01-202-10/+16
* Accept ZWNJ, ZWJ and PUA characters in input widgetsEskil Abrahamsen Blomfeldt2017-01-043-2/+162
* Fix qdrawhelper function toRGB64Allan Sandfeld Jensen2017-01-031-2/+2
* Fix the JPEG EXIF reader to deal with some broken/corrupt filesThiago Macieira2016-11-301-10/+21
* add docs for QPlatformTheme::WheelScrollLines, MouseDoubleClickDistanceShawn Rutledge2016-11-251-0/+7
* Add more information for QKeySequence::toString on macOSJesus Fernandez2016-11-221-1/+3
* QXbmHandler: don't construct a QByteArray just to find '0x' in textMarc Mutz2016-11-161-6/+6
* QCss: Fix parsing of charsetMartin T. H. Sandsmark2016-11-151-0/+1
* QXbmHandler: fix missing NUL-terminationMarc Mutz2016-11-151-0/+1
* QFontEngine: Cache whether or not a font can be smoothly scaledRobin Burchell2016-11-153-1/+4
* Remove unused variable in QIconLoader::findIconHelper()Alexander Volkov2016-11-121-2/+0
* Enable GL prototypes with recent Khronos headersLaszlo Agocs2016-11-101-1/+21
* Don't count no-break spaces as trailing spacesEskil Abrahamsen Blomfeldt2016-11-091-2/+6
* Documentation: Specify units for QTextDocument::pageSizeSteve Schilz2016-11-091-0/+4
* Cocoa: Make child window cursors work correctlyMorten Johan Sørvig2016-11-081-0/+3
* Prevent stale QOpenGLContext fbo pointerMorten Johan Sørvig2016-11-082-1/+7
* Only turn off font hinting when scale is != 1Paul Olav Tvete2016-11-081-2/+4
* Fix GCC warning about ODR violationThiago Macieira2016-11-031-3/+3
* Fix tiling on a width over 2048Allan Sandfeld Jensen2016-11-031-3/+9
* Add QPixmapIconEngine::pixmap pointer checkJesus Fernandez2016-11-021-1/+1
* Compilation fixVyacheslav Koscheev2016-10-271-1/+1
* Document qGuiApp and tweap qAppAlbert Astals Cid2016-10-261-0/+10
* Android: Fix synthesized oblique for non-latin scriptsEskil Abrahamsen Blomfeldt2016-10-261-9/+10
* iOS: refactor usage of photos into optional pluginRichard Moe Gustavsen2016-10-261-0/+1
* Don't claim all fonts are smoothly scalable on WindowsEskil Abrahamsen Blomfeldt2016-10-241-6/+0
* Fix when calling QSurfaceFormat::setDefaultFormat before Q*ApplicationKai Koehne2016-10-211-4/+8
* QImage: cache colortable sizeMarc Mutz2016-10-211-2/+2
* PDF: Handle monochrome images correctlyAndy Shaw2016-10-192-5/+10
* Don't crash while parsing malformed CSSSérgio Martins2016-10-191-2/+7
* Document QClipboard::mimeData can be nullAlbert Astals Cid2016-10-191-2/+3
* Fix QtGui compilation without OpenGLhjk2016-10-161-0/+2
* Unset qgl_current_fbo when the default FBO is boundAlexandru Croitor2016-10-131-0/+1
* Show warning when setting new default QSurfaceFormatAlexandru Croitor2016-10-131-0/+6