summaryrefslogtreecommitdiff
path: root/pango/pangofc-fontmap.c
Commit message (Expand)AuthorAgeFilesLines
...
* [pangofc] Add a "fontmap" property to PangoFcFontBehdad Esfahbod2009-03-131-30/+49
* 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
* It's not a programming error if face->family is NULL or family->fontmap isBehdad Esfahbod2009-01-311-4/+6
* 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
* Don't disassociate family from fontmap during cache_clear().Behdad Esfahbod2009-01-291-6/+6
* Bug 566727 – PangoFontsetLazyBehdad Esfahbod2009-01-281-453/+644
* Bug 567165 – Apply all pattern matricesBehdad Esfahbod2009-01-281-61/+177
* Change PangoFc font loading API such that PangoContext is not passed down.Behdad Esfahbod2009-01-281-153/+191
* Avoid context key comparison if any of the keys is NULL.Behdad Esfahbod2009-01-281-2/+2
* Minor.Behdad Esfahbod2009-01-271-1/+1
* Protect against a NULL context.Behdad Esfahbod2009-01-081-1/+1
* Bug 166709 – Handle font variants more consistentlyBehdad Esfahbod2009-01-061-46/+27
* Bug 166676 – pango_fc_font_map_finalizeBehdad Esfahbod2009-01-061-2/+65
* Cleanup fontmap finalization.Behdad Esfahbod2008-12-261-11/+11
* Fix more warnings.Behdad Esfahbod2008-12-261-15/+14
* Bug 499624 – Spaces around commas in PangoFontDescription family nameBehdad Esfahbod2008-12-081-5/+2
* 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-081-0/+5
* Bug 558254 – Internal reference handling messed upBehdad Esfahbod2008-10-281-1/+4
* Bug 143542 – PangoFT2Fontmap leakBehdad Esfahbod2008-08-221-4/+5
* Bug 547432: Deprecation of pango_(backend)_font_map_create_context() notSven Herzberg2008-08-121-3/+2
* Make the following API public:Behdad Esfahbod2008-08-061-3/+5
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 536190 – Make pango_fc_font_map_clear_cache() public?Behdad Esfahbod2008-06-101-4/+3
* Bug 515484 – Variable is initialized twiceDominic Lachowicz2008-02-101-1/+1
* Bug 478914 – Use something invalid instead of '?' when validating inputBehdad Esfahbod2007-12-101-8/+4
* CosmeticBehdad Esfahbod2007-10-261-1/+0
* Call FcFontSetDestroy() instead of FcFontSetSortDestroy(). These days theyBehdad Esfahbod2007-10-261-1/+1
* Bug 478865 – Drastically reduce number of PangoFont objects created forBehdad Esfahbod2007-10-241-10/+8
* Bug 478865 – Drastically reduce number of PangoFont objects created forBehdad Esfahbod2007-10-241-29/+18
* Bug 472924 – Mark some classes abstractBehdad Esfahbod2007-10-241-1/+1
* Bug 471601 – Pass pango version information to fontconfigBehdad Esfahbod2007-10-241-0/+1
* Fix typo in comments.Behdad Esfahbod2007-09-211-1/+1
* Part of Bug 474708 – pangocairo leaks memoryBehdad Esfahbod2007-09-081-1/+1
* Add G_UNLIKELY() to type registration block in _get_type() functions.Behdad Esfahbod2007-06-201-2/+2
* Bug 440588 – Add pango_font_face_is_synthesized()Behdad Esfahbod2007-06-111-7/+16
* Don't set gravity in pango_fc_font_description_from_pattern() if it wasBehdad Esfahbod2007-05-101-8/+4
* *.c, *.h: Removed spaces followed b tabs.Behdad Esfahbod2007-01-161-3/+3
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-68/+68
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-92/+92
* New attribute types PANGO_ATTR_GRAVITY and PANGO_ATTR_GRAVITY_HINT. NewBehdad Esfahbod2007-01-161-12/+1
* Spell-check the docs.Behdad Esfahbod2007-01-071-2/+2
* Bug 384543 – FcFontMatch misuseBehdad Esfahbod2006-12-241-1/+4
* Bug 319808 – Patch to let pango support artifical italic, bold and boldBehdad Esfahbod2006-12-131-19/+84
* Make TypeInfo structs not static. Reduces relocations.Behdad Esfahbod2006-10-131-2/+2
* Unset gravity on the resulting font description. We want gravity to be setBehdad Esfahbod2006-09-151-0/+4
* Support per-item gravity.Behdad Esfahbod2006-08-211-13/+34
* Correct switched return value of EAST/WEST.Behdad Esfahbod2006-08-201-1/+2