summaryrefslogtreecommitdiff
path: root/pango/pango-utils.c
Commit message (Expand)AuthorAgeFilesLines
* isspace -> g_ascii_isspace (pango_font_description_from_string): isspaceDarin Adler2002-02-101-8/+7
* acconfig.h support for --with-xftconfig-dir= path to system XftConfig fileManish Singh2001-11-241-1/+1
* removed the arbitrary limit to 10 fonts. Instead make the command lineHans Breuer2001-11-231-4/+4
* Check for LEX and YACC. This will be made optional later, with the buildAlexander Larsson2001-11-181-1/+243
* Add pangoxft-private.h.Matthias Clasen2001-11-111-1/+1
* Patch from Darin Adler, with updates, to use g_ascii_* instead ofOwen Taylor2001-11-021-27/+27
* Neat Win32 feature: A prebuilt Pango package can be installed in a randomTor Lillqvist2001-10-311-25/+5
* Typo fixes.Matthias Clasen2001-10-131-16/+101
* Add the Win32 GDI Pango backend to autoconfiguration:Tor Lillqvist2001-10-031-2/+25
* Fix wrapper version to have boolean result. (#61248, Eric Lemings.)Owen Taylor2001-09-271-3/+6
* Up to 0.19.Owen Taylor2001-09-181-33/+35
* Use g_build_filename() where appropriate.Owen Taylor2001-09-121-6/+4
* Update to the new g_boxed_type_register_static API.Alex Larsson2001-09-101-3/+1
* Make a couple of functions static.Owen Taylor2001-09-021-2/+2
* copy function. (pango_glyph_string_get_type): implement get_type function.James Henstridge2001-07-021-0/+25
* Couple of bug fixes for the last change.Owen Taylor2001-06-261-2/+88
* Add a new PangoLanguage type to represent language tags; these canOwen Taylor2001-06-141-4/+139
* Patch from Soeren SandmannHavoc Pennington2001-02-211-2/+2
* Use g_win32_get_package_installation_subdirectory(). Use the sameTor Lillqvist2001-02-101-59/+12
* Free item->extra_attrs list.32001-01-231-3/+7
* Use g_file_test().Tor Lillqvist2000-11-301-6/+1
* Define PANGO_VERSION.Tor Lillqvist2000-11-301-1/+33
* Fix low underline code to deal with run_ink == NULL.Owen Taylor2000-11-141-3/+8
* Include a stripped-down version of fribidi to avoid the extra dependency.Owen Taylor2000-11-121-0/+31
* Add a new attribute for scaling a font; also required addingHavoc Pennington2000-11-011-47/+42
* Added docs for the publically exported functions in this module, evenOwen Taylor2000-10-301-1/+1
* Add parameter telling whether to print warning or not if string isn'tTor Lillqvist2000-08-201-29/+45
* include <stdlib.h>Owen Taylor2000-07-221-0/+1
* Don't try to use the ! command, not available in all systems. Move the !Tor Lillqvist2000-07-191-0/+1
* pango/pango-utils.h pango/pango-utils.c pango/pangox-fontmap.c Move theTor Lillqvist2000-07-161-0/+231
* pango/pangowin32.h pango/pangowin32-private.h pango/pangowin32-fontcache.cTor Lillqvist2000-07-151-8/+86
* Fix bug in home directory substitution.Owen Taylor2000-07-111-1/+1
* A bunch of simple functions for reading from files, manipulating stringsOwen Taylor2000-07-011-0/+575