summaryrefslogtreecommitdiff
path: root/pango/pango-context.c
Commit message (Expand)AuthorAgeFilesLines
* touch sysconfdir/pango/pango.modules even if there are no dynamic modules,Havoc Pennington2000-12-151-6/+9
* Use a fallback shaper if no engine is found for a range, the fallbackHavoc Pennington2000-12-151-0/+60
* delete lang engineHavoc Pennington2000-12-021-3/+10
* Renamed pango_attribute_compare to pango_attribute_equal. Renamed compareSebastian Wilhelmi2000-11-131-1/+1
* Remove checks for iconv - we now depend on g_iconv wrapper defined inOwen Taylor2000-11-121-1/+0
* Include a stripped-down version of fribidi to avoid the extra dependency.Owen Taylor2000-11-121-9/+6
* Add a new attribute for scaling a font; also required addingHavoc Pennington2000-11-011-33/+88
* adapted g_Type_register_*() calls. GLib wants an additional flag field toTim Janik2000-10-251-1/+1
* Don't produce a warning unless loading all fonts fails, if loading allOwen Taylor2000-08-221-41/+107
* fix a bit of indentationOwen Taylor2000-08-131-3/+3
* Fix segfault when tmp_list has no 'prev' pointer. Infinite loops do notElliot Lee2000-08-041-1/+10
* A bit of code cleanup.Owen Taylor2000-07-211-4/+4
* Free buffer strings.Owen Taylor2000-07-211-1/+5
* Remove tests for libunicodeOwen Taylor2000-06-211-11/+10
* GTK+ should compile now... sorry about the mess...Havoc Pennington2000-06-211-87/+83
* *** empty log message ***Owen Taylor2000-06-081-3/+4
* Install pango-fontmap.h.Owen Taylor2000-05-281-0/+1
* s/pango_font_set_data/g_object_set_qdata/Owen Taylor2000-05-281-4/+4
* Add libgobject.Owen Taylor2000-05-281-1/+1
* Fix memory leak by freeing correct list.Owen Taylor2000-05-091-3/+3
* When handling overstrikes, try to guess a bit better how overstrike glyphsOwen Taylor2000-05-071-0/+1
* Add ZWS to hacky break algorithm.Owen Taylor2000-05-051-22/+17
* Add user data to PangoContextOwen Taylor2000-04-051-6/+45
* fribidi-0.1.9 wants UCS-4 not UCS2; switch accordingly.Owen Taylor2000-04-041-5/+5
* Fix off-by-one error for RTL runs.Owen Taylor2000-04-031-1/+1
* Memory management functions for PangoItem.Owen Taylor2000-03-131-11/+38
* First draft of highlevel driver. It currently only handles a paragraph asOwen Taylor2000-03-081-3/+5
* Add size to the font description structure instead of continually passingOwen Taylor2000-02-251-49/+4
* Release 0.7Owen Taylor2000-02-171-2/+2
* Make refcounted.Owen Taylor2000-02-161-85/+262
* Added recent API changes. Doc comment fixesOwen Taylor2000-02-111-2/+5
* Add style selector, rewrite family selector to use list_families().Owen Taylor2000-02-111-5/+110
* The great header file reorganization. Split up roughtly by objects.Owen Taylor2000-02-011-0/+501