index
:
delta/qt4-tools.git
4.5
4.6
4.6-digia
4.7
4.7-digia
4.8
4.8-bb10
4.8.0-symbian
4.8.1-symbian
baserock/morph
history/qtquick2
history/qtquick2-v8
code.qt.io: qt/qt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
/
painting
/
qpaintengine_raster.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers
Akseli Salovaara
2015-03-31
1
-13
/
+13
*
Check world matrix is true when seeing if transformations are supported
Andy Shaw
2015-01-02
1
-0
/
+2
*
Avoid out of bounds memory reads when scaling images
v4.8.6
Lars Knoll
2014-04-03
1
-1
/
+1
*
Updated year in copyright header
Kai Koehne
2014-03-26
1
-1
/
+1
*
Fixed dashes being rendered differently depending on system clip.
Samuel Rødal
2013-03-14
1
-13
/
+13
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-13
1
-1
/
+1
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-29
1
-24
/
+24
*
Fixed outline / fill inconsistencies in raster paint engine.
Samuel Rødal
2012-09-27
1
-6
/
+1
*
Update contact information in license headers.
Sergio Ahumada
2012-08-01
1
-2
/
+2
*
The scaling should not effect the width of a cosmetic pen
Andy Shaw
2012-03-30
1
-1
/
+1
*
Update year in Nokia copyright messages.
Jason McDonald
2012-01-11
1
-1
/
+1
*
Converting from double to qreal in gui
mread
2011-10-10
1
-4
/
+4
*
Allocate 16-byte aligned memory independent of platform for raster pool.
Samuel Rødal
2011-09-09
1
-37
/
+17
*
Merge remote-tracking branch 'upstream/4.8'
Sergio Ahumada
2011-08-29
1
-2
/
+2
|
\
|
*
Use CoreText for font rendering on uikit.
Eike Ziller
2011-08-24
1
-2
/
+2
*
|
Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'
suzuki toshiya
2011-08-18
1
-2
/
+2
|
/
*
Fixed regression introduced by 5842d19cf3dff37a85c.
Samuel Rødal
2011-08-03
1
-4
/
+9
*
Fixed holes in border image drawing by introducing new API.
Samuel Rødal
2011-07-26
1
-5
/
+6
*
Get subpixel antialiasing again w/combo of raster and affine transform
Eskil Abrahamsen Blomfeldt
2011-07-25
1
-9
/
+3
*
Fix vertical positioning of glyphs in raster engine with FreeType
Jiang Jiang
2011-06-28
1
-3
/
+4
*
Merge branch 'qt-4.8-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration in...
Qt Continuous Integration System
2011-06-09
1
-1
/
+9
|
\
|
*
Merge branch '4.7' into qt-4.8-from-4.7
Liang Qi
2011-06-06
1
-1
/
+9
|
|
\
|
|
*
Missing glyphs transforming QStaticText on X11/raster with subpixel AA
Eskil Abrahamsen Blomfeldt
2011-05-30
1
-1
/
+9
|
|
*
Update licenseheader text in source files
Jyri Tahtela
2011-05-13
1
-17
/
+17
*
|
|
Merge remote branch 'qt/4.8' into fire-master
Paul Olav Tvete
2011-06-06
1
-17
/
+17
|
\
\
\
|
|
/
/
|
*
|
Update licenseheader text in source files for qt4.8
Jyri Tahtela
2011-05-13
1
-17
/
+17
*
|
|
Fix Windows build
Jiang Jiang
2011-06-03
1
-2
/
+2
*
|
|
Refactor glyph pretransform check
Jiang Jiang
2011-06-03
1
-34
/
+33
*
|
|
Still use midpoint rendering of aliased ellipses
aavit
2011-05-31
1
-0
/
+160
*
|
|
Keep line consistency with text baseline
Jiang Jiang
2011-05-30
1
-1
/
+2
*
|
|
Revert the revert of subpixel positions interpretation for text
Jiang Jiang
2011-05-23
1
-3
/
+2
*
|
|
Compilation fix of f8e8583
aavit
2011-05-19
1
-2
/
+3
*
|
|
Revert "Fix how subpixel positions are intepreted in an aliased grid."
aavit
2011-05-19
1
-12
/
+28
*
|
|
Fall back to using paths for large fonts in drawStaticText()
Eskil Abrahamsen Blomfeldt
2011-05-18
1
-2
/
+10
*
|
|
New algorithm for drawing thin lines
Lars Knoll
2011-05-12
1
-1442
/
+78
|
/
/
*
|
Added support for six-parameter radial gradients.
Samuel Rødal
2011-04-13
1
-1
/
+2
*
|
Improved gradient table generation performance for two-stop gradients.
Samuel Rødal
2011-04-13
1
-0
/
+78
*
|
Make sure we don't use subpixel positions in full hinting mode
Jiang Jiang
2011-04-01
1
-6
/
+1
*
|
Fix remaining regressions in QWS
Jiang Jiang
2011-03-25
1
-2
/
+5
*
|
Fixed remaining issues in subpixel positioning with FreeType
Jiang Jiang
2011-03-24
1
-125
/
+125
*
|
Implement subpixel positioning with FreeType
Jiang Jiang
2011-03-22
1
-3
/
+4
*
|
Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7
Olivier Goffart
2011-02-23
1
-0
/
+7
|
\
\
|
|
/
|
*
Prevent infinite loop in raster engine on zero dash pattern length.
Samuel Rødal
2011-02-22
1
-0
/
+7
*
|
Fix silly warnings about initialising in the wrong order
Thiago Macieira
2011-02-21
1
-4
/
+4
*
|
Merge remote branch 'origin/4.7' into qt-master-from-4.7
Olivier Goffart
2011-01-17
1
-3
/
+3
|
\
\
|
|
/
|
*
Update copyright year to 2011.
Jason McDonald
2011-01-11
1
-1
/
+1
|
*
Doc: Fixing typo
Sergio Ahumada
2011-01-07
1
-2
/
+2
*
|
Merge branch 'qt-graphics-team-text-master'
Eskil Abrahamsen Blomfeldt
2011-01-10
1
-1
/
+3
|
\
\
|
*
|
Optimize texture glyph cache
Eskil Abrahamsen Blomfeldt
2010-12-21
1
-1
/
+3
*
|
|
Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...
Qt Continuous Integration System
2010-12-21
1
-22
/
+15
|
\
\
\
[next]