summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* doc: Fix incorrect enum name in QRawFont::alphaMapForGlyph docsEskil Abrahamsen Blomfeldt2011-09-151-1/+2
* Properly register preedit text in QLineControlEskil Abrahamsen Blomfeldt2011-09-151-1/+0
* Add new composite Qt::ImQueryInput queryJoona Petrell2011-09-141-1/+1
* Merge branch 'refactor'Gunnar Sletta2011-09-1372-17271/+2586
|\
| * Use new QInputPanel update function in QTextControlJoona Petrell2011-09-081-7/+3
| * Rename ImMicroFocus to ImCursorRectangleLars Knoll2011-09-081-1/+1
| * MicroFocus is in item coordinatesLars Knoll2011-09-081-4/+0
| * Fix RTL layout for fonts when non-printable character has an advanceJohn Tapsell2011-09-082-2/+4
| * Merge remote branch 'gerrit/master' into HEADSamuel Rødal2011-09-061-14/+28
| |\
| * | micro optimizationsKonstantin Ritt2011-09-023-91/+40
| * | fix typo in the docsKonstantin Ritt2011-09-021-1/+1
| * | QRawFont: add missed operator !=Konstantin Ritt2011-09-022-0/+9
| * | optimize QGlyphRun's operator == a bitKonstantin Ritt2011-09-021-7/+11
| * | QGlyphRun: make operator != inlinedKonstantin Ritt2011-09-022-5/+5
| * | QGlyphRun: don't detach if the decoration wasn't actually changedKonstantin Ritt2011-09-021-0/+9
| * | Add a QStyleHints class to QtGuiLars Knoll2011-08-312-14/+11
| * | Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-08-293-1/+9
| |\ \
| * | | Copy core GL functionality to QtGui with QGL -> QOpenGL naming.Samuel Rødal2011-08-294-8/+8
| * | | Merge branch 'master' into refactorGunnar Sletta2011-08-2513-80/+162
| |\ \ \
| * | | | QFontEngine: Avoid nesting multi-fontengines.Friedemann Kleint2011-08-232-1/+3
| * | | | Remove Type1 supportLars Knoll2011-08-192-255/+0
| * | | | Restore feature compatibility with QPrinter in QTextDocument::printLars Knoll2011-08-192-14/+13
| * | | | Move printing into it's own libraryLars Knoll2011-08-192-3/+0
| * | | | Use the paged paintdevice in the print() method of QTextDocument.Lars Knoll2011-08-194-78/+48
| * | | | Merge "Merge remote branch 'gerrit/master' into refactor" into refactorJørgen Lind2011-08-048-13/+19
| |\ \ \ \
| | * \ \ \ Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-08-038-13/+19
| | |\ \ \ \
| * | | | | | QPlatformFontDatabase: Add default fonts.Friedemann Kleint2011-08-032-0/+28
| |/ / / / /
| * | | | | Added Q_GUI_EXPORT for some internal symbols needed in QtWidgets.Samuel Rødal2011-07-271-4/+4
| * | | | | Added workable QScreen API on top of QPlatformScreen.Samuel Rødal2011-07-251-8/+7
| * | | | | Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-216-30/+77
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/master' into refactorLars Knoll2011-07-131-2/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-123-45/+52
| |\ \ \ \ \ \ \
| * | | | | | | | QLineControl: Fix compilation, warnings.Friedemann Kleint2011-07-082-1/+4
| * | | | | | | | Merge remote branch 'gerrit/master' into refactorLars Knoll2011-07-0612-181/+317
| |\ \ \ \ \ \ \ \
| * | | | | | | | | added a QLineControl class to QtGuiLars Knoll2011-07-064-1/+2166
| * | | | | | | | | add QTextControl class to QtGuiLars Knoll2011-07-067-1/+3420
| * | | | | | | | | Adapt font engines for Windows/QPA.Friedemann Kleint2011-06-293-5/+40
| * | | | | | | | | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-278-10/+21
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Renamed QLine/TextControl to QWidgetLine/TextControlLars Knoll2011-06-273-3/+3
| * | | | | | | | | | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-1017-55/+290
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | QTextDocumentLayout has to be exported as it is used in widgetsOlli Werwolff2011-06-081-1/+1
| * | | | | | | | | | | Buildfix for Mac OSRichard Moe Gustavsen2011-06-071-1/+1
| * | | | | | | | | | | Make building of platform plugins indifferent if its out of sourceJørgen Lind2011-06-061-1/+1
| * | | | | | | | | | | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-014-11/+86
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Compile fix for QtGui when configure with -qpa on WindowsOlli Werwolff2011-05-261-1/+1
| * | | | | | | | | | | | Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-2488-1578/+1757
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Compile fix for -qpa/Linux.Friedemann Kleint2011-05-232-0/+3
| * | | | | | | | | | | | | Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-201-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote branch 'origin/master' into refactorLars Knoll2011-05-1211-36/+82
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-1113-226/+181
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \