summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* QPainter: use qEnvironmentVariableIsEmpty()Marc Mutz2014-09-121-1/+1
* QPainter: use qEnvironmentVariableIntValue()Marc Mutz2014-09-121-1/+1
* QPainter: drop a pointless checkMarc Mutz2014-09-121-3/+1
* QPainter: use qDeleteAll()Marc Mutz2014-09-121-2/+1
* Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-101-2/+1
|\
| * QRegion: remove check for null ptr after "new" operatorMaks Naumov2014-09-091-2/+1
* | QColor: remind to remove copy ctor for Qt 6Marc Mutz2014-09-021-1/+1
* | qPremultiply(QRgb): let the compiler see all versionsMarc Mutz2014-09-021-5/+9
* | QPdf: Extract Method is_monochrome()Marc Mutz2014-09-021-4/+9
* | QtGui: add missing qrgb.h to painting.priMarc Mutz2014-09-021-0/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-09-014-31/+35
|\|
| * Use ctor-init-list in QRegionPrivate(QRect) ctorMarc Mutz2014-08-261-5/+6
| * QRegionPrivate: remove copy ctor and assignment operatorMarc Mutz2014-08-261-17/+0
| * Document loading of high resolution versions of images.Friedemann Kleint2014-08-261-6/+25
| * Initialize textureId in platform backing storeLaszlo Agocs2014-08-251-0/+1
| * Fix composition for translucent AlwaysStackOnTop widgetsLaszlo Agocs2014-08-241-1/+1
| * Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Giuseppe D'Angelo2014-08-191-2/+2
| |\
| | * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-121-2/+2
| | |\
| | | * Fix rendering alpha-blended text which needs to be clipped at the top.Simon Sasburg2014-08-111-1/+1
| | | * Both HiQualAA and normal AA should mean antialiasing in rasterengine.Gunnar Sletta2014-08-071-1/+1
* | | | QGradient: note to unwrap 'void *dummy' in Qt 6Marc Mutz2014-08-281-1/+1
|/ / /
* | | Add support for accelerated glyph rendering in the directfb pluginSimon Hausmann2014-08-153-0/+50
* | | Fix documentation and memrotate of new RGB30 QImage formatsAllan Sandfeld Jensen2014-08-141-2/+3
* | | Fix composition for windows with alphaLaszlo Agocs2014-08-132-10/+37
|/ /
* | OS X: Remove mnemonics in parenthesesTakumi Asaki2014-08-081-1/+13
* | Enable devicePixelRatio for non-Apple platformsPaul Olav Tvete2014-08-061-5/+0
* | Remove the last remnants of iWMMXt in QtThiago Macieira2014-08-054-174/+0
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-08-041-2/+2
|\|
| * Don't convert signed to unsigned when we need all 32bitAllan Sandfeld Jensen2014-07-291-2/+2
* | Make QOpenGLWidget publicLaszlo Agocs2014-08-012-16/+35
* | Rewrite simd.prf to share more codeThiago Macieira2014-07-251-5/+3
* | Restore Neon "detection" in QtThiago Macieira2014-07-251-3/+3
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-101-3/+3
|\|
| * QPdf::addImage(): avoid a QImage detach when it's in an acceptable FormatMartin Pley2014-07-031-3/+3
* | Fix corruption with QQuickWidget and QOpenGLWidget on ANGLELaszlo Agocs2014-07-071-23/+26
* | QImage support for RGB30 formatsAllan Sandfeld Jensen2014-07-045-78/+1006
* | ARM: do not use the clang integrated assembler in some cases.Erik Verbruggen2014-07-031-0/+1
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-013-67/+6
|\|
| * Fix -Werror compilation on big-endianThiago Macieira2014-06-251-0/+2
| * When filling the path it should use the painter's pen not the state'sAndy Shaw2014-06-211-1/+1
| * Merge remote-tracking branch 'origin/stable' into 5.3Sergio Ahumada2014-06-111-65/+0
| |\
| | * Remove unfinished NEON version of vectorized rotate samplingAllan Sandfeld Jensen2014-06-061-65/+0
| * | Don't try to draw if there are no points in the pathAndy Shaw2014-06-091-1/+3
| |/
* | MIPS: Support recognition of the DSP ASE at run-timeAdrian Perez de Castro2014-06-271-3/+13
* | Unduplicate the implementations of next power of twoAllan Sandfeld Jensen2014-06-261-17/+3
* | Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-051-4/+3
|\|
| * Fix fast painting of clipped text on non RGB32 formatsAllan Sandfeld Jensen2014-05-281-4/+3
* | QPainter on QBitmap: make setBrush(NoBrush) work as expected.David Faure2014-05-171-1/+1
* | qpa: Clean up and refactor qfontengine_qpaTor Arne Vestbø2014-05-151-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-132-6/+169
|\|