summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* === Released 1.23.0 ===Behdad Esfahbod2009-02-031-0/+8
* Comment out gobject-introspection for now, to get a release out.Behdad Esfahbod2009-02-031-0/+5
* Fix conditional.Behdad Esfahbod2009-02-031-0/+4
* Don't do anything in shutdown. Was causing double-free of cairo fontBehdad Esfahbod2009-02-021-0/+6
* Allocate all array rows in a single ALLOC call. Saves over 100 alloc callsBehdad Esfahbod2009-02-021-0/+7
* It's not a programming error if face->family is NULL or family->fontmap isBehdad Esfahbod2009-01-311-0/+7
* Bug 569763 – pango doesn't like font descriptions without family!Behdad Esfahbod2009-01-301-0/+7
* Remove default font family and size. This means default is "serif 12" now,Behdad Esfahbod2009-01-301-0/+6
* Remove ClassDef->Defined field. This is the comment accompanying it:Behdad Esfahbod2009-01-291-0/+37
* Use calloc(), instead of malloc()ing and memset()ing.Behdad Esfahbod2009-01-291-0/+5
* Remove old cruft.Behdad Esfahbod2009-01-291-0/+4
* Don't disassociate family from fontmap during cache_clear().Behdad Esfahbod2009-01-291-0/+6
* Allocate all array rows in a single ALLOC call. Saves over 2000 allocBehdad Esfahbod2009-01-291-0/+6
* Bug 560792 – Make PangoLayoutLine with line->layout==NULL renderableBehdad Esfahbod2009-01-281-0/+8
* Bug 567392 – Abiword crashes in pango when opening document with certainBehdad Esfahbod2009-01-281-0/+9
* Bump version to 1.23.0. Not releasing yet.Behdad Esfahbod2009-01-281-0/+4
* Bug 566727 – PangoFontsetLazyBehdad Esfahbod2009-01-281-0/+14
* Bug 567165 – Apply all pattern matricesBehdad Esfahbod2009-01-281-0/+34
* Autogenerage pango.types. Remove it from repository, but dist it.Behdad Esfahbod2009-01-281-0/+6
* Change PangoFc font loading API such that PangoContext is not passed down.Behdad Esfahbod2009-01-281-0/+33
* Remove desc argument from _pango_cairo_font_private_initialize(). ReplaceBehdad Esfahbod2009-01-281-0/+11
* Avoid context key comparison if any of the keys is NULL.Behdad Esfahbod2009-01-281-0/+5
* Remove context argument from _pango_cairo_font_private_initialize().Behdad Esfahbod2009-01-281-0/+12
* Bug 567934 – Add introspection support inside pangoJohan Dahlin2009-01-201-0/+9
* Protect against a NULL context.Behdad Esfahbod2009-01-081-0/+5
* Improve warning message.Behdad Esfahbod2009-01-081-0/+5
* Bug 549532 – Correction to the sample string for Hindi inBehdad Esfahbod2009-01-081-0/+8
* Bug 566726 – Minor optimizationBehdad Esfahbod2009-01-081-0/+7
* Bug 566941 – Add PANGO_ATTRIBUTE_INDEX_FROM_TEXT_BEGINNING andBehdad Esfahbod2009-01-071-0/+14
* Bug 551469 – Fold '@' to '-' when parsing PangoLanguagesBehdad Esfahbod2009-01-071-0/+6
* Bug 328206 – Update/remove some old filesBehdad Esfahbod2009-01-061-0/+8
* Bug 328206 – Update/remove some old filesBehdad Esfahbod2009-01-061-0/+11
* Remove the old gen-script-for-lang tool, rename the new one to it.Behdad Esfahbod2009-01-061-0/+7
* Bug 166709 – Handle font variants more consistentlyBehdad Esfahbod2009-01-061-0/+13
* Bug 166709 – Handle font variants more consistentlyBehdad Esfahbod2009-01-061-0/+12
* Make it Unicode safe.Behdad Esfahbod2009-01-061-0/+5
* Move the parse_*() functions in fonts.c and have them share tables withBehdad Esfahbod2009-01-061-0/+10
* Bug 166676 – pango_fc_font_map_finalizeBehdad Esfahbod2009-01-061-0/+11
* Bug 164001 - pango-querymodules doesn't work uninstalled on win32Tor Lillqvist2009-01-061-0/+8
* Bug 384362 – pango can't select some font stylesBehdad Esfahbod2009-01-041-0/+12
* Bug 168085 – numeric styles in pango_font_description_to_string()Behdad Esfahbod2009-01-041-0/+9
* Bug 529591 – Code related to malayalam is misplaced. Patch from RahulBehdad Esfahbod2009-01-041-0/+7
* Bug 515807 – Don't bind modules lazilyBehdad Esfahbod2009-01-031-0/+6
* Bug 512662 – Update check.docs for pango-undeclared.txtBehdad Esfahbod2009-01-031-0/+8
* Make sure we measure layout with the same surface type as the finalBehdad Esfahbod2009-01-021-0/+11
* Completely ignore CTM translation offsets.Behdad Esfahbod2009-01-021-0/+5
* Finalize FreeType library after finalizing the FC fontmap. Fixes segfaultBehdad Esfahbod2009-01-021-0/+7
* Fix possible reference leak when fallback is disabled.Behdad Esfahbod2009-01-021-0/+7
* Bug 565644 – Maybe pango_font_descriptions_free is deprecatedBehdad Esfahbod2008-12-261-0/+6
* Call cairo_debug_reset_static_data().Behdad Esfahbod2008-12-261-0/+5