summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Destroy the layout->font_desc to avoid a memory leak.Martin Baulig2000-07-311-0/+3
* Typo.Tor Lillqvist2000-07-271-1/+1
* pango/pango.def New files, forgot to commit earlier.Tor Lillqvist2000-07-272-0/+154
* include <stdlib.h>Owen Taylor2000-07-221-0/+1
* A bit of code cleanup.Owen Taylor2000-07-215-15/+203
* Free buffer strings.Owen Taylor2000-07-216-34/+487
* Use 0xFFFE to produce the default glyph. (create_bitmap_dibsection): ZeroTor Lillqvist2000-07-193-23/+33
* Don't try to use the ! command, not available in all systems. Move the !Tor Lillqvist2000-07-193-3/+6
* Add Tahoma and Angsana New, these common fonts have Thai characters.Tor Lillqvist2000-07-183-81/+123
* Add the pangowin32 sources.Tor Lillqvist2000-07-186-13/+26
* pango/pango-utils.h pango/pango-utils.c pango/pangox-fontmap.c Move theTor Lillqvist2000-07-167-531/+344
* pango/pangowin32.h pango/pangowin32-private.h pango/pangowin32-fontcache.cTor Lillqvist2000-07-1510-14/+4057
* 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