summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qbrush.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtGui: mark obsolete QPixmapCache::find() functions as deprecatedChristian Ehrlicher2019-02-021-1/+1
* Give the QGradient presets ObjectMode coordinate mode by defaultEirik Aavitsland2018-07-241-2/+2
* Re-enable QGradient::Preset documentation by explicitly ignoring warningsTor Arne Vestbø2018-07-061-2/+0
* Harden logic for converting from CSS gradients to QGradientTor Arne Vestbø2018-06-271-1/+1
* doc: Mark QGradient::Preset enum as internal until we can ignore its valuesTor Arne Vestbø2018-06-271-0/+2
* Add ObjectMode coordinate mode to QGradientEirik Aavitsland2018-06-221-5/+13
* Provide presets for QGradientTor Arne Vestbø2018-05-311-0/+70
* xcb: Add experimental legacy support for native X11 paintingLouai Al-Khanji2017-04-211-1/+1
* QtGui: kill some unneeded relocationsMarc Mutz2017-02-241-2/+2
* QGradient: add a setStops fast-path for conformant QGradientStopsMarc Mutz2017-01-141-0/+27
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-221-6/+8
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-211-6/+8
| |\
| | * QBrush: Fix UB (non-virtual dtor) in QBrush::detach()Marc Mutz2016-09-181-6/+8
* | | QBrush: optimize detach()Marc Mutz2016-08-011-1/+10
* | | QtGui: Introduce delegating constructors.Friedemann Kleint2016-05-091-42/+6
|/ /
* / Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-1/+1
|\
| * fix build with no built-in image handlersOswald Buddenhagen2015-08-031-1/+1
* | gui: Add several QList::reserve() calls.Sérgio Martins2015-06-221-0/+1
|/
* Make data tables const.Volker Krause2015-05-051-1/+1
* Use QDebugStateSaver to restore space setting in stream operators.Friedemann Kleint2015-03-301-1/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Avoid creating a QPixmap on QBrush comparisonsAllan Sandfeld Jensen2015-02-041-3/+29
* Avoid unneeded QBrush::texture() callsAllan Sandfeld Jensen2015-02-021-4/+14
* Save a detach if QBrush::setColor does not change the brush colorAllan Sandfeld Jensen2014-11-181-0/+3
* QBrush: be more robust in detach()Marc Mutz2014-10-031-2/+10
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-2/+2
|\
| * Doc: Fix broken linksSze Howe Koh2013-11-051-2/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-111-10/+10
|\|
| * Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-10/+10
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-041-0/+7
|\|
| * Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-271-0/+7
* | QBrush: use a 3D array instead of pointer tables to save 28 relocs in QtGuiMarc Mutz2013-10-021-38/+43
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-281-0/+5
* Doc: Modularize QtGui documentation.Casper van Donderen2012-05-091-4/+4
* Using QLatin1String instead of QLatin1LiteralDebao Zhang2012-04-251-1/+1
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-37/+37
* Remove use of Q_BROKEN_DEBUG_STREAM.Stephen Kelly2012-02-221-6/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-271-4/+4
* Remove stale documentation.Casper van Donderen2011-10-181-8/+0
* Merge branch 'master' into refactorGunnar Sletta2011-08-251-8/+0
|\
| * Remove all non-const operator==Harald Fernengel2011-08-091-8/+0
* | Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-211-26/+20
|\|
| * Get rid of the evilness of Q_GLOBAL_STATIC_WITH_INITIALIZERThiago Macieira2011-07-211-26/+20