summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Cherry-pick upstream patch for non-gcc/clang/msvc compilersv5.12.11Allan Sandfeld Jensen2021-05-183-4/+15
* Gracefully reject requests for absurd font sizesEirik Aavitsland2021-05-111-0/+6
* Avoid overflowing QFixed in text layoutEirik Aavitsland2021-05-111-0/+3
* QVnc: clip requested screen region to available screen imageEirik Aavitsland2021-05-111-2/+3
* Update bundled libjpeg-turbo to version 2.1.0Eirik Aavitsland2021-05-1139-667/+1079
* Simplify bundled libjpeg buildEirik Aavitsland2021-05-114-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
* QMacStyle - remove vertical adjustment for inactive tabTimur Pocheptsov2020-12-011-2/+0
* Let QXcbConnection::getTimestamp properly exit when X server quitsSheng Mao2020-12-011-1/+12
* Limit pen width to maximal 32767Allan Sandfeld Jensen2020-11-271-4/+7
* Limit value in setFontWeightFromValue()Robert Loehning2020-11-241-1/+1
* QStackedLayout: fix a memory leakGiuseppe D'Angelo2020-11-231-1/+3
* Avoid integer overflow and division by zeroAllan Sandfeld Jensen2020-11-231-3/+3
* Doc: explain how to create a test touch device for use with touchEventMitch Curtis2020-11-201-1/+7
* macOS: Propagate device-pixel-ratio of system tray iconTor Arne Vestbø2020-11-201-0/+1
* widgets: Don't report new focus object during clearFocus() unless neededTor Arne Vestbø2020-11-201-6/+7
* macOS: Account for Big Sur always enabling layer backed viewsTor Arne Vestbø2020-11-191-2/+9
* xcb: Avoid use-after-free in QXcbConnection::initializeScreens()Alexander Volkov2020-11-181-2/+4
* QRectF/QPointF/QSizeF: document that operator== and != are fuzzyGiuseppe D'Angelo2020-11-183-8/+37
* QMutex: order reads from QMutexPrivate::waiters and QBasicMutex::d_ptr in QBa...Alexander Kartashov2020-11-181-1/+1
* Fix x-height name in stylesheet docsFlorian Bruhin2020-11-181-1/+1
* QMacStyle: fix tab widget renderingTimur Pocheptsov2020-11-111-2/+83
* Q_PRIMITIVE_TYPE: improve the documentationGiuseppe D'Angelo2020-11-101-2/+3
* macOS + FreeType: fix crash with non printable unicodeAnton Kudryavtsev2020-11-051-1/+4
* Revert changes in strto(u)ll.c to avoid integer overflowsRobert Loehning2020-11-054-25/+36
* Fix gui build without feature.highdpiscalingTasuku Suzuki2020-11-021-0/+2
* Fix locale look-up when language is unspecifiedEdward Welbourne2020-10-281-5/+15
* QLayout docs: explain better what the QWidget ctor arg doesAhmad Samir2020-10-274-23/+53
* Deal with {und,ov}erflow issues in QLine's length handlingEdward Welbourne2020-10-272-18/+28
* Fix race in QFseventsFileSystemWatcher destructorErik Verbruggen2020-10-261-6/+8
* Fix included license text for PCRE2 - Stack-less Just-In-Time CompilerKai Koehne2020-10-261-1/+1
* sqlite: Upgrade to 3.33.0Andy Shaw2020-10-173-9937/+10673
* Fix copyright year of tinycborKai Koehne2020-10-121-1/+1
* Improve QWizard visuals for macOS dark modeDavid Skoland2020-10-121-10/+30
* Link to qAlpha in qRgb() and qRgba() docsMitch Curtis2020-10-121-2/+2