summaryrefslogtreecommitdiff
path: root/pango/pango-layout.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a PANGO_PIXELS macro to convert from pango units to device units andOwen Taylor2000-07-021-1/+135
* Remove tests for libunicodeOwen Taylor2000-06-211-23/+27
* GTK+ should compile now... sorry about the mess...Havoc Pennington2000-06-211-56/+86
* Fix bug in MRU list code.Owen Taylor2000-05-291-17/+24
* Since we require GLib-1.3, and thus can no longer build the examplesOwen Taylor2000-05-281-2/+2
* s/pango_font_set_data/g_object_set_qdata/Owen Taylor2000-05-281-1/+1
* Add libgobject.Owen Taylor2000-05-281-11/+21
* Fix <, <= confusion.Owen Taylor2000-05-221-1/+1
* Fix memory leak by freeing correct list.Owen Taylor2000-05-101-0/+2
* Fix memory leak by freeing correct list.Owen Taylor2000-05-091-1/+1
* Call pango_item_free to free items properly including attributes.Owen Taylor2000-05-091-4/+1
* When handling overstrikes, try to guess a bit better how overstrike glyphsOwen Taylor2000-05-071-2/+85
* Add ZWS to hacky break algorithm.Owen Taylor2000-05-051-11/+6
* Come up with a reasonable guess for metrics for empty lines based on theOwen Taylor2000-04-241-4/+104
* New function for visual (left-right, not forward-back) cursor navigationOwen Taylor2000-04-241-37/+383
* Add a function pango_layout_line_get_x_ranges(), to allow handlingOwen Taylor2000-04-181-32/+431
* Add user data to PangoContextOwen Taylor2000-04-051-0/+18
* Fix off-by-one error for RTL runs.Owen Taylor2000-04-031-6/+8
* Use "UTF-8" with the dash as the charset name for utf-8. (Change suggestedOwen Taylor2000-03-301-14/+145
* Handle right alignment for width == -1, align within total width ofOwen Taylor2000-03-221-16/+42
* Memory management functions for PangoItem.Owen Taylor2000-03-131-50/+152