summaryrefslogtreecommitdiff
path: root/pango/pango-attributes.c
Commit message (Expand)AuthorAgeFilesLines
* Removed pango_justify(), since it has no implementation that I can find.Havoc Pennington2001-04-171-1/+18
* fixed up g_boxed_type_register_static() since GLib signature changed.Tim Janik2001-03-071-14/+10
* Added pango_attr_list_get_type, and PANGO_TYPE_ATTR_LIST.Alexander Larsson2001-02-281-0/+17
* properly update the tail of the list (pango_attr_list_change): flip orderHavoc Pennington2001-02-131-1/+6
* pass 0 as first argument to g_type_init().Tim Janik2001-02-041-1/+1
* take a PangoColor not a PangoAttrColorHavoc Pennington2001-01-261-8/+49
* Renamed pango_attribute_compare to pango_attribute_equal. Renamed compareSebastian Wilhelmi2000-11-131-34/+34
* Add a new attribute for scaling a font; also required addingHavoc Pennington2000-11-011-11/+82
* Fix bug where wrong attribute list was unreferenced.Owen Taylor2000-09-111-1/+64
* Minor fixes to Owen's patch below to make it work.Jonathan Blandford2000-09-081-28/+127
* If the first pango_skip_space fails, remember to free enginepair beforeElliot Lee2000-08-081-1/+3
* Fix segfault when tmp_list has no 'prev' pointer. Infinite loops do notElliot Lee2000-08-041-1/+1
* A bit of code cleanup.Owen Taylor2000-07-211-0/+67
* Free buffer strings.Owen Taylor2000-07-211-0/+2
* New function that inserts before other attributes with matching startOwen Taylor2000-07-021-17/+48
* GTK+ should compile now... sorry about the mess...Havoc Pennington2000-06-211-0/+36
* New function to copy a PangoAttrIterator.Havoc Pennington2000-06-071-4/+28
* Add a function pango_layout_line_get_x_ranges(), to allow handlingOwen Taylor2000-04-181-4/+90
* Doc updates.Owen Taylor2000-04-051-1/+1
* Fix off-by-one error for RTL runs.Owen Taylor2000-04-031-1/+3
* Memory management functions for PangoItem.Owen Taylor2000-03-131-21/+96
* Convert log_clusters[] use from char offsets to byte offset - should makeOwen Taylor2000-03-071-2/+2
* Add size to the font description structure instead of continually passingOwen Taylor2000-02-251-0/+3
* Make refcounted.Owen Taylor2000-02-161-47/+60
* Add documentation for attributes.Owen Taylor2000-02-151-55/+571
* Start of attribute lists.Owen Taylor2000-02-151-0/+386