| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up and clarify Mac font engine code | Jiang Jiang | 2010-08-31 | 1 | -0/+1 |
|
|
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-08-30 | 1 | -8/+9 |
|\ |
|
| * | Correct last right bearing in boundingBox(glyphs) | Jiang Jiang | 2010-08-27 | 1 | -8/+9 |
|
|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-08-13 | 1 | -3/+29 |
|\ \
| |/ |
|
| * | Fix Japanese characters not displayed in webkit on Mac Cocoa 64 (Regression) | Simon Hausmann | 2010-08-02 | 1 | -3/+29 |
|
|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Thiago Macieira | 2010-07-01 | 1 | -2/+25 |
|\ \
| |/ |
|
| * | Improve text performance with QtWebKit in Qt 4.7 | Simon Hausmann | 2010-06-23 | 1 | -1/+23 |
|
|
| * | Fix crash on Mac OS X when drawing text with Qt::TextBypassShaping set | Tor Arne Vestbø | 2010-06-16 | 1 | -1/+2 |
|
|
* | | New class: QGlyphs | Eskil Abrahamsen Blomfeldt | 2010-06-04 | 1 | -0/+27 |
|/ |
|
* | Fix platform regression: Support QFont::setStretch() on Cocoa | Eskil Abrahamsen Blomfeldt | 2010-05-19 | 1 | -5/+13 |
|
|
* | Fix crash when CoreText fails to shape text for us | Tor Arne Vestbø | 2010-04-27 | 1 | -2/+13 |
|
|
* | Round instead of ceil font metrics when ForceIntegerMetrics is enabled | Tor Arne Vestbø | 2010-03-26 | 1 | -24/+24 |
|
|
* | Fix glyph advance on Mac/Carbon | Eskil Abrahamsen Blomfeldt | 2010-03-25 | 1 | -10/+43 |
|
|
* | Add QFont::ForceIntegerMetrics style strategy flag | Eskil Abrahamsen Blomfeldt | 2010-03-24 | 1 | -10/+39 |
|
|
* | Cocoa: Fix misaligned text between format changes | Eskil Abrahamsen Blomfeldt | 2010-03-10 | 1 | -1/+1 |
|
|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
|
|
* | Fix vertical text centering on Mac OS X | Eskil Abrahamsen Blomfeldt | 2009-12-15 | 1 | -2/+6 |
|
|
* | Cocoa: Synthesize italic text correct way when adding glyphs to path | Eskil Abrahamsen Blomfeldt | 2009-10-26 | 1 | -1/+1 |
|
|
* | Fix bug QTBUG-4848 | Sarah Smith | 2009-10-20 | 1 | -4/+10 |
|
|
* | Fixed bad glyph rendering under cocoa | Gunnar Sletta | 2009-10-19 | 1 | -17/+45 |
|
|
* | Fixed text positioning when printing in HighResolution on Mac OS X | Gunnar Sletta | 2009-10-09 | 1 | -3/+4 |
|
|
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6 | Simon Hausmann | 2009-09-24 | 1 | -0/+2 |
|\ |
|
| * | Fixed text drawing regression in Assistant. | Trond Kjernåsen | 2009-09-24 | 1 | -0/+2 |
|
|
| * | Update license headers again. | Jason McDonald | 2009-09-08 | 1 | -4/+4 |
|
|
* | | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
|
|
* | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 1 | -13/+13 |
|\ \
| |/ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
|
|
| * | Update license headers. | Jason McDonald | 2009-08-11 | 1 | -1/+1 |
|
|
* | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-08-03 | 1 | -3/+6 |
|\ \
| |/ |
|
| * | Mac: Fix crash in QCoreTextFontEngineMulti when disabling font kerning. | Morten Sørvig | 2009-07-30 | 1 | -1/+1 |
|
|
| * | Fix crash when printing to PDF on Qt/Mac | Morten Sørvig | 2009-07-27 | 1 | -2/+5 |
|
|
* | | More culling of Panther Code. | Norwegian Rock Cat | 2009-06-23 | 1 | -12/+2 |
|
|
* | | Merge commit 'origin/4.5' | Oswald Buddenhagen | 2009-06-23 | 1 | -5/+0 |
|\ \
| |/ |
|
| * | Improve text drawing quality with Carbon | Simon Hausmann | 2009-06-23 | 1 | -5/+0 |
|
|
* | | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 1 | -2/+2 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-05-22 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | Fixed an issue with text drawing to QImages on Mac/Cocoa. | Trond Kjernåsen | 2009-05-22 | 1 | -1/+3 |
|
|
* | | Make subpixel antialiasing of text work on Mac OS X under carbon | Gunnar Sletta | 2009-04-16 | 1 | -36/+74 |
|/ |
|
* | Fixing some CoreText errors. | Norwegian Rock Cat | 2009-04-02 | 1 | -13/+18 |
|
|
* | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 1 | -0/+1701 |
|
|