| Commit message (Expand) | Author | Age | Files | Lines |
* | Only limit cursor position when line is wrapped | Jiang Jiang | 2011-09-21 | 1 | -1/+1 |
|
|
* | Make sure cursor position doesn't exceed line end | Jiang Jiang | 2011-09-19 | 1 | -0/+3 |
|
|
* | Release font engine refcount when done using it in QTextEngine | Jiang Jiang | 2011-09-16 | 1 | -2/+2 |
|
|
* | Do not put cursor at non-stop character positions | Jiang Jiang | 2011-09-14 | 1 | -0/+3 |
|
|
* | Reset trailingSpaces in relayout | Jiang Jiang | 2011-09-09 | 1 | -0/+1 |
|
|
* | Fix trailing spaces problem by not adding it to QScriptLine.length | Jiang Jiang | 2011-09-08 | 1 | -3/+3 |
|
|
* | Revert "Include trailing space width in RTL text line width" | Eskil Abrahamsen Blomfeldt | 2011-08-24 | 1 | -5/+1 |
|
|
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste... | Qt Continuous Integration System | 2011-08-01 | 1 | -1/+5 |
|\ |
|
| * | Include trailing space width in RTL text line width | Jiang Jiang | 2011-07-26 | 1 | -1/+5 |
|
|
* | | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7 | Liang Qi | 2011-07-29 | 1 | -4/+15 |
|\ \
| |/
|/| |
|
| * | Save previous font engine for right bearing adjustment | Jiang Jiang | 2011-07-27 | 1 | -5/+15 |
|
|
| * | Reset previousGlyph once we reached a new text item | Jiang Jiang | 2011-07-25 | 1 | -0/+1 |
|
|
| * | Optimize text layout. | Michael Brasser | 2011-07-11 | 1 | -6/+8 |
|
|
| * | Fix crash when app font is added | Jiang Jiang | 2011-07-11 | 1 | -4/+4 |
|
|
| * | Fix horizontal center alignment with trailing space | Jiang Jiang | 2011-07-04 | 1 | -1/+1 |
|
|
| * | Fix cursor position test on CursorOnCharacter case | Jiang Jiang | 2011-05-25 | 1 | -2/+4 |
|
|
| * | Fix xToCursor issue due to backporting from 4.8 | Jiang Jiang | 2011-05-24 | 1 | -0/+2 |
|
|
| * | Support placing cursor in ligature with mouse or touch | Jiang Jiang | 2011-05-23 | 1 | -7/+5 |
|
|
| * | Fix ligature offset in multi-line text | Jiang Jiang | 2011-05-20 | 1 | -2/+2 |
|
|
| * | Make selection work across ligatures | Jiang Jiang | 2011-05-20 | 1 | -21/+43 |
|
|
| * | Update licenseheader text in source files | Jyri Tahtela | 2011-05-13 | 1 | -17/+17 |
|
|
| * | Let QTextLine decide its own x position in QPainter | Jiang Jiang | 2011-04-19 | 1 | -18/+1 |
|
|
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste... | Qt Continuous Integration System | 2011-07-12 | 1 | -4/+4 |
|\ \ |
|
| * | | Fix crash when app font is added | Jiang Jiang | 2011-07-11 | 1 | -4/+4 |
|
|
* | | | Doc: Updated documentation with \since 4.8 declarations. | David Boddie | 2011-06-30 | 1 | -4/+12 |
|/ / |
|
* | | Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qt | David Boddie | 2011-06-17 | 1 | -12/+26 |
|\ \ |
|
| * | | Add function QGlyphRun::setRawData() | Eskil Abrahamsen Blomfeldt | 2011-06-06 | 1 | -3/+13 |
|
|
| * | | Merge remote branch 'qt/4.8' into fire-master | Paul Olav Tvete | 2011-06-06 | 1 | -17/+17 |
| |\ \ |
|
| * | | | Fix cursor position test on CursorOnCharacter case | Jiang Jiang | 2011-05-25 | 1 | -2/+4 |
|
|
| * | | | Support placing cursor in ligature with mouse or touch | Jiang Jiang | 2011-05-23 | 1 | -7/+9 |
|
|
| * | | | Fix ligature offset in multi-line text | Jiang Jiang | 2011-05-20 | 1 | -2/+2 |
|
|
* | | | | Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qt | David Boddie | 2011-05-24 | 1 | -37/+40 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Merge remote-tracking branch 'qt/4.8' | Jyri Tahtela | 2011-05-18 | 1 | -18/+18 |
| |\ \ \
| | |/ / |
|
| | * | | Move QTextCursor::MoveStyle to Qt namespace | Jiang Jiang | 2011-05-11 | 1 | -7/+7 |
|
|
| | * | | Rename QGlyphs -> QGlyphRun | Eskil Abrahamsen Blomfeldt | 2011-05-10 | 1 | -11/+11 |
|
|
| * | | | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 1 | -17/+17 |
| |/ / |
|
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste... | Qt Continuous Integration System | 2011-05-05 | 1 | -0/+3 |
| |\ \ |
|
| | * | | Fix glyph position issue with fallback fonts | Jiang Jiang | 2011-04-29 | 1 | -0/+3 |
|
|
* | | | | Doc: Fixed qdoc warnings. | David Boddie | 2011-05-11 | 1 | -5/+5 |
|/ / / |
|
* | | | Merge earth-team into origin/4.8 | Olivier Goffart | 2011-05-03 | 1 | -256/+139 |
|\ \ \
| |/ / |
|
| * | | Take leading space width into account for painting and selection | Jiang Jiang | 2011-04-26 | 1 | -0/+1 |
|
|
| * | | Support visual cursor movement for BIDI text | Jiang Jiang | 2011-04-19 | 1 | -256/+138 |
|
|
| * | | Long live QRawFont! | Eskil Abrahamsen Blomfeldt | 2011-04-15 | 1 | -11/+47 |
|
|
* | | | Fixes warnings about unused variables | Olivier Goffart | 2011-04-28 | 1 | -2/+0 |
|
|
* | | | Long live QRawFont! | Eskil Abrahamsen Blomfeldt | 2011-04-19 | 1 | -11/+47 |
|/ / |
|
* | | Fix horizontal centered text drawing without word wrap | Jiang Jiang | 2011-03-31 | 1 | -18/+1 |
|
|
* | | Merge remote-tracking branch 'origin/4.7' into HEAD | Thiago Macieira | 2011-03-16 | 1 | -22/+25 |
|\ \
| |/ |
|
| * | Adjust right bearing when breaking with line separators | Jiang Jiang | 2011-03-15 | 1 | -22/+25 |
|
|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-01-17 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
|
|