summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Scale offset as well on QBackingStore flushMorten Johan Sørvig2016-02-051-1/+2
| * | Crash fix: reject certain malformed bmp imagesEirik Aavitsland2016-02-053-1/+2
| * | Fix dbus wince buildAndreas Holzammer2016-02-053-0/+11
| * | Do not change depth for the backingstore's underlying imageLaszlo Agocs2016-02-053-2/+8
| * | Revert "QWidgetWindow: call base class close event impl".Friedemann Kleint2016-02-051-1/+0
| * | Fix QT_DEPRECATED_SINCE usageJędrzej Nowacki2016-02-026-6/+6
| * | Swap the GCC and Clang versions of supported FreeBSD mkspecsThiago Macieira2016-02-027-11/+11
| * | Fix build on FreeBSD: 'environ' is not defined in a libraryThiago Macieira2016-02-021-0/+4
| * | Work around Clang < 3.7 integrated assembler bug PC-relative relocsThiago Macieira2016-02-021-5/+1
| * | Fix livelock at application exit if threads were runningThiago Macieira2016-02-022-5/+13
| * | Use extra compilers for the linker version scriptSamuli Piippo2016-02-021-8/+12
| * | BIC: Rename back symbol that was mistakenly thought to be privateTor Arne Vestbø2016-02-022-4/+4
| * | Merge 5.6 into 5.6.0Oswald Buddenhagen2016-02-02123-1272/+1880
| |\ \
| * | | support specifying directories in RESOURCESOswald Buddenhagen2016-02-011-3/+9
| * | | Merge remote-tracking branch 'origin/5.5' into 5.6.0Liang Qi2016-02-014-5/+19
| |\ \ \ | | | |/ | | |/|
| * | | Fix clipRect interpretation in composited backingstoresLaszlo Agocs2016-02-015-7/+28
| * | | eglfs: Fix up incorrect comments in the backingstoreLaszlo Agocs2016-02-011-5/+2
| * | | Cocoa integration - fix outdated path in QCocoaFileDialogHelperTimur Pocheptsov2016-01-301-2/+5
| * | | Fix bounding rect of glyph runs in multi-line QTextLayoutEskil Abrahamsen Blomfeldt2016-01-302-0/+32
| * | | eglfs: Sanitize the widget compositor's context handlingLaszlo Agocs2016-01-294-5/+18
| * | | winrt: set initial window sizeMaurice Kalinowski2016-01-291-0/+9
| * | | eglfs: fix cleanup when more than one tlw was usedLaszlo Agocs2016-01-281-1/+18
| * | | Fix widget texture list locking to avoid animation issues on eglfsLaszlo Agocs2016-01-282-22/+31
| * | | Revert some changes to QTextCursor constructorshjk2016-01-284-7/+6
| * | | Accessibility OS X: Fix hang when editing password line editsFrederik Gladhorn2016-01-281-3/+5
| * | | Accessibility OS X: protect from accessing invalid objectsFrederik Gladhorn2016-01-282-11/+11
| * | | Fix artihmetic exception when using non-scalable fontsEskil Abrahamsen Blomfeldt2016-01-261-3/+3
| * | | winrt: Add support for offscreen surfacesMaurice Kalinowski2016-01-263-13/+38
* | | | QtGui: Use QImage::constBits()/constScanLine() in non-const contexts.Friedemann Kleint2016-02-1310-21/+21
* | | | QPlatformWindow::screenForGeometry(): Use mapToGlobal().Friedemann Kleint2016-02-121-2/+4
* | | | Windows QPA: Prefer const-versions of API where applicable.Friedemann Kleint2016-02-126-12/+12
* | | | Fix input pane usage on Windows 10 IoT CoreMaurice Kalinowski2016-02-121-4/+4
* | | | docs: State that QMap::equal_range() returns an open-ended intervalSérgio Martins2016-02-121-1/+1
* | | | Remove Windows CE build hacks from QWindowsPipeWriterJoerg Bornemann2016-02-121-11/+0
* | | | Document QWinOverlappedIoNotifier restrictionsJoerg Bornemann2016-02-121-0/+16
* | | | Enable NRVO in QJsonObject::keys()Marc Mutz2016-02-121-8/+6
* | | | QtGui: Avoid rgba64->rgba32 conversion on every pixel in gradientBłażej Szczygieł2016-02-123-15/+36
* | | | Optionally force delivery of TUIO pseudo touch eventsAriel Molina2016-02-121-0/+8
* | | | Fixed bug preventing parsing of unbundled TUIO messagesAriel Molina2016-02-111-5/+13
* | | | Autotest: Enable make check on rhel 7.1Simo Fält2016-02-1111-0/+28
* | | | QLocale: Use QVariant::toStringList() instead of template instantiationSérgio Martins2016-02-101-1/+1
* | | | Fix usage of QMutexLocker, destroy it only at end of scopeSérgio Martins2016-02-102-5/+5
* | | | Windows accessibility: Add override declaration.Friedemann Kleint2016-02-101-1/+1
* | | | Windows accessibility: Remove some cruft.Friedemann Kleint2016-02-103-367/+0
* | | | QWindowsVistaStyle: Suppress animation when QLineEdit's base color is set.Friedemann Kleint2016-02-101-5/+22
* | | | QWindowsXPStyle: Introduce utility function for QLineEdit's palette.Friedemann Kleint2016-02-103-39/+21
* | | | Provide QCss with the correct font for <pre> blocksAleix Pol2016-02-092-7/+27
* | | | Readability fix for MS isRelative, isAbsolute.Edward Welbourne2016-02-091-6/+10
* | | | Cleanup testcase for platforms without QProcess support.Maurice Kalinowski2016-02-091-0/+2
* | | | QWindow::setMask(): Apply High DPI scaling.Friedemann Kleint2016-02-092-4/+3