summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpaintengine_x11.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixes: ASSERT in qpaintengine_x11 when using native graphicssystemaavit2013-07-101-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* 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
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'suzuki toshiya2011-08-181-1/+1
* Fixed missing painting with X11 paint engine.Samuel Rødal2011-07-041-0/+2
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Fixes warnings about unused variablesOlivier Goffart2011-04-281-3/+0
* Fixed remaining issues in subpixel positioning with FreeTypeJiang Jiang2011-03-241-1/+1
* Implement subpixel positioning with FreeTypeJiang Jiang2011-03-221-1/+1
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Crash in QX11PaintEngine::drawPixmapCarlos Manuel Duclos Vergara2010-08-181-0/+2
* Revert "Fix the rendering of lines with the X11 paint engine"Samuel Rødal2010-08-181-10/+12
* Revert "Outline / fill inconsistency in X11 paint engine."Samuel Rødal2010-08-181-4/+4
* Outline / fill inconsistency in X11 paint engine.Samuel Rødal2010-08-171-4/+4
* Fix the rendering of lines with the X11 paint engineBenjamin Poulain2010-07-291-12/+10
* Fixed missing stroke for flat ellipses.Samuel Rødal2010-06-151-0/+5
* More Pixmap cache key optimizationsJens Bache-Wiig2010-06-021-1/+6
* Use qrand() instead of rand()Bradley T. Hughes2010-05-041-1/+1
* Fixed drawing pixmaps onto bitmaps on X11 w/o Xrender support.Trond Kjernåsen2010-02-101-0/+3
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* Fix QtOpenGL linker issue by exporting qt_getClipRectsThorbjørn Lindeijer2009-10-271-1/+1
* Fixed bug in X11 paint engine causing source pixmap depth to change.Samuel Rødal2009-10-051-0/+1
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | compile again with QExplicitlySharedDataPointerHarald Fernengel2009-08-211-10/+10
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-08-191-4/+12
|\ \
| * | Fixed bug when rendering long lines of text without XRender.Samuel Rødal2009-08-181-4/+12
* | | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\| |
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
| |/
* / Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-031-1/+1
|/
* Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* Fixed a byte ordering issue when using the raster graphicssystem.Trond Kjernåsen2009-06-021-7/+10
* Prevented X server crash when calling XFillPolygon with >200000 points.Samuel Rødal2009-05-061-1/+25
* Fixed rendering of bitmap fonts on X11 with Xrender and fontconfig.Trond Kjernåsen2009-04-281-1/+3
* Remove scale applied to cosmetic pens when antialiasing is enabled (X11).Samuel Rødal2009-04-141-1/+4
* Fix very slow stroking of paths in X11 paint engine.Samuel Rødal2009-03-271-0/+4
* Fix mismatch between stroke and fill of ellipses on X11.Samuel Rødal2009-03-271-7/+3
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+2451