summaryrefslogtreecommitdiffstats
path: root/src/gui/text
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-2617-216/+180
|\
| * src/gui/text: whitespace fixesJ-P Nurmi2013-11-267-122/+122
| * Cleanup freetype data in a thread-safe wayRobin Burchell2013-11-204-15/+45
| * Request the glyph at the right subpixel offsetGunnar Sletta2013-11-101-1/+1
| * Revert "Use Qt's own glyph cache with the freetype engine."Gunnar Sletta2013-11-061-1/+2
| * Revert "Ensure CSS rules are inherited from the parent tags"Andy Shaw2013-11-051-5/+1
| * Doc: Fix broken linksSze Howe Koh2013-11-051-1/+1
| * Store the font's scalability in QFontEngine.Yoann Lopes2013-10-313-1/+5
| * Fix finding cursor position in words with accentsJoshua Grauman2013-10-301-3/+3
| * remove some vestiges of QFontEngineQPFOswald Buddenhagen2013-10-282-67/+0
* | remove finishEdit() call, fix double textChanged on deleteGraham Coleman2013-11-211-1/+0
* | Introduce QTextDocument::baseUrlJ-P Nurmi2013-10-253-24/+65
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-249-24/+61
|\|
| * Fix misaligned selection region with text when centeredJonathan Liu2013-10-231-5/+14
| * QTextHtmlParser: restore the default link color from app paletteJ-P Nurmi2013-10-231-2/+2
| * Make it possible to clear glyph caches from the font engine.Gunnar Sletta2013-10-182-0/+11
| * Restore handling of bullets for lists with a font size of > 36 pixelsAndy Shaw2013-10-161-13/+0
| * Doc: Fix typos and add missing words.Marcel Krems2013-10-121-2/+2
| * Export the block's line-height settings to htmlAndy Shaw2013-10-121-0/+23
| * Re-add deprecated symbol for ABI compatibility with Qt 5.1.Harri Porten2013-10-112-1/+7
| * Use QAtomicInt ref/deref patternAllan Sandfeld Jensen2013-10-111-1/+2
* | Correct handling of font weights bolder than bold.Roger Maclean2013-10-221-2/+2
|/
* Memory leak with Small-caps QRawFontAllan Sandfeld Jensen2013-10-111-0/+4
* Ensure CSS rules are inherited from the parent tagsAndy Shaw2013-10-111-1/+5
* Fix broken text layout with ShowLineAndParagraphSeparatorsEskil Abrahamsen Blomfeldt2013-10-091-0/+3
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-0819-208/+208
* Correct the bit field sizes in QTextOptionThiago Macieira2013-10-012-1/+5
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-272-0/+16
* Fix WinCE/MSVC2008 build errors related to std::lower_bound patches.Sérgio Martins2013-09-253-0/+25
* Remove some qBinaryFind usages from QtGuiGiuseppe D'Angelo2013-09-235-14/+23
* De-inline virtuals of some non-exported private classes in QtGuiThiago Macieira2013-09-232-2/+11
* Fix memory leaks in the FT font engineLaszlo Agocs2013-09-201-2/+18
* Un-export qt_registerFont() internal functionKonstantin Ritt2013-09-162-10/+10
* Fix QTextEngine build on MSVC2008 debug mode.Nicolás Alvarez2013-09-151-0/+1
* Fix build with -WerrorKonstantin Ritt2013-09-141-1/+1
* Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-09-141-6/+0
|\
| * Merge branch 'stable' into devSergio Ahumada2013-09-131-6/+0
| |\
| | * Removed unused distance field functions.Yoann Lopes2013-09-091-6/+0
* | | Remove unused QPF font engine support.Thiago Macieira2013-09-132-1501/+0
|/ /
* | Remove Q_PACKED from structures that do not need to be packedThiago Macieira2013-09-132-3/+4
* | Decrease code duplication in QFontDatabase-sKonstantin Ritt2013-09-131-0/+8
* | Implement QFontEngine::harfbuzzFont/Face() with HarfBuzz-NGKonstantin Ritt2013-09-131-2/+2
* | Deprecate QFontDatabase::supportsThreadedFontRendering()Konstantin Ritt2013-09-103-6/+6
* | Use Qt's own glyph cache with the freetype engine.Gunnar Sletta2013-09-101-2/+1
* | Make QFontEngine not derive from QObjectKonstantin Ritt2013-09-103-6/+12
* | QFontEngineFT: Drop modularization leftoversKonstantin Ritt2013-09-091-4/+0
* | Add HarfBuzz-NG supportKonstantin Ritt2013-09-082-1/+178
* | Add HarfBuzz-to-Qt bridging codeKonstantin Ritt2013-09-084-0/+861
* | QTextEngine::shapeText(): Better error handling for corner casesKonstantin Ritt2013-09-081-4/+4
* | QTextEngine::shapeTextWithHarfbuzz() code simplificationKonstantin Ritt2013-09-082-66/+69