| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't corrupt the font description passed in. | Owen Taylor | 2001-07-19 | 1 | -18/+16 |
* | Fix dependencies to work without XFT. | Owen Taylor | 2001-07-13 | 1 | -2/+2 |
* | Add an explicit dependency on libpangoxft.la, to fix parallel make problem | Owen Taylor | 2001-07-12 | 1 | -22/+24 |
* | Remove stray semicolon. | Darin Adler | 2001-07-12 | 6 | -20/+19 |
* | copy function. (pango_glyph_string_get_type): implement get_type function. | James Henstridge | 2001-07-02 | 8 | -0/+106 |
* | s/shutdown/dispose/ to adapt to GObject changes. | Tim Janik | 2001-07-02 | 4 | -16/+16 |
* | Use gssize, not size_t, gssize isn't defined here on all systems. | Owen Taylor | 2001-07-02 | 1 | -5/+5 |
* | Require GLib-1.3.7 | Owen Taylor | 2001-06-29 | 4 | -4/+4 |
* | Couple of bug fixes for the last change. | Owen Taylor | 2001-06-26 | 8 | -301/+271 |
* | pango/pango-markup.c: modules/arabic/arabic-xft.c (arabic_engine_shape): | Owen Taylor | 2001-06-25 | 8 | -302/+48 |
* | changed version to 0.17 | Hans Breuer | 2001-06-22 | 5 | -24/+27 |
* | Add a new PangoLanguage type to represent language tags; these can | Owen Taylor | 2001-06-14 | 26 | -516/+456 |
* | Add a 'strong' parameter to allow moving either the strong or the weak | Owen Taylor | 2001-06-08 | 2 | -2/+7 |
* | subst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS variables | Havoc Pennington | 2001-06-07 | 1 | -3/+3 |
* | Make the hack for avoiding the last index of the line more sophisticated | Owen Taylor | 2001-05-31 | 1 | -17/+44 |
* | Actually advance through list. (Problem noticed by Erwann Chenede) | Owen Taylor | 2001-05-31 | 2 | -11/+2 |
* | Set *trailing properly at end of line. | Owen Taylor | 2001-05-28 | 1 | -0/+1 |
* | Fix problem with information loss when converting leaves to branches. | Owen Taylor | 2001-05-28 | 2 | -5/+9 |
* | Use the font at the beginning of the paragraph, not the context's font. | Owen Taylor | 2001-05-18 | 1 | -29/+53 |
* | Use ISO C99 varargs when available. | Owen Taylor | 2001-05-18 | 5 | -79/+177 |
* | Require libtool 1.4 when build out of CVS. | Owen Taylor | 2001-05-16 | 1 | -3/+18 |
* | Fix to correspond to extremely odd choice of sign convention in libXft. | Owen Taylor | 2001-05-15 | 1 | -2/+2 |
* | Get rid of grep -q (pointed out by Tony Graham). | Owen Taylor | 2001-05-09 | 1 | -1/+1 |
* | reflect new version number, removed external fribidi dependency from link | Hans Breuer | 2001-05-06 | 3 | -6/+34 |
* | Set approximate_digit_width and approximate_char_width. The digit one | Alex Larsson | 2001-05-04 | 1 | -0/+6 |
* | Fix numeric format in warning. | Owen Taylor | 2001-05-02 | 1 | -8/+25 |
* | Rewrite the newline arrow drawing code to act a little better on a range | Owen Taylor | 2001-05-01 | 1 | -61/+43 |
* | Move some fontmap stuff to pangox-private.h to access fontmap->resolution | Havoc Pennington | 2001-04-27 | 5 | -48/+289 |
* | Remove excess call to DONE_Stream left over from conversion from FT1. | Owen Taylor | 2001-04-24 | 1 | -1/+0 |
* | Set approximate_digit_width and approximate_char_width to some cheesy | Alexander Larsson | 2001-04-20 | 1 | -0/+2 |
* | Remove some conditionalization on (md->text == NULL) that is no longer | Owen Taylor | 2001-04-20 | 1 | -5/+3 |
* | Discard the parsed text if the input variable text is NULL. This fixes a | Anders Carlsson | 2001-04-20 | 1 | -3/+4 |
* | Removed pango_justify(), since it has no implementation that I can find. | Havoc Pennington | 2001-04-17 | 3 | -12/+34 |
* | Small updates | Owen Taylor | 2001-04-16 | 8 | -333/+378 |
* | instead of simply adding one matching font for the magic font names (sans, | Hans Breuer | 2001-04-13 | 2 | -32/+97 |
* | Update to correspond to FriBidi-0.9.0 (with some small fixes) | Owen Taylor | 2001-04-13 | 7 | -967/+1796 |
* | Add macros for CSS font scale factors | Havoc Pennington | 2001-04-13 | 1 | -0/+10 |
* | Release 0.14PANGO_0_14 | Owen Taylor | 2001-04-03 | 2 | -2/+9 |
* | Add some initilaization failure warnings if no fonts found or no | Alexander Larsson | 2001-04-02 | 1 | -7/+30 |
* | pango/makefile.mingw.in Update. | Tor Lillqvist | 2001-03-18 | 6 | -0/+38 |
* | Remove a lot of instances of "Error parsing ligature info" that somehow | Owen Taylor | 2001-03-15 | 1 | -4/+4 |
* | Makefile.am configure.in modules/*/Makefile.am make it compile without X | Sven Neumann | 2001-03-15 | 1 | -5/+13 |
* | set the size field | Sven Neumann | 2001-03-12 | 1 | -2/+8 |
* | fix a cheesy bug in setting approximate_digit_width | Havoc Pennington | 2001-03-08 | 1 | -2/+2 |
* | fixed up g_boxed_type_register_static() since GLib signature changed. | Tim Janik | 2001-03-07 | 2 | -16/+10 |
* | add approximate_digit_width field | Havoc Pennington | 2001-02-28 | 2 | -4/+25 |
* | Add approximate_char_width field | Havoc Pennington | 2001-02-28 | 2 | -0/+43 |
* | Added pango_attr_list_get_type, and PANGO_TYPE_ATTR_LIST. | Alexander Larsson | 2001-02-28 | 2 | -0/+19 |
* | Patch from Soeren Sandmann | Havoc Pennington | 2001-02-21 | 4 | -6/+6 |
* | added _pango_included_win32_modules[] to include modules with plain win32 | Hans Breuer | 2001-02-19 | 5 | -3/+195 |