summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-platform-team into 4.6Bradley T. Hughes2009-10-301-12/+0
|\
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-WM_NULL-drivenBradley T. Hughes2009-10-282-5/+11
| |\
| * \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-WM_NULL-drivenBradley T. Hughes2009-10-223-9/+7
| |\ \
| * | | Remove workarounds for Win32 event dispatcher bugsBradley T. Hughes2009-10-201-12/+0
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-198-56/+89
| |\ \ \
| * | | | Fixed bad glyph rendering under cocoaGunnar Sletta2009-10-191-0/+7
* | | | | Fix raster paintengine handling with invalid imagesChristoph Feck2009-10-281-0/+3
* | | | | Fix QtOpenGL linker issue by exporting qt_getClipRectsThorbjørn Lindeijer2009-10-271-1/+1
* | | | | Use shared memory images when shared pixmaps are not available.Fredrik Höglund2009-10-271-0/+6
* | | | | Fixed QPainterPath to properly set the convex hint on QVectorPath'sGunnar Sletta2009-10-272-14/+38
* | | | | Reworked QVectorPath API to allow for caching and convex curved shapesGunnar Sletta2009-10-275-40/+72
* | | | | Removed a redundant if() check. Its checked in the containing conditionGunnar Sletta2009-10-271-2/+1
| |_|_|/ |/| | |
* | | | 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