summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Avoid duplicate setPen() in PDF when reusing QPrinterEskil Abrahamsen Blomfeldt2012-09-111-0/+1
* Rename QPaintDevice::init() to initPainter()Richard Moore2012-09-103-3/+3
* Doc: fix yet more errors reported by qdocaavit2012-09-043-2/+29
* qpa: incorrect rendering when stretching and clippingJulien2012-09-031-5/+17
* Doc: Remove documentation for removed function.Kim Motoyoshi Kalland2012-08-311-8/+0
* Doc: More fixes of qdoc-reported doc errorsaavit2012-08-314-8/+8
* Doc: Fixes for several doc errorsaavit2012-08-312-11/+1
* Made QImage::fill(uint pixel) for RGB888 accept QRgb values.Samuel Rødal2012-08-292-4/+4
* Correct QTransform::QTransform documentation re m13 initialisation.Mitch Curtis2012-08-101-1/+1
* Explained rectangle bounding in documentation.Leonard Lee2012-08-081-0/+1
* Explained degree unit in QPainter::rotate() function.Leonard Lee2012-08-081-1/+1
* Mention setFont() in QPainter::drawText() functionsSimon A. Eugster2012-08-011-1/+9
* change \img to \image in docsJeremy Katz2012-08-012-6/+6
* Implement implicit constructors for built-in classes.Stephen Kelly2012-07-272-0/+7
* Added note to QTransform::isRotatingAli Akhtarzada2012-07-251-0/+2
* QPaintBuffer: use the nullary version of qRegisterMetaTypeStreamOperators()Marc Mutz2012-07-231-4/+2
* Fix infinite loop due to FPU limitationStéphane Cerveau2012-07-171-2/+2
* Added a reserved data pointer in QPaintDevice.Alexandros Dermenakis2012-07-162-0/+4
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* Q_DECLARE_SHARED: mark the type movableMarc Mutz2012-07-102-2/+1
* Remove _qpa from cpp filenamesGirish Ramakrishnan2012-07-032-1/+1
* MIPS DSP composition functions optimizations.Damir Tatalovic2012-07-036-159/+1770
* Make the CPU detection much more efficient in user codeThiago Macieira2012-07-021-1/+1
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-2813-0/+23
* Remove all references to XLFD fontsLars Knoll2012-06-271-5/+0
* Remove toRect_normalized().Robin Burchell2012-06-261-11/+0
* Make QRegion not need to be friends with QVectorThiago Macieira2012-06-261-3/+2
* proper filling when using Qt::TexturePatternKonrad Grochowski2012-06-211-1/+1
* mips: dsp and dspr2 can be enabled separately fix dspr2 only compilationHolger Hans Peter Freyther2012-06-122-3/+4
* Reorganise the painting.pri file after the last round of cleanupsThiago Macieira2012-06-101-29/+20
* Added SpellCheckUnderlineStyle theme hint.Samuel Rødal2012-06-071-1/+5
* Fix the confusion caused by the QT_ALWAYS_HAVE_xxx macrosThiago Macieira2012-05-311-6/+6
* Overhaul the qsimd_p.h: rename macros and update conditionalsThiago Macieira2012-05-3112-44/+44
* QtPrintSupport: Add CUPS printsupport pluginJohn Layt2012-05-311-2/+0
* Remove QRegion::handleGirish Ramakrishnan2012-05-312-17/+0
* Implement QVector with QArrayData interface.Jędrzej Nowacki2012-05-301-1/+1
* Fix text decoration width roundingJiang Jiang2012-05-301-2/+1
* QtGui: remove \link usagesGiuseppe D'Angelo2012-05-291-2/+2
* qpa api: replace QPA headers with something more benignGirish Ramakrishnan2012-05-221-5/+3
* Add AVX support for the painting and image code.Thiago Macieira2012-05-225-1/+153
* Clean up some QT_HAVE_xxx macros in qcompilerdetection.hThiago Macieira2012-05-181-3/+3
* MIPS DSPR2 optimization of routine fetchUntransformedRGB16Damir Tatalovic2012-05-163-0/+92
* Fix QPA files inclusion headersGirish Ramakrishnan2012-05-151-3/+3
* Fix font engine dependent text transformationJiang Jiang2012-05-111-1/+4
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-118-91/+57
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-109-61/+61
|\
| * Doc: Modularize QtGui documentation.Casper van Donderen2012-05-099-61/+61
* | Revert "QtPrintSupport: Remove remaining LPR specific code"Rohan McGovern2012-05-081-0/+2
* | QtPrintSupport: Remove remaining LPR specific codeJohn Layt2012-05-071-2/+0
* | Expose QPA API under qpa/*Girish Ramakrishnan2012-05-074-4/+4