summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
* Fix transformations on DirectWrite rasterized textEskil Abrahamsen Blomfeldt2011-07-012-47/+104
* Fix text color in some cases of QML and QStaticTextEskil Abrahamsen Blomfeldt2011-06-301-3/+7
* Add HB_LineBreakType to qharfbuzz_copy_p.h.Frederik Gladhorn2011-06-301-0/+7
* Move glyph run merging logic to QTextLayout levelJiang Jiang2011-06-302-110/+101
* make QHoverEvent inherit from QInputEventLars Knoll2011-06-303-7/+9
* Remove QPainter::UniteClipGunnar Sletta2011-06-285-44/+7
* Remove code with no consquenceGunnar Sletta2011-06-282-35/+0
* compile on Mac OS XGunnar Sletta2011-06-281-1/+2
* Change references to affine example.Casper van Donderen2011-06-283-6/+6
* Add missing APIs to QRawFont and some additional notes to fromFontJiang Jiang2011-06-272-0/+29
* Use floating point coordinates in eventsLars Knoll2011-06-274-81/+39
* Only compare styleNames if they are not emptyJiang Jiang2011-06-272-2/+2
* Fix problem with cosmetic stroking of cubic beziersaavit2011-06-271-2/+2
* Still use midpoint rendering of aliased ellipsesaavit2011-06-272-0/+161
* Fix smaller bugs in the strokerLars Knoll2011-06-271-7/+14
* Compilation fix of f8e8583aavit2011-06-271-2/+3
* Revert "Fix how subpixel positions are intepreted in an aliased grid."aavit2011-06-274-15/+46
* Fix event delevery orderOlivier Goffart2011-06-271-2/+2
* Store styleName in font databaseJiang Jiang2011-06-273-12/+38
* Add styleName to QFontDef comparisonJiang Jiang2011-06-272-0/+4
* fix autotest regressions introduced by 37c329a3Lars Knoll2011-06-222-0/+86
* Make QPoint have the same layout on all platformsGunnar Sletta2011-06-202-14/+0
* Fix fontconfig usage in X11 font databaseJiang Jiang2011-06-222-52/+31
* Support -qtnamespace and -qtlibinfix againLiang Qi2011-06-205-6/+18
* Fix empty lines in Qt HTML when displayed in external browsers (again)Eskil Abrahamsen Blomfeldt2011-06-203-4/+11
* Fix bug which caused repeated characters in a QML TextEskil Abrahamsen Blomfeldt2011-06-201-2/+2
* Make it possible to set color of QStaticText with pixel size >= 64Eskil Abrahamsen Blomfeldt2011-06-201-1/+1
* Initialize member variable.Gunnar Sletta2011-06-141-1/+2
* Fix a case of SP_MediaSkipForward returning the wrong pixmap.Andy Shaw2011-06-101-1/+1
* Fix missing empty lines in Qt HTML when displayed in compliant browsersEskil Abrahamsen Blomfeldt2011-06-101-1/+1
* Fontengine buildfix for xcb platform plugin.Tapani Mikola2011-06-104-11/+7
* Allow selecting fonts with irregular style namesJiang Jiang2011-06-0911-96/+204
* Duplicate some harfbuzz symbols inside Qt.Gunnar Sletta2011-06-094-3/+115
* Use homePath instead of homeDirPathEckhart Koppen2011-06-091-1/+1
* Add tilde (both ~ and ~<user>) expansion to QFileDialog on UNIX.Pierre Rossi2011-06-081-4/+73
* Fix modules to load(qt_module) firstMarius Storm-Olsen2011-06-081-0/+2
* Reorder member varibles in QGlyphRunPrivate to eliminate warningJiang Jiang2011-06-081-4/+4
* Fix warning in qtextengine compilationJiang Jiang2011-06-081-1/+1
* Fix compile when configure with no fontconfig supportJiang Jiang2011-06-081-3/+3
* Add function QGlyphRun::setRawData()Eskil Abrahamsen Blomfeldt2011-06-076-53/+111
* Moved common module profiles to be feature profiles.axis2011-06-051-1/+1
* Correct antialias disabling logic for Core TextJiang Jiang2011-06-041-3/+2
* Fix Windows buildJiang Jiang2011-06-031-2/+2
* Refactor glyph pretransform checkJiang Jiang2011-06-036-56/+62
* Make TextEdit word selection more natural.Andrew den Exter2011-06-011-1/+1
* Ensure the TextEdit cursor delegate is repositioned on mouse events.Andrew den Exter2011-06-011-1/+3
* Don't crash on an invalid replacementStart from an input method.Andrew den Exter2011-06-011-1/+3
* Fix build in C++0x modeBernhard Rosenkraenzer2011-05-313-8/+8
* Support placing cursor in ligature with mouse or touchJiang Jiang2011-05-303-7/+82
* Fix ligature offset in multi-line textJiang Jiang2011-05-271-2/+2