summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Bug 567165 – Apply all pattern matricesBehdad Esfahbod2009-01-284-83/+217
* Fix typo.Behdad Esfahbod2009-01-281-1/+1
* Fix make checkBehdad Esfahbod2009-01-281-0/+3
* Change PangoFc font loading API such that PangoContext is not passed down.Behdad Esfahbod2009-01-287-227/+288
* Remove desc argument from _pango_cairo_font_private_initialize(). ReplaceBehdad Esfahbod2009-01-285-6/+6
* Avoid context key comparison if any of the keys is NULL.Behdad Esfahbod2009-01-281-2/+2
* Remove context argument from _pango_cairo_font_private_initialize().Behdad Esfahbod2009-01-285-9/+10
* [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-203-25/+165
* Protect against a NULL context.Behdad Esfahbod2009-01-081-1/+1
* Improve warning message.Behdad Esfahbod2009-01-081-10/+1
* Bug 549532 – Correction to the sample string for Hindi inBehdad Esfahbod2009-01-081-3/+3
* Bug 566726 – Minor optimizationBehdad Esfahbod2009-01-081-16/+22
* Bug 566941 – Add PANGO_ATTRIBUTE_INDEX_FROM_TEXT_BEGINNING andBehdad Esfahbod2009-01-072-4/+9
* Bug 551469 – Fold '@' to '-' when parsing PangoLanguagesBehdad Esfahbod2009-01-071-1/+1
* Bug 166709 – Handle font variants more consistentlyBehdad Esfahbod2009-01-062-47/+28
* Bug 166709 – Handle font variants more consistentlyBehdad Esfahbod2009-01-062-2/+10
* Make it Unicode safe.Behdad Esfahbod2009-01-061-4/+3
* Move the parse_*() functions in fonts.c and have them share tables withBehdad Esfahbod2009-01-062-303/+186
* Bug 166676 – pango_fc_font_map_finalizeBehdad Esfahbod2009-01-061-2/+65
* Bug 164001 - pango-querymodules doesn't work uninstalled on win32Tor Lillqvist2009-01-061-1/+7
* Bug 384362 – pango can't select some font stylesBehdad Esfahbod2009-01-042-2/+10
* Bug 168085 – numeric styles in pango_font_description_to_string()Behdad Esfahbod2009-01-041-11/+48
* Bug 515807 – Don't bind modules lazilyBehdad Esfahbod2009-01-031-1/+1
* Completely ignore CTM translation offsets.Behdad Esfahbod2009-01-021-3/+3
* Finalize FreeType library after finalizing the FC fontmap. Fixes segfaultBehdad Esfahbod2009-01-022-4/+4
* Fix possible reference leak when fallback is disabled.Behdad Esfahbod2009-01-021-5/+8
* Bug 565644 – Maybe pango_font_descriptions_free is deprecatedBehdad Esfahbod2008-12-261-1/+1
* Cleanup fontmap finalization.Behdad Esfahbod2008-12-261-11/+11
* Bug 469049 – Fix all compiler warningsBehdad Esfahbod2008-12-268-52/+93
* Fix more warnings.Behdad Esfahbod2008-12-2613-43/+44
* Fix warnings.Behdad Esfahbod2008-12-2616-129/+130
* Reword.Behdad Esfahbod2008-12-221-1/+1
* Bug 565379 – pango_font_description_better_match some style attributesBehdad Esfahbod2008-12-221-0/+2
* Bug 564877 – pango-engine.h: PANGO_MODULE_PREFIX and G_MODULE_EXPORTBehdad Esfahbod2008-12-171-1/+1
* Bug 564644 – Not complete description of theBehdad Esfahbod2008-12-151-3/+6
* Bug 564644 – Not complete description of theBehdad Esfahbod2008-12-151-1/+3
* Don't call exit(). Let us crash.Behdad Esfahbod2008-12-091-7/+1
* Bug 563803 – pango_renderer_finalize fails to call parent finalizeBehdad Esfahbod2008-12-091-12/+24
* Bug 499626 – Space should be optional after comma inBehdad Esfahbod2008-12-081-1/+1
* Bug 499624 – Spaces around commas in PangoFontDescription family nameBehdad Esfahbod2008-12-082-5/+18
* Bug 499624 – Spaces around commas in PangoFontDescription family nameBehdad Esfahbod2008-12-081-2/+5
* Bug 563557 – set g_get_prgname() in fc patternBehdad Esfahbod2008-12-084-2/+27
* Add G_MODULE_EXPORT annotation for modules.Behdad Esfahbod2008-12-081-2/+4
* Fix docs re NULL language. Also allow NULL desc.Behdad Esfahbod2008-12-071-7/+9
* Add more debug info if creating scaled font failed.Behdad Esfahbod2008-12-061-0/+13
* Bug 563356 – The input area of firefox and the blank width after text inBehdad Esfahbod2008-12-064-3/+35
* Bug 562574 – Pangocariowin32 is leaking every cairo font it ever createsBehdad Esfahbod2008-11-284-4/+16
* Bug 561779 – incorrect calculations in pango_matrix_concatBehdad Esfahbod2008-11-211-1/+1