summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in home directory substitution.Owen Taylor2000-07-111-1/+1
* Implement this function, to get logical attributes without aHavoc Pennington2000-07-062-1/+105
* Released 0.12Owen Taylor2000-07-062-4/+5
* UpdateOwen Taylor2000-07-062-4/+6
* 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-024-46/+142
* Add a PANGO_PIXELS macro to convert from pango units to device units andOwen Taylor2000-07-023-1/+150
* A bunch of simple functions for reading from files, manipulating stringsOwen Taylor2000-07-012-0/+615
* A bunch of simple functions for reading from files, manipulating stringsOwen Taylor2000-06-304-329/+231
* Fix various aspects of expanding coverage tables beyond the first 256Owen Taylor2000-06-291-12/+13
* Remove tests for libunicodeOwen Taylor2000-06-2113-367/+62
* GTK+ should compile now... sorry about the mess...Havoc Pennington2000-06-217-161/+246
* g_strcasecmp returns 0 when strings are equal - negate return value.Elliot Lee2000-06-195-24/+74
* add comment delimiters around trailing text after #endifs to remove warningsChristopher Blizzard2000-06-199-9/+9
* pango/Makefile.am: Add a new header pango-modules.h to export a few partsOwen Taylor2000-06-081-0/+52
* *** empty log message ***Owen Taylor2000-06-0810-40/+28
* New function to copy a PangoAttrIterator.Havoc Pennington2000-06-072-15/+42
* add missing return from last commitOwen Taylor2000-06-061-0/+2
* Add a function to free cached information for a particular display. (ThisOwen Taylor2000-06-064-20/+80
* Fix problem with unloading fonts.Owen Taylor2000-06-055-12/+100
* Release 0.11Owen Taylor2000-05-311-0/+1
* Use g_strtod().Owen Taylor2000-05-302-7/+11
* New function to retrieve the XLFD for a given subfont.Owen Taylor2000-05-293-6/+48
* Fix bug in MRU list code.Owen Taylor2000-05-292-18/+27
* Since we require GLib-1.3, and thus can no longer build the examplesOwen Taylor2000-05-282-3/+3
* added missing fileOwen Taylor2000-05-281-0/+242
* Install pango-fontmap.h.Owen Taylor2000-05-285-12/+40
* s/pango_font_set_data/g_object_set_qdata/Owen Taylor2000-05-289-219/+146
* Add libgobject.Owen Taylor2000-05-2813-1501/+1732
* Fix <, <= confusion.Owen Taylor2000-05-221-1/+1
* Fix memory leak by freeing correct list.Owen Taylor2000-05-103-50/+74
* Fix memory leak by freeing correct list.Owen Taylor2000-05-092-4/+4
* Call pango_item_free to free items properly including attributes.Owen Taylor2000-05-091-4/+1
* Add a simple Thai shaper. (Reasonably complete but intended mostly for anOwen Taylor2000-05-081-3/+3
* When handling overstrikes, try to guess a bit better how overstrike glyphsOwen Taylor2000-05-075-34/+121
* .cvsignore updateOwen Taylor2000-05-051-0/+1
* Add ZWS to hacky break algorithm.Owen Taylor2000-05-059-176/+243
* add support for fribidi-config (needs fribidi v0.1.10 or higher). AlsoManish Singh2000-05-011-1/+1
* 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-243-55/+407
* Add a function pango_layout_line_get_x_ranges(), to allow handlingOwen Taylor2000-04-185-78/+588
* Doc updates.Owen Taylor2000-04-052-2/+1
* Add user data to PangoContextOwen Taylor2000-04-059-115/+487
* fribidi-0.1.9 wants UCS-4 not UCS2; switch accordingly.Owen Taylor2000-04-043-5/+59
* Fix handling of positions at character limits.Owen Taylor2000-04-041-2/+5
* Fix off-by-one error for RTL runs.Owen Taylor2000-04-036-58/+133
* Use "UTF-8" with the dash as the charset name for utf-8. (Change suggestedOwen Taylor2000-03-303-16/+151
* Handle right alignment for width == -1, align within total width ofOwen Taylor2000-03-223-17/+50
* Memory management functions for PangoItem.Owen Taylor2000-03-1325-188/+596