summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Second attempt: Fixed a few compiler warnings from QtGui for Symbian.Janne Anttila2009-10-131-0/+1
* Revert "Fixed a few compiler warnings from QtGui for Symbian."Janne Anttila2009-10-131-1/+0
* Fixed a few compiler warnings from QtGui for Symbian.Janne Anttila2009-10-131-0/+1
* Make QTextControl give the right default action to Drag managerShane Kearns2009-10-121-2/+6
* Make writing out word-spacing use the right property.Thomas Zander2009-10-121-2/+2
* Fixed a bug visible in QPrintPreview with the X11 XLFD font engine.Trond Kjernåsen2009-10-121-1/+1
* Fix compile error on symbian platformShane Kearns2009-10-091-0/+4
* Fix printing bitmap fonts on X11 with FontConfig enabledEskil Abrahamsen Blomfeldt2009-10-093-11/+24
* Fixed text positioning when printing in HighResolution on Mac OS XGunnar Sletta2009-10-091-3/+4
* Fix compilation with -pedanticDavid Faure2009-10-071-1/+1
* Small doclet fixThomas Zander2009-10-061-3/+3
* Fix QKeySequence::DeleteEndOfWord and QKeySequence::DeleteStartOfWordmae2009-10-051-2/+4
* Fix regression in Command link button font sizeJens Bache-Wiig2009-09-091-0/+1
* Make QPF's implementation of alphaMapForGlyph() consistent.Rhys Weatherley2009-09-292-3/+5
* doc: Fixed three /sa that should be \saThorbjørn Lindeijer2009-09-281-1/+1
* Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-09-241-0/+2
|\
| * Fixed text drawing regression in Assistant.Trond Kjernåsen2009-09-241-0/+2
| * Clean up properly in the QPF1 font enginePaul Olav Tvete2009-09-141-0/+6
| * Update license headers again.Jason McDonald2009-09-0889-356/+356
* | QTextDocument initial revision after setPlainText/setHtmlmae2009-09-241-0/+4
* | Only account for a negative right bearing in QTextLayoutEskil Abrahamsen Blomfeldt2009-09-241-1/+1
* | Fixed a text drawing problem in the GL2 engine under X11.Trond Kjernåsen2009-09-241-1/+1
* | Fix QTextDocument::revision()mae2009-09-243-23/+17
* | QTextCursor selection extension when inserting charactersmae2009-09-231-2/+6
* | Fix breaking on fixed column width when text has tabsEskil Abrahamsen Blomfeldt2009-09-221-2/+7
* | Fixed text drawing in the GL2 engine after sub-pixel hinting was added.Trond Kjernåsen2009-09-221-0/+6
* | Made subpixel antialiasing in the GL2 engine work on X11 as well.Samuel Rødal2009-09-212-0/+23
* | Making Keypad Navigation more usableAlessandro Portale2009-09-191-1/+3
* | Switch glyph cache from Qt to SymbianLiang QI2009-09-181-1/+2
* | Introduce native Symbian bitmap support to QPixmapJani Hautakangas2009-09-183-11/+23
* | Fix glyph selection in symbol fonts that contain unicode cmap tableEskil Abrahamsen Blomfeldt2009-09-171-14/+63
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Morten Sorvig2009-09-173-6/+12
|\ \
| * | Fix to QSyntaxHighlighter not rehighlighting enoughmae2009-09-161-1/+1
| * | QFontMetrics::boundingRect(QString) returns incorrect width on Mac OS XPrasanth Ullattil2009-09-161-1/+5
| * | Small optimisation in QFontMetrics multi-length-stringOlivier Goffart2009-09-161-4/+6
* | | Improve font handling on Mac/Cocoa.Morten Sorvig2009-09-161-0/+31
|/ /
* | If the font does not exist, then the right bearing becomes to bigJørgen Lind2009-09-143-2/+5
* | fix compile error debug outputGunnar Sletta2009-09-141-1/+1
* | Clean up properly in the QPF1 font enginePaul Olav Tvete2009-09-111-0/+6
* | S60 font db more tolerant of failuremread2009-09-101-1/+6
* | QTextDocument::contentsChanged() was emitted twice for a singlemae2009-09-101-1/+1
* | Fix crash (assert) in QTextDocumentmae2009-09-091-0/+2
* | Account for right bearing in QFontMetrics::boundingRect(string)Eskil Abrahamsen Blomfeldt2009-09-091-2/+7
* | Removed some superfluous semicolonsAlessandro Portale2009-09-091-2/+2
* | Getting text widget OOM tests working in Symbianmread2009-09-091-1/+1
* | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-0993-426/+473
|\ \
| * | Update license headers again.Jason McDonald2009-09-0993-372/+372
| * | Take right bearing of glyphs into account when doing text layoutEskil Abrahamsen Blomfeldt2009-09-081-54/+101
* | | Fixed 'use of function is deprecated' warnings reported by RVCTJanne Anttila2009-09-091-1/+1
|/ /
* | Support setting font size in shorthand font propertiesEskil Abrahamsen Blomfeldt2009-09-071-1/+1