summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* All of Qt's own code compiles with -pedantic now (but pcre and webkit don't s...David Faure2009-06-041-1/+1
* Merge branch '4.5'Denis Dzyubenko2009-06-022-9/+2
|\
| * BT: Remove duplicate code and fix font parsing.Norwegian Rock Cat2009-06-022-9/+2
* | Integrate merge-request #548 into branch 'master'Norwegian Rock Cat2009-05-281-2/+0
|\ \
| * | Remove duplicate qpdf_p.h include.Brad Hards2009-05-281-2/+0
* | | oops, build was broken on embeddedThierry Bastian2009-05-281-1/+1
|/ /
* | improved string operations all over the placeThierry Bastian2009-05-286-26/+25
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-274-20/+23
|\ \ | |/
| * 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
| * qdoc: Added some missing qdoc comments.Martin Smith2009-05-252-11/+14
* | Restore undo compression for cut/del of selectionsmae2009-05-271-25/+32
* | some cleanups on private exported symbolsThierry Bastian2009-05-264-11/+7
* | Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-257-23/+23
* | Merge branch '4.5'Thiago Macieira2009-05-222-15/+29
|\ \ | |/
| * 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/qtSimon Hausmann2009-05-192-2/+2
|\ \ | |/
| * Fix some typos in the documentation.Frederik Schwarzer2009-05-182-2/+2
* | Merge commit 'origin/4.5'Olivier Goffart2009-05-181-7/+12
|\ \ | |/
| * QCss: font-family handle fallback font specsOlivier Goffart2009-05-181-7/+12
* | Fix compilation of the cssparser testOlivier Goffart2009-05-181-3/+3
* | Merge branch '4.5'Thiago Macieira2009-05-141-3/+3
|\ \ | |/
| * Fixed an issue with text drawing under Windows.Trond Kjernaasen2009-05-141-3/+3
* | Merge commit 'origin/4.5'Olivier Goffart2009-05-131-1/+1
|\ \ | |/
| * Made QFontEngineFT compile on 64-bit platforms with legacy headers.Samuel Rødal2009-05-111-1/+1
* | compilation fix for LinuxThierry Bastian2009-05-111-1/+1
* | Merge branch '4.5'Thiago Macieira2009-05-111-1/+6
|\ \ | |/
| * Clarifying docs for QTextTable::splitCell()Morten Engvoldsen2009-05-111-1/+6
* | Almost 200 symbols that didn't need to be exported.Thierry Bastian2009-05-111-1/+1
* | Merge branch '4.5'Thiago Macieira2009-05-112-21/+38
|\ \ | |/
| * 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
* | removing additional unused export to classes only used in QtGuiThierry Bastian2009-05-081-4/+4
* | Do not export inline private classes in qcssparser_p.hThierry Bastian2009-05-081-7/+7
* | Fixed unwanted merging of undo commands from different edit blocksmae2009-05-083-20/+47
* | Merge branch '4.5'Thiago Macieira2009-05-071-1/+1
|\ \ | |/
| * Compiler warnings (Mac/Carbon)Bjoern Erik Nilsen2009-05-071-1/+1
* | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-05-066-7/+51
|\ \ | |/
| * 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
| * Extend change 759338df758ad16cdfd9521b270f7e379bbfa57c to cover extramae2009-05-051-14/+25
| * QTextEdit::ExtraSelection failure with style sheetsmae2009-05-052-6/+39
* | Extend change 759338df758ad16cdfd9521b270f7e379bbfa57c to cover extramae2009-05-051-14/+25
* | QTextEdit::ExtraSelection failure with style sheetsmae2009-05-042-6/+39
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-291-2/+8
|\ \ | |/
| * Fix a crash in case of setting invalid point sizeJarek Kobus2009-04-291-2/+8
* | introduce Q_WS_WINCEMaurice Kalinowski2009-04-294-27/+27