| Commit message (Expand) | Author | Age | Files | Lines |
* | Document all members of PangoLayoutLine. | Matthias Clasen | 2003-12-19 | 1 | -0/+4 |
* | Correct the documentation. (#128431, Ross Burton) | Matthias Clasen | 2003-12-18 | 1 | -0/+5 |
* | moved pango_fc_* to the latter where they live on *nix too. | Hans Breuer | 2003-12-13 | 1 | -0/+24 |
* | Simplify. | Tor Lillqvist | 2003-12-08 | 1 | -0/+9 |
* | === Released 1.3.1 ===PANGO_1_3_1 | Owen Taylor | 2003-12-08 | 1 | -4/+11 |
* | Fix problems when building outside srcdir for Win32. (#122167, Jeff | Tor Lillqvist | 2003-12-07 | 1 | -0/+5 |
* | initialize the fontmap's resolution to some sane default values. Fixes bug | Sven Neumann | 2003-12-05 | 1 | -0/+5 |
* | Honor U+2028 LINE SEPARATOR. (#85745) | Noah Levitt | 2003-12-04 | 1 | -0/+5 |
* | Add --indent=n option. | Noah Levitt | 2003-11-25 | 1 | -0/+7 |
* | Italian is "it"; "iw" is deprecated for Hebrew, should be "he". | Noah Levitt | 2003-11-25 | 1 | -0/+5 |
* | oops typo | Manish Singh | 2003-11-20 | 1 | -1/+1 |
* | #include <fontconfig/fcfreetype.h> for FreeTypeCharIndex(). | Manish Singh | 2003-11-20 | 1 | -0/+5 |
* | reverted the patch for bug #123602 since I only applied it accidentally. I | Sven Neumann | 2003-11-20 | 1 | -4/+13 |
* | Update to latest fribidi. (#68435) | Noah Levitt | 2003-11-20 | 1 | -0/+14 |
* | Draw 6-digit hex boxes for > U+FFFF. (#101081) | Noah Levitt | 2003-11-18 | 1 | -0/+5 |
* | Fix _SCALE semantics. Fixes bug 121543; patch from Owen. | Morten Welinder | 2003-11-18 | 1 | -0/+5 |
* | Fixed my ChangeLog entry (sorry, didn't save before committing). | Sven Neumann | 2003-11-18 | 1 | -2/+2 |
* | removed the set_unicode_charmap() call. Made | Sven Neumann | 2003-11-18 | 1 | -0/+8 |
* | === Released 1.3.1 === | Owen Taylor | 2003-11-15 | 1 | -0/+4 |
* | Version 1.3.1, interface age 1. | Owen Taylor | 2003-11-15 | 1 | -1/+7 |
* | Make parent_class variable static. | Padraig O'Briain | 2003-11-12 | 1 | -0/+4 |
* | Switch over to recommended Freetype system of include ft2build.h then | Owen Taylor | 2003-11-01 | 1 | -0/+12 |
* | Fix some leftover references to INCLUDE_XFT_MODULES, INCLUDED_FC_MODULES. | Owen Taylor | 2003-10-31 | 1 | -0/+9 |
* | Fix one problem with iteration by chars (Part of #89541, Mariano | Owen Taylor | 2003-10-31 | 1 | -0/+11 |
* | === Released 1.3.0 ===PANGO_1_3_0 | Owen Taylor | 2003-10-24 | 1 | -0/+16 |
* | Initialize state->lang. (#124047, Morten Welinder) | Owen Taylor | 2003-10-15 | 1 | -0/+5 |
* | Remove an unused variable. (#122680, Kjartan Maraas) | Owen Taylor | 2003-10-14 | 1 | -0/+5 |
* | Fix a c99-ism, include stdlib.h for bsearch. (#123616, Kaushal Kumar) | Owen Taylor | 2003-10-01 | 1 | -0/+6 |
* | Replace get_coverage by covers in the doc comment. | Matthias Clasen | 2003-09-29 | 1 | -0/+18 |
* | Handle non-hebrew characters. | Owen Taylor | 2003-09-24 | 1 | -1/+5 |
* | Only reset the word type to WordNone at a word end if it is not also a | Matthias Clasen | 2003-09-24 | 1 | -0/+8 |
* | Don't break runs when we hit neutral characters. | Owen Taylor | 2003-09-23 | 1 | -0/+5 |
* | Modules now declare a list of scripts that they cover instead of a list of | Owen Taylor | 2003-09-23 | 1 | -0/+60 |
* | Fix gcc-3.3 versions of macros to have the right return value. | Owen Taylor | 2003-09-15 | 1 | -0/+10 |
* | Fix a g_assert() with a side-effect. (Maybe #121742?) | Owen Taylor | 2003-09-15 | 1 | -0/+5 |
* | Borrow argument parsing code from GDK. | Owen Taylor | 2003-09-15 | 1 | -2/+13 |
* | Document these funcions as backends-only, and explain how to obtain | Matthias Clasen | 2003-09-11 | 1 | -0/+6 |
* | Remove reference to now-gone make-table.sh (#121393, Josh Beam) | Owen Taylor | 2003-09-09 | 1 | -0/+5 |
* | Fix tests so that can be run before "make install" has been. (#119831) | Noah Levitt | 2003-09-02 | 1 | -0/+7 |
* | pango/opentype/ftxgsub.c (Lookup_ChainContextSubst3) Fix problems where | Owen Taylor | 2003-08-25 | 1 | -0/+7 |
* | add testfonts.c to EXTRA_DIST until bug #104151 is sorted out. | Owen Taylor | 2003-08-25 | 1 | -0/+5 |
* | Remove a stray ; (#120528, Mehran Mehr) | Owen Taylor | 2003-08-24 | 1 | -0/+5 |
* | Add some macro definitions for gcc-3.3 that suppress the bogus | Owen Taylor | 2003-08-22 | 1 | -0/+27 |
* | Remove ABSTRACT from g_type_register_static() call | Soeren Sandmann | 2003-08-20 | 1 | -0/+5 |
* | Bump version to 1.3.0. | Noah Levitt | 2003-08-20 | 1 | -0/+4 |
* | get the cflags for gmodule-2.0 as well as gthread-2.0. (#119953, Benedikt | Owen Taylor | 2003-08-15 | 1 | -0/+5 |
* | Add backspace_deletes_character to PangoLogAttr. (#114483) | Noah Levitt | 2003-08-14 | 1 | -0/+7 |
* | Call g_type_init() (#119830, Noah Levitt) | Owen Taylor | 2003-08-14 | 1 | -0/+5 |
* | Reformat my entries to 80 columns. | Matthias Clasen | 2003-08-11 | 1 | -2/+3 |
* | Copy newer versions of JH_CHECK_XML_CATALOG and JH_PATH_XML_CATALOG from | Matthias Clasen | 2003-08-10 | 1 | -0/+5 |