summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Export QRasterizerAnders Bakken2009-08-211-1/+1
* CompileAnders Bakken2009-08-211-0/+1
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into master-s60axis2009-08-214-19/+31
|\
| * Merge commit 'qt/master' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-212-2/+10
| |\
| * | Fix the most obvious rendering bugs when applying an effect to QWidget.Bjørn Erik Nilsen2009-08-202-16/+29
| * | Add support for graphics effects on QWidget.Bjørn Erik Nilsen2009-08-201-3/+1
| * | Merge commit 'qt/master' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-1922-78/+1329
| |\ \
| * \ \ Merge commit 'qt/master' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-17149-287/+289
| |\ \ \
| * \ \ \ Merge commit 'qt/master' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-0728-1011/+435
| |\ \ \ \
| * | | | | Initial stab at a custom shader stage APITom Cooksey2009-07-231-0/+1
* | | | | | Merge commit 'qt/master'Jason Barron2009-08-211-0/+8
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtGunnar Sletta2009-08-211-2/+2
| |\ \ \ \ \
| * | | | | | Reset clip structure when we use Qt::ReplaceClip or Qt::NoClipGunnar Sletta2009-08-211-0/+8
| | |_|_|_|/ | |/| | | |
* | | | | | Merge commit 'qt/master'Jason Barron2009-08-211-2/+2
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Fix blend function crash on AVR32Paul Olav Tvete2009-08-211-2/+2
| |/ / / /
* | | | | compile again after QESDP fixHarald Fernengel2009-08-211-1/+1
* | | | | compile again with QExplicitlySharedDataPointerHarald Fernengel2009-08-212-11/+11
* | | | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-08-211-3/+3
|\ \ \ \ \
| * | | | | Use QExplicitlySharedDataPointer wherever possibleHarald Fernengel2009-08-201-3/+3
* | | | | | Revert "Hackish workaroung to Open C / C++ defect when intermixing standard"Janne Anttila2009-08-211-5/+0
|/ / / / /
* | | | | Tidy up the PRELOAD macro definitions in qdrawhelper.cpp.Jason Barron2009-08-191-7/+4
* | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-08-193-6/+62
|\ \ \ \ \ | |/ / / /
| * | | | Fixed QRasterPaintEngine::drawImage() for 1x1 source rectangles.Kim Motoyoshi Kalland2009-08-181-2/+34
| * | | | Compile fix with namespaceshjk2009-08-181-0/+2
| * | | | Fixed bug when rendering long lines of text without XRender.Samuel Rødal2009-08-181-4/+12
| * | | | Speed up midpoint lines starting far outside the device bounds.Gunnar Sletta2009-08-181-0/+14
* | | | | Changed names and URLs to reflect name change.axis2009-08-198-8/+8
* | | | | Remove qpaintdevice_s60.cpp.Jason Barron2009-08-182-74/+0
* | | | | Merge commit 'qt/master'Jason Barron2009-08-1827-168/+1368
|\ \ \ \ \ | |/ / / /
| * | | | Make QWS compile againAnders Bakken2009-08-171-33/+0
| * | | | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-1715-23/+603
| * | | | Implemented faster image transformation in the raster engine.Kim Motoyoshi Kalland2009-08-173-13/+664
| * | | | remove QT_RASTER_PAINTENGINE and QT_RASTER_IMAGEENGINE defines as they areGunnar Sletta2009-08-171-3/+0
| | |_|/ | |/| |
| * | | Fix coverity warningsThierry Bastian2009-08-171-3/+0
| * | | QPaintDevice implemented in qpaintdevice.cpp. Saves duplicated codeGunnar Sletta2009-08-175-72/+69
| * | | Fixed coverity warningsThierry Bastian2009-08-171-1/+1
| * | | Use LIBS_PRIVATE on Mac and X11.Thiago Macieira2009-08-171-1/+6
| * | | qpdf: fix memory leak detected by coverityThierry Bastian2009-08-171-0/+3
| * | | QVariant: added toFloat and toRealThierry Bastian2009-08-143-13/+13
| * | | spelWarwick Allison2009-08-142-7/+7
* | | | Changing names of Symbian leave <-> qt throw translation functionsmread2009-08-131-2/+2
* | | | Replace QCustomScopedPointer with QScopedPointerHarald Fernengel2009-08-132-3/+5
* | | | Merge commit 'qt/master'Jason Barron2009-08-13147-195/+192
|\ \ \ \ | |/ / /
| * | | Ugly round corners when no border is drawnGabriel de Dietrich2009-08-121-4/+4
| * | | fixing warnings for qreal=floatThomas Hartmann2009-08-121-1/+1
| * | | Update contact URL in license headers.Jason McDonald2009-08-12147-147/+147
| * | | Optimize qt_format_text test operations: try not to detachOswald Buddenhagen2009-08-111-40/+28
| * | | Add the Qt::TextLongestVariant flag so QFontMetrics::size returns the size of...Olivier Goffart2009-08-111-1/+2
| * | | Handle multi-length strings in the low-level formatting codeOlivier Goffart2009-08-111-13/+21
* | | | Prevent unnecessary repaints when moving with zero distance in moveRect().Frans Englich2009-08-111-1/+1