summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Avoid out of bounds memory reads when scaling imagesv4.8.6Lars Knoll2014-04-036-27/+45
* printsupport: set duplex setting correctly to CUPS printerTeemu Katajisto2014-03-281-14/+14
* Updated year in copyright headerKai Koehne2014-03-26186-186/+186
* Avoid floating point exceptions in rasterizeLine.Gunnar Sletta2014-01-121-16/+45
* Respect the custom paper size settings on MacAndy Shaw2013-12-042-23/+48
* Fix MinGW-warnings about narrowing/invalid conversions.Friedemann Kleint2013-11-181-1/+1
* Optimize macDisplayColorSpaceMorten Johan Sørvig2013-11-142-18/+29
* QPdfEngine - Remove Producer copyright noticeSamuel Gaist2013-11-041-1/+1
* Ensure lastPixel.y is also initalized to -1 when necessaryAndy Shaw2013-10-091-0/+3
* Fixes: ASSERT in qpaintengine_x11 when using native graphicssystemaavit2013-07-101-1/+1
* Fix drawing of 0-width polylines from outside the devicerect.Gunnar Sletta2013-07-042-17/+27
* Fixed invalid memory read in SSSE3 image blending code.Samuel Rodal2013-04-221-1/+1
* Fixed QPainter::drawPolyline() not drawing solid lines.Samuel Rødal2013-03-201-1/+16
* Fixed artifacts when drawing same line with different clips.Samuel Rødal2013-03-201-6/+6
* Clear the alphaCache when starting new paintingAndy Shaw2013-03-141-1/+1
* Fixes: assert in QPainter::fillRect on very large paint devicesaavit2013-03-141-0/+2
* Fixed dashes being rendered differently depending on system clip.Samuel Rødal2013-03-144-18/+24
* QPdfEnginePrivate: Fix invalid format for rectangles on some localesDmitry Shachnev2013-02-221-6/+10
* Fix comments to use pre C99 standard style insteadPasi Petäjäjärvi2013-01-281-5/+5
* fix illegal reference to a destroyed variableGatis Paeglis2013-01-201-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-13186-186/+186
* QPaintEngine: Fix build if compiled with QT_NO_XRENDERPeter Hartmann2012-12-151-1/+4
* Fixes ignored composition mode in QPainter::fillRect with X11 engine.Samuel Rødal2012-12-111-2/+8
* qpa: Fix rendering issue in blitter engine (negative scaling factors)Julien Brianceau2012-11-081-1/+5
* Fixed GCC 3.4 build with sse2 enabled.Samuel Rødal2012-10-301-1/+2
* Fixed cosmetic line drawing where begin and end points are equal.Samuel Rødal2012-10-171-0/+5
* Fix number of available printers in CUPS supportNick Ratelle2012-10-141-1/+2
* qpa: Fix rendering issue in blitter paint engineJulien Brianceau2012-10-121-3/+4
* Fix g++/MinGW compiler warnings.Friedemann Kleint2012-09-291-1/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-29186-4442/+4442
* Fixed outline / fill inconsistencies in raster paint engine.Samuel Rødal2012-09-273-20/+2
* cleanup CUPS tmp filesTeemu Katajisto2012-09-271-0/+1
* Fixed inconsistent rounding of square cap pens.Samuel Rødal2012-09-251-10/+10
* qpa: extend drawPixmap capabilitiesJulien Brianceau2012-09-122-10/+57
* qpa: add non-opaque fill supportJulien Brianceau2012-09-122-11/+62
* qpa: incorrect rendering when stretching and clippingJulien Brianceau2012-09-031-5/+17
* Update contact information in license headers.Sergio Ahumada2012-08-01186-372/+372
* Fix infinite loop due to FPU limitationStéphane Cerveau2012-07-171-2/+2
* ARM: fix compilation with C++11 enabledMarc Mutz2012-07-052-2/+2
* Symbian: disable OpenVG as default on Symbian emulator buildsPasi Pentikainen2012-06-131-1/+1
* The scaling should not effect the width of a cosmetic penAndy Shaw2012-03-301-1/+1
* Build fix to raster window surface.Janne Anttila2012-02-261-1/+1
* Prevent crashing on Symbian in case EGL surface creation fails.Pauli Jarvinen2012-02-081-0/+5
* Fixed CustomDashLine drawing bug.Samuel Rødal2012-02-071-1/+3
* blitter: Base QBlitterPaintEngine on QRasterPaintEngineHolger Hans Peter Freyther2012-01-272-117/+119
* blitter: Group code by functionality in header and cpp fileHolger Hans Peter Freyther2012-01-272-120/+118
* blitter: Fix the 'solid' detection for the brush in case of fillRectHolger Hans Peter Freyther2012-01-271-2/+2
* blitter: Move state updates into new methodsHolger Hans Peter Freyther2012-01-271-45/+86
* blitter: Move the definition out of the class declarationHolger Hans Peter Freyther2012-01-271-59/+68
* blitter: Kill the isBlitterLocked variable of theHolger Hans Peter Freyther2012-01-273-11/+11