summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix check.PANGO_1_23_01.23.0Behdad Esfahbod2009-02-031-0/+6
* === Released 1.23.0 ===Behdad Esfahbod2009-02-032-0/+62
* Comment out gobject-introspection for now, to get a release out.Behdad Esfahbod2009-02-032-14/+19
* Fix conditional.Behdad Esfahbod2009-02-032-1/+5
* Don't do anything in shutdown. Was causing double-free of cairo fontBehdad Esfahbod2009-02-022-9/+6
* Allocate all array rows in a single ALLOC call. Saves over 100 alloc callsBehdad Esfahbod2009-02-022-42/+24
* It's not a programming error if face->family is NULL or family->fontmap isBehdad Esfahbod2009-01-312-4/+13
* TypoBehdad Esfahbod2009-01-311-1/+1
* Bug 569763 – pango doesn't like font descriptions without family!Behdad Esfahbod2009-01-302-5/+14
* Remove default font family and size. This means default is "serif 12" now,Behdad Esfahbod2009-01-303-23/+10
* Remove ClassDef->Defined field. This is the comment accompanying it:Behdad Esfahbod2009-01-296-106/+40
* Use calloc(), instead of malloc()ing and memset()ing.Behdad Esfahbod2009-01-292-3/+6
* Remove old cruft.Behdad Esfahbod2009-01-292-143/+5
* 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