summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Correct antialias disabling logic for Core TextJiang Jiang2011-06-041-3/+2
* Make TextEdit word selection more natural.Andrew den Exter2011-06-011-1/+1
* Ensure the TextEdit cursor delegate is repositioned on mouse events.Andrew den Exter2011-06-011-1/+3
* Fix build in C++0x modeBernhard Rosenkraenzer2011-05-311-2/+2
* Support placing cursor in ligature with mouse or touchJiang Jiang2011-05-303-7/+82
* Fix ligature offset in multi-line textJiang Jiang2011-05-271-2/+2
* Fix compile for systems with old fontconfigJiang Jiang2011-05-271-0/+5
* Workaround a bug in Core Text to select Light fontsJiang Jiang2011-05-251-1/+6
* Fix QFontEngineX11FT compilationJiang Jiang2011-05-251-0/+2
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-24117-1990/+1990
* Doc: Fixed qdoc warnings.David Boddie2011-05-231-4/+40
* Doc: Fixed qdoc warnings.David Boddie2011-05-237-60/+104
* Enablers for TextInputEskil Abrahamsen Blomfeldt2011-05-237-23/+119
* Fix broken drawing with large fonts using QStaticText and FreeTypeEskil Abrahamsen Blomfeldt2011-05-181-1/+1
* Move QTextCursor::MoveStyle to Qt namespaceJiang Jiang2011-05-119-31/+27
* Add some QRawFont related low level functions to avoid extra copyingJiang Jiang2011-05-112-5/+55
* Merge remote-tracking branch 'staging/master'Olivier Goffart2011-05-101-2/+2
|\
| * Compile on MacEskil Abrahamsen Blomfeldt2011-05-101-2/+2
* | Fixes warnings about unused variablesOlivier Goffart2011-05-102-2/+1
* | Make text rendering working outside the gui thread on Symbian.Laszlo Agocs2011-05-101-11/+19
|/
* Rename QGlyphs -> QGlyphRunEskil Abrahamsen Blomfeldt2011-05-109-120/+121
* Fix QRawFont::setPixelSize() on MacEskil Abrahamsen Blomfeldt2011-05-061-1/+1
* 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
* Remove QFontEngineFT::loadGlyphMetricsJiang Jiang2011-05-042-101/+0
* Add required font metrics functions to QRawFontJiang Jiang2011-05-042-0/+56
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtbase-stagingGunnar Sletta2011-05-041-0/+8
|\
| * Include pixel size of font in exported HTML from QTextDocumentEskil Abrahamsen Blomfeldt2011-05-041-0/+8
* | Make pixel size a qreal in QRawFontEskil Abrahamsen Blomfeldt2011-05-022-5/+5
* | Support more items for QTextCharFormat::VerticalAlignment enum for custom tex...Dmitry Zelenkovsky2011-05-022-3/+13
* | Use maximum ascent/descent/leading from fallback fonts in shapingJiang Jiang2011-04-296-8/+20
* | Another ugly hack to make bidi cursor work with Core TextJiang Jiang2011-04-291-3/+24
* | Make sure layoutData exist before checking for string directionJiang Jiang2011-04-291-0/+2
* | Take leading space width into account for painting and selectionJiang Jiang2011-04-292-1/+4
* | Remove extra comma at the end of enum listJiang Jiang2011-04-291-1/+1
* | Turn on HarfBuzz support for Mac/CocoaJiang Jiang2011-04-292-1/+36
* | Support visual cursor movement for BIDI textJiang Jiang2011-04-2910-266/+584
* | 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
* | doc: Minor cleanup in QGlyphs docsEskil Abrahamsen Blomfeldt2011-04-291-1/+1
* | doc: Simplify language in QGlyphs docsEskil Abrahamsen Blomfeldt2011-04-291-2/+2
* | Make QtQuick2 compile on QPAEskil Abrahamsen Blomfeldt2011-04-2820-125/+200
* | Initial import from qtquick2.Qt by Nokia2011-04-274-16/+13
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-27117-0/+84493