summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Use backing store formats with alphaAllan Sandfeld Jensen2016-01-083-51/+38
* Fix offset and size for native child rtt widgetsLaszlo Agocs2016-01-071-11/+7
* doc: correct documentation of QT_AUTO_SCREEN_SCALE_FACTOR env varShawn Rutledge2016-01-071-1/+1
* QtGui: Don't set screen to a child window when processing screen eventsBłażej Szczygieł2016-01-071-4/+6
* QtGui: Fix obtaining the top level window at a pointBłażej Szczygieł2016-01-071-10/+30
* QtGui: Don't set a screen to a child windowBłażej Szczygieł2016-01-061-7/+9
* Avoid unnecessary detaching of the pending deletions list.Volker Krause2016-01-061-3/+3
* Don't detach QGradientStopsSérgio Martins2016-01-051-1/+1
* QOpenGLTexture: fix target for compressed texturesMauro Persano2016-01-041-138/+70
* Fix QPainter::rotate() documentationMitch Curtis2016-01-041-1/+1
* Fix crash because of NULL screen in QXcbWindowBłażej Szczygieł2016-01-041-8/+6
* Fix broken permission to mode mappingFrank Meerkoetter2015-12-191-3/+3
* Use Q_CONSTRUCTOR_FUNCTION instead of doing the same manuallyAllan Sandfeld Jensen2015-12-172-23/+7
* QOpenGLTexture: fix the number of faces returned by faces()Giuseppe D'Angelo2015-12-161-0/+2
* QOpenGLTexture: check textureId for knowing whether a texture was createdGiuseppe D'Angelo2015-12-161-1/+1
* QOpenGLTexturePrivate: remove unused member variableGiuseppe D'Angelo2015-12-161-1/+0
* Cache font fallback families to reduce startup timeKonstantin Ritt2015-12-161-3/+52
* Use the cached font fallback families list in QFont::defaultFamily()Konstantin Ritt2015-12-151-2/+4
* Don't detach the color table vectorSérgio Martins2015-12-131-2/+3
* Remove iOS workaround for pixman drawhelpersTor Arne Vestbø2015-12-121-7/+2
* iOS: Enable non-pixman NEON drawhelpers for both 32 and 64-bitTor Arne Vestbø2015-12-123-11/+13
* xcb: Use a placeholder QScreen when there are no outputs connectedBłażej Szczygieł2015-12-111-2/+2
* QPlatformTheme: added TabButtonFont and GroupBoxTitleFontLiang Qi2015-12-101-0/+2
* Register QPA Menu, Dialog & SysTray enums & flagsJ-P Nurmi2015-12-093-0/+21
* Fix debug operator for QRegion.Friedemann Kleint2015-12-091-6/+27
* Reduce flushes with repaint() when GL-based compositing is activeLaszlo Agocs2015-12-092-0/+4
* 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
* 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
* | 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