summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 0.20PANGO_0_20Owen Taylor2001-09-2516-37/+311
* Patch from Alex LarssonOwen Taylor2001-09-248-103/+219
* Fix handling of the last index in a paragraph. (#60630, fix based on patchOwen Taylor2001-09-248-33/+97
* Set PANGO_FONT_MASK_FAMILY. (#60888, reported by Mario Motta)Owen Taylor2001-09-218-1/+39
* pango/fonts.c (append_field, pango_font_description_to_string):Matthias Clasen2001-09-218-2/+37
* updated externalsHans Breuer2001-09-2115-204/+520
* unset the static_family flag so the family_name gets freed on the nextSven Neumann2001-09-208-0/+44
* fix rule so that flags get registered as flags and rather than enumsJames Henstridge2001-09-2010-2/+96
* Remove pango_font_map_free_families, which was no longer in the headers,Owen Taylor2001-09-199-27/+74
* header to abstract the difference between FreeType 2.0.3 and 2.0.4 errorHavoc Pennington2001-09-1916-5/+96
* Released 0.19.PANGO_0_19Tim Janik2001-09-197-0/+28
* require glib 1.3.8.Tim Janik2001-09-188-1/+29
* Include parent_instance structures.Owen Taylor2001-09-1810-1/+61
* Up to 0.19.Owen Taylor2001-09-1870-1828/+3688
* add $(pangoxftlibs) so we get proper dependencies noted in the module.Matt Wilson2001-09-188-1/+36
* Use g_build_filename() where appropriate.Owen Taylor2001-09-1211-46/+85
* Fix problem with green/blue confusion.Owen Taylor2001-09-118-2/+37
* Update to the new g_boxed_type_register_static API.Alex Larsson2001-09-1013-18/+76
* Version 0.18PANGO_0_18Owen Taylor2001-09-0410-1/+93
* Make a couple of functions static.Owen Taylor2001-09-0213-79/+1878
* New file, move color handling here.Owen Taylor2001-08-3012-969/+1070
* Mon Aug 27 2001 Jens Finke <jens@gnome.org> - glib2 package required -Jens Finke2001-08-271-3/+7
* Handle text == NULL, length == 0 again.Owen Taylor2001-08-248-5/+43
* pass "" as default text into pango_layout_set_text() as NULL isn't allowedTim Janik2001-08-238-1/+43
* Simply use g_utf8_validate() to validate the text, avoiding problem whereOwen Taylor2001-08-228-38/+62
* Fixed MAITHAIKHU for UpperTailed Consonances, ie, PO_PLA (by K.Theppitak).Chookij Vanatham2001-08-161-2/+2
* Fully convert the truetype unicode table to host endianness when readingAlexander Larsson2001-08-168-17/+77
* fixed stupid typeJens Finke2001-08-151-1/+1
* Updated to match gpp standard.Jens Finke2001-08-158-33/+79
* composite with "saturate" semantics instead of "over" so joining glyphsSven Neumann2001-08-148-15/+36
* composite glyphs over the buffer instead of simply copying into it soSven Neumann2001-08-148-14/+81
* Set GPATH to fix srcdir != builddir problems with GNU make.Owen Taylor2001-08-1210-169/+46
* restore the previously selected font into the device context.Hans Breuer2001-08-0911-5/+532
* pango/pango-layout.c (pango_layout_line_get_empty_extents):Matthias Clasen2001-08-098-15/+56
* ogh, forgot the changelogAlexander Larsson2001-08-097-7/+56
* Large rewrite of the win32 backend to use real glyph indexes instead ofAlexander Larsson2001-08-0913-1821/+638
* Don't build the non-existant testfont binary Use glib-mkenums instead ofAlexander Larsson2001-08-049-12/+36
* Don't build the non-existant testfont binary Use glib-mkenums instead ofAlexander Larsson2001-08-047-0/+70
* Remove unused prototype.Darin Adler2001-07-278-1/+28
* shut up CVSSven Neumann2001-07-241-0/+1
* make implementation static too.Hans Breuer2001-07-2012-8/+123
* Don't corrupt the font description passed in.Owen Taylor2001-07-198-18/+51
* Updated the change to handle iso10646 for Thai non-spacing vowels/tonemarksChookij Vanatham2001-07-181-21/+14
* Updated the improvements of Hebrew points positioningChookij Vanatham2001-07-171-27/+189
* Fix dependencies to work without XFT.Owen Taylor2001-07-138-2/+37
* Add an explicit dependency on libpangoxft.la, to fix parallel make problemOwen Taylor2001-07-128-22/+87
* Remove stray semicolon.Darin Adler2001-07-1220-40/+338
* copy function. (pango_glyph_string_get_type): implement get_type function.James Henstridge2001-07-0215-0/+260
* s/shutdown/dispose/ to adapt to GObject changes.Tim Janik2001-07-0211-16/+72
* Use gssize, not size_t, gssize isn't defined here on all systems.Owen Taylor2001-07-028-5/+47