summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Add function QGlyphRun::setRawData()Eskil Abrahamsen Blomfeldt2011-06-064-46/+101
| * | | | | Merge remote branch 'qt/4.8' into fire-masterPaul Olav Tvete2011-06-06117-2001/+2002
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Fix build in C++0x modeBernhard Rosenkraenzer2011-05-311-2/+2
| | |/ / /
| * | | | Correct antialias disabling logic for Core TextJiang Jiang2011-06-041-3/+2
| * | | | Keep line consistency with text baselineJiang Jiang2011-05-301-4/+4
| * | | | Fix compile for systems with old fontconfigJiang Jiang2011-05-271-0/+5
| * | | | Fix boundry conditions for cursor hit testJiang Jiang2011-05-251-1/+1
| * | | | Fix QFontEngineX11FT compilationJiang Jiang2011-05-251-0/+2
| * | | | Fix cursor position test on CursorOnCharacter caseJiang Jiang2011-05-253-4/+9
| * | | | Support placing cursor in ligature with mouse or touchJiang Jiang2011-05-233-7/+77
| * | | | Fix ligature offset in multi-line textJiang Jiang2011-05-201-2/+2
| * | | | Workaround a bug in Core Text to select Light fontsJiang Jiang2011-05-161-1/+6
* | | | | Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qtDavid Boddie2011-05-24119-2351/+2376
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge remote-tracking branch 'qt/4.8'Jyri Tahtela2011-05-1822-171/+230
| |\ \ \ \
| | * \ \ \ Merge branch 'qt-4.8-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2011-05-174-9/+10
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-05-131-1/+1
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-05-131-1/+1
| | | | |\ \
| | | | | * | Make TextEdit word selection more natural.Andrew den Exter2011-05-131-1/+1
| | | * | | | Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-05-121-1/+3
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-05-121-1/+3
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Ensure the TextEdit cursor delegate is repositioned on mouse events.Andrew den Exter2011-05-121-1/+3
| | | | | * | Merge branch '4.7' of git://scm.dev.nokia.troll.no/qt/qt into 4.7Martin Jones2011-04-279-52/+76
| | | | | |\ \
| | | * | | \ \ Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-05-063-7/+6
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | memory leak fixTero Toivola2011-05-031-0/+4
| | | | * | | | Revert symbol addition in b033bb9Jiang Jiang2011-04-292-7/+2
| | | | | |_|/ | | | | |/| |
| | * | | | | Move QTextCursor::MoveStyle to Qt namespaceJiang Jiang2011-05-119-31/+27
| | * | | | | Add some QRawFont related low level functions to avoid extra copyingJiang Jiang2011-05-102-5/+55
| | * | | | | Compile on MacEskil Abrahamsen Blomfeldt2011-05-101-2/+2
| | * | | | | Rename QGlyphs -> QGlyphRunEskil Abrahamsen Blomfeldt2011-05-109-120/+121
| | * | | | | Fix QRawFont::setPixelSize() on MacEskil Abrahamsen Blomfeldt2011-05-061-1/+1
| | * | | | | Merge remote branch 'qt-mainline/4.8'aavit2011-05-063-13/+20
| | |\ \ \ \ \ | | | |/ / / /
| | * | | | | Only enable design metrics for scalable fontsJiang Jiang2011-05-051-1/+1
| | * | | | | Add a way to retrieve CTFontRef from QFontJiang Jiang2011-05-052-3/+6
| | * | | | | Include pixel size of font in exported HTML from QTextDocumentEskil Abrahamsen Blomfeldt2011-05-041-0/+8
| * | | | | | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-13117-1990/+1990
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste...Qt Continuous Integration System2011-05-056-107/+65
| |\ \ \ \ \ | | |/ / / /
| | * | | | Remove QFontEngineFT::loadGlyphMetricsJiang Jiang2011-05-032-101/+0
| | * | | | Add required font metrics functions to QRawFontJiang Jiang2011-05-022-0/+56
| | * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-teamaavit2011-05-024-6/+9
| | |\ \ \ \
| | | * | | | Make pixel size a qreal in QRawFontEskil Abrahamsen Blomfeldt2011-05-022-5/+5
| | | * | | | Make sure removed QTextBlock is invalidJiang Jiang2011-04-293-1/+11
| | | * | | | Make sure QFont's resolve mask is copied on compilers with C++0x supportEskil Abrahamsen Blomfeldt2011-04-291-1/+1
| | | * | | | Fix glyph position issue with fallback fontsJiang Jiang2011-04-291-0/+3
| * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-symbian-staging into ma...Qt Continuous Integration System2011-05-051-11/+19
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge remote-tracking branch 'qt/4.8'Sami Lempinen2011-04-2836-357/+2654
| | |\ \ \ \ \ \
| | * | | | | | | Make text rendering working outside the gui thread on Symbian.Laszlo Agocs2011-04-261-11/+19
* | | | | | | | | Doc: Fixed qdoc warnings.David Boddie2011-05-121-4/+40
* | | | | | | | | Doc: Fixed qdoc warnings.David Boddie2011-05-117-60/+104
|/ / / / / / / /
* | | | | | | | Merge earth-team into origin/4.8Olivier Goffart2011-05-0337-424/+905
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste...Qt Continuous Integration System2011-04-292-3/+13
| |\ \ \ \ \ \ \