summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Reject truncated and corrupt ascii pnm imagesv5.12.12Eirik Aavitsland2021-11-171-21/+26
* macOS: Compute NSWindow background color without checking styleMaskTor Arne Vestbø2021-11-012-2/+14
* xcb: avoid to use invalid pointersLiang Qi2021-10-222-2/+14
* Refix for avoiding huge number of tiny dashesEirik Aavitsland2021-10-221-4/+4
* Improve fix for avoiding huge number of tiny dashesEirik Aavitsland2021-10-221-1/+1
* Avoid processing-intensive painting of high number of tiny dashesEirik Aavitsland2021-10-221-9/+35
* Accessibility Linux: Fix caps lock stateSamuel Thibault2021-09-302-10/+8
* SQLite: Update SQLite to v3.36.0Andy Shaw2021-09-303-2976/+4341
* MySQL: treat the MYSQL_FIELD as read-onlyThiago Macieira2021-09-291-22/+17
* QNetworkInterface: disable Netlink-based Linux support on AndroidThiago Macieira2021-09-291-1/+1
* Update the COPYRIGHT.txt fileEirik Aavitsland2021-09-281-2/+2
* Update bundled libjpeg-turbo to version 2.1.1Eirik Aavitsland2021-09-2812-24/+81
* Fix license information for libjpeg-turboKai Köhne2021-09-274-15/+65
* Fix corner case in QTimeZonePrivate::dataForLocalTime()Edward Welbourne2021-09-231-13/+20
* Make clear why QTestLog::addB?XFail() don't add to countersEdward Welbourne2021-09-231-2/+4
* xcb: add a timeout control when reading INCR propertyLiang Qi2021-08-101-2/+6
* QXpmHandler: actually limit characters-per-pixel to fourMarc Mutz2021-08-061-2/+5
* Android: Fix unnecessary clipboard data accessMike Achtelik2021-08-051-12/+7
* QXpmHandler: fix re-entrancy bug in xpm_color_nameMarc Mutz2021-08-051-3/+12
* macOS: Don't mangle QByteArray settings with @ prefix by decoding as UTF-8Tor Arne Vestbø2021-07-121-1/+9
* opengl: fix a typo in QOpenGLPaintDevice::dotsPerMeterY()Liang Qi2021-07-061-1/+1
* QVarLengthArray: fix aliasing error in insert(it, n, v)Marc Mutz2021-06-291-1/+1
* Enable glyph cache workaround for Apple M-family of GPUsTor Arne Vestbø2021-06-191-1/+2
* macOS: Allow programatically minimizing frameless windowsMorten Johan Sørvig2021-06-091-1/+4
* SQLite driver: fix crash when binding a QByteArray/QStringGiuseppe D'Angelo2021-06-011-1/+1
* Cherry-pick upstream patch for non-gcc/clang/msvc compilersAllan Sandfeld Jensen2021-05-183-4/+15
* iOS: Accessibility: Set the correct traits for EditableTextAndy Shaw2021-05-141-1/+9
* SQLite: Update SQLite to v3.35.5Andy Shaw2021-05-143-5150/+8964
* Avoid overflowing QFixed in text layoutEirik Aavitsland2021-05-101-0/+3
* Gracefully reject requests for absurd font sizesEirik Aavitsland2021-05-101-0/+6
* Update bundled libjpeg-turbo to version 2.1.0Eirik Aavitsland2021-05-1039-667/+1079
* QVnc: clip requested screen region to available screen imageEirik Aavitsland2021-05-101-2/+3
* Simplify bundled libjpeg buildEirik Aavitsland2021-05-104-2/+1
* iOS: Accessibility: Don't cut off the last character from the text valueAndy Shaw2021-05-071-2/+1
* Update bundled libjpeg-turbo to version 2.0.6Eirik Aavitsland2021-03-2326-150/+235
* Avoid undefined color values in corrupt xpm imageEirik Aavitsland2021-03-121-1/+1
* xcb: unset old states and set new ones for windowLiang Qi2021-03-081-16/+33
* xcb: fix thread synchronization in QXcbEventQueue::waitForNewEvents() againIgor Kushnir2021-03-053-5/+15
* Android: make calling exit() conditional on an environment variableVille Voutilainen2021-03-041-2/+3
* Avoid int overflow in QImage rotate90/180/270Eirik Aavitsland2021-02-241-11/+16
* QSslCertificate: Guard against accessing empty QByteArrayRobert Loehning2021-01-111-1/+3
* QSslCertificate(OpenSSL) - harden protection against nullpointersTimur Pocheptsov2021-01-071-2/+25
* QStandardPaths: Don't change permissions of XDG_RUNTIME_DIRAlexander Volkov2020-12-311-29/+30
* Android: KEYCODE_MEDIA_PLAY_PAUSE translated rightPiotr Mikolajczyk2020-12-211-1/+1
* QStandardPaths/Unix: improve the XDG_RUNTIME_DIR creation/detectionThiago Macieira2020-12-071-42/+120
* Android: Kill calls to deprecated func in API 29Piotr Mikolajczyk2020-12-071-56/+8
* Fix QImage::setPixelColor on RGBA64_PremultipliedAllan Sandfeld Jensen2020-12-041-4/+1
* widgets: Avoid crash in QScrollerFabian Vogt2020-12-041-1/+2
* Cosmetic stroker: avoid overflows for non-finite coordinatesEirik Aavitsland2020-12-011-0/+2
* Containers: call constructors even for primitive typesGiuseppe D'Angelo2020-12-013-25/+16