summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Refactoring GraphicsSystem to QPlatformIntegrationJørgen Lind2010-03-318-85/+149
* Compile fix from merging blitter examples.Jørgen Lind2010-03-291-2/+0
* Make sure the blitter api works with Raster GS(x11 and win) and QWSJørgen Lind2010-03-298-95/+179
* Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-03-186-41/+28
|\
| * Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-171-3/+3
| |\
| | * Fixed cleartype text rendering on translucent surfaces.Trond Kjernaasen2010-03-151-3/+3
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-161-4/+4
| |\ \
| | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-151-4/+4
| | |\ \
| | | * | Enable the fast paths when converting to Rgb565Benjamin Poulain2010-03-151-4/+4
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-151-11/+5
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fixed wasted space in the texture cache.Gunnar Sletta2010-03-151-1/+1
| | * | | Get debug code compiling since function signature changesGunnar Sletta2010-03-151-10/+4
| | |/ /
| * | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-153-22/+14
| |\ \ \ | | |/ / | |/| / | | |/
| | * Fixed bug in QTransform::type() after using operator/ or operator*.Samuel Rødal2010-03-111-3/+4
| | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-03-101-17/+8
| | |\
| | | * Fixed paint crash in Symbian for trasnclucent dialogs.Janne Anttila2010-03-101-17/+8
| | * | Prevent QRegion from crashing on large coordinates.Samuel Rødal2010-03-081-2/+2
| | |/
| * | Removed a Valgrind warning.Trond Kjernåsen2010-03-121-1/+2
* | | Revert "Add blendfunctions for "all" depths on all platforms"Paul Olav Tvete2010-03-182-45/+47
* | | Add blendfunctions for "all" depths on all platformsJørgen Lind2010-03-152-47/+45
* | | Merge remote branch 'origin/4.7' into 4.7-lighthouseJørgen Lind2010-03-1119-90/+240
|\ \ \ | |/ /
| * | Fixed "inconsistent dll linkage" warning on Windows.Kim Motoyoshi Kalland2010-03-101-1/+2
| * | Added clipping to the dashed stroke processor in the GL2 engine.Kim Motoyoshi Kalland2010-03-101-23/+93
| * | Fixed assert failure when drawing dashes with raster engine.Kim Motoyoshi Kalland2010-03-101-5/+6
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-101-3/+0
| |\ \
| | * | MAke the SIMD fiunctions be used even when the QT_NO_DEBUG macro is usedThierry Bastian2010-03-101-3/+0
| * | | Merge branch '4.7-cutoff' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4....Qt Continuous Integration System2010-03-095-15/+18
| |\ \ \ | | |/ / | |/| |
| | * | doc: Fixed several qdoc errors.Martin Smith2010-03-092-13/+6
| | * | Doc: mark methods as internal (as they were in previous releases)Volker Hilsheimer2010-03-081-0/+10
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-072-2/+2
| | |\ \
| | | * | FreeType: Fast lookup of Latin-1 glyphsAndreas Kling2010-03-052-2/+2
| * | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-03-0914-42/+119
| |\ \ \ \
| | * | | | Renamed QPainter::Fragment/Hint -> QPainter::PixmapFragment/HintTrond Kjernåsen2010-03-095-31/+32
| | |/ / /
| | * | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-064-2/+41
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * Fix for QTBUG-8762 QApplication::setGraphicsSystem("raster") crashes.Jani Hautakangas2010-03-051-0/+13
| | | * Make translucent windows work, and support WA_TranslucentBackgroundPaul Olav Tvete2010-03-043-2/+28
| | | * Fixed qDrawPixmaps() to draw on integer coordinates on Mac OS X.Trond Kjernåsen2010-03-011-4/+11
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-052-3/+3
| | |\ \
| | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-042-3/+3
| | | |\ \
| | | | * | Enable two fast path for blend_tiled_rgb565Benjamin Poulain2010-03-041-1/+1
| | | | * | Don't print a warning when passing an empty string to QColorThorbjørn Lindeijer2010-03-031-2/+2
| | * | | | QPrinter: Add Current Page print range supportJohn Layt2010-03-042-1/+4
| | |/ / /
| | * | | Fix warnings on MSVCThierry Bastian2010-03-031-1/+1
| | |/ /
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-011-3/+10
| | |\ \
| | | * | Fixed qDrawPixmaps() to draw on integer coordinates on Mac OS X.Trond Kjernåsen2010-03-011-3/+10
| | * | | Doc: Rephrase documentation for QColor::isValidColor and add \since 4.7.Volker Hilsheimer2010-03-011-3/+5
| | * | | Added static method isValidColor to QColor.Erik Verbruggen2010-03-012-3/+28
| | |/ /
| * | | Fix alignment of text with negative right bearingEskil Abrahamsen Blomfeldt2010-03-091-2/+3
| |/ /
* | | QGraphcissystemCursor is now in a file with a _ in itJørgen Lind2010-03-083-3/+3
* | | Compile after QStaticText introductionPaul Olav Tvete2010-03-012-0/+13