summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Removed unused static data from Qt.axis2009-07-061-2/+0
* Removed pointless variables to silence warnings from RVCT.axis2009-07-061-2/+1
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-2989-203/+201
|\
| * Compile.Norwegian Rock Cat2009-06-231-1/+1
| * Recognize | as separator characterThorbjørn Lindeijer2009-06-231-0/+1
| * Remove some warnings in the Cocoa build.Norwegian Rock Cat2009-06-232-1/+3
| * Improve text drawing quality with CarbonSimon Hausmann2009-06-231-5/+0
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-1689-178/+178
| * Fixed a problem with disappearing borders in a QTextFrame.Trond Kjernåsen2009-06-111-18/+18
* | Make Qt exception safer.Robert Griebl2009-06-1016-165/+224
* | pointSize = 7 seems to be a good desfault for S60Alessandro Portale2009-06-081-1/+0
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-084-22/+18
|\ \ | |/
| * Fixed text drawing on Windows in 16 bit mode.Trond Kjernaasen2009-06-052-13/+16
| * BT: Remove duplicate code and fix font parsing.Norwegian Rock Cat2009-06-022-9/+2
* | Made Selection updates relative to the block.axis2009-06-051-2/+3
* | Loading fonts from other /resource/fonts folders than the one on Z:Alessandro Portale2009-06-041-4/+40
* | Fixed an update bug in QTextControl.axis2009-06-031-0/+3
* | Gave QTextControl support for ImAnchorPosition and Selection.axis2009-06-031-3/+23
* | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicAlessandro Portale2009-06-035-5/+125
|\ \
| * \ Merge branch 'imSelections'axis2009-06-035-5/+125
| |\ \
| | * | Revert "Changed the behavior of ImCursorPosition slightly."axis2009-06-031-1/+1
| | * | Fixed incorrect headers.axis2009-06-034-4/+124
* | | | Fixed QFontEngineS60::boundingBox. It was actually returning the tightAlessandro Portale2009-06-031-20/+7
|/ / /
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-022-9/+9
|\ \ \ | |/ / |/| / | |/
| * BT: Fixed GL textdrawing in the Boxes demo.Trond Kjernaasen2009-05-261-3/+3
| * Doc: Miscellaneous documentation fixes for Qt 4.5.x and later.David Boddie2009-05-251-6/+6
* | Optimize font DPI calculation by using cached value.Jason Barron2009-05-281-4/+2
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-254-26/+43
|\ \ | |/
| * qdoc: Added some missing qdoc comments.Martin Smith2009-05-252-11/+14
| * Fixed potential bug caused by change b89efc8e7f32.Samuel Rødal2009-05-221-1/+1
| * Fixed text shaping bugs with ligatures and multiple font engines.Samuel Rødal2009-05-221-14/+26
| * Fixed an issue with text drawing to QImages on Mac/Cocoa.Trond Kjernåsen2009-05-221-1/+3
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-203-9/+14
|\ \ | |/
| * Fix some typos in the documentation.Frederik Schwarzer2009-05-182-2/+2
| * QCss: font-family handle fallback font specsOlivier Goffart2009-05-181-7/+12
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-183-5/+10
|\ \ | |/
| * Fixed an issue with text drawing under Windows.Trond Kjernaasen2009-05-141-3/+3
| * Made QFontEngineFT compile on 64-bit platforms with legacy headers.Samuel Rødal2009-05-111-1/+1
| * Clarifying docs for QTextTable::splitCell()Morten Engvoldsen2009-05-111-1/+6
* | Set the vertical advance of glyph metrics to zero.Jason Barron2009-05-181-1/+1
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJanne Koskinen2009-05-1118-70/+208
|\ \
| * \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-118-29/+90
| |\ \ | | |/
| | * Prevented asynchronous access to non-thread safe libfontconfig API.Samuel Rødal2009-05-081-11/+32
| | * Fix reentrency of the QCSS engine.Olivier Goffart2009-05-081-10/+6
| | * Compiler warnings (Mac/Carbon)Bjoern Erik Nilsen2009-05-071-1/+1
| | * Re-enabled antialiasing for large font sizes in OpenGL paint engine.Samuel Rødal2009-05-063-4/+45
| | * Doc: Added links to Text Object Example in QTextDocument and QTextObjectGeir Vattekar2009-05-062-2/+2
| | * Doc: Said that QTextCursor is an implicitly shared class inGeir Vattekar2009-05-061-1/+4
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-063-14/+64
| |\ \ | | |/
| | * Extend change 759338df758ad16cdfd9521b270f7e379bbfa57c to cover extramae2009-05-051-14/+25