summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
| * | Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-02-194-4/+4
| * | Qt Quick: Fix selection when mixing line breaks and line wrapsEskil Abrahamsen Blomfeldt2016-02-191-9/+10
| * | Disable unneeded ligatures when letter spacing is setEskil Abrahamsen Blomfeldt2016-02-194-5/+40
| * | OpenGL: Fix for incorrect GL enum in getterPaolo Angelelli2016-02-191-1/+1
| * | QRasterPaintEngine::penChanged(): Assert on painter state.Friedemann Kleint2016-02-181-0/+3
| * | xcb: Fix drag and drop between xcb screensBłażej Szczygieł2016-02-182-2/+6
* | | QPlatformWindow: don't call QScreen::virtualSiblings()Anton Kudryavtsev2016-02-241-1/+1
* | | QFileDialogOptions: Expose default name filter setting.Friedemann Kleint2016-02-222-2/+44
* | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-1831-65/+139
|\| |
| * | Add source device information to qDebug output of QTouchEventAriel Molina2016-02-171-0/+1
| * | QWindow: Make screen warning more informativeGabriel de Dietrich2016-02-171-1/+1
| * | QOpenGLExtensionMatcher: Fix possible use of unintialized memoryGabriel de Dietrich2016-02-171-1/+1
| * | Doc: Fixed Qt::TextWordBreak to Qt::TextWordWrapSamuel Gaist2016-02-151-2/+2
| * | Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-1514-23/+73
| |\|
| | * HighDPI: Extend exposed region to avoid artifacts by rounding.Friedemann Kleint2016-02-092-1/+23
| | * Support arbitrary strides in the QPlatformBackingStore compositorLaszlo Agocs2016-02-051-4/+21
| | * Scale offset as well on QBackingStore flushMorten Johan Sørvig2016-02-051-1/+2
| | * Crash fix: reject certain malformed bmp imagesEirik Aavitsland2016-02-051-1/+1
| | * Do not change depth for the backingstore's underlying imageLaszlo Agocs2016-02-051-0/+6
| | * Fix QT_DEPRECATED_SINCE usageJędrzej Nowacki2016-02-022-2/+2
| | * BIC: Rename back symbol that was mistakenly thought to be privateTor Arne Vestbø2016-02-021-1/+1
| | * Merge 5.6 into 5.6.0Oswald Buddenhagen2016-02-028-47/+83
| | |\
| | * | Fix clipRect interpretation in composited backingstoresLaszlo Agocs2016-02-011-3/+5
| | * | Fix bounding rect of glyph runs in multi-line QTextLayoutEskil Abrahamsen Blomfeldt2016-01-301-0/+3
| | * | Revert some changes to QTextCursor constructorshjk2016-01-284-7/+6
| | * | Fix artihmetic exception when using non-scalable fontsEskil Abrahamsen Blomfeldt2016-01-261-3/+3
| * | | 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
| * | | QtGui: Avoid rgba64->rgba32 conversion on every pixel in gradientBłażej Szczygieł2016-02-123-15/+36
* | | | Merge "Merge dev into 5.7" into refs/staging/5.7Oswald Buddenhagen2016-02-179-14/+38
|\ \ \ \
| * \ \ \ Merge dev into 5.7Oswald Buddenhagen2016-02-179-14/+38
| |\ \ \ \
| | * | | | QIcon::fromTheme(): add support for absolute paths.David Faure2016-02-151-0/+3
| | * | | | QRegion: add move ctorMarc Mutz2016-02-132-0/+12
| | * | | | Use QFlags::setFlag where prudent in qtbaseAndre Somers2016-02-122-9/+3
| | * | | | QTextFrame::iterator: restore nothrow move special membersMarc Mutz2016-02-122-5/+9
| | * | | | QBitmap: restore nothrow move special membersMarc Mutz2016-02-122-0/+11
* | | | | | QShortcutMap: re-use an existing bool variableMarc Mutz2016-02-171-1/+1
* | | | | | QStandardItemModel: Reset the flags on clear()Stephen Kelly2016-02-171-0/+1
|/ / / / /
* | | | | Add QStyleHints::setTabFocusBehavior() for testing purposesJ-P Nurmi2016-02-162-2/+24
* | | | | Cache results of multiple render target supportSean Harmer2016-02-141-2/+3
* | | | | Provide optimised version of QOpenGLFramebufferObject::blitFramebufferSean Harmer2016-02-142-3/+83
|/ / / /
* | | | QtGui: eradicate Q_FOREACH loops [const-& returns]Marc Mutz2016-02-113-5/+9
* | | | QtGui: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-02-119-20/+19
* | | | QtGui: eradicate Q_FOREACH loops [already const]Marc Mutz2016-02-1116-26/+27
* | | | Optimize string building in QImage::text()Marc Mutz2016-02-111-5/+4
* | | | QMatrix, QTransform: restore nothrow move special membersMarc Mutz2016-02-114-10/+34
* | | | QtGui: replace a Q_FOREACH loop with qDeleteAll()Marc Mutz2016-02-111-4/+2
* | | | QtGui: replace a Q_FOREACH loop with QList::op+=Marc Mutz2016-02-111-4/+2
* | | | QtGui: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-02-119-17/+32
* | | | QImage: split strings with splitRef() in convertWithPalette()Marc Mutz2016-02-111-4/+4