summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove definitions of INV_EPS and M_SQRT2.Robin Burchell2012-05-071-11/+0
|/
* Compile.Morten Johan Sorvig2012-05-041-2/+2
* Make cupsTempFile member unconditianol.Christoph Schleifenbaum2012-05-041-2/+0
* Remove some remnants of Symbian code in src/gui/paintingThiago Macieira2012-05-031-9/+1
* Fix compiler warning in qdrawhelper.cppOlivier Goffart2012-05-011-12/+8
* get rid of Q_*_EXPORT_INLINE macrosKonstantin Ritt2012-04-263-29/+29
* Using QLatin1String instead of QLatin1LiteralDebao Zhang2012-04-252-2/+2
* Use the C99 keyword "restrict" in compilers that support itThiago Macieira2012-04-242-59/+61
* Mark some functions as always_inline with GCC and ICC.Thiago Macieira2012-04-241-0/+3
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-1723-1848/+90
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-1611-134/+83
| |\
| * | Remove QPaintBufferSignalProxy and QPaintBufferResource.Robin Burchell2012-04-122-89/+0
| * | Remove 'using' of QPaintEngineEx methods from QRasterPaintEngine.Robin Burchell2012-04-121-7/+0
| * | Remove unused QIntRect.Robin Burchell2012-04-121-13/+0
| * | Move QVectorPath::polygonFlags to its own class.Robin Burchell2012-04-112-11/+10
| * | Move QRectVectorPath into the .cpp of the only file actually using it.Robin Burchell2012-04-112-48/+48
| * | Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-3/+3
| * | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-108-53/+99
| |\ \
| * | | Remove all calls to, and deprecate qMalloc, qRealloc and qFree.Robin Burchell2012-03-311-5/+7
| * | | Remove the old code using MMX registers.Thiago Macieira2012-03-289-1639/+8
| * | | Remove WA_PaintOutsidePaintEventDebao Zhang2012-03-281-23/+1
| * | | Merge master into api_changesKent Hansen2012-03-275-11/+2
| |\ \ \
| * \ \ \ Merge "Merge master into api_changes" into refs/staging/api_changesKent Hansen2012-03-2312-15/+918
| |\ \ \ \
| | * \ \ \ Merge master into api_changesKent Hansen2012-03-2312-15/+918
| | |\ \ \ \
| * | | | | | Cleanup Q3* itemsDebao Zhang2012-03-231-1/+0
| |/ / / / /
| * | | | | Got rid of Map / Unmap events in favor of Expose event.Samuel Rødal2012-03-221-0/+4
| * | | | | QtGui: make some constructors explicitMarc Mutz2012-03-144-9/+9
* | | | | | Add 'we mean it' header to qpa headersGirish Ramakrishnan2012-04-161-0/+11
| |_|_|_|/ |/| | | |
* | | | | widgets: Fix painting to a fully transparent top level widgetHolger Hans Peter Freyther2012-04-151-3/+0
* | | | | Fold qpaintdevice_qpa.cpp into qpaintdevice.cppGirish Ramakrishnan2012-04-153-66/+16
* | | | | Move QPainterPathPrivate to the private header files.Gunnar Sletta2012-04-135-63/+66
* | | | | Fix unsigned comparison warning.Stephen Kelly2012-04-131-1/+1
* | | | | Removed Qt5 todo comment in qpaintengineex_p.hSamuel Rødal2012-04-101-1/+0
| |_|_|/ |/| | |
* | | | Fix release mode warnings about unused variables.Friedemann Kleint2012-04-031-0/+1
* | | | Rename clip() to clipData() to avoid confusion and warningJiang Jiang2012-04-031-2/+2
* | | | QTBUG-24936: Ensure alpha cache is cleared when printing to PDF.Tarja Sundqvist2012-04-021-0/+1
* | | | The scaling should not effect the width of a cosmetic penAndy Shaw2012-03-291-1/+1
* | | | Ensure that qdrawhelper.cpp is compiled with vectorisation activeThiago Macieira2012-03-281-0/+9