summaryrefslogtreecommitdiff
path: root/pango/fonts.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 478914 – Use something invalid instead of '?' when validating inputBehdad Esfahbod2007-12-101-26/+9
* Bug 472924 – Mark some classes abstractBehdad Esfahbod2007-10-241-3/+3
* Bug 471577 – GBoxed GType for PangoGlyphItemBehdad Esfahbod2007-10-241-24/+29
* Add G_UNLIKELY() to type registration block in _get_type() functions.Behdad Esfahbod2007-06-201-2/+2
* Bug 447568 – improve docs on what absolute size meansBehdad Esfahbod2007-06-191-2/+6
* Bug 447189 – fonts.c: pango_font_face_is_synthesized returns NULLBehdad Esfahbod2007-06-131-1/+1
* Bug 440588 – Add pango_font_face_is_synthesized()Behdad Esfahbod2007-06-111-0/+23
* Add missing g_return_if_fail()s. Pointed out by fcrozat.Behdad Esfahbod2007-06-051-7/+31
* Remove PANGO_IS_FONT() check. Just do NULL-checking.PANGO_1_14_10Behdad Esfahbod2007-01-251-3/+3
* Populate metrics for NULL/broken fonts. Now our glyph boxes haveBehdad Esfahbod2007-01-221-1/+13
* *.c, *.h: Removed spaces followed b tabs.Behdad Esfahbod2007-01-161-1/+1
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-13/+13
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-132/+132
* Spell-check the docs.Behdad Esfahbod2007-01-071-10/+10
* Parse style. It was dropped when I was adding support for gravity.Behdad Esfahbod2006-09-081-0/+1
* Rename "Upright" to "Not-Rotated". Also, reorder the user-friendly namesBehdad Esfahbod2006-08-221-5/+5
* Add gravity in PangoFontDescription.Behdad Esfahbod2006-08-201-25/+101
* Bug 351585 – API documentation issues with 2.15 releaseBehdad Esfahbod2006-08-161-0/+2
* Fix doc typo.Behdad Esfahbod2006-07-081-1/+1
* Part of Bug 135683 – Cache glyphstring extentsBehdad Esfahbod2006-07-081-1/+1
* New function pango_font_describe_with_absolute_size().Behdad Esfahbod2006-05-221-1/+27
* Bug 339730 – Pango needlessly falls back away from a Type 1 font into aBehdad Esfahbod2006-05-221-1/+2
* Bug 342562 – Support absolute sizes inBehdad Esfahbod2006-05-221-5/+18
* Fix possible NULL dereference. (Coverity found)Behdad Esfahbod2006-05-131-1/+2
* Update docs to note a size value of zero may have been set explicitly.Behdad Esfahbod2006-05-111-1/+2
* Bug 340229 – pango_font_description_from_string does not do boundBehdad Esfahbod2006-05-011-1/+3
* Bug 329547 – pango_layout_get_pixel_extents andBehdad Esfahbod2006-04-291-5/+5
* Add more warning_history items and handle more font failures, to make sureBehdad Esfahbod2006-04-271-1/+25
* Bug 339747 – pango_font_metrics_get_approximate_digit_width docsBehdad Esfahbod2006-04-261-2/+2
* Bug 337029 – pango/fonts.c: Illegal structure initializationBehdad Esfahbod2006-04-031-5/+5
* Change char* to char[] in the ft error table, to avoid relocations.Behdad Esfahbod2006-03-311-1/+1
* Hook up pango-utils.h into the documentation, as we are installing itBehdad Esfahbod2006-03-311-2/+1
* Change g_critical to g_warning. We already handle them gracefully.Behdad Esfahbod2006-02-211-1/+1
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-031-10/+12
* Move PANGO_UNKNOWN_GLYPH_WIDTH/HEIGHT to pango-font.h, which makesBehdad Esfahbod2006-02-021-1/+0
* Use PANGO_GLYPH_NULL for when no glyph should be drawn. UseBehdad Esfahbod2006-02-021-4/+5
* Initialize warning history structs more explicitly. (bug #329459)Behdad Esfahbod2006-02-011-1/+3
* Improve documentation for functions allocating memory, on how the objectBehdad Esfahbod2006-01-311-6/+6
* Improve error handling in high-frequency functions: Only warn once.Behdad Esfahbod2006-01-311-1/+25
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-7/+7
* Make matrix parameter const.Behdad Esfahbod2006-01-211-2/+2
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+1
* pango/Makefile.am, pango/fonts.c, pango/glyphstring.c,Behdad Esfahbod2006-01-051-2/+2
* Added "Since:" tags to all interfaces added after Pango 1.0. (#319116,Behdad Esfahbod2005-11-231-0/+4
* Remove excess "the" in docs. (#319175, Masao Mutoh)Behdad Esfahbod2005-11-231-1/+1
* General cleanup. (pango_font_description_unset_fields): Set fields beingBehdad Esfahbod2005-11-181-96/+73
* More documentation improvements.Behdad Esfahbod2005-11-171-3/+3
* Various documentation improvements.Behdad Esfahbod2005-11-171-9/+9
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-041-1/+1
* Reduce non-shared data (#168899, inspired by patches from Tommi KomulainenOwen Taylor2005-03-051-6/+6