summaryrefslogtreecommitdiff
path: root/pango/pango-layout.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add accessor to get the text from the layoutHavoc Pennington2000-11-121-0/+17
* Add a new attribute for scaling a font; also required addingHavoc Pennington2000-11-011-32/+115
* adapted g_Type_register_*() calls. GLib wants an additional flag field toTim Janik2000-10-251-1/+1
* Remove comma at end of enumeration list.Martin Baulig2000-09-291-1/+1
* Add a tab array field to PangoLayout, and use it when laying out the textHavoc Pennington2000-09-251-27/+135
* Fix bug where wrong attribute list was unreferenced.Owen Taylor2000-09-111-1/+1
* Fix incorrect list rearrangement that caused some segfaults. Pay attentionElliot Lee2000-08-091-9/+23
* If the first pango_skip_space fails, remember to free enginepair beforeElliot Lee2000-08-081-2/+5
* Fix segfault when tmp_list has no 'prev' pointer. Infinite loops do notElliot Lee2000-08-041-11/+29
* Fix problem with the way extents for the layout lines were summed togetherOwen Taylor2000-08-021-8/+6
* Destroy the layout->font_desc to avoid a memory leak.Martin Baulig2000-07-311-0/+3
* A bit of code cleanup.Owen Taylor2000-07-211-10/+119
* UpdateOwen Taylor2000-07-061-4/+4
* Handle the case where the byte offset is outside the layout.Havoc Pennington2000-07-031-3/+37
* Fix up set_font_description() for tab spaces.Owen Taylor2000-07-021-0/+9
* New function that inserts before other attributes with matching startOwen Taylor2000-07-021-7/+68