summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* xpm image format: Reject corrupt images with invalid header infoEirik Aavitsland2017-03-141-0/+3
* QAtomic: pass explicit failure memory order to std::atomic::compare_exchange_...Marc Mutz2017-03-121-4/+4
* QTimeZone: do not access static functions through this->Marc Mutz2017-03-081-7/+7
* Fix for horizontal scrollbarsLambert Duijst2017-03-081-2/+2
* xcb: fix misuse of xcb_send_eventGatis Paeglis2017-03-084-3/+16
* Fix documentation typosChristian Gagneraud2017-03-033-3/+3
* Fix crash for glyphs with height > 128Eskil Abrahamsen Blomfeldt2017-03-031-2/+2
* Android: Fix OpenGL shader compilation on updated emulatorEskil Abrahamsen Blomfeldt2017-02-281-4/+0
* Fix crash while dropping a tabbed group into a single floating QDockWidgetOlivier Goffart2017-02-232-5/+3
* QFileDialog: Protect against nullptr dereferenceKevin Funk2017-02-231-1/+1
* QLoggingRegistry: fix potential data raceMarc Mutz2017-02-222-7/+16
* QVarLengthArray: fix appending an already-contained itemMarc Mutz2017-02-211-5/+15
* PNG image handler: Avoid "invalid distance too far back" errorEirik Aavitsland2017-02-201-0/+6
* QInputDialog: prevent crash in static get*() functions when parent gets deletedMarc Mutz2017-02-202-65/+59
* xcb: Allow to disable XInput 2 support by setting QT_XCB_NO_XI2 env varAlexander Volkov2017-02-181-1/+2
* Remove the name cache from QMetaType::typeNameThiago Macieira2017-02-171-25/+14
* Windows QPA: Call InvalidateRect() in WM_PAINT/GL Software renderingFriedemann Kleint2017-02-141-1/+15
* QStringMatcher: fix setCaseSensitivity() on a non-QString-backed matcherMarc Mutz2017-02-081-1/+1
* Unbreak ubsan developer-buildMarc Mutz2017-02-083-2/+9
* QTest::addColumn: Use nullptr instead of 0Kevin Funk2017-02-071-1/+1
* QSystemTrayIcon: initialize all membersMarc Mutz2017-02-071-1/+4
* Fix clipping error on some RTL textEskil Abrahamsen Blomfeldt2017-02-062-7/+0
* Clear dock indicator when not over a floating dock group windowSergio Martins2017-02-062-5/+27
* Fix dock widget having the wrong parent after a dragSergio Martins2017-02-061-2/+4
* Accept all formatting characters as valid inputEskil Abrahamsen Blomfeldt2017-02-061-3/+3
* Use Q_NULLPTR in qDBusRegisterMetaTypeAlexander Volkov2017-02-061-1/+1
* QPixmapStyle: do not assume minimum == 0 when painting progress barsMarc Mutz2017-01-201-4/+7
* QAndroidStyle: fix UB (signed integer overflow) in AndroidProgressBarControl:...Marc Mutz2017-01-201-5/+4
* Fix UB (signed integer overflows) in QProgressBarMarc Mutz2017-01-201-6/+8
* QHostAddress: add missing docsMarc Mutz2017-01-201-0/+14
* QGradientCache: fix a new/delete mismatchMarc Mutz2017-01-202-10/+16
* QNX: Fix comments on qcompilerdetection.hRafael Roquetto2017-01-201-4/+13
* Adjust QNX choicesJames McDonnell2017-01-201-1/+1
* QCocoaMenu: Avoid exception when inserting item already in this menuGabriel de Dietrich2017-01-202-8/+14
* Fix broken link in documentationFrederik Schwarzer2017-01-041-1/+1
* Accept ZWNJ, ZWJ and PUA characters in input widgetsEskil Abrahamsen Blomfeldt2017-01-047-28/+180
* winrt: Check for removed timers after sending eventsOliver Wolff2017-01-031-4/+7
* Android: Use override instead of Q_DECL_OVERRIDEAlexander Volkov2017-01-033-8/+8
* Android: Add missing overrideAlexander Volkov2017-01-0321-143/+143
* Fix qdrawhelper function toRGB64Allan Sandfeld Jensen2017-01-031-2/+2
* Disable core dumps for selftests that are meant to be crashingTor Arne Vestbø2017-01-031-0/+16
* Fix crash when dragging a tab off QDockWidgetGroupWindowSergio Martins2017-01-031-1/+3
* Don't crash on QVLA construction from an empty std::initializer_listThiago Macieira2016-12-171-1/+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
* Remove nokia reference in example mimetypeOrgad Shaneh2016-11-241-1/+1
* ICC: Fix MySQL driver buildJesus Fernandez2016-11-241-1/+1
* QDateTimeParser: introduce at least some encapsulationEdward Welbourne2016-11-231-39/+42
* Fix two leaky uses of realloc()Edward Welbourne2016-11-232-4/+6
* Typo fix in QDateTime::toString() documentationEdward Welbourne2016-11-231-1/+1