summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Don't disassociate family from fontmap during cache_clear().Behdad Esfahbod2009-01-292-6/+12
* Allocate all array rows in a single ALLOC call. Saves over 2000 allocBehdad Esfahbod2009-01-292-40/+23
* Bug 560792 – Make PangoLayoutLine with line->layout==NULL renderableBehdad Esfahbod2009-01-282-15/+29
* Bug 567392 – Abiword crashes in pango when opening document with certainBehdad Esfahbod2009-01-282-8/+16
* Fix warningBehdad Esfahbod2009-01-281-6/+3
* Bump version to 1.23.0. Not releasing yet.Behdad Esfahbod2009-01-282-5/+8
* Update doc templatesBehdad Esfahbod2009-01-281-23/+23
* Bug 566727 – PangoFontsetLazyBehdad Esfahbod2009-01-285-454/+671
* Bug 567165 – Apply all pattern matricesBehdad Esfahbod2009-01-287-88/+323
* Fix typo.Behdad Esfahbod2009-01-281-1/+1
* Fix make checkBehdad Esfahbod2009-01-281-0/+3
* Autogenerage pango.types. Remove it from repository, but dist it.Behdad Esfahbod2009-01-283-37/+20
* Change PangoFc font loading API such that PangoContext is not passed down.Behdad Esfahbod2009-01-2811-228/+363
* Remove desc argument from _pango_cairo_font_private_initialize(). ReplaceBehdad Esfahbod2009-01-286-6/+17
* Avoid context key comparison if any of the keys is NULL.Behdad Esfahbod2009-01-282-2/+7
* Remove context argument from _pango_cairo_font_private_initialize().Behdad Esfahbod2009-01-286-9/+22
* [pangocairo-fc] Remove unused memberBehdad Esfahbod2009-01-281-2/+0
* Minor.Behdad Esfahbod2009-01-271-1/+1
* Bug 567934 – Add introspection support inside pangoJohan Dahlin2009-01-205-26/+202
* Protect against a NULL context.Behdad Esfahbod2009-01-082-1/+6
* Improve warning message.Behdad Esfahbod2009-01-082-10/+6
* Bug 549532 – Correction to the sample string for Hindi inBehdad Esfahbod2009-01-082-3/+11
* Bug 566726 – Minor optimizationBehdad Esfahbod2009-01-082-16/+29
* Bug 566941 – Add PANGO_ATTRIBUTE_INDEX_FROM_TEXT_BEGINNING andBehdad Esfahbod2009-01-075-4/+44
* Bug 551469 – Fold '@' to '-' when parsing PangoLanguagesBehdad Esfahbod2009-01-072-1/+7
* Bug 328206 – Update/remove some old filesBehdad Esfahbod2009-01-063-55/+9
* Bug 328206 – Update/remove some old filesBehdad Esfahbod2009-01-066-387/+12
* Remove the old gen-script-for-lang tool, rename the new one to it.Behdad Esfahbod2009-01-064-493/+173
* Bug 166709 – Handle font variants more consistentlyBehdad Esfahbod2009-01-064-48/+42
* Bug 166709 – Handle font variants more consistentlyBehdad Esfahbod2009-01-064-4/+28
* Make it Unicode safe.Behdad Esfahbod2009-01-062-4/+8
* Move the parse_*() functions in fonts.c and have them share tables withBehdad Esfahbod2009-01-063-303/+196
* Bug 166676 – pango_fc_font_map_finalizeBehdad Esfahbod2009-01-062-2/+76
* Bug 164001 - pango-querymodules doesn't work uninstalled on win32Tor Lillqvist2009-01-062-1/+15
* Bug 384362 – pango can't select some font stylesBehdad Esfahbod2009-01-043-2/+22
* Bug 168085 – numeric styles in pango_font_description_to_string()Behdad Esfahbod2009-01-042-11/+57
* Bug 529591 – Code related to malayalam is misplaced. Patch from RahulBehdad Esfahbod2009-01-042-1/+9
* Bug 515807 – Don't bind modules lazilyBehdad Esfahbod2009-01-032-1/+7
* Bug 512662 – Update check.docs for pango-undeclared.txtBehdad Esfahbod2009-01-033-16/+33
* Make sure we measure layout with the same surface type as the finalBehdad Esfahbod2009-01-027-33/+36
* Completely ignore CTM translation offsets.Behdad Esfahbod2009-01-022-3/+8
* Finalize FreeType library after finalizing the FC fontmap. Fixes segfaultBehdad Esfahbod2009-01-023-4/+11
* Fix possible reference leak when fallback is disabled.Behdad Esfahbod2009-01-022-5/+15
* Bug 565644 – Maybe pango_font_descriptions_free is deprecatedBehdad Esfahbod2008-12-262-1/+7
* Call cairo_debug_reset_static_data().Behdad Esfahbod2008-12-262-0/+7
* Fix all warnings in modules/.Behdad Esfahbod2008-12-2614-39/+56
* Fix warning.Behdad Esfahbod2008-12-261-1/+1
* Fix all warnings in pango-view/Behdad Esfahbod2008-12-268-39/+58
* Cleanup fontmap finalization.Behdad Esfahbod2008-12-262-11/+17
* Bug 469049 – Fix all compiler warningsBehdad Esfahbod2008-12-2610-52/+111