summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpainter.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPaintBuffer paints drawGlyphRun with wrong fontAllan Sandfeld Jensen2014-09-191-0/+2
* Fix menu mnemonic inside ligaturesAllan Sandfeld Jensen2014-09-181-12/+13
* Document loading of high resolution versions of images.Friedemann Kleint2014-08-261-6/+25
* OS X: Remove mnemonics in parenthesesTakumi Asaki2014-08-081-1/+13
* Enable devicePixelRatio for non-Apple platformsPaul Olav Tvete2014-08-061-5/+0
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-131-6/+12
|\
| * Avoid showing warnings from drawPixmap when using a QGLWidgetLaszlo Agocs2014-05-051-6/+12
* | QPainter: Fix a hard to trigger null dereference in QPainterPrivate::drawText...Robin Burchell2014-04-031-0/+2
|/
* Correct QPainter::setPen() documentation.Mitch Curtis2014-03-201-1/+1
* Ensure we switch back to the real paint engine when not emulatingAndy Shaw2014-02-201-3/+3
* Optimize stringToCMap() usageKonstantin Ritt2014-02-071-5/+2
* Remove some left-over +1 in font height calculationEskil Abrahamsen Blomfeldt2014-02-051-1/+1
* Get rid of QGlyphLayout::advances_yKonstantin Ritt2014-01-301-2/+1
* Fix QPixmap and OpenGL threading warnings when paintingAleix Pol2014-01-181-1/+4
* Avoid incorrect warning when painting onto a QImageLaszlo Agocs2013-11-231-4/+3
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-10/+10
* Deprecate QFontDatabase::supportsThreadedFontRendering()Konstantin Ritt2013-09-101-6/+0
* Fix QPainter usage in non-GUI thread warning appearing in debugKonstantin Ritt2013-09-091-3/+3
* Remove unused check_gradient functionThiago Macieira2013-09-061-6/+0
* Fix new change-of-sign warning detected by ICC 14.Thiago Macieira2013-09-061-1/+1
* QPainter: Fix (!a == b) bugTobias Hunger2013-08-311-2/+2
* Avoid double-highdpi scaling for attached painters.Gunnar Sletta2013-05-271-0/+1
* Fix transformed raster fonts on WindowsEskil Abrahamsen Blomfeldt2013-05-131-7/+10
* Add devicePixelRatio metric to QPaintDevice.Morten Johan Sørvig2013-04-151-16/+16
* Replace HB types used in API with Qt analogsKonstantin Ritt2013-03-121-4/+4
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-201-2/+2
|\
| * Don't enable HIDPI when rendering directly to PDF on MacAndy Shaw2013-02-191-2/+2
* | Document the QPainter::HighQualityAntialiasing render hint as obsolete.Samuel Rødal2013-02-121-6/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-281-1/+1
|\|
| * Doc: Fix module name formatSze Howe Koh2013-01-251-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\|
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Refactor paint/font-engine shouldDrawCachedGlyphs and supportsTransformationsTor Arne Vestbø2013-01-101-10/+14
* | Update Qt internals to use QChar::ScriptKonstantin Ritt2012-12-211-2/+2
|/
* Basic high-dpi "retina" support for Qt 5.Morten Johan Sørvig2012-12-011-10/+38
* Pixel-align vertical metrics in QTextLayout againEskil Abrahamsen Blomfeldt2012-10-301-1/+4
* Revert hacks in text rendering code pathEskil Abrahamsen Blomfeldt2012-10-251-27/+16
* Make QPen default to 1-width non-cosmetic.Samuel Rødal2012-10-221-38/+13
* Fixed inconsistent QPainter fill rules for aliased painting.Samuel Rødal2012-10-191-0/+5
* Implement the missing raster operations that were in Qt 3Andy Shaw2012-09-271-0/+17
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-261-2/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Rename QPaintDevice::init() to initPainter()Richard Moore2012-09-101-1/+1
* Doc: More fixes of qdoc-reported doc errorsaavit2012-08-311-1/+1
* Doc: Fixes for several doc errorsaavit2012-08-311-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
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-281-0/+3
* Added SpellCheckUnderlineStyle theme hint.Samuel Rødal2012-06-071-1/+5