summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update the DNS public suffix list from publicsuffix.orgEdward Welbourne2018-10-161-13288/+13692
* Fix font weights on macOS 10.14James Turner2018-10-121-3/+3
* Fix glext and gles2ext attributionLaszlo Agocs2018-10-102-5/+5
* doc: Document version of bundled Freetype in qt_attributionEskil Abrahamsen Blomfeldt2018-10-051-0/+2
* Windows QPA: Don't test for Desktop GL if Qt::AA_UseDesktopOpenGL is setFriedemann Kleint2018-10-023-24/+19
* QMenuBar: Account for displays that are above 0x0Andy Shaw2018-09-261-1/+1
* QWin32PrintEngine: Fix crash in drawPixmap(), drawImage()Friedemann Kleint2018-09-241-8/+2
* bmp image handler: check for out of range image sizeEirik Aavitsland2018-09-241-0/+2
* Fix integer overflow in very long sections in ELF objectsThiago Macieira2018-09-241-1/+1
* Windows: Fix MDI child window titles in High-DPI displaysAndre de la Rocha2018-08-302-20/+24
* Update CLDR to v31.0.1, test Costa Rican currency's fractional partEdward Welbourne2018-08-282-4535/+4580
* Fix potential crash when showing line/paragraph separatorsEskil Abrahamsen Blomfeldt2018-08-211-1/+1
* QObject: do allow setProperty() to change the type of the propertyThiago Macieira2018-08-211-1/+2
* QStyleHelper: Use palette cache key in pixmap keyGabriel de Dietrich2018-08-211-20/+1
* Fix possible heap corruption in QXmlStreamAllan Sandfeld Jensen2018-08-181-1/+1
* Doc: Increase precision in description of convenience typedefsPaul Wicking2018-08-161-1/+1
* Fix MSVC2017 compilation with enabled relaxed constexpr on 32-bit targetOlivier Goffart2018-08-151-4/+6
* Make QPalette::setBrush() check before detachingGabriel de Dietrich2018-08-141-15/+17
* Revert "Fix restoring geometry of dockwidget"R.J.V. Bertin2018-08-132-19/+2
* cocoa: Don’t trigger security dialog on dragMorten Johan Sørvig2018-08-081-1/+5
* Check for QImage allocation failure in qgifhandlerEirik Aavitsland2018-08-071-1/+6
* Fix crash in qppmhandler for certain malformed image filesEirik Aavitsland2018-08-071-1/+1
* Doc: Fix wrong link in QFont documentationPaul Wicking2018-08-061-1/+1
* QJsonDocument: Make emptyObject an objectJüri Valdmann2018-08-061-1/+1
* Doc: Update out-of-date image in QColorDialog documentationPaul Wicking2018-08-041-0/+0
* Doc: Remove reference to QTestEventPaul Wicking2018-08-011-5/+2
* Doc: Make reference to platform styles version agnosticPaul Wicking2018-07-311-4/+3
* Fix the copyright attribution for the HarfBuzz dependencyNicolas Ettlin2018-07-241-7/+5
* Update bundled sqlite to 3.24.0Kai Koehne2018-07-173-10756/+22883
* Fix the copyright year of the qgrayraster.c dependencyNicolas Ettlin2018-07-121-1/+1
* Flush the initial clear blit with SCREEN_WAIT_IDLEJames McDonnell2018-07-061-1/+1
* Fix compile with sanitize address & undefinedBogDan Vatra2018-06-261-1/+5
* VNC plugin: explicitly cast int to uint16_t before calling htonsShawn Rutledge2018-05-251-3/+3
* QJsonDocument: Avoid overflow of string lengthsJüri Valdmann2018-05-161-23/+20
* QJsonDocument: Validate also zero-length objectsJüri Valdmann2018-05-161-2/+0
* QJsonDocument: Reject objects containing themselves in binary JSONJüri Valdmann2018-05-161-3/+3
* QJsonDocument::fromRawData: Fix out-of-bounds accessJüri Valdmann2018-05-162-1/+4
* macOS + FreeType: Properly distinguish memory fonts from file fontsTor Arne Vestbø2018-05-151-6/+5
* Fix build without features.timezoneTasuku Suzuki2018-05-151-0/+4
* Windows/QSaveFile: Fix locking issues on Dropbox drivesFriedemann Kleint2018-05-143-5/+13
* Fix crash if QPixmap::defaultDepth() is called when no QGuiApplicationEirik Aavitsland2018-04-191-1/+7
* macOS: Fix standardLocations() returns invalid pathMasashi Fujimoto2018-04-161-20/+9
* QCoreTextFontEngine: Fix build with Xcode 9.3Gabriel de Dietrich2018-04-121-1/+1
* Merge remote-tracking branch 'origin/5.9.5' into 5.9Qt Forward Merge Bot2018-04-113-6/+8
|\
| * QFusionStyle: Fix compilation when qreal is floatAlexander Akulich2018-03-201-4/+4
| * Revert "Set sharedPainter correctly for QGraphicsEffect"Laszlo Agocs2018-03-201-2/+2
| * Merge 5.9 into 5.9.5Oswald Buddenhagen2018-03-1434-128/+109
| |\
| * | Fix QLabel crash if buddy's lifetime is too shortSergio Martins2018-03-121-0/+2
* | | Fix integer overflow (1 << (' ' - 1))Mikhail Svetkin2018-04-101-7/+7
* | | Fix integer overflow (1 << 31)Mikhail Svetkin2018-04-101-1/+1