2009-02-14 |
Behdad Esfahbod | Use __builtin_popcount() when available (bug #17592) |
tree | commitdiff |
2009-02-14 |
Behdad Esfahbod | Consistently use FcStat() over stat() in all places |
tree | commitdiff |
2009-02-14 |
Behdad Esfahbod | [fccache] Consistently use FcStat() over stat() (bug... |
tree | commitdiff |
2009-02-14 |
Harald Fernengel | Don't use variables named 'bool' (bug #18851) |
tree | commitdiff |
2009-02-14 |
Behdad Esfahbod | Don't call FcPatternGetCharSet in FcSortWalk unless... |
tree | commitdiff |
2009-02-14 |
Behdad Esfahbod | Don't leak FcValues string loaded through fcxml.c ... |
tree | commitdiff |
2009-02-14 |
Chris Wilson | Reduce number of allocations during FcSortWalk(). |
tree | commitdiff |
2009-02-14 |
Behdad Esfahbod | Add FcConfigReference() (#17124) |
tree | commitdiff |
2009-02-14 |
Behdad Esfahbod | Document when config can be NULL (#17105) |
tree | commitdiff |
2009-02-14 |
Behdad Esfahbod | Fix docs re 'orig' argument of FcPatternBuild and family |
tree | commitdiff |
2009-02-14 |
Behdad Esfahbod | Get rid of $Id$ tags |
tree | commitdiff |
2009-02-14 |
Behdad Esfahbod | Add FcPatternFilter() (#13016) |
tree | commitdiff |
2009-02-14 |
Behdad Esfahbod | Implement fc-list --verbose (#13015) |
tree | commitdiff |
2009-02-14 |
Behdad Esfahbod | Replace RCS Id tags with the file name |
tree | commitdiff |
2009-02-14 |
Behdad Esfahbod | When canonizing filenames, squash // and remove final... |
tree | commitdiff |
2009-02-14 |
Behdad Esfahbod | Avoid C99ism in Win32 code (#16651) |
tree | commitdiff |
2008-05-25 |
Keith Packard | Ignore empty <dir></dir> elements |
tree | commitdiff |
2008-05-24 |
Sayamindu Dasgupta | FcConfigUptoDate breaks if directory mtime is in the... |
tree | commitdiff |
2008-05-24 |
Evgeniy Stepanov | Fix index/offset for 'decorative' matcher. Bug 15890. |
tree | commitdiff |
2008-05-04 |
Keith Packard | Add extended, caps, dunhill style mappings. |
tree | commitdiff |
2008-05-04 |
Keith Packard | Fix a few memory tracking mistakes. |
tree | commitdiff |
2008-05-04 |
Keith Packard | Deal with libtool 2.2 which doesn't let us use LT_... |
tree | commitdiff |
2008-05-04 |
Carlo Bramini | Add FreeType-dependent functions to fontconfig.def... |
tree | commitdiff |
2008-05-04 |
Keith Packard | Use of ":=" in src/Makefile.am is unportable (bug 14420) |
tree | commitdiff |
2008-05-04 |
Ryan Schmidt | fontconfig build fails if "head" is missing or unusable... |
tree | commitdiff |
2008-05-04 |
Dennis Schridde | Proper config path for static libraries in win32 |
tree | commitdiff |
2008-05-04 |
Sylvain Pasche | Fontconfig options for freetype sub-pixel filter config... |
tree | commitdiff |
2008-05-04 |
Keith Packard | Remove size and dpi values from bitmap fonts. Bug 8765. |
tree | commitdiff |
2008-05-04 |
Keith Packard | Work around for bitmap-only TrueType fonts that are... |
tree | commitdiff |
2008-01-10 |
Keith Packard | Distribute new fcftint.h file |
tree | commitdiff |
2008-01-08 |
Keith Packard | Include fcftaliastail.h so that the freetype funcs... |
tree | commitdiff |
2008-01-02 |
Keith Packard | Remove freetype requirement for build-time applications. |
tree | commitdiff |
2007-12-23 |
Keith Packard | Fix OOM failure case in FcPStackPush. |
tree | commitdiff |
2007-12-13 |
Hongbo Zhao | Not_contain should use strstr, not strcmp on strings... |
tree | commitdiff |
2007-11-14 |
Tor Lillqvist | Workaround for stat() brokenness in Microsoft's C libra... |
tree | commitdiff |
2007-11-13 |
Keith Packard | Revert "Remove fcprivate.h, move the remaining macros... |
tree | commitdiff |
2007-11-05 |
Behdad Esfahbod | Add FcGetLangs() and FcLangGetCharSet(). |
tree | commitdiff |
2007-11-04 |
Keith Packard | Export FcConfig{G,S}etRescanInverval from .so, mark... |
tree | commitdiff |
2007-11-04 |
Keith Packard | Have FcConfigSetCurrent accept the current configuratio... |
tree | commitdiff |
2007-11-04 |
Keith Packard | Use FcLangDifferentTerritory instead of FcLangDifferent... |
tree | commitdiff |
2007-11-04 |
Keith Packard | Typo error in function name: Inverval -> interval |
tree | commitdiff |
2007-11-03 |
Keith Packard | Make file_stat argument to FcDirCacheLoadFile optional. |
tree | commitdiff |
2007-11-03 |
Keith Packard | Remove fcprivate.h, move the remaining macros to fcint.h. |
tree | commitdiff |
2007-10-26 |
Keith Packard | Respect "binding" attribute in <alias> entries. |
tree | commitdiff |
2007-10-26 |
Keith Packard | Also check configDirs mtimes in FcConfigUptoDate |
tree | commitdiff |
2007-10-25 |
Keith Packard | Build fix for Solaris 10 with GCC. |
tree | commitdiff |
2007-10-25 |
Behdad Esfahbod | Update CaseFolding.txt to Unicode 5.1.0 |
tree | commitdiff |
2007-10-25 |
Keith Packard | Match 'ultra' on word boundaries to detect ultra bold... |
tree | commitdiff |
2007-10-25 |
Keith Packard | Ensure weight/slant values present even when style... |
tree | commitdiff |
2007-10-25 |
Keith Packard | Handle UltraBlack weight. |
tree | commitdiff |
2007-10-25 |
Keith Packard | Oops. Left debugging printf in previous commit. |
tree | commitdiff |
2007-10-25 |
Keith Packard | FcInit should return FcFalse when FcInitLoadConfigAndFo... |
tree | commitdiff |
2007-10-25 |
Tilman Sauerbeck | Store FcVendorFoundries in read-only memory. |
tree | commitdiff |
2007-10-25 |
Tilman Sauerbeck | Store FcNoticeFoundries in read-only memory. |
tree | commitdiff |
2007-10-25 |
Keith Packard | Replace makealias pattern with something supported... |
tree | commitdiff |
2007-10-18 |
Keith Packard | Eliminate relocations from FcCodePageRange structure... |
tree | commitdiff |
2007-10-18 |
Keith Packard | Eliminate relocations for glyph name table. |
tree | commitdiff |
2007-10-18 |
Keith Packard | Must not insert cache into hash table before completely... |
tree | commitdiff |
2007-10-18 |
Keith Packard | Place language name in constant array instead of pointer. |
tree | commitdiff |
2007-10-18 |
Mike FABIAN | Avoid crashes if config files contain junk. |
tree | commitdiff |
2007-10-18 |
Keith Packard | Don't use X_OK bit when checking for writable directori... |
tree | commitdiff |
2007-10-18 |
Keith Packard | Make FC_FULLNAME include all fullname entries, elide... |
tree | commitdiff |
2007-10-18 |
Keith Packard | Comment about mmaping cache files was misleading. |
tree | commitdiff |
2007-10-18 |
Keith Packard | Store font directory mtime in cache file. |
tree | commitdiff |
2007-08-05 |
Keith Packard | Free temporary string in FcDirCacheUnlink (Bug #11758) |
tree | commitdiff |
2007-03-12 |
Keith Packard | Work around FreeType bug when glyph name buffer is... |
tree | commitdiff |
2007-03-12 |
Stephan Kulow | Make FcPatternDuplicate copy the binding instead of... |
tree | commitdiff |
2006-12-02 |
Keith Packard | Segfault scanning non-font files. Disallow scan edit... |
tree | commitdiff |
2006-12-02 |
Kean Johnston | Don't use varargs CPP macros in fccache.c. (bug 8733) |
tree | commitdiff |
2006-12-02 |
Keith Packard | Add FcFreeTypeQueryFace external API. Bug #7311. |
tree | commitdiff |
2006-12-02 |
Keith Packard | Fix grep pattern in makealias to work on non-Gnu grep... |
tree | commitdiff |
2006-12-02 |
Keith Packard | Avoid writing uninitialized structure pad bytes to... |
tree | commitdiff |
2006-12-02 |
Keith Packard | Warn (and recover) from config file without <cachedir... |
tree | commitdiff |
2006-12-02 |
Keith Packard | Use explicit platform/nameid order when scanning ttf... |
tree | commitdiff |
2006-11-13 |
Keith Packard | FcStrCanonAbsoluteFilename should be static. |
tree | commitdiff |
2006-09-18 |
Han-Wen Nienhuys | More fixes for Win32 building (bug 8311) |
tree | commitdiff |
2006-09-17 |
Han-Wen Nienhuys | FcStrCanonFileName buggy for mingw. (bug 8311) |
tree | commitdiff |
2006-09-17 |
Keith Packard | Detect and use available random number generator (bug... |
tree | commitdiff |
2006-09-17 |
Keith Packard | Build fontconfig.def from header files when needed. |
tree | commitdiff |
2006-09-15 |
Keith Packard | Reimplement FcConfigAppFontAddDir; function was lost... |
tree | commitdiff |
2006-09-10 |
Keith Packard | Fix conf.d directory sorting. |
tree | commitdiff |
2006-09-09 |
Keith Packard | Insert newly created caches into reference data structure. |
tree | commitdiff |
2006-09-09 |
Keith Packard | Merge branch 'jhcloos' |
tree | commitdiff |
2006-09-09 |
Keith Packard | Accept locale environment variables that do not contain... |
tree | commitdiff |
2006-09-07 |
Keith Packard | Attempt to fix makealias usage for build on Mac OS X. |
tree | commitdiff |
2006-09-07 |
Keith Packard | Replace gnu-specific sed command with simple grep. |
tree | commitdiff |
2006-09-07 |
David Turner | Replace character discovery loop with simpler, faster... |
tree | commitdiff |
2006-09-07 |
Keith Packard | Reference patterns in FcCacheCopySet. |
tree | commitdiff |
2006-09-07 |
Keith Packard | Charset hashing depended on uniqueness of leaves. |
tree | commitdiff |
2006-09-07 |
Keith Packard | Parallel build fix for fcalias.h and fcaliastail.h |
tree | commitdiff |
2006-09-05 |
Keith Packard | Eliminate .so PLT entries for local symbols. (thanks... |
tree | commitdiff |
2006-09-05 |
Keith Packard | Correct reference count when sharing cache file objects. |
tree | commitdiff |
2006-09-05 |
Keith Packard | Make cache reference counting more efficient. |
tree | commitdiff |
2006-09-05 |
Keith Packard | Reference count cache objects. |
tree | commitdiff |
2006-09-04 |
Keith Packard | Leave cache files mapped permanently. |
tree | commitdiff |
2006-09-04 |
Keith Packard | Can't typecheck values for objects with no known type. |
tree | commitdiff |
2006-09-04 |
Keith Packard | Hide FreeType glue code from library ABI. |
tree | commitdiff |
2006-09-04 |
Keith Packard | Hide private functions in shared library. Export functi... |
tree | commitdiff |
2006-09-03 |
Keith Packard | Remove all .cvsignore files |
tree | commitdiff |
2006-09-03 |
Keith Packard | Merge branch 'fc-2_4_branch' to master |
tree | commitdiff |
next |