summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* qpa: Fix rendering issue in blitter engine (negative scaling factors)Julien Brianceau2012-11-071-1/+5
* Pixel-align vertical metrics in QTextLayout againEskil Abrahamsen Blomfeldt2012-10-301-1/+4
* Remove some dead code in switch statementsSergio Ahumada2012-10-291-1/+0
* Revert hacks in text rendering code pathEskil Abrahamsen Blomfeldt2012-10-252-30/+18
* Make QPen default to 1-width non-cosmetic.Samuel Rødal2012-10-2211-71/+66
* Fixed GCC 3.4 build with sse2 enabled.Samuel Rødal2012-10-191-1/+2
* Fixed inconsistent QPainter fill rules for aliased painting.Samuel Rødal2012-10-199-28/+86
* Fix warnings from syncqt.Friedemann Kleint2012-10-131-0/+4
* Fixed cosmetic line drawing where begin and end points are equal.Samuel Rødal2012-10-111-0/+5
* Avoid warnings about an unreachable codeKonstantin Ritt2012-10-101-4/+1
* doc: Brush up QPaintEngine documentation for Qt 5Eskil Abrahamsen Blomfeldt2012-10-081-13/+10
* doc: Update Q*PaintDevice docsEskil Abrahamsen Blomfeldt2012-10-082-7/+7
* qpa: Fix rendering issue in blitter paint engineJulien Brianceau2012-10-081-4/+5
* Implement the missing raster operations that were in Qt 3Andy Shaw2012-09-277-9/+173
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-262-3/+2
* Move the fetch and store pixel functions to qdrawhelper.cppThiago Macieira2012-09-242-113/+111
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-22103-2456/+2456
* Fixed outline / fill inconsistencies in raster paint engine.Samuel Rødal2012-09-203-20/+2
* Fixed inconsistent rounding of square cap pens.Samuel Rødal2012-09-201-10/+10
* gui/opengl: Fix missing or improper include guard in headersSergio Ahumada2012-09-152-6/+6
* Mark (non-public API's) ctor's as explicitSergio Ahumada2012-09-141-1/+1
* qpa: extend drawPixmap capabilitiesJulien Brianceau2012-09-122-9/+56
* Doc: Fix misc. doc errors and document undocumented functionsaavit2012-09-121-1/+1
* qpa: add non-opaque fill supportJulien Brianceau2012-09-112-11/+62
* Improved the QBackingStore documentation.Samuel Rødal2012-09-111-1/+14
* 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