summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-12-0814-59/+111
|\
| * QPlatformWindow::initialGeometry(): Pass screen when scaling.Friedemann Kleint2015-12-071-15/+16
| * Add QStyleHints::showIsMaximized().Friedemann Kleint2015-12-072-1/+19
| * Optimize qt_findAtNxFile by reducing the amount of allocationsOlivier Goffart2015-12-071-4/+5
| * Android: Implement QInputMethod::keyboardRectangleOlivier Goffart2015-12-071-0/+3
| * Initialize function tables without QGuiApplicationAllan Sandfeld Jensen2015-12-075-16/+28
| * Respond with a sound for certain message boxes on windowsJan Arve Saether2015-12-041-11/+10
| * QImage pixelColor and setPixelColor must use unpremultiplied QColorAllan Sandfeld Jensen2015-12-041-8/+22
| * Doc: Clarified QTextTable::mergeCells() documentationNico Vertriest2015-12-031-2/+2
| * Freetype font engine: Restrict bold depending on OS2 weight class.Friedemann Kleint2015-12-031-2/+6
* | Raster and Blitter engines: method override markups and fixesLouai Al-Khanji2015-12-043-74/+76
* | NEON optimized qimagescaleAllan Sandfeld Jensen2015-12-043-1/+246
* | Give names to enum used in templates.Rolland Dudemaine2015-12-044-4/+5
* | QMovie: fix quadratic behaviorMarc Mutz2015-12-031-6/+8
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-0219-83/+279
|\|
| * Round advances if subpixel position not supportedEskil Abrahamsen Blomfeldt2015-12-021-5/+5
| * Fix possible null pointer dereferences.Jake Petroules2015-12-021-0/+8
| * Update QHighDpiScaling internal documentationMorten Johan Sørvig2015-12-021-24/+113
| * Avoid dynamic switching between backingstore composition pathsLaszlo Agocs2015-12-011-1/+2
| * Call setLayoutDirection() in QGuiApplicationPrivate::init() if not called beforeAlbert Astals Cid2015-11-301-3/+8
| * Fix conversion QVariant(QColor) to QString.Jędrzej Nowacki2015-11-301-3/+6
| * Enable AArch64 versions of ARGB32 NEON drawhelpersAllan Sandfeld Jensen2015-11-303-25/+99
| * QTextOdfWriter: Added support for hyperlinks.Ilija Ristevski2015-11-301-0/+9
| * QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-2810-20/+20
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-271-2/+9
| |\
| | * Remove incorrect assertion from the backingstoreLaszlo Agocs2015-11-261-5/+8
| | * Do not leak textures from the backing storesLaszlo Agocs2015-11-231-0/+4
* | | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-297-23/+23
* | | Make a couple of iterators trivially-copyable in Qt 6Sérgio Martins2015-11-292-0/+8
* | | QFont*: fix some const-incorrectnesses involving QFontPrivateMarc Mutz2015-11-273-19/+19
* | | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-2714-50/+238
|\| |
| * | Add AArch64 ASM to qimage_neon.cppAllan Sandfeld Jensen2015-11-263-5/+30
| * | Detect NEON on AArch64Allan Sandfeld Jensen2015-11-263-6/+4
| * | Fix inplaceRgbConversion test on non-x86Allan Sandfeld Jensen2015-11-261-3/+29
| * | Fix QTextLine::cursorToX()J-P Nurmi2015-11-251-3/+1
| * | Doc: added sample to QFileOpenEvent class detailsSamuel Gaist2015-11-243-0/+147
| * | Fix undefined behavior in qRgba().Tilo Nitzsche2015-11-241-2/+2
| * | Optimize QTextEngine::findItem() usage casesKonstantin Ritt2015-11-233-9/+10
| * | QTextLine::cursorToX: Optimize by re-using the cached valuesKonstantin Ritt2015-11-231-10/+8
| * | QTextLine::cursorToX: Always return the nearest valid cursor positionKonstantin Ritt2015-11-231-9/+9
| * | Get rid of QT_USE_BUNDLED_LIBPNGKonstantin Ritt2015-11-231-5/+0
* | | QBlitterPaintEngine: Fix capability mask settingsLouai Al-Khanji2015-11-261-2/+2
* | | Accept concurrent input from multiple tablet devices in QGuiApplicationRomain Pokrzywka2015-11-263-15/+40
* | | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2015-11-235-22/+53
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-235-22/+53
| |\| |
| | * | QTextLine::cursorToX: Fix typo in the documentationKonstantin Ritt2015-11-221-1/+1
| | * | Support mixing native child widgets with texture-based onesLaszlo Agocs2015-11-191-13/+29
| | * | Make the ppm image handler corrctly handle long comment linesEirik Aavitsland2015-11-191-4/+12
| | * | topLevelAt(): convert to native coordinates.Morten Johan Sørvig2015-11-181-1/+1
| | * | Call QPlatformCursor::pointerEvent with native coordinates.Morten Johan Sørvig2015-11-181-3/+10