| Commit message (Expand) | Author | Age | Files | Lines |
* | === Released 1.6.0 ===PANGO_1_6_0 | Owen Taylor | 2004-09-14 | 1 | -0/+8 |
* | Make PangoMatrix arguments const where appropriate. | Owen Taylor | 2004-07-10 | 1 | -73/+25 |
* | Add pango_context_get_font_map() | Owen Taylor | 2004-07-08 | 1 | -1/+1 |
* | Add underline and strikethrough position and thickness metrics. | Owen Taylor | 2004-05-27 | 1 | -0/+70 |
* | New API pango_font_family_is_monospace. (#108728) | Noah Levitt | 2004-02-23 | 1 | -0/+30 |
* | Handle NULL for sizes and n_sizes. | Noah Levitt | 2004-02-23 | 1 | -4/+8 |
* | New API for getting available sizes for a bitmap font face. | Noah Levitt | 2004-02-23 | 1 | -0/+30 |
* | Hash case insensitively (#106942, Morten Welinder) | Owen Taylor | 2003-04-30 | 1 | -1/+19 |
* | Free the right string. | Owen Taylor | 2003-04-16 | 1 | -1/+1 |
* | Switch around the code so that pango_font_description_set_family (desc, | Owen Taylor | 2003-04-15 | 1 | -4/+6 |
* | Avoid crash with string such as " 12" (bug #103674) | Padraig O'Briain | 2003-01-17 | 1 | -1/+1 |
* | Remove some confusing left over verbiage in API docs about what font | Owen Taylor | 2002-11-26 | 1 | -2/+1 |
* | Typo fix. | Matthias Clasen | 2002-06-03 | 1 | -1/+1 |
* | Produce XML, not SGML. | Matthias Clasen | 2002-05-27 | 1 | -2/+2 |
* | this function may never return NULL, so we shouldn't say so in the | Sven Neumann | 2002-03-25 | 1 | -2/+1 |
* | Add some text names to weight map for weights that were added to the | Owen Taylor | 2002-03-06 | 1 | -2/+5 |
* | isspace -> g_ascii_isspace (pango_font_description_from_string): isspace | Darin Adler | 2002-02-10 | 1 | -6/+5 |
* | Initialize the static_family field. (Fix from Zack Rusin) | Owen Taylor | 2002-01-16 | 1 | -0/+2 |
* | slight correction to pango_layout_get_extents(), docs still need to be | Havoc Pennington | 2002-01-14 | 1 | -6/+6 |
* | fix up docs to be clearer about PANGO_SCALE, as suggested by Dennis | Havoc Pennington | 2002-01-13 | 1 | -12/+12 |
* | Update the field mask in the merged description. | Owen Taylor | 2002-01-02 | 1 | -0/+4 |
* | removed the arbitrary limit to 10 fonts. Instead make the command line | Hans Breuer | 2001-11-23 | 1 | -1/+2 |
* | Add pangoxft-private.h. | Matthias Clasen | 2001-11-11 | 1 | -1/+1 |
* | Patch from Darin Adler, with updates, to use g_ascii_* instead of | Owen Taylor | 2001-11-02 | 1 | -13/+12 |
* | Documentation updates. | Matthias Clasen | 2001-10-26 | 1 | -1/+1 |
* | pango/tmpl/x-fonts.sgml pango/break.c small documentation fixes. | Matthias Clasen | 2001-10-15 | 1 | -31/+31 |
* | don't include family name if PANGO_FONT_MASK_FAMILY is not set. | Sven Neumann | 2001-10-03 | 1 | -1/+1 |
* | g_string_printfa => g_string_append_printf. | Owen Taylor | 2001-10-01 | 1 | -2/+2 |
* | Version 0.20PANGO_0_20 | Owen Taylor | 2001-09-25 | 1 | -29/+14 |
* | Set PANGO_FONT_MASK_FAMILY. (#60888, reported by Mario Motta) | Owen Taylor | 2001-09-21 | 1 | -1/+4 |
* | pango/fonts.c (append_field, pango_font_description_to_string): | Matthias Clasen | 2001-09-21 | 1 | -2/+2 |
* | unset the static_family flag so the family_name gets freed on the next | Sven Neumann | 2001-09-20 | 1 | -0/+2 |
* | fix rule so that flags get registered as flags and rather than enums | James Henstridge | 2001-09-20 | 1 | -0/+14 |
* | Include parent_instance structures. | Owen Taylor | 2001-09-18 | 1 | -1/+1 |
* | Up to 0.19. | Owen Taylor | 2001-09-18 | 1 | -11/+867 |
* | Update to the new g_boxed_type_register_static API. | Alex Larsson | 2001-09-10 | 1 | -3/+1 |
* | Make a couple of functions static. | Owen Taylor | 2001-09-02 | 1 | -4/+4 |
* | copy function. (pango_glyph_string_get_type): implement get_type function. | James Henstridge | 2001-07-02 | 1 | -0/+15 |
* | Add a new PangoLanguage type to represent language tags; these can | Owen Taylor | 2001-06-14 | 1 | -16/+15 |
* | Allow '+' in the filename. | Tor Lillqvist | 2001-01-07 | 1 | -1/+1 |
* | move pango_shape and pango_reorder_items in here. | Havoc Pennington | 2000-12-16 | 1 | -1/+3 |
* | Use a fallback shaper if no engine is found for a range, the fallback | Havoc Pennington | 2000-12-15 | 1 | -2/+0 |
* | add assertion that shaper != NULL to catch engine problems faster | Havoc Pennington | 2000-12-14 | 1 | -1/+7 |
* | New file. | Tor Lillqvist | 2000-11-19 | 1 | -0/+45 |
* | Renamed pango_attribute_compare to pango_attribute_equal. Renamed compare | Sebastian Wilhelmi | 2000-11-13 | 1 | -3/+3 |
* | adapted g_Type_register_*() calls. GLib wants an additional flag field to | Tim Janik | 2000-10-25 | 1 | -1/+1 |
* | A bit of code cleanup. | Owen Taylor | 2000-07-21 | 1 | -0/+1 |
* | g_strcasecmp returns 0 when strings are equal - negate return value. | Elliot Lee | 2000-06-19 | 1 | -1/+1 |
* | Use g_strtod(). | Owen Taylor | 2000-05-30 | 1 | -7/+10 |
* | s/pango_font_set_data/g_object_set_qdata/ | Owen Taylor | 2000-05-28 | 1 | -96/+26 |