summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Oops. Fix typo in docs.PANGO_1_11_5Behdad Esfahbod2006-02-111-1/+1
* Rename the recently added pango_win32_pango_font_description_from_logfont()Tor Lillqvist2006-02-103-7/+8
* Add Since: info to the doc comment for the function just added.Tor Lillqvist2006-02-101-0/+2
* Fix #135098 and #322510.Tor Lillqvist2006-02-102-97/+115
* Bug 330602 – pango_parse_weight Reported by Morten Welinder.Behdad Esfahbod2006-02-101-1/+1
* Bug 314548 – pango_shape() is missing const correctness Patch fromBehdad Esfahbod2006-02-097-9/+6
* Bug 330289 – Fix build with gcc 2.95 (pangox.c)Behdad Esfahbod2006-02-081-1/+4
* As cairo 1.2 seems to be delayed infinitely, make all cairo HEAD API thatPANGO_1_11_4Behdad Esfahbod2006-02-061-0/+22
* If NULL is passed to _copy, return NULL with no warning. If NULL is passedBehdad Esfahbod2006-02-061-8/+17
* Warn only once per font-description that cannot be loaded.Behdad Esfahbod2006-02-064-49/+112
* AC_DEFINE various version components.Behdad Esfahbod2006-02-056-8/+7
* Bug 324408 – tab can result in 0 charactersBehdad Esfahbod2006-02-051-4/+5
* Change PANGO_GLYPH_EMPTY to 0x0FFFFFFF, to not overlap withBehdad Esfahbod2006-02-058-17/+27
* Move the FT_IS_SFNT(font) logic into pango_ft2_get_unknown glyph.Behdad Esfahbod2006-02-042-13/+18
* AC_DEFINE the module version, such that pango-querymodules gets rebuiltBehdad Esfahbod2006-02-031-1/+0
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-0323-372/+563
* Rename _pango_cairo_get_hex_box_info to _pango_cairo_font_get_hex_box_info.Behdad Esfahbod2006-02-023-4/+4
* Move PANGO_UNKNOWN_GLYPH_WIDTH/HEIGHT to pango-font.h, which makesBehdad Esfahbod2006-02-025-9/+6
* Do unknown glyph extents here too.Behdad Esfahbod2006-02-021-2/+12
* Guard Xft backend agains crashes too.Behdad Esfahbod2006-02-023-22/+67
* Oops!Behdad Esfahbod2006-02-021-1/+0
* Use PANGO_GLYPH_NULL for when no glyph should be drawn. UseBehdad Esfahbod2006-02-0217-95/+126
* Fix GKeyFile transition.Behdad Esfahbod2006-02-021-20/+20
* For mini_font, set family to "monospace", not "mono-space" which didn'tBehdad Esfahbod2006-02-021-1/+1
* Initialize warning history structs more explicitly. (bug #329459)Behdad Esfahbod2006-02-013-3/+5
* Use cairo_scaled_font_text_extents instead of cairo_text_extents.Behdad Esfahbod2006-02-011-14/+1
* pango/pangocairo-private.h, pango/pangocairo-font.c, Hint hexbox. AlsoBehdad Esfahbod2006-02-014-52/+107
* Bug 328313 – Use GKeyFile for parsing pangorc Patch from AntoineBehdad Esfahbod2006-01-311-122/+56
* Improve documentation for functions allocating memory, on how the objectBehdad Esfahbod2006-01-3118-67/+118
* Improve error handling in high-frequency functions: Only warn once.Behdad Esfahbod2006-01-316-17/+71
* Oops, removed all my changes the other time :(Behdad Esfahbod2006-01-301-3/+21
* Handle GSUB Lookup type 8, and ReverseChainContextualSubst table. (bugBehdad Esfahbod2006-01-304-117/+487
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-2930-109/+118
* Do not crash if the (win32 typically) shaper fails. Bug #304702:Behdad Esfahbod2006-01-291-8/+13
* Do not crash if the (win32 typically) shaper fails. Bug #304702:Behdad Esfahbod2006-01-293-6/+42
* Revert last patch again :(.Behdad Esfahbod2006-01-291-86/+19
* Create fake Bold, Italic, and Bold Italic faces for fonts that do not haveBehdad Esfahbod2006-01-291-19/+84
* Reverted the tab alignments patch.Behdad Esfahbod2006-01-293-49/+16
* Implement other tab alignments. Bug #325547, Itai Bar-Haim.Behdad Esfahbod2006-01-283-16/+49
* Document PangoOTBuffer and PangoOTGlyph.Behdad Esfahbod2006-01-284-22/+56
* Removed.Behdad Esfahbod2006-01-288-28/+28
* Documentation improvements.Behdad Esfahbod2006-01-284-3/+21
* Remove pango.modules on uninstall. (bug #328869)Behdad Esfahbod2006-01-274-9/+12
* #include <modules.h>. (bug #328632)Behdad Esfahbod2006-01-261-0/+2
* Fix more ATSUI stuff in build infrastructure. Sigh... (bug #328632)Behdad Esfahbod2006-01-262-6/+11
* If major.minor of required and available glib versions are the same, addBehdad Esfahbod2006-01-253-3/+0
* Declare int i! (bug #328632)Behdad Esfahbod2006-01-251-0/+1
* Improve docs to say it may return -1.Behdad Esfahbod2006-01-241-1/+1
* Change cwfont to cafont in a couple places.Behdad Esfahbod2006-01-241-3/+3
* Make tests/examples do use generated pango.modules. (bug #328291)Behdad Esfahbod2006-01-232-0/+223