summaryrefslogtreecommitdiff
path: root/pango/pango-context.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the length checkingWeng Xuetian2021-05-051-1/+1
* itemize: Work around gtk2 brokennessMatthias Clasen2021-05-051-1/+1
* Fix handling of keycap sequencesMatthias Clasen2021-05-051-5/+11
* Don't depend on glib 2.60 symbols at runtimeAlexander Larsson2019-08-251-5/+7
* context: Add an option for rounding glyph positionsMatthias Clasen2019-08-031-0/+46
* Remove unused remnants of shape engineKhaled Hosny2019-07-191-1/+0
* itemize: Stop filling analysis->shape_engineMatthias Clasen2019-07-181-88/+36
* Fix compiler warningsMatthias Clasen2019-07-181-1/+1
* context: Treat metrics height like ascent+descentMatthias Clasen2019-07-161-0/+1
* Some more doc tweaksMatthias Clasen2019-07-141-0/+11
* Add some more docsMatthias Clasen2019-07-131-0/+2
* Rename pango_font_coversMatthias Clasen2019-07-121-3/+1
* Use pango_font_coversMatthias Clasen2019-07-111-3/+1
* Merge branch 'line-separator-font' into 'master'Matthias Clasen2019-07-101-0/+4
|\
| * itemize: Don't change font for line separatorMatthias Clasen2019-07-081-0/+4
* | Remove language engine remnantsMatthias Clasen2019-07-091-9/+0
|/
* Header cleanupMatthias Clasen2019-07-041-0/+3
* Stop using the PangoScript typeMatthias Clasen2019-05-271-2/+2
* Revert "Replace PangoScript by GUnicodeScript"Michael Catanzaro2019-05-271-6/+4
* Replace PangoScript by GUnicodeScriptMatthias Clasen2019-05-251-4/+6
* Merge branch 'issue-322' into 'master'Khaled Hosny2018-12-131-21/+54
|\
| * Issue #322 - Vertical text doesn't fall back to rotated versions ...ONO Yoshio2018-10-221-21/+54
* | Clarify docs around text inputMatthias Clasen2018-12-121-1/+1
|/
* Bug 784243 - Pango gravity is not applied on markup with multiple spans.Behdad Esfahbod2017-08-111-3/+1
* Choose emoji font for color emojiBehdad Esfahbod2017-07-311-4/+41
* pango: Support emoji sequence in UnicodePeng Wu2017-07-291-0/+27
* Don't change fonts for variation selectorsBehdad Esfahbod2017-05-221-1/+6
* Add assertions to guard against division by zero on sample text pathsPhilip Withnall2017-02-141-1/+7
* Avoid deprecation warningsMatthias Clasen2016-08-291-0/+2
* Don't treat U+1680 OGHAM SPACE MARK as whitespaceBehdad Esfahbod2016-03-111-1/+1
* Avoid some overhead in itemize_state_process_runMatthias Clasen2015-09-131-10/+9
* [modules] Move language modules in source tree and remove modules/Behdad Esfahbod2015-04-041-18/+1
* Hide internal symbolBehdad Esfahbod2015-04-041-1/+1
* Deprecate module system, skip it for shaper modulesBehdad Esfahbod2015-04-041-127/+49
* Add many missing nullability annotations.Evan Nemerson2014-10-161-8/+7
* Add more Hangul jamo to previous commitBehdad Esfahbod2014-07-311-1/+3
* Don't break run in the middle of Hangul jamo sequenceBehdad Esfahbod2014-07-301-2/+21
* Bug 685167 - migrate docs to no-tmpl flavourBehdad Esfahbod2013-09-271-1/+17
* Bug 703995 - Compiler warnings about strict aliasingBehdad Esfahbod2013-08-301-2/+2
* Don't change fonts just for space charactersBehdad Esfahbod2013-06-061-6/+6
* Fix most of "failed to choose font" warningsBehdad Esfahbod2012-12-301-1/+10
* Track changes in layout and dependencies via serialsAlexander Larsson2012-12-061-1/+0
* Track changes in PangoContext via a serialAlexander Larsson2012-12-061-3/+103
* Add pango_shape_full()Behdad Esfahbod2012-09-261-3/+8
* Use thread-safe qdata API for cachingMatthias Clasen2012-09-011-4/+9
* More churnBehdad Esfahbod2012-08-281-7/+6
* More thread-safetyBehdad Esfahbod2012-08-271-1/+1
* Make static data thread safe in pango-context.cAlessandro Pignotti2012-08-271-2/+2
* Bug 679654: Crash for PangoContext.list_familiesJohn Ralls2012-07-201-1/+1
* Fix annotation syntaxBehdad Esfahbod2011-09-081-1/+1