summaryrefslogtreecommitdiff
path: root/pango/modules.c
Commit message (Expand)AuthorAgeFilesLines
* Remove warning about opening modules file... in some cases (includedOwen Taylor2002-03-251-3/+1
* Add an informative warning if no modules at all were found. (#74982,Owen Taylor2002-03-201-0/+20
* Fix problem where == was used instead if =. (#73694, Martin Gansser)Owen Taylor2002-03-061-4/+4
* Don't crash on out-of-BMP values.Owen Taylor2002-03-011-7/+24
* isspace -> g_ascii_isspace (pango_font_description_from_string): isspaceDarin Adler2002-02-101-1/+0
* pango/modules.c g_module_symbol takes a gpointer *, not just a gpointer.Manish Singh2001-12-051-1/+1
* Updates.Matthias Clasen2001-12-041-2/+2
* don't bother with module dir recalculation if LIBDIR isn't definedHans Breuer2001-11-031-1/+1
* Neat Win32 feature: A prebuilt Pango package can be installed in a randomTor Lillqvist2001-10-311-0/+22
* Typo fix.Matthias Clasen2001-10-271-2/+2
* Use g_build_filename() where appropriate.Owen Taylor2001-09-121-3/+3
* Couple of bug fixes for the last change.Owen Taylor2001-06-261-1/+2
* Add a new PangoLanguage type to represent language tags; these canOwen Taylor2001-06-141-19/+10
* Fix problem with information loss when converting leaves to branches.Owen Taylor2001-05-281-4/+3
* touch sysconfdir/pango/pango.modules even if there are no dynamic modules,Havoc Pennington2000-12-151-15/+2
* hu Nov 16 13:23:43 2000 Owen Taylor <otaylor@redhat.com>Owen Taylor2000-11-161-102/+133
* Declare variable j so it compilesHavoc Pennington2000-11-161-1/+2
* Make some vars static. Implement pango_module_register function. MoveElliot Lee2000-11-161-18/+35
* Added docs for the publically exported functions in this module, evenOwen Taylor2000-10-301-0/+37
* Fix bug where wrong attribute list was unreferenced.Owen Taylor2000-09-111-1/+0
* Fix incorrect list rearrangement that caused some segfaults. Pay attentionElliot Lee2000-08-091-6/+3
* If the first pango_skip_space fails, remember to free enginepair beforeElliot Lee2000-08-081-1/+4
* 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-041-1/+2
* Remove hardcoded path to my home directory! Allow specifying the file onOwen Taylor2000-07-311-1/+1
* Free buffer strings.Owen Taylor2000-07-211-2/+5
* pango/pangowin32.h pango/pangowin32-private.h pango/pangowin32-fontcache.cTor Lillqvist2000-07-151-4/+10
* A bunch of simple functions for reading from files, manipulating stringsOwen Taylor2000-06-301-131/+89
* Remove tests for libunicodeOwen Taylor2000-06-211-3/+2
* g_strcasecmp returns 0 when strings are equal - negate return value.Elliot Lee2000-06-191-20/+67
* *** empty log message ***Owen Taylor2000-06-081-8/+8
* Add ZWS to hacky break algorithm.Owen Taylor2000-05-051-96/+170
* Memory management functions for PangoItem.Owen Taylor2000-03-131-1/+1
* Release pango-0.8Owen Taylor2000-03-101-1/+1
* Make refcounted.Owen Taylor2000-02-161-25/+30
* make dist fixups.Owen Taylor2000-02-111-1/+1
* Up version to match 0.6 release that was made yesterday.Owen Taylor2000-02-111-23/+15
* Add a call to get a glyph for unknown an unknown char.Owen Taylor2000-02-021-13/+15
* Initial revisionOwen Taylor2000-01-131-0/+409