summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* MinorBehdad Esfahbod2015-05-011-2/+2
* Bug 748767 - Add pango_fc_font_map_config_changed()Behdad Esfahbod2015-05-013-2/+26
* Bug 748768 - pango_fc_font_map_set_config() should clear cachesBehdad Esfahbod2015-05-011-1/+4
* Rename pango_fc_font_map_[sg]et_fc_config to pango_fc_font_map_[sg]et_configBehdad Esfahbod2015-05-014-21/+21
* Bug 547671 - Add pango_fc_font_map_[gs]et_fc_config()Behdad Esfahbod2015-04-304-6/+77
* Bug 602257 - Make pango_matrix_get_font_scale_factors() publicBehdad Esfahbod2015-04-304-66/+48
* Bug 548490 - regenerate script-lang-table against to-be-released fontconfigBehdad Esfahbod2015-04-301-8/+9
* MinorBehdad Esfahbod2015-04-301-0/+2
* Bug 695163 - pangocairo hexboxes don't take actual font size into accountBehdad Esfahbod2015-04-301-5/+12
* Remove some old build cruftBehdad Esfahbod2015-04-221-8/+0
* Revert "Use UTF-8 pragma for MSVC"Behdad Esfahbod2015-04-142-9/+0
* Add missing G_DEPRECATED annotationKhaled Hosny2015-04-131-0/+2
* MinorKhaled Hosny2015-04-131-2/+2
* Deprecate noop utility functionsKhaled Hosny2015-04-131-49/+8
* Use UTF-8 pragma for MSVCBehdad Esfahbod2015-04-132-0/+9
* Fix warnings if font is not foundBehdad Esfahbod2015-04-102-3/+4
* Remove Traces of the Old Makefile-msvcproj.amChun-wei Fan2015-04-081-7/+0
* MSVC Builds: Restore MSVC 2008/2010 Project GenerationChun-wei Fan2015-04-081-0/+45
* MinorBehdad Esfahbod2015-04-061-1/+1
* Fix regression after 137832fa931e875b900dedd1c8909b46d1f7e8adBehdad Esfahbod2015-04-061-2/+2
* Fix tailoring of run boundary break propertiesBehdad Esfahbod2015-04-061-6/+7
* Fix building with libthaiKhaled Hosny2015-04-051-0/+2
* Make the deprecation a bit more clearKhaled Hosny2015-04-051-9/+4
* MinorBehdad Esfahbod2015-04-052-3/+2
* Remove gmodule dependency and deprecate some more symbolsBehdad Esfahbod2015-04-059-56/+34
* [win32] Don't read pango.aliasesBehdad Esfahbod2015-04-041-54/+0
* [win32] Another try to fix make distcheckBehdad Esfahbod2015-04-041-7/+1
* [win32] Unbreak distBehdad Esfahbod2015-04-041-0/+3
* [modules] Move language modules in source tree and remove modules/Behdad Esfahbod2015-04-0411-130/+472
* Fix MT-unsafe initializationsBehdad Esfahbod2015-04-044-9/+10
* [break] Call language engine on each script changeBehdad Esfahbod2015-04-041-27/+4
* [modules] Fixup pango_map_get_engines() after recent changesBehdad Esfahbod2015-04-041-2/+6
* Increase number of features per runBehdad Esfahbod2015-04-041-1/+1
* Deprecate pango_font_map_get_shape_engine_type()Behdad Esfahbod2015-04-041-0/+1
* Hide internal symbolBehdad Esfahbod2015-04-041-1/+1
* [coretext] Reverse glyphs if right-to-leftBehdad Esfahbod2015-04-041-0/+1
* Deprecate module system, skip it for shaper modulesBehdad Esfahbod2015-04-0419-913/+258
* Move shapers from modules/basic/ into pango/Behdad Esfahbod2015-04-044-4/+1913
* Deprecate pango_config_key_get*Khaled Hosny2015-04-042-136/+8
* [modules] Simplify build a bitKhaled Hosny2015-04-041-4/+4
* [modules] Kill pango-querymodulesKhaled Hosny2015-04-042-341/+0
* [modules] Stop loading dynamic modulesKhaled Hosny2015-04-041-349/+3
* [modules] Don't build any dynamic modulesKhaled Hosny2015-04-041-2/+0
* Bug 743692 - Irish pangram (sample text) is inappropriateBehdad Esfahbod2015-03-031-2/+2
* Avoid uninitialized memoryMatthias Clasen2015-02-101-0/+1
* Increase MAX_FREED_FONTS valueMax2014-12-041-1/+1
* Fix weak pointer leakMax2014-12-041-0/+3
* Check kCTFontCondensedTrait when creating from CTFontDescriptionRef.Cody Russell2014-10-311-0/+3
* Add many missing nullability annotations.Evan Nemerson2014-10-1637-218/+241
* [coretext] NULL check in ct_font_descriptor_get_weight()Cody Russell2014-09-281-1/+1