summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed compilation on AIX 6.1 with xlC 10.1Samuel Rødal2009-11-114-6/+12
* Support OpenVG graphics systems that inherit from QVGPixmapDataRhys Weatherley2009-11-111-3/+3
* Fixed tst_qpixmapfilter testcaseGunnar Sletta2009-11-101-12/+12
* Fixed drop shadows for opengl graphics systemGunnar Sletta2009-11-101-1/+1
* Use a non-cosmetic 1-width pen in example to match graphicsview specsGunnar Sletta2009-11-101-1/+1
* Fixed QPixmapDropShadowFilter and updated its testcaseGunnar Sletta2009-11-102-4/+2
* CompileEskil Abrahamsen Blomfeldt2009-11-101-1/+1
* Removed redundant line of code.Kim Motoyoshi Kalland2009-11-101-2/+1
* Match drop shadow bounding rectangle unit test to the new implementationRhys Weatherley2009-11-101-13/+13
* Add some of my changes to changes-4.6.0Eskil Abrahamsen Blomfeldt2009-11-091-1/+42
* Fixed handling of stroke-dashoffset in the SVG module.Kim Motoyoshi Kalland2009-11-091-1/+4
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-11-0913-352/+554
|\
| * Fixed handling of the "..." button in QPrintDialog for X11.Trond Kjernåsen2009-11-091-5/+4
| * Fixed bug where JPEG scaling resulted in an uninitialised pixel column.Kim Motoyoshi Kalland2009-11-091-1/+4
| * Replaced tabs with spaces in scale() in qjpeghandler.cpp.Kim Motoyoshi Kalland2009-11-091-229/+238
| * Fixed loading of 8-bit grayscale TIFF files.Samuel Rødal2009-11-095-63/+118
| * Add a simpler FBO autotest which just uses glClear()Tom Cooksey2009-11-091-0/+31
| * Mark both the new and original EGL contexts as sharingRhys Weatherley2009-11-094-0/+7
| * Detect context sharing on EGL systemsRhys Weatherley2009-11-095-0/+9
| * Set frameless window hints on QGL test windows under QWSRhys Weatherley2009-11-091-0/+15
| * Make qgl autotests more stable & passing in test farmTom Cooksey2009-11-061-6/+18
| * Enable & fix qgl autotests on 16-bpp systemsTom Cooksey2009-11-061-49/+111
* | Fixed dropshadow raster implementation since rewriteGunnar Sletta2009-11-091-4/+9
* | Fixed up qttracereplay and trace graphicsystem a bit.Gunnar Sletta2009-11-093-10/+31
* | Pixelalign circles in HTML bullet listsGunnar Sletta2009-11-091-1/+1
* | Fixed inconsistent coloring of bullets, circles and square listsGunnar Sletta2009-11-091-1/+1
|/
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-061-0/+1
|\
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jason McDonald2009-11-0661-135/+824
| |\
| * | Fix error when configuring on Unix using an evaluation license.Jason McDonald2009-11-061-0/+1
* | | Fixed g++ compiler warnings in qpen.cpp.Samuel Rødal2009-11-061-1/+1
* | | Fix fuzzy aliased rendering on GLES2Tom Cooksey2009-11-062-2/+13
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-11-062-15/+41
|\ \ \
| * | | Fix QPainter::setPen(pen with color but no style) on non-extended.David Faure2009-11-062-15/+41
* | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-0663-166/+945
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge commit 'origin/4.6' into large-file-supportJoão Abecasis2009-11-0616-133/+187
| |\ \ | | |/
| | * my change log for 4.6Thierry Bastian2009-11-061-9/+61
| | * Support composition mode source for drawing in dfbAnders Bakken2009-11-061-19/+52
| | * Reset composition mode after drawing in dfbAnders Bakken2009-11-061-3/+8
| * | Merge commit 'origin/4.6' into large-file-supportJoão Abecasis2009-11-052363-58757/+101885
| |\ \
| * | | Switch large file test to using Unbuffered modeJoão Abecasis2009-11-051-2/+2
| * | | Updating documentation to reflect actual behaviorJoão Abecasis2009-11-041-9/+11
| * | | Further fixes to file size handling on Windows with fd and FILE*João Abecasis2009-11-041-17/+26
| * | | Turns out 64-bit fseek/ftell are not available on VS 2003/2002...João Abecasis2009-10-292-2/+9
| * | | Don't try to mmap past EOFJoão Abecasis2009-10-281-0/+6
| * | | (MSVC 2002/2003) Use 64-bit versions of ftell and fseekJoão Abecasis2009-10-271-2/+2
| * | | Define QT_OPEN_LARGEFILE on Symbian + WinCEJoão Abecasis2009-10-272-0/+2
| * | | Fix silly error in bit fiddlingJoão Abecasis2009-10-261-1/+1
| * | | Extending QFile::size test to cover files opened with fd and FILE*João Abecasis2009-10-231-8/+43
| * | | Fix QFile::isSequential on WindowsJoão Abecasis2009-10-231-19/+10
| * | | Fix the LargeFile test for WindowsJoão Abecasis2009-10-231-10/+15