summaryrefslogtreecommitdiff
path: root/pango/pango-layout.c
Commit message (Expand)AuthorAgeFilesLines
* Fix problems with computing the length of the paragraph delimiter.Owen Taylor2002-01-241-1/+1
* fix memory leak of "text", reported by Jason TackaberryHavoc Pennington2002-01-211-0/+1
* A string ending in a paragraph delimiter has an empty line at the end.Owen Taylor2002-01-161-1/+1
* slight correction to pango_layout_get_extents(), docs still need to beHavoc Pennington2002-01-141-14/+14
* allow setting attrs to NULLHavoc Pennington2002-01-111-1/+2
* docs tweak (pango_layout_iter_next_cluster): update iter->index hereHavoc Pennington2002-01-111-1/+6
* Remove incorrect special casing of initial line. (Reported by Darin Adler)Owen Taylor2001-12-201-5/+1
* Fix problem with returned width on lines other than the first lineOwen Taylor2001-12-101-1/+1
* Fix problem where length passed in didn't get adjusted for paragraphOwen Taylor2001-12-071-1/+4
* Version 0.22. Updated Update. Don't look like a doc comment.Owen Taylor2001-11-211-3/+2
* Patch from Alex Larsson to improve line breaking algorithm so that itOwen Taylor2001-11-021-85/+158
* Allow NULL run_logical. (#63014, Tony Graham)Owen Taylor2001-10-251-5/+9
* another missing comment end marker and some fixes in gtk-doc comments.Sven Neumann2001-10-151-27/+28
* require one more log attr in the buffer passed in, to account for the endHavoc Pennington2001-10-031-2/+3
* Patch from Alex LarssonOwen Taylor2001-09-241-103/+114
* Fix handling of the last index in a paragraph. (#60630, fix based on patchOwen Taylor2001-09-241-33/+20
* Up to 0.19.Owen Taylor2001-09-181-16/+25
* Make a couple of functions static.Owen Taylor2001-09-021-1/+1
* Handle text == NULL, length == 0 again.Owen Taylor2001-08-241-5/+8
* pass "" as default text into pango_layout_set_text() as NULL isn't allowedTim Janik2001-08-231-1/+1
* Simply use g_utf8_validate() to validate the text, avoiding problem whereOwen Taylor2001-08-221-38/+13
* pango/pango-layout.c (pango_layout_line_get_empty_extents):Matthias Clasen2001-08-091-15/+7
* make implementation static too.Hans Breuer2001-07-201-1/+1
* Add a new PangoLanguage type to represent language tags; these canOwen Taylor2001-06-141-6/+16
* Add a 'strong' parameter to allow moving either the strong or the weakOwen Taylor2001-06-081-2/+6
* Make the hack for avoiding the last index of the line more sophisticatedOwen Taylor2001-05-311-17/+44
* Set *trailing properly at end of line.Owen Taylor2001-05-281-0/+1
* Use the font at the beginning of the paragraph, not the context's font.Owen Taylor2001-05-181-29/+53
* Use ISO C99 varargs when available.Owen Taylor2001-05-181-62/+157
* Move some fontmap stuff to pangox-private.h to access fontmap->resolutionHavoc Pennington2001-04-271-5/+53
* Removed pango_justify(), since it has no implementation that I can find.Havoc Pennington2001-04-171-6/+16
* fix *trailing = FALSE to read *trailing = 0Havoc Pennington2001-02-161-3/+4
* fix another "count line lengths to get line start" bugHavoc Pennington2001-02-151-7/+2
* properly update the tail of the list (pango_attr_list_change): flip orderHavoc Pennington2001-02-131-42/+97
* New functionHavoc Pennington2001-01-231-1/+52
* Free item->extra_attrs list.32001-01-231-1/+1
* s/is_break/is_line_break/g;Havoc Pennington2001-01-221-3/+52
* move pango_shape and pango_reorder_items in here.Havoc Pennington2000-12-161-1/+4
* delete lang engineHavoc Pennington2000-12-021-121/+174
* Make sure that we don't end up in an infinite loop due to zero-width tabs.Owen Taylor2000-12-011-50/+68
* Define PANGO_VERSION.Tor Lillqvist2000-11-301-0/+4
* Fix this to make iteration over runs work properlyHavoc Pennington2000-11-201-1/+1
* Fix problem with unbreakable words at start of line longer than lineOwen Taylor2000-11-161-30/+37
* Fix problem where right-aligned lines weren't getting properly offsetOwen Taylor2000-11-151-4/+5
* Rewrite of good portions of line-break code to be more readable, workOwen Taylor2000-11-151-106/+188
* get the value of any rise attribute (pango_layout_run_get_extents): takeHavoc Pennington2000-11-151-7/+31
* Fix low underline code to deal with run_ink == NULL.Owen Taylor2000-11-141-6/+13
* Don't need to check_lines, pango_layout_get_iter() will do thatHavoc Pennington2000-11-141-5/+3
* Patches from long ago: Make pango_layout slightly more robust. DoElliot Lee2000-11-131-1/+7
* Add new PangoLayoutIter entry pointsHavoc Pennington2000-11-131-236/+1167