| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | s/is_break/is_line_break/g; | Havoc Pennington | 2001-01-22 | 1 | -3/+52 |
* | move pango_shape and pango_reorder_items in here. | Havoc Pennington | 2000-12-16 | 1 | -1/+4 |
* | delete lang engine | Havoc Pennington | 2000-12-02 | 1 | -121/+174 |
* | Make sure that we don't end up in an infinite loop due to zero-width tabs. | Owen Taylor | 2000-12-01 | 1 | -50/+68 |
* | Define PANGO_VERSION. | Tor Lillqvist | 2000-11-30 | 1 | -0/+4 |
* | Fix this to make iteration over runs work properly | Havoc Pennington | 2000-11-20 | 1 | -1/+1 |
* | Fix problem with unbreakable words at start of line longer than line | Owen Taylor | 2000-11-16 | 1 | -30/+37 |
* | Fix problem where right-aligned lines weren't getting properly offset | Owen Taylor | 2000-11-15 | 1 | -4/+5 |
* | Rewrite of good portions of line-break code to be more readable, work | Owen Taylor | 2000-11-15 | 1 | -106/+188 |
* | get the value of any rise attribute (pango_layout_run_get_extents): take | Havoc Pennington | 2000-11-15 | 1 | -7/+31 |
* | Fix low underline code to deal with run_ink == NULL. | Owen Taylor | 2000-11-14 | 1 | -6/+13 |
* | Don't need to check_lines, pango_layout_get_iter() will do that | Havoc Pennington | 2000-11-14 | 1 | -5/+3 |