summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-026-45/+44
| |\ \ \
| | * \ \ Merge commit 'origin/4.6' into featureJørgen Lind2009-11-027-50/+47
| | |\ \ \ | | | |/ /
| | | * | Merge commit 'widget/4.6' into origin/4.6Olivier Goffart2009-10-305-45/+42
| | | |\ \
| | | | * \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6Jan-Arve Sæther2009-10-281-8/+10
| | | | |\ \
| | | | | * | Qt::escape(): also escape the quote (")Olivier Goffart2009-10-281-22/+5
| | | | | * | Fix XML entities in QTextDocument::toHtml()Thorvald Natvig2009-10-281-7/+26
| | | | * | | Merge branch 'fixes' of git://gitorious.org/~fleury/qt/fleury-openbossa-clone...Jan-Arve Sæther2009-10-2815-45/+132
| | | | |\ \ \ | | | | | |/ / | | | | |/| |
| | | | * | | Always use QExplicitlySharedDataPointer<QFontPrivate>Andreas Kling2009-10-274-37/+32
| | * | | | | Fix LIBRARY and ICONJørgen Lind2009-10-291-0/+2
| | | |_|/ / | | |/| | |
| * | | | | Merge commit 'mainline/4.6' into 4.6hjk2009-10-302-5/+5
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | introduce int QTextDocument::available{Undo,Redo}Steps() const;hjk2009-10-303-0/+33
| | |/ / / | |/| | |
* | | | | Avoid infinite loop when laying out text with unconvertible charsEskil Abrahamsen Blomfeldt2009-10-291-38/+35
| |/ / / |/| | |
* | | | Cocoa: Synthesize italic text correct way when adding glyphs to pathEskil Abrahamsen Blomfeldt2009-10-261-1/+1
* | | | Fixed PDF generation for Windows.Trond Kjernaasen2009-10-261-4/+4
|/ / /
* | | Make compile on X11 systems where qreal == floatRhys Weatherley2009-10-261-1/+1
* | | Compile on QWSAnders Bakken2009-10-231-1/+1
* | | Line spacing fixesJoerg Bornemann2009-10-2314-43/+130
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-231-75/+16
|\ \ \ | |/ /
| * | qfontengine_win.cpp: special Windows CE code removedJoerg Bornemann2009-10-221-75/+16
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-10-221-1/+1
|\ \ \ | |/ / |/| |
| * | Improved QFontInfo::pointSize() slightly on X11.Kim Motoyoshi Kalland2009-10-211-1/+1
* | | Fix bug QTBUG-4848Sarah Smith2009-10-202-9/+14
* | | Fixed bad glyph rendering under cocoaGunnar Sletta2009-10-192-18/+47
|/ /
* | 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