summaryrefslogtreecommitdiff
path: root/pango/pango-layout.c
Commit message (Expand)AuthorAgeFilesLines
* layout: Add a text transformMatthias Clasen2019-07-141-19/+67
* Add some more docsMatthias Clasen2019-07-131-1/+2
* layout: Don't break runs for font_featuresMatthias Clasen2019-07-111-19/+65
* Leave some more attributes out of shapingMatthias Clasen2019-07-111-0/+2
* Fix a compiler warningMatthias Clasen2019-07-091-1/+0
* Fix a typoMatthias Clasen2019-07-091-1/+1
* Merge branch 'kill-lang-engine' into 'master'Matthias Clasen2019-07-091-8/+3
|\
| * Remove language engine remnantsMatthias Clasen2019-07-091-8/+3
* | Don't rely on log attrs for soft hyphenMatthias Clasen2019-07-091-1/+12
* | Separate out the soft hyphen handlingMatthias Clasen2019-07-091-29/+57
|/
* layout: Insert hyphens at soft hyphen breaksMatthias Clasen2019-07-071-1/+95
* Update docsMatthias Clasen2019-07-051-2/+2
* layout: Add line-spacingMatthias Clasen2019-07-051-20/+93
* Add line heights to layout linesMatthias Clasen2019-07-051-39/+105
* Clarify docs around text inputMatthias Clasen2018-12-121-9/+11
* Fix fallout from bidi deprecationMatthias Clasen2018-12-111-0/+5
* Add missing "(transfer none)" annotation to pango_layout_iter_get_line()Kouhei Sutou2018-07-291-1/+1
* PangoLayout: Optimize pango_layout_get_baselineTimm Bäder2017-10-271-5/+6
* PangoLayoutIter: Allocate an array of Extents instead of a linked listTimm Bäder2017-10-271-57/+29
* layout/renderer: Don't heap-allocate short lived layout iteratorsTimm Bäder2017-10-271-28/+29
* layout: Move PangoLayouIter struct to private headerTimm Bäder2017-10-271-57/+27
* Avoid a compiler warningMatthias Clasen2017-04-081-1/+1
* Bug 779232 - Wrong introspection annotation for pango_layout_get_sizeBehdad Esfahbod2017-02-251-2/+2
* pango-layout: Add a clarifying assertionPhilip Withnall2017-02-161-0/+4
* Fix typo in pango_layout_xy_to_index() docsKhaled Hosny2016-02-141-1/+1
* Improve justify_cluster() some moreBehdad Esfahbod2015-08-211-15/+40
* Fix bug in previous commitBehdad Esfahbod2015-08-211-1/+1
* Fix justify_clusters()Behdad Esfahbod2015-08-211-37/+45
* Fix offset calculation for justifyBehdad Esfahbod2015-08-211-6/+28
* Fix crasher in justify codeBehdad Esfahbod2015-08-211-5/+8
* Use grapheme boundaries in justify_clusters()Khaled Hosny2015-08-181-31/+46
* Bug 738505 - Add fontfeatures support in PangoAttributes and markupBehdad Esfahbod2015-06-181-0/+5
* Bug 750383 - Issue in ellipsization when line space is mentionedBehdad Esfahbod2015-06-041-0/+2
* Fix a few warningsBehdad Esfahbod2015-05-051-1/+1
* Fix leading vs trailing grapheme edge docsBehdad Esfahbod2015-05-051-4/+4
* Add many missing nullability annotations.Evan Nemerson2014-10-161-22/+25
* Revert "Fix leftover markup in docs"Matthias Clasen2014-08-301-8/+9
* Fix leftover markup in docsMatthias Clasen2014-08-301-9/+8
* Bug 720379 - SIGFPE in pango_layout_iter_get_char_extents()Behdad Esfahbod2013-12-151-2/+9
* Bug 685167 - migrate docs to no-tmpl flavourBehdad Esfahbod2013-09-271-1/+49
* Correct an annotationMatthias Clasen2013-09-101-1/+1
* layout: Never return NULL from pango_layout_get_text()Benjamin Otte2013-09-091-0/+5
* Bug 705007 - sometimes the ordering of text is reversedBehdad Esfahbod2013-08-041-0/+2
* Bypass line reordering if all runs have the same directionKristian Rietveld2013-07-171-2/+30
* Track changes in layout and dependencies via serialsAlexander Larsson2012-12-061-18/+76
* Add pango_shape_full()Behdad Esfahbod2012-09-261-1/+3
* Bug 678721 - Don't need to get item properties in pango_layout_line_x_to_indexBehdad Esfahbod2012-08-251-3/+0
* introspection: assorted fixes to avoid regressions in Vala bindingsEvan Nemerson2012-08-121-6/+9
* Annotations: add missing colons after symbol namesPavel Holejsovsky2012-06-041-1/+1
* Fix annotation for pango_layout_move_cursor_visually()Pavel Holejsovsky2012-06-041-6/+7