summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* === Released 1.11.3 ===PANGO_1_11_3Behdad Esfahbod2006-01-313-3/+18
* Improve error handling in high-frequency functions: Only warn once.Behdad Esfahbod2006-01-317-17/+84
* Oops, removed all my changes the other time :(Behdad Esfahbod2006-01-308-341/+618
* Bug 328314 – Examples should use GOption instead of argcontext.c PatchBehdad Esfahbod2006-01-304-592/+13
* Handle GSUB Lookup type 8, and ReverseChainContextualSubst table. (bugBehdad Esfahbod2006-01-305-117/+493
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-2940-168/+216
* Do not crash if the (win32 typically) shaper fails. Bug #304702:Behdad Esfahbod2006-01-292-9/+16
* Do not crash if the (win32 typically) shaper fails. Bug #304702:Behdad Esfahbod2006-01-294-6/+54
* Revert last patch again :(.Behdad Esfahbod2006-01-292-91/+19
* Create fake Bold, Italic, and Bold Italic faces for fonts that do not haveBehdad Esfahbod2006-01-292-19/+89
* Removed.Behdad Esfahbod2006-01-292-1/+4
* Reverted the tab alignments patch.Behdad Esfahbod2006-01-297-143/+21
* Fixed incomplete entry.Behdad Esfahbod2006-01-281-2/+2
* Implement other tab alignments. Bug #325547, Itai Bar-Haim.Behdad Esfahbod2006-01-289-201/+323
* Document PangoOTBuffer and PangoOTGlyph.Behdad Esfahbod2006-01-2812-48/+79
* Removed.Behdad Esfahbod2006-01-282-2/+4
* Removed.Behdad Esfahbod2006-01-289-28/+36
* Documentation improvements.Behdad Esfahbod2006-01-287-5/+34
* Use AC_HELP_STRING everywhere. Bump required version to 2.56.Behdad Esfahbod2006-01-283-18/+20
* Remove pango.modules on uninstall. (bug #328869)Behdad Esfahbod2006-01-276-9/+22
* #include <modules.h>. (bug #328632)Behdad Esfahbod2006-01-262-0/+6
* Fix more ATSUI stuff in build infrastructure. Sigh... (bug #328632)Behdad Esfahbod2006-01-263-6/+16
* If major.minor of required and available glib versions are the same, addBehdad Esfahbod2006-01-2517-20/+20
* Declare int i! (bug #328632)Behdad Esfahbod2006-01-252-0/+6
* Improve docs to say it may return -1.Behdad Esfahbod2006-01-242-1/+6
* Change cwfont to cafont in a couple places.Behdad Esfahbod2006-01-242-3/+8
* Removed, not used for quite a while.Behdad Esfahbod2006-01-242-27/+5
* Removed based on an old ChangeLog entry saying: Remove pangoft2.aliasesBehdad Esfahbod2006-01-242-18/+6
* Make tests/examples do use generated pango.modules. (bug #328291)Behdad Esfahbod2006-01-2321-98/+122
* Set cluster only on base chars, like the Arabic module does.Behdad Esfahbod2006-01-233-10/+26
* Added "Since:" in the doc example.Behdad Esfahbod2006-01-222-0/+6
* Removed old file. Filed some bugs out of it.Behdad Esfahbod2006-01-223-411/+4
* Removed old file. Filed some bugs out of it.Behdad Esfahbod2006-01-222-36/+4
* Added.Behdad Esfahbod2006-01-214-10/+24
* Fix typo in docs.Behdad Esfahbod2006-01-212-1/+6
* Fix docs.Behdad Esfahbod2006-01-212-3/+10
* Make matrix parameter const.Behdad Esfahbod2006-01-2116-27/+40
* Finish ATSUI module work. Bug #322022, Matthias Clasen.Behdad Esfahbod2006-01-216-0/+82
* Small fixes.Behdad Esfahbod2006-01-211-3/+2
* Add a comment about using cairo_scaled_font_text_extents instead ofBehdad Esfahbod2006-01-202-1/+12
* === Released 1.11.2 ===Behdad Esfahbod2006-01-163-2/+18
* Move GLIB_CFLAGS before external libraries' CFLAGS. Some formattingBehdad Esfahbod2006-01-162-16/+52
* Adjust the order of *_CFLAGS to the same order known to work. (Fixes bugBehdad Esfahbod2006-01-165-11/+17
* Fixes bug #314675, Brian Cameron.Behdad Esfahbod2006-01-163-2/+12
* Remove unused variable clusterSave that was leaking too. (bug #316466,Behdad Esfahbod2006-01-162-2/+5
* Fixes bug #71414, allowing to disable building/installing modules.Behdad Esfahbod2006-01-1613-72/+142
* Draw hexbox for cairo backend. Bug #313551. Based on patch by LingNingBehdad Esfahbod2006-01-147-44/+309
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-1488-32/+116
* Move G_GNUC_CONST to after declaration, to be compatible with gcc 2.95.Behdad Esfahbod2006-01-142-1/+6
* pango/Makefile.am, pango/fonts.c, pango/glyphstring.c,Behdad Esfahbod2006-01-0521-29/+68