summaryrefslogtreecommitdiff
path: root/pango/pangox.c
Commit message (Expand)AuthorAgeFilesLines
* Remove hardcoded path to my home directory! Allow specifying the file onOwen Taylor2000-07-311-0/+1
* Add the pangowin32 sources.Tor Lillqvist2000-07-181-2/+2
* Remove tests for libunicodeOwen Taylor2000-06-211-9/+6
* GTK+ should compile now... sorry about the mess...Havoc Pennington2000-06-211-3/+8
* *** empty log message ***Owen Taylor2000-06-081-2/+2
* Add a function to free cached information for a particular display. (ThisOwen Taylor2000-06-061-10/+11
* Fix problem with unloading fonts.Owen Taylor2000-06-051-1/+30
* New function to retrieve the XLFD for a given subfont.Owen Taylor2000-05-291-3/+42
* Install pango-fontmap.h.Owen Taylor2000-05-281-3/+6
* s/pango_font_set_data/g_object_set_qdata/Owen Taylor2000-05-281-75/+90
* Add libgobject.Owen Taylor2000-05-281-1316/+15
* Fix memory leak by freeing correct list.Owen Taylor2000-05-101-49/+71
* When handling overstrikes, try to guess a bit better how overstrike glyphsOwen Taylor2000-05-071-24/+27
* Add ZWS to hacky break algorithm.Owen Taylor2000-05-051-21/+21
* Add a function pango_layout_line_get_x_ranges(), to allow handlingOwen Taylor2000-04-181-2/+6
* Doc updates.Owen Taylor2000-04-051-1/+0
* Add user data to PangoContextOwen Taylor2000-04-051-39/+338
* Fix off-by-one error for RTL runs.Owen Taylor2000-04-031-41/+105
* Handle right alignment for width == -1, align within total width ofOwen Taylor2000-03-221-0/+6
* Memory management functions for PangoItem.Owen Taylor2000-03-131-21/+76
* Release pango-0.8Owen Taylor2000-03-101-9/+89
* First draft of highlevel driver. It currently only handles a paragraph asOwen Taylor2000-03-081-31/+75
* Convert log_clusters[] use from char offsets to byte offset - should makeOwen Taylor2000-03-071-158/+50
* Add functions to convert font descriptions to and from human-readableOwen Taylor2000-02-291-1/+2
* Add size to the font description structure instead of continually passingOwen Taylor2000-02-251-20/+31
* Fix problem where charsets specified in alias files where being ignoredOwen Taylor2000-02-191-3/+12
* Make refcounted.Owen Taylor2000-02-161-22/+69
* Add style selector, rewrite family selector to use list_families().Owen Taylor2000-02-111-17/+89
* updates.Owen Taylor2000-02-091-1/+1
* Moved the primary size and charset matching inside of Pango instead of onOwen Taylor2000-02-081-84/+133
* Start at reworking code to do size and charset lookups simultaneously.Owen Taylor2000-02-081-40/+185
* Switch the option menu for a combo box.Owen Taylor2000-02-071-44/+554
* Add a call to get a glyph for unknown an unknown char.Owen Taylor2000-02-021-25/+171
* Conditionally define G_N_ELEMENTS() when using glib-1.3.Owen Taylor2000-02-011-4/+0
* The great header file reorganization. Split up roughtly by objects.Owen Taylor2000-02-011-26/+502
* Updates to match recent API changes.Owen Taylor2000-01-261-0/+3
* Updated to use new X font mechanism.Owen Taylor2000-01-181-16/+39
* back away from the strict charset model to having subfonts arbitrarilyOwen Taylor2000-01-171-200/+192
* Switch GlyphStrings to have a single array of PangoGlyphInfo instead ofOwen Taylor2000-01-171-6/+6
* Eliminate PangoCFont; For X, encode charset into upper 16 bits of 32 bitOwen Taylor2000-01-151-444/+319
* Initial revisionOwen Taylor2000-01-131-0/+757