summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Added caching of graphics effect source pixmaps to speed up effects.Samuel Rødal2009-10-221-0/+5
* Remove whitespace before license header in qbackingstore_p.hEskil Abrahamsen Blomfeldt2009-10-221-1/+1
* Honor graphics system on Mac/Cocoa when exposing and resizing windowEskil Abrahamsen Blomfeldt2009-10-221-6/+7
* Properly detect font smoothing setting on Mac OS X in raster engineEskil Abrahamsen Blomfeldt2009-10-212-3/+7
* Add a new QX11GLPixmapData which renders to X pixmaps using GLTom Cooksey2009-10-191-0/+1
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-196-27/+24
|\
| * qt_paint_device_metric() for fetching metricsRhys Weatherley2009-10-153-8/+7
| * Second attempt: Fixed a few compiler warnings from QtGui for Symbian.Janne Anttila2009-10-131-1/+1
| * Revert "Fixed a few compiler warnings from QtGui for Symbian."Janne Anttila2009-10-131-1/+1
| * Fixed a few compiler warnings from QtGui for Symbian.Janne Anttila2009-10-131-1/+1
| * Fix compilation with xlC 7: you can't forward-declare enums.Thiago Macieira2009-10-091-6/+1
| * Doc: Created a snippet to generate the global colors image.David Boddie2009-10-091-12/+15
* | Fixed a crash in tst_qpainter on SPARC w/gcc.Trond Kjernåsen2009-10-161-2/+2
* | Fixed QPainter::begin() so that it fails gracefully.Kim Motoyoshi Kalland2009-10-151-29/+32
* | Added explicit qualification of static functions to fix xlC compilation.Samuel Rødal2009-10-151-3/+3
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-10-142-2/+3
|\ \
| * | Fixed handling of brush origin in the OpenGL paint engines.Kim Motoyoshi Kalland2009-10-131-2/+1
| * | Fixed bug where bitmaps were painted black instead of in pen colour.Kim Motoyoshi Kalland2009-10-131-0/+2
| |/
* | Make QStrokerOps, QStroker and QDashStroker properly modulargunnar2009-10-131-4/+4
* | Make QStrokerOps, QStroker and QDashStroker properly modulargunnar2009-10-132-8/+38
|/
* Made QPen::setDashOffset() work with non-custom dashed lines.Kim Motoyoshi Kalland2009-10-091-3/+11
* Fixed a crash bug on S60 SDK 3.1.axis2009-10-071-1/+4
* Fixing warnings on GCC... (I)João Abecasis2009-10-071-2/+2
* Fixing some GCC warningsJoão Abecasis2009-10-071-1/+1
* Fixed some projective transform rendering bugs on qreal=float platforms.Samuel Rødal2009-10-061-1/+1
* Optimized window surfaces on X11 by not setting clip in the common case.Samuel Rødal2009-10-062-5/+13
* doc: Fixed a qdoc command that was meant to add emphasisThorbjørn Lindeijer2009-10-061-1/+1
* Don't output redundant setPen command when reusing PS printerEskil Abrahamsen Blomfeldt2009-10-061-0/+1
* Print images with colortable using their colortable in PDFGunnar Sletta2009-10-061-1/+1
* Fixed bug in X11 paint engine causing source pixmap depth to change.Samuel Rødal2009-10-051-0/+1
* Improved performance in raster window surface for 16-bit displays.Samuel Rødal2009-10-051-2/+5
* Changed implementation of qDrawBorderPixmap() to use qDrawPixmaps().Kim Motoyoshi Kalland2009-10-024-232/+250
* Added support for drawing a pixmap multiple times in one call.Kim Motoyoshi Kalland2009-10-024-3/+95
* Renamed the values in the Qt::TileRule enum.Trond Kjernåsen2009-10-022-27/+27
* doc: add some more \since 4.6 tagsVolker Hilsheimer2009-09-283-2/+31
* Merge commit 'origin/4.5' into 4.6Andreas Aardal Hanssen2009-09-282-2/+3
|\
| * Cocoa: Fix build cocoa port with namespaceRichard Moe Gustavsen2009-09-282-2/+3
* | Deep copy QImage based on non-owned data so we can safely store themGunnar Sletta2009-09-281-2/+11
* | compile fix with namespacehjk2009-09-282-0/+9
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-09-241-5/+2
|\ \ | |/
| * Fixed clipping of non-cosmetic dashed strokes in raster paint engine.Kim Motoyoshi Kalland2009-09-231-9/+1
* | Fixed ellipsedrawing in raser engine for rects over 2^15 in sizeGunnar Sletta2009-09-221-0/+1
* | Fixes some warning in headersOlivier Goffart2009-09-221-7/+7
* | Remove remaining instances of THISYEAR placeholder.Jason McDonald2009-09-221-1/+1
* | qdoc: Added \brief texts to all the since 4.6 functions.Martin Smith2009-09-212-0/+6
* | Fix printing with glyph substitutionEskil Abrahamsen Blomfeldt2009-09-211-0/+5
* | Corrected some license headers.Kim Motoyoshi Kalland2009-09-182-7/+66
* | Switch glyph cache from Qt to SymbianLiang QI2009-09-182-2/+47
* | Fixed passing a zero drawable to X11 api causing X errors.Denis Dzyubenko2009-09-181-4/+9
* | Introduce native Symbian bitmap support to QPixmapJani Hautakangas2009-09-186-112/+196