summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* QWindowContext / QWindowFormat refactor.Samuel Rødal2011-06-101-0/+3
* Windows: Bring back the HDC to the raster engine, Q_OS_WIN.Friedemann Kleint2011-05-312-24/+40
* Compile on Mac.Morten Sorvig2011-05-301-1/+1
* Add QPlatformPrinterSupport.Friedemann Kleint2011-05-3011-76/+332
* Compile fix for QtGui when configure with -qpa on WindowsOlli Werwolff2011-05-264-8/+11
* Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-24116-1961/+1960
|\
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-24179-3029/+3029
| * Doc: Fixed qdoc warnings.David Boddie2011-05-232-10/+9
* | Compile fix for -qpa/Linux.Friedemann Kleint2011-05-232-0/+2
* | Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-205-6/+48
|\|
| * Remove warning from QColor::setNamedColor().Samuel Rødal2011-05-191-2/+1
| * Fixed compile of qdrawhelper_neon.cpp.Samuel Rødal2011-05-191-1/+1
| * Fall back to using paths for large fonts in drawStaticText()Eskil Abrahamsen Blomfeldt2011-05-183-3/+46
* | Merge remote branch 'origin/master' into refactorLars Knoll2011-05-162-8/+22
|\|
| * fix compilation with namespacesLars Knoll2011-05-121-8/+8
| * Fix compilation with namespaces enabledLars Knoll2011-05-122-0/+14
* | Merge remote branch 'origin/master' into refactorLars Knoll2011-05-126-1449/+1137
|\|
| * New algorithm for drawing thin linesLars Knoll2011-05-126-1449/+1137
* | Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-1114-236/+752
|\|
| * Fixed bug in QPdfEngine::addImage causing mono images to be made 32 bitMatthew Cattell2011-05-101-1/+4
| * Fixed off-by-one in radial gradient color table index computation.Samuel Rødal2011-05-101-4/+2
| * Fixes warnings about unused variablesOlivier Goffart2011-05-105-17/+2
| * Another attempt at fixing the MSVC2005 build.Samuel Rødal2011-05-101-1/+6
| * Compile fix in qdrawhelper_sse2.cpp for MSVC 2005.Samuel Rødal2011-05-101-0/+5
| * Compile fix in qdrawhelper_sse2.cpp.Samuel Rødal2011-05-101-1/+1
| * Added support for six-parameter radial gradients.Samuel Rødal2011-05-1011-73/+343
| * Improved gradient table generation performance for two-stop gradients.Samuel Rødal2011-05-105-72/+222
| * Optimized radial gradient fetch using SSE 2.Samuel Rødal2011-05-103-0/+98
| * Improved qt_gradient_clamp for reflect spreads.Samuel Rødal2011-05-101-5/+2
| * Prepared for SIMD implementation of radial gradients.Samuel Rødal2011-05-102-177/+174
| * Rename QGlyphs -> QGlyphRunEskil Abrahamsen Blomfeldt2011-05-103-14/+14
| * Add internal documentation for QUnifiedToolbarSurface.Fabien Freling2011-05-101-0/+33
| * Set the default graphics system to raster.Fabien Freling2011-05-101-1/+1
| * Revert "Switch the default graphics system to raster on Mac."Fabien Freling2011-05-101-1/+1
| * Fix a race condition when the main window is being destructed.Fabien Freling2011-05-101-1/+2
| * Switch the default graphics system to raster on Mac.Fabien Freling2011-05-101-1/+1
| * Fix QPainter::drawGlyphs() with non-affine transformationEskil Abrahamsen Blomfeldt2011-05-061-1/+8
* | Exports for QtWidgets to link.Samuel Rødal2011-05-092-3/+3
* | get QtWidgets to linkLars Knoll2011-05-076-13/+13
* | library splitLars Knoll2011-05-071-1/+1
* | QPixmapFilter will live in QtWidgetsLars Knoll2011-05-051-0/+1
* | separate QPrinter and QPrintDialogLars Knoll2011-05-044-29/+11
* | qdrawutil is for QtWidgetsLars Knoll2011-05-045-1232/+0
* | remove some unused codeLars Knoll2011-05-043-57/+0
* | QStylePainter belongs in QtWidgetsLars Knoll2011-05-043-290/+0
* | move platform specific files out of the wayLars Knoll2011-05-0423-10309/+0
* | split kernel/ up according to the future library splitLars Knoll2011-05-043-1948/+0
* | Merge remote branch 'origin/master' into refactorLars Knoll2011-05-044-12/+9
|\|
| * Support gamma correction of text on GLEskil Abrahamsen Blomfeldt2011-05-031-8/+2
| * Don't transform glyph positions for Core Graphics paint engineJiang Jiang2011-04-291-2/+3