summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* QPathSegments: set pathId to zero in ctorAnton Kudryavtsev2016-01-141-1/+2
* Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devSimon Hausmann2016-01-134-52/+39
|\
| * Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-124-52/+39
| |\
| | * Fix a few container detachmentsSérgio Martins2016-01-101-1/+1
| | * Use backing store formats with alphaAllan Sandfeld Jensen2016-01-083-51/+38
* | | QStaticTextItem: use smart pointer membersMarc Mutz2016-01-122-60/+11
* | | QColor: fix misleading code in op==Marc Mutz2016-01-121-2/+1
|/ /
* | QSyntaxHighlighterPrivate: use erase and std::remove_if with QVectorAnton Kudryavtsev2016-01-111-9/+11
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-088-172/+122
|\|
| * 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
* | QFactoryLoader: generalize qLoadPlugin()Marc Mutz2016-01-054-20/+8
* | QPlatformTheme: Resync StandardPixmap with QStyle::StandardPixmapFrank Richter2015-12-311-0/+1
* | QGraphicsScene: prevent lots of detaching d/t editing of copiesMarc Mutz2015-12-221-0/+3
* | Make use of new QHash::erase(const_iterator) overloadMarc Mutz2015-12-191-2/+2
* | Fix linux-clang build.Erik Verbruggen2015-12-191-0/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-1815-47/+127
|\|
| * 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
* | iOS: Implement support for QApplication::beep()Tor Arne Vestbø2015-12-172-0/+13
* | NEON optimized bilinear samplingAllan Sandfeld Jensen2015-12-173-43/+78
* | Make native cursor handles accessible.Friedemann Kleint2015-12-142-0/+12
* | Fix inconsistent override warnings.Erik Verbruggen2015-12-102-4/+5
* | QCosmeticStroker: fix misleading use of & on bool operandsAnton Kudryavtsev2015-12-101-2/+2
* | iOS: Enable non-pixman NEON drawhelpers for both 32 and 64-bitTor Arne Vestbø2015-12-093-11/+13
* | 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