summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Handle also ft_pixel_mode_mono glyphs.Tor Lillqvist2000-08-2017-26/+136
* examples/viewer-ft2.c Replace division or multiplication with 1000 (whichTor Lillqvist2000-08-209-23/+55
* Move most all of the TODO items here to the XML file. This needs to beOwen Taylor2000-08-209-107/+428
* New file.Tor Lillqvist2000-08-2010-28/+94
* Add parameter telling whether to print warning or not if string isn'tTor Lillqvist2000-08-2030-257/+4634
* fix a bit of indentationOwen Taylor2000-08-131-3/+3
* remove /usr/includeHavoc Pennington2000-08-119-2/+44
* #include <string.h>Elliot Lee2000-08-099-0/+9
* Fix incorrect list rearrangement that caused some segfaults. Pay attentionElliot Lee2000-08-099-15/+68
* If the first pango_skip_space fails, remember to free enginepair beforeElliot Lee2000-08-0810-4/+68
* Find the bug, people!Elliot Lee2000-08-041-2/+1
* Fix segfault when tmp_list has no 'prev' pointer. Infinite loops do notElliot Lee2000-08-0411-14/+98
* Fix problem with the way extents for the layout lines were summed togetherOwen Taylor2000-08-028-8/+48
* Remove hardcoded path to my home directory! Allow specifying the file onOwen Taylor2000-07-3111-7/+83
* pkg-config info filesHavoc Pennington2000-07-3111-1/+89
* Destroy the layout->font_desc to avoid a memory leak.Martin Baulig2000-07-318-0/+38
* Typo.Tor Lillqvist2000-07-278-8/+8
* pango/pango.def New files, forgot to commit earlier.Tor Lillqvist2000-07-279-0/+189
* include <stdlib.h>Owen Taylor2000-07-229-1/+44
* A bit of code cleanup.Owen Taylor2000-07-2113-47/+306
* Free buffer strings.Owen Taylor2000-07-2114-35/+627
* Export file for Pango engines.Tor Lillqvist2000-07-201-0/+4
* Add some more fonts. Document where to get the fonts.Tor Lillqvist2000-07-208-4/+63
* Use 0xFFFE to produce the default glyph. (create_bitmap_dibsection): ZeroTor Lillqvist2000-07-1910-23/+103
* Don't try to use the ! command, not available in all systems. Move the !Tor Lillqvist2000-07-1913-24/+148
* Add Tahoma and Angsana New, these common fonts have Thai characters.Tor Lillqvist2000-07-1811-83/+216
* Correct ChangeLog entry.Tor Lillqvist2000-07-187-14/+14
* Add the pangowin32 sources.Tor Lillqvist2000-07-1820-82/+196
* pango/pango-utils.h pango/pango-utils.c pango/pangox-fontmap.c Move theTor Lillqvist2000-07-1616-569/+594
* Forgot to mention the makefile.mingw files in ChangeLog. Add config.h.win32.Tor Lillqvist2000-07-158-0/+27
* pango/pangowin32.h pango/pangowin32-private.h pango/pangowin32-fontcache.cTor Lillqvist2000-07-1523-14/+5453
* Add clealyu fontsPANGO_0_12Owen Taylor2000-07-148-1/+17
* Released 0.12Owen Taylor2000-07-149-21/+84
* Fix bug in home directory substitution.Owen Taylor2000-07-118-1/+36
* Implement this function, to get logical attributes without aHavoc Pennington2000-07-069-1/+147
* Released 0.12Owen Taylor2000-07-069-4/+54
* UpdateOwen Taylor2000-07-0618-169/+401
* Handle the case where the byte offset is outside the layout.Havoc Pennington2000-07-038-3/+72
* Fix up set_font_description() for tab spaces.Owen Taylor2000-07-028-0/+44
* New function that inserts before other attributes with matching startOwen Taylor2000-07-0211-46/+212
* Add a PANGO_PIXELS macro to convert from pango units to device units andOwen Taylor2000-07-0211-2/+214
* 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-3017-344/+441
* New version from Karl Koehler merged with the changes for the GLib unicodeOwen Taylor2000-06-292-0/+346
* Fix various aspects of expanding coverage tables beyond the first 256Owen Taylor2000-06-298-12/+55
* New version from Karl Koehler merged with the changes for the GLib unicodeOwen Taylor2000-06-2914-194/+391
* Remove tests for libunicodeOwen Taylor2000-06-2139-659/+353
* GTK+ should compile now... sorry about the mess...Havoc Pennington2000-06-2115-163/+325
* g_strcasecmp returns 0 when strings are equal - negate return value.Elliot Lee2000-06-1913-27/+177
* add comment delimiters around trailing text after #endifs to remove warningsChristopher Blizzard2000-06-199-9/+9