summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typo in docs.Behdad Esfahbod2006-01-211-1/+1
* Fix docs.Behdad Esfahbod2006-01-211-2/+5
* Make matrix parameter const.Behdad Esfahbod2006-01-2115-27/+27
* Finish ATSUI module work. Bug #322022, Matthias Clasen.Behdad Esfahbod2006-01-212-0/+13
* Add a comment about using cairo_scaled_font_text_extents instead ofBehdad Esfahbod2006-01-201-1/+6
* Move GLIB_CFLAGS before external libraries' CFLAGS. Some formattingBehdad Esfahbod2006-01-161-16/+47
* Adjust the order of *_CFLAGS to the same order known to work. (Fixes bugBehdad Esfahbod2006-01-161-2/+2
* Draw hexbox for cairo backend. Bug #313551. Based on patch by LingNingBehdad Esfahbod2006-01-146-44/+280
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-1465-22/+85
* Move G_GNUC_CONST to after declaration, to be compatible with gcc 2.95.Behdad Esfahbod2006-01-141-1/+1
* pango/Makefile.am, pango/fonts.c, pango/glyphstring.c,Behdad Esfahbod2006-01-0520-29/+44
* Use g_slice for ShaperFontElement allocation. (bug #325728, MatthiasBehdad Esfahbod2006-01-041-2/+2
* Use g_slice for various attribute types allocations. (bug #325040,Behdad Esfahbod2006-01-011-23/+35
* Use pango_font_description_set_family_static. (bug #325013, MatthiasBehdad Esfahbod2005-12-271-1/+1
* Use g_slice for PangoOTBuffer allocation. (bug #325026, Matthias Clasen)Behdad Esfahbod2005-12-271-2/+2
* Add pango_matrix_get_font_scale_factor. (bug #323978, J. Ali Harlow)Behdad Esfahbod2005-12-141-0/+1
* Pass G_MODULE_BIND_LOCAL to g_module_open. (Pointed by Federico)Behdad Esfahbod2005-12-142-2/+2
* === Released 1.11.1 ===Behdad Esfahbod2005-12-131-1/+4
* Fix bug #323540.Behdad Esfahbod2005-12-124-43/+63
* Update on missing-box drawing change. Add (!glyph) to the conditional.Behdad Esfahbod2005-12-101-1/+1
* Free ->fontset_hash. (#323498, Morten Welinder)Behdad Esfahbod2005-12-081-0/+3