summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Avoid deprecation warningsMatthias Clasen2016-08-297-8/+85
* pango/pango-version-macros.h: Update copyright noticeChun-wei Fan2016-08-221-3/+5
* Export symbols with compiler directives if possibleChun-wei Fan2016-06-297-643/+13
* pango/pango-enum-types.c.template: Include config.h firstChun-wei Fan2016-06-291-0/+2
* Decorate the symbols in the headers with version macrosChun-wei Fan2016-06-2943-75/+601
* Add a header for versioning macrosChun-wei Fan2016-06-292-24/+652
* Bug 766148 - CT font weights do not map correctly to PangoWeightBehdad Esfahbod2016-05-191-33/+43
* colors: Add rebeccapurpleBenjamin Otte2016-05-051-110/+112
* coretext: implement obtaining coverage of supplementary planesKristian Rietveld2016-04-241-4/+28
* coretext: remove useless calls to pango_coverage_set()Kristian Rietveld2016-04-241-3/+2
* coretext: properly handle UTF32 characters in CFStringsKristian Rietveld2016-04-241-9/+63
* MSVC Builds: Use Autotools Module for IntrospectionChun-wei Fan2016-04-131-1/+46
* Bug 764089 - PangoWin32FontMap Memory LeakBehdad Esfahbod2016-03-261-3/+53
* Don't treat U+1680 OGHAM SPACE MARK as whitespaceBehdad Esfahbod2016-03-111-1/+1
* Fix typo in pango_layout_xy_to_index() docsKhaled Hosny2016-02-141-1/+1
* Fix copy-paste mistakeKrzesimir Nowak2015-12-141-29/+29
* Update PangoScript to Unicode 8.0Matthias Clasen2015-12-141-1/+63
* Update pango-script-lang-table.hpango-1-38Matthias Clasen2015-12-141-3/+3
* Add note re threadsafe libthaiBehdad Esfahbod2015-10-221-0/+5
* Avoid some overhead in itemize_state_process_runMatthias Clasen2015-09-131-10/+9
* Avoid some overhead in pango_default_breakMatthias Clasen2015-09-131-4/+14
* Use g_unichar_get_script directlyMatthias Clasen2015-09-122-2/+2
* pango/pango-renderer.c: Fix BuildChun-wei Fan2015-09-041-2/+2
* Only use finer harfbuzz clusters when they workMatthias Clasen2015-09-011-1/+1
* Protect against bugs in HarfBuzz's (non-)monotone cluster valuesBehdad Esfahbod2015-09-011-4/+4
* Add assertion to glyph-item-iterBehdad Esfahbod2015-09-011-0/+8
* 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
* Remove remaining uses of g_utf8_strlen()Behdad Esfahbod2015-08-213-5/+7
* Fix offset calculation for justifyBehdad Esfahbod2015-08-211-6/+28
* Fix crasher in justify codeBehdad Esfahbod2015-08-211-5/+8
* Port two minor bidi bug fixes from FriBidi 0.19.6Khaled Hosny2015-08-211-6/+12
* Serialize call to th_brk()Behdad Esfahbod2015-08-181-0/+5
* Bug 753167 - Pango script crashesBehdad Esfahbod2015-08-181-10/+7
* Use finer HarfBuzz cluster levelKhaled Hosny2015-08-181-0/+3
* Use grapheme boundaries in justify_clusters()Khaled Hosny2015-08-181-31/+46
* fix distcheck1.37.3Matthias Clasen2015-08-141-0/+4
* Allow rgba colors in markupMatthias Clasen2015-08-142-31/+89
* Support alpha in markupwip/matthiasc/alphaMatthias Clasen2015-08-111-3/+85
* Add alpha support to PangoCairoRendererMatthias Clasen2015-08-111-4/+9
* Add alpha support to PangoRendererMatthias Clasen2015-08-112-0/+76
* Add attribute types for fg and bg alphaMatthias Clasen2015-08-112-1/+55
* Document PANGO_ATTR_FONT_FEATURESMatthias Clasen2015-08-111-0/+1
* Fix pango_glyph_item_iter_prev() around last clusterBehdad Esfahbod2015-08-081-4/+4
* pango: Add missing fontconfig linker flagsRico Tzschichholz2015-07-221-0/+2
* Don't use hb_glib_get_unicode_funcs()Behdad Esfahbod2015-06-261-13/+2
* Add new symbol to .defMatthias Clasen2015-06-221-0/+1
* Minor documentation updateMatthias Clasen2015-06-221-1/+1
* Bug 738505 - Add fontfeatures support in PangoAttributes and markupBehdad Esfahbod2015-06-185-14/+114