summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Fix check.PANGO_1_23_01.23.0Behdad Esfahbod2009-02-031-0/+6
* Comment out gobject-introspection for now, to get a release out.Behdad Esfahbod2009-02-031-14/+14
* Don't do anything in shutdown. Was causing double-free of cairo fontBehdad Esfahbod2009-02-021-9/+0
* Allocate all array rows in a single ALLOC call. Saves over 100 alloc callsBehdad Esfahbod2009-02-021-42/+17
* It's not a programming error if face->family is NULL or family->fontmap isBehdad Esfahbod2009-01-311-4/+6
* TypoBehdad Esfahbod2009-01-311-1/+1
* Bug 569763 – pango doesn't like font descriptions without family!Behdad Esfahbod2009-01-301-5/+7
* Remove default font family and size. This means default is "serif 12" now,Behdad Esfahbod2009-01-301-0/+1
* Remove ClassDef->Defined field. This is the comment accompanying it:Behdad Esfahbod2009-01-295-106/+3
* Use calloc(), instead of malloc()ing and memset()ing.Behdad Esfahbod2009-01-291-3/+1
* Remove old cruft.Behdad Esfahbod2009-01-291-143/+1
* Don't disassociate family from fontmap during cache_clear().Behdad Esfahbod2009-01-291-6/+6
* Allocate all array rows in a single ALLOC call. Saves over 2000 allocBehdad Esfahbod2009-01-291-40/+17
* Bug 560792 – Make PangoLayoutLine with line->layout==NULL renderableBehdad Esfahbod2009-01-281-15/+21
* Bug 567392 – Abiword crashes in pango when opening document with certainBehdad Esfahbod2009-01-281-8/+7
* Bug 566727 – PangoFontsetLazyBehdad Esfahbod2009-01-284-454/+657
* 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