summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Red Hat Bug 490331 - Crash of galeon in libpangoBehdad Esfahbod2009-03-151-1/+1
* Rebuild pango-script-lang-table.h with fontconfig-2.6.99.behdadBehdad Esfahbod2009-03-141-193/+241
* [pangofc-fontmap] Document the caching structureBehdad Esfahbod2009-03-131-0/+54
* [pangofc] Share cmap cache between PangoFcFont's of the same face (#567160)Behdad Esfahbod2009-03-133-81/+158
* [pangofc] Reuse filename from pattern in coverage keyBehdad Esfahbod2009-03-131-8/+20
* [pangofc] Add a "fontmap" property to PangoFcFontBehdad Esfahbod2009-03-137-34/+93
* [pango-coverage] Fix optimization bug in pango_coverage_to_bytes()Behdad Esfahbod2009-03-131-8/+11
* [pango-coverage] Use gslice for data arraysBehdad Esfahbod2009-03-131-3/+3
* [pango-coverage] Remove unused struct memberBehdad Esfahbod2009-03-131-1/+0
* Increase FONTSET_CACHE_SIZE from 64 to 256Behdad Esfahbod2009-03-101-1/+1
* [pangofc-fontmap] Don't unref NULL object (RH bug# 487593)Behdad Esfahbod2009-03-101-1/+5
* Revert change from 2008-05-28 that mapped words and word pairs thatTor Lillqvist2009-03-091-98/+2
* [opentype] Protect against illegal access for arrays of length zeroBehdad Esfahbod2009-03-022-4/+24
* [opentype] Use size_t instead of uint for malloc wrappersBehdad Esfahbod2009-03-022-4/+6
* [glyphstring] Handle overflow with very long glyphstringsBehdad Esfahbod2009-03-021-6/+20
* [pango-language] Fix small leakBehdad Esfahbod2009-03-021-2/+4
* Fix Bug 572529 – Poor -I ordering can break buildBehdad Esfahbod2009-03-021-2/+2
* 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