summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
...
* blitter: Use CapabilitiesToStateMask as a class memberHolger Hans Peter Freyther2012-01-271-30/+29
* blitter: Style changes to the codeHolger Hans Peter Freyther2012-01-271-77/+64
* Fix set/paperSize(QPrinter::PaperSize) on MacAndy Shaw2012-01-251-2/+2
* Add a public API for releasing cached GPU resources on SymbianGareth Stockwell2012-01-252-0/+13
* Fix using custom paper sizes on MacAndy Shaw2012-01-131-3/+5
* Update year in Nokia copyright messages.Jason McDonald2012-01-11186-186/+186
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-symbian-staging into ma...Qt Continuous Integration System2011-12-224-4/+4
|\
| * Symbian: Fix exporting and importing of some functions for autotestsMiikka Heikkinen2011-12-214-4/+4
* | [blitter] Fix memory leak in the blitter paintengineHolger Hans Peter Freyther2011-12-131-5/+5
|/
* Merge remote-tracking branch 'qt-qa-review/master'Sergio Ahumada2011-11-261-1/+1
|\
| * Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt-qa-teamQt Continuous Integration System2011-08-221-1/+1
| |\
| | * Doc: Fixing typoSergio Ahumada2011-08-171-1/+1
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-symbian-staging into ma...Qt Continuous Integration System2011-11-244-3/+228
|\ \ \
| * | | Surviving out of memory in Qt Quick appmread2011-11-211-1/+1
| * | | Export QtGui functions required by QtMultimediaKit backendGareth Stockwell2011-11-183-2/+227
* | | | Allow setting the runtime graphicssystem via QT_DEFAULT_RUNTIME_SYSTEM.Robin Burchell2011-11-161-3/+7
* | | | Partially revert "Set the graphics system name in the graphics system factory."Robin Burchell2011-11-161-2/+0
|/ / /
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-doc-staging into master...Qt Continuous Integration System2011-11-011-11/+11
|\ \ \
| * | | qpaintdevice-qt3.html documentation errorsartoka2011-11-011-11/+11
* | | | Symbian - fix compile error when default configuredShane Kearns2011-10-181-3/+3
|/ / /
* | | Merge remote-tracking branch 'qt/4.8'Sami Lempinen2011-10-142-16/+96
|\ \ \
| * \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste...Qt Continuous Integration System2011-10-101-2/+3
| |\ \ \
| | * | | Fixed broken window surface flush when depth is 24 and bpp is not 32.Samuel Rødal2011-09-291-2/+3
| * | | | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Liang Qi2011-10-071-14/+93
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | A patch for 'Fix to QtOpenGL crash'Jani Hautakangas2011-09-271-0/+2
| | * | | Fix to QtOpenGL crashJani Hautakangas2011-09-231-14/+91
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-07-271-1/+0
| | |\ \ \
| | | * | | Remove a duplicate include lineLiang Qi2011-07-271-1/+0
* | | | | | Converting from double to qreal in guimread2011-10-106-26/+26
|/ / / / /
* | | | | Generate glyphs in un-transformed coordinate system.Samuel Rødal2011-09-091-3/+4
* | | | | Allocate 16-byte aligned memory independent of platform for raster pool.Samuel Rødal2011-09-091-37/+17
* | | | | Merge remote-tracking branch 'upstream/4.8'Sergio Ahumada2011-08-291-2/+2
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-teamaavit2011-08-241-2/+2
| |\ \ \ \ \
| | * | | | | Use CoreText for font rendering on uikit.Eike Ziller2011-08-241-2/+2
* | | | | | | Merge remote-tracking branch 'mainline/4.8'Oswald Buddenhagen2011-08-264-45/+53
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste...Qt Continuous Integration System2011-08-243-38/+43
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Fixed lost flushes in raster window surface.Samuel Rødal2011-08-221-10/+11
| | * | | | | Correctly position aliased lines with flat capsLars Knoll2011-08-192-28/+32
| | | |_|/ / | | |/| | |
| * | | | | Doc: Fixed qdoc warnings.David Boddie2011-08-151-7/+10
| |/ / / /
* | | | | Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'suzuki toshiya2011-08-183-4/+4
|/ / / /
* | | | Fixed compile error in qwindowsurface_qws.cpp.Samuel Rødal2011-08-031-1/+1
* | | | Fixed regression introduced by 5842d19cf3dff37a85c.Samuel Rødal2011-08-031-4/+9
* | | | Fixed holes in border image drawing by introducing new API.Samuel Rødal2011-07-268-133/+171
* | | | Get subpixel antialiasing again w/combo of raster and affine transformEskil Abrahamsen Blomfeldt2011-07-251-9/+3
| |_|/ |/| |
* | | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Liang Qi2011-07-141-2/+8
|\ \ \ | |/ /
| * | Compensate for different rounding rule in CG engineJiang Jiang2011-07-121-2/+8
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste...Qt Continuous Integration System2011-07-122-22/+20
|\ \ \
| * \ \ Merge remote branch 'review/master' into stagingJiang Jiang2011-07-122-22/+20
| |\ \ \
| | * | | Use truncate only for subpixel boundingBox x positionJiang Jiang2011-07-081-1/+1
| | * | | Use more numerically robust algorithm to compute QBezier::pointAt().Samuel Rødal2011-07-081-18/+18