| Commit message (Expand) | Author | Age | Files | Lines |
* | Doc markup and typo fixes. | Matthias Clasen | 2003-06-25 | 1 | -42/+42 |
* | Fix bug in determining when we cross line boundaries. (#103421, Matthias | Owen Taylor | 2003-06-05 | 1 | -29/+34 |
* | Use g_object_new() rather than g_type_create_instance() (Patch from | Owen Taylor | 2003-05-27 | 1 | -1/+1 |
* | Fix a harmless uninitialized memory read. (#109625, Rich Burridge) | Owen Taylor | 2003-05-02 | 1 | -1/+0 |
* | Fix a harmless uninitialized memory read. (#109625, Rich Burridge) | Owen Taylor | 2003-05-02 | 1 | -5/+3 |
* | Guard against pango_layout_set_text (pango_layout_get_text (layout)); | Owen Taylor | 2003-02-12 | 1 | -4/+7 |
* | Some unit fixups (#96335) | Owen Taylor | 2002-12-20 | 1 | -11/+12 |
* | Rename PangoLayoutRun to PangoGlyphItem (with a typedef for compat), add | Owen Taylor | 2002-12-03 | 1 | -21/+78 |
* | Trivial s/foo/foo_/ fixes to make pango.h includable with -Wshadow | Soeren Sandmann | 2002-11-08 | 1 | -10/+10 |
* | Don't break at the first char in the first item on a line. Fixes | Alexander Larsson | 2002-10-23 | 1 | -3/+6 |
* | Get rid of unnecessary casts for g_object_{ref,unref} | Manish Singh | 2002-10-14 | 1 | -5/+5 |
* | Add, implement and document PANGO_WRAP_WORD_CHAR | Alexander Larsson | 2002-10-04 | 1 | -49/+70 |
* | Fix wrong assertion that was dying on lines separated by PS (U+2029). | Owen Taylor | 2002-07-25 | 1 | -1/+1 |
* | Fix problem with positions at the ends of lines (#63328, reported by Dov | Owen Taylor | 2002-03-01 | 1 | -26/+29 |
* | Fix problems with computing the length of the paragraph delimiter. | Owen Taylor | 2002-01-24 | 1 | -1/+1 |
* | fix memory leak of "text", reported by Jason Tackaberry | Havoc Pennington | 2002-01-21 | 1 | -0/+1 |
* | A string ending in a paragraph delimiter has an empty line at the end. | Owen Taylor | 2002-01-16 | 1 | -1/+1 |
* | slight correction to pango_layout_get_extents(), docs still need to be | Havoc Pennington | 2002-01-14 | 1 | -14/+14 |
* | allow setting attrs to NULL | Havoc Pennington | 2002-01-11 | 1 | -1/+2 |
* | docs tweak (pango_layout_iter_next_cluster): update iter->index here | Havoc Pennington | 2002-01-11 | 1 | -1/+6 |
* | Remove incorrect special casing of initial line. (Reported by Darin Adler) | Owen Taylor | 2001-12-20 | 1 | -5/+1 |
* | Fix problem with returned width on lines other than the first line | Owen Taylor | 2001-12-10 | 1 | -1/+1 |
* | Fix problem where length passed in didn't get adjusted for paragraph | Owen Taylor | 2001-12-07 | 1 | -1/+4 |
* | Version 0.22. Updated Update. Don't look like a doc comment. | Owen Taylor | 2001-11-21 | 1 | -3/+2 |
* | Patch from Alex Larsson to improve line breaking algorithm so that it | Owen Taylor | 2001-11-02 | 1 | -85/+158 |
* | Allow NULL run_logical. (#63014, Tony Graham) | Owen Taylor | 2001-10-25 | 1 | -5/+9 |
* | another missing comment end marker and some fixes in gtk-doc comments. | Sven Neumann | 2001-10-15 | 1 | -27/+28 |
* | require one more log attr in the buffer passed in, to account for the end | Havoc Pennington | 2001-10-03 | 1 | -2/+3 |
* | Patch from Alex Larsson | Owen Taylor | 2001-09-24 | 1 | -103/+114 |
* | Fix handling of the last index in a paragraph. (#60630, fix based on patch | Owen Taylor | 2001-09-24 | 1 | -33/+20 |
* | Up to 0.19. | Owen Taylor | 2001-09-18 | 1 | -16/+25 |
* | Make a couple of functions static. | Owen Taylor | 2001-09-02 | 1 | -1/+1 |
* | Handle text == NULL, length == 0 again. | Owen Taylor | 2001-08-24 | 1 | -5/+8 |
* | pass "" as default text into pango_layout_set_text() as NULL isn't allowed | Tim Janik | 2001-08-23 | 1 | -1/+1 |
* | Simply use g_utf8_validate() to validate the text, avoiding problem where | Owen Taylor | 2001-08-22 | 1 | -38/+13 |
* | pango/pango-layout.c (pango_layout_line_get_empty_extents): | Matthias Clasen | 2001-08-09 | 1 | -15/+7 |
* | make implementation static too. | Hans Breuer | 2001-07-20 | 1 | -1/+1 |
* | Add a new PangoLanguage type to represent language tags; these can | Owen Taylor | 2001-06-14 | 1 | -6/+16 |
* | Add a 'strong' parameter to allow moving either the strong or the weak | Owen Taylor | 2001-06-08 | 1 | -2/+6 |
* | Make the hack for avoiding the last index of the line more sophisticated | Owen Taylor | 2001-05-31 | 1 | -17/+44 |
* | Set *trailing properly at end of line. | Owen Taylor | 2001-05-28 | 1 | -0/+1 |
* | 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 | 1 | -62/+157 |
* | Move some fontmap stuff to pangox-private.h to access fontmap->resolution | Havoc Pennington | 2001-04-27 | 1 | -5/+53 |
* | Removed pango_justify(), since it has no implementation that I can find. | Havoc Pennington | 2001-04-17 | 1 | -6/+16 |
* | fix *trailing = FALSE to read *trailing = 0 | Havoc Pennington | 2001-02-16 | 1 | -3/+4 |
* | fix another "count line lengths to get line start" bug | Havoc Pennington | 2001-02-15 | 1 | -7/+2 |
* | properly update the tail of the list (pango_attr_list_change): flip order | Havoc Pennington | 2001-02-13 | 1 | -42/+97 |
* | New function | Havoc Pennington | 2001-01-23 | 1 | -1/+52 |
* | Free item->extra_attrs list. | 3 | 2001-01-23 | 1 | -1/+1 |