summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Rename QGlyphs -> QGlyphRunEskil Abrahamsen Blomfeldt2011-05-1012-134/+135
* Add internal documentation for QUnifiedToolbarSurface.Fabien Freling2011-05-101-0/+33
* Change the repaint() call to an update().Fabien Freling2011-05-101-2/+2
* Change the repaint() to an update().Fabien Freling2011-05-101-4/+4
* Set the default graphics system to raster.Fabien Freling2011-05-101-1/+1
* Revert "Switch the default graphics system to raster on Mac."Fabien Freling2011-05-101-1/+1
* Fix a race condition when the main window is being destructed.Fabien Freling2011-05-102-1/+3
* Switch the default graphics system to raster on Mac.Fabien Freling2011-05-101-1/+1
* Remove const from QPlatformClipboard::mimeData().Laszlo Agocs2011-05-102-2/+2
* Added Wayland selection support.Laszlo Agocs2011-05-093-0/+9
* Fix QRawFont::setPixelSize() on MacEskil Abrahamsen Blomfeldt2011-05-061-1/+1
* Fix QPainter::drawGlyphs() with non-affine transformationEskil Abrahamsen Blomfeldt2011-05-061-1/+8
* Only enable design metrics for scalable fontsJiang Jiang2011-05-051-1/+1
* Add a way to retrieve CTFontRef from QFontJiang Jiang2011-05-052-3/+6
* Remove QFontEngineFT::loadGlyphMetricsJiang Jiang2011-05-042-101/+0
* Add required font metrics functions to QRawFontJiang Jiang2011-05-042-0/+56
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtbase-stagingGunnar Sletta2011-05-041-0/+8
|\
| * Include pixel size of font in exported HTML from QTextDocumentEskil Abrahamsen Blomfeldt2011-05-041-0/+8
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtbase-stagingGunnar Sletta2011-05-041-1/+5
|\|
| * Move private headers into versioned subdirectoryMarius Storm-Olsen2011-05-021-1/+1
| * Add module.prf, and install MODULE_PRI for each moduleMarius Storm-Olsen2011-05-021-0/+4
* | Compile on WindowsEskil Abrahamsen Blomfeldt2011-05-041-1/+1
* | Remove warningsJørgen Lind2011-05-042-1/+2
* | Lighthouse: Fix virtual desktopwidgetJørgen Lind2011-05-042-9/+4
* | Support gamma correction of text on GLEskil Abrahamsen Blomfeldt2011-05-032-9/+14
* | Make pixel size a qreal in QRawFontEskil Abrahamsen Blomfeldt2011-05-022-5/+5
* | Support more items for QTextCharFormat::VerticalAlignment enum for custom tex...Dmitry Zelenkovsky2011-05-022-3/+13
* | Use maximum ascent/descent/leading from fallback fonts in shapingJiang Jiang2011-04-296-8/+20
* | Another ugly hack to make bidi cursor work with Core TextJiang Jiang2011-04-291-3/+24
* | Make sure layoutData exist before checking for string directionJiang Jiang2011-04-291-0/+2
* | Take leading space width into account for painting and selectionJiang Jiang2011-04-292-1/+4
* | Remove extra comma at the end of enum listJiang Jiang2011-04-291-1/+1
* | Don't transform glyph positions for Core Graphics paint engineJiang Jiang2011-04-291-2/+3
* | Turn on HarfBuzz support for Mac/CocoaJiang Jiang2011-04-292-1/+36
* | Support visual cursor movement for BIDI textJiang Jiang2011-04-2914-272/+627
* | Make sure QFont's resolve mask is copied on compilers with C++0x supportEskil Abrahamsen Blomfeldt2011-04-291-1/+1
* | Fix glyph position issue with fallback fontsJiang Jiang2011-04-291-0/+3
* | Fix crash in raster on X11 when text contains unsupported charactersEskil Abrahamsen Blomfeldt2011-04-291-1/+1
* | doc: Minor cleanup in QGlyphs docsEskil Abrahamsen Blomfeldt2011-04-291-1/+1
* | doc: Simplify language in QGlyphs docsEskil Abrahamsen Blomfeldt2011-04-291-2/+2
* | Make QtQuick2 compile on QPAEskil Abrahamsen Blomfeldt2011-04-2820-125/+200
* | Initial import from qtquick2.Qt by Nokia2011-04-277-18/+18
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271494-0/+787399