summaryrefslogtreecommitdiff
path: root/src/fcxml.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 22037 - No Fonts installed on a default install on Windows Server 2003Behdad Esfahbod2009-08-211-0/+4
* Use multi-byte codepage aware string function on WindowsTor Lillqvist2009-08-131-2/+9
* Fix heap corruption on Windows in FcEndElement()Tor Lillqvist2009-08-131-32/+11
* Fix MinGW compilationTor Lillqvist2009-08-131-0/+1
* Use GetSystemWindowsDirectory() instead of GetWindowsDirectory() (#22037)Behdad Esfahbod2009-07-211-3/+3
* Fix leak with string VStack objectsBehdad Esfahbod2009-07-201-1/+1
* [xml] Intern more stringsBehdad Esfahbod2009-06-241-5/+4
* [xml] Allocate FcExpr's in a pool in FcConfigBehdad Esfahbod2009-06-241-43/+32
* [xml] Mark more symbols staticBehdad Esfahbod2009-06-241-10/+12
* [xml] Centralize FcExpr allocationBehdad Esfahbod2009-06-241-26/+20
* Remove unused prototypes and functionBehdad Esfahbod2009-06-241-6/+0
* Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod2009-03-131-2/+2
* [fcxml.c] Embed a static 64-byte attr buffer in FcPStackBehdad Esfahbod2009-03-121-8/+15
* [fcxml] Embed 64 static FcVStack objects in FcConfigParseBehdad Esfahbod2009-03-121-113/+105
* [fcxml] Embed 8 static FcPStack objects in FcConfigParseBehdad Esfahbod2009-03-121-6/+22
* [fcxml] Don't allocate attr array if there are no attributesBehdad Esfahbod2009-03-121-13/+6
* [fcstr,fcxml] Don't copy FcStrBuf contents when we would free it soonBehdad Esfahbod2009-03-121-14/+14
* [win32] Expand "APPSHAREFONTDIR" to ../share/fonts relative to binary locationBehdad Esfahbod2009-02-151-0/+21
* Don't use variables named 'bool' (bug #18851)Harald Fernengel2009-02-131-8/+8
* Don't leak FcValues string loaded through fcxml.c (#17661)Behdad Esfahbod2009-02-131-0/+2
* Replace RCS Id tags with the file nameBehdad Esfahbod2009-02-131-1/+1
* Avoid C99ism in Win32 code (#16651)Behdad Esfahbod2009-02-131-1/+2
* Ignore empty <dir></dir> elementsKeith Packard2008-05-241-1/+3
* Proper config path for static libraries in win32Dennis Schridde2008-05-031-1/+21
* Fix OOM failure case in FcPStackPush.Keith Packard2007-12-231-0/+5
* Workaround for stat() brokenness in Microsoft's C library (bug 8526)Tor Lillqvist2007-11-131-0/+24
* Respect "binding" attribute in <alias> entries.Keith Packard2007-10-251-22/+36
* Avoid crashes if config files contain junk.Mike FABIAN2007-10-181-0/+4
* Segfault scanning non-font files. Disallow scan edit of user vars. (#8767)Keith Packard2006-12-021-0/+6
* Fix conf.d directory sorting.Keith Packard2006-09-091-1/+9
* Eliminate .so PLT entries for local symbols. (thanks to Arjan van de Ven)Keith Packard2006-09-051-0/+3
* Can't typecheck values for objects with no known type.Keith Packard2006-09-041-0/+2
* Add FcMatchScan to resolve Delicious font matching issues (bug #6769)Keith Packard2006-09-021-0/+4
* Skip broken caches. Cache files are auto-written, don't rewrite in fc-cache.Keith Packard2006-08-301-11/+8
* Rework cache files to use offsets for all data structures.Keith Packard2006-08-301-9/+6
* 2006-08-04 Keith Packard (keithp@keithp.com) reviewed by: plamPatrick Lam2006-08-041-0/+17
* Eliminate pattern freezingKeith Packard2006-04-271-2/+1
* Include $(top_srcdir), $(top_srcdir)/src before anything else.Patrick Lam2006-04-251-1/+1
* Missing bits from previous patches.Patrick Lam2006-04-111-1/+3
* Reduce amount of dirty rss by const'ing some data structures.Patrick Lam2006-04-061-1/+1
* Fix intel compiler warnings: make many variables static, eliminatePatrick Lam2006-04-061-7/+7
* Eliminate redundancies.Patrick Lam2006-02-211-2/+1
* Eliminate unused vars reported by Intel's compiler.Patrick Lam2006-02-211-2/+0
* Freeze patterns created by configuration file for tiny memory savingsPatrick Lam2006-02-211-1/+2
* src/fccache.c (FcGlobalCacheLoad, FcGlobalCacheSave, FcDirCacheConsume,Patrick Lam2006-02-051-2/+2
* Stop trampling the directory name when writing out caches. (with MikePatrick Lam2006-01-261-1/+1
* Bump version to 2.3.93.fc-2_3_93Patrick Lam2005-12-211-6/+7
* Fix crash reported by Frederic Crozat when using libxml2.Patrick Lam2005-12-121-0/+3
* Only add a config file to the set of config files once.Patrick Lam2005-11-301-0/+6
* Don't crash when fc-cat invoked with no arguments.Patrick Lam2005-11-181-4/+6