summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to Digia4.6Sergio Ahumada2012-11-2793-1674/+1674
* Update copyright year to 2011.Jason McDonald2011-01-1193-93/+93
* Ensure that we load system libraries from the correct location.Jan-Arve Sæther2010-09-032-7/+7
* Workaround for QTBUG-8013: Do not return an ascent of 0Alessandro Portale2010-07-271-1/+4
* Fix crash when removing columns in merged rowEskil Abrahamsen Blomfeldt2010-07-071-3/+4
* Fix possible crash in QTextLayout for glyphless itemsEskil Abrahamsen Blomfeldt2010-06-171-3/+11
* Thread safety for QFontEngineS60Shane Kearns2010-06-111-8/+10
* Fix regression with Qt::AlignRight on monospaced text in QTextLayoutEskil Abrahamsen Blomfeldt2010-05-271-2/+2
* Back port change d85b149a5c7f3532f8e1a593a79298c9ae38a95fEskil Abrahamsen Blomfeldt2010-05-272-0/+2
* Support linked fonts (.ltt) from standard font locations.Alessandro Portale2010-05-141-0/+1
* Fixed QFont to respect the italics constructor flag.Trond Kjernåsen2010-05-121-0/+3
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-05-011-17/+40
|\
| * Fix bold text rendering of Thai and Vietnamese on SymbianAlessandro Portale2010-04-301-17/+40
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-04-301-6/+3
|\ \ | |/ |/|
| * Fixed a leak in QTextDocument::print().Trond Kjernåsen2010-04-291-6/+3
* | Removing unused code.Alessandro Portale2010-04-302-27/+2
|/
* Renaming a few unexported, private symbolsAlessandro Portale2010-04-284-46/+46
* Fixed a QFontEngine leak for QFont objects used in threads.Trond Kjernåsen2010-04-271-3/+2
* Removed inneccessary QGlyphLayout::offsets initialization.Alessandro Portale2010-04-211-2/+2
* Fix mirrored characters for RTL text in SymbianAlessandro Portale2010-04-211-1/+3
* Symbol visibility fixes for RVCT4 on SymbianIain2010-04-156-7/+7
* CSS: fixes border only affecting the first widget.Olivier Goffart2010-04-121-1/+1
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-04-121-2/+4
|\
| * Fix crash with QTextEdit::textChanged() when deleting a characterEskil Abrahamsen Blomfeldt2010-04-121-2/+4
* | Clear QFontCache TLS content before nullifying TLS pointer.Janne Koskinen2010-04-081-1/+3
|/
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-04-061-1/+1
|\
| * Fix crash for multiscript text in QTextEngine::boundingBox()Eskil Abrahamsen Blomfeldt2010-04-061-1/+1
* | Implementing QFontEngineS60::getSfntTableData()Alessandro Portale2010-04-052-0/+32
|/
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Eskil Abrahamsen Blomfeldt2010-03-302-0/+10
|\
| * Adding QFontDatabase::removeAllApplicationFonts()Alessandro Portale2010-03-291-0/+5
| * Compile with MSVC 2005 and 2003 when no platform SDK is usedAndy Shaw2010-03-291-0/+5
* | Compile on MingWEskil Abrahamsen Blomfeldt2010-03-302-0/+4
|/
* Recommit 1ebeb971d3382aec0fff927Eskil Abrahamsen Blomfeldt2010-03-226-11/+60
* Revert "Optimize getting bearings of a glyph on Windows for true type fonts"Olivier Goffart2010-03-196-59/+11
* Optimize getting bearings of a glyph on Windows for true type fontsEskil Abrahamsen Blomfeldt2010-03-176-11/+59
* Optimize speed of QTextLayout and QPainter::drawTextEskil Abrahamsen Blomfeldt2010-03-171-40/+82
* Fixed filename cases to support building Qt for Symbian in LinuxMiikka Heikkinen2010-03-122-2/+2
* Memory leak!Gabriel de Dietrich2010-03-091-1/+2
* Avoid QString reallocation in QTextEngineAndreas Kling2010-03-041-4/+2
* Fix Thai text on Windows 7Eskil Abrahamsen Blomfeldt2010-02-161-2/+12
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-101-1/+5
|\
| * Blinking cursors are 2 pixels wide on Mac OS X/Cocoa.Prasanth Ullattil2010-02-101-1/+5
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-02-101-1/+1
|\ \
| * | Make compileThomas Zander2010-02-101-1/+1
| |/
* / Clarify QFont::rawName() docs.Trond Kjernåsen2010-02-101-2/+3
|/
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-02-061-6/+5
|\
| * Fixed casual crash in initializeDb (Symbian)Alessandro Portale2010-02-051-6/+5
* | Make sure we define S_IFDIR on WindowsThomas Zander2010-02-041-3/+6
* | Fix copy/pastoThomas Zander2010-02-042-2/+2
|/
* Fixed text rendering via scaled QPainter on rasterPaintEngine / SymbianAlessandro Portale2010-02-012-18/+60