Age | Commit message (Expand) | Author | Files | Lines |
2006-02-07 | Perf optimizations. Inline FcValueCanonicalize, reduce FcValueListPtrU | Patrick Lam | 1 | -20/+19 |
2006-01-25 | Fix additional memory leaks reported by Ronny V. Vindenes: don't invoke | Patrick Lam | 1 | -1/+8 |
2006-01-19 | Fix for unaligned memory accesses. | Patrick Lam | 1 | -4/+8 |
2006-01-05 | Add self to AUTHORS list. | Patrick Lam | 1 | -1/+1 |
2005-12-21 | Shut up GCC warnings on amd. | Patrick Lam | 1 | -2/+2 |
2005-12-08 | Because we've changed FcPatternAddString to use FcStrStaticName and not | Patrick Lam | 1 | -0/+7 |
2005-12-05 | Don't free strings that have been returned from FcStrStaticName. | Patrick Lam | 1 | -2/+19 |
2005-11-29 | Don't make FcPatternFindFullFname available to fccfg, it's not really safe. | Patrick Lam | 1 | -1/+4 |
2005-11-29 | Fix problem dating back at least to 2.3.2 where globs weren't being applied | Patrick Lam | 1 | -3/+1 |
2005-11-25 | Rename fcpatterns, fcpatternelts, fcvaluelists to _fcPatterns, | Patrick Lam | 1 | -25/+25 |
2005-11-25 | Pass around FcCache *s to the Unserialize functions for extra consistency | Patrick Lam | 1 | -16/+16 |
2005-11-25 | Inline the *PtrU functions to gain perf. Remove unneeded params for the | Patrick Lam | 1 | -20/+2 |
2005-11-24 | Move FC_BANK_DYNAMIC, FC_BANK_FIRST to internal header. | Patrick Lam | 1 | -5/+17 |
2005-11-24 | Make FcCompareString and FcCompareFamily less expensive. Only add a value | Patrick Lam | 1 | -0/+7 |
2005-11-17 | Don't add current_arch_start more than once. | Patrick Lam | 1 | -0/+1 |
2005-11-16 | Add *NeededBytesAlign(), which overestimates the padding which is later | Patrick Lam | 1 | -0/+36 |
2005-11-03 | Fix argument ordering problem in call to FcPatternTransferFullFname. | Patrick Lam | 1 | -1/+1 |
2005-11-03 | Fix warnings and embarrassing double-free error. | Patrick Lam | 1 | -9/+5 |
2005-11-02 | Don't zero out full names for FC_REF_CONSTANT fonts; also, duplicate full | Patrick Lam | 1 | -4/+14 |
2005-11-02 | Revert the previous patch and commit the correct patch: I forgot a | Patrick Lam | 1 | -0/+1 |
2005-11-01 | Copy the full pathname whenever duplicating an FcPattern; otherwise, | Patrick Lam | 1 | -1/+24 |
2005-11-01 | Reinstate basename patch, but keep a hash table linking FcPatterns to their | Patrick Lam | 1 | -0/+97 |
2005-10-06 | Add padding to make valgrind and glibc not hate each other when calling | Patrick Lam | 1 | -2/+3 |
2005-09-23 | Remove debugging printf (oops). | Patrick Lam | 1 | -1/+0 |
2005-09-22 | Fix more gcc4 warnings: | Patrick Lam | 1 | -1/+2 |
2005-09-16 | Add missing FcValueCanonicalize on call to FcPatternAdd. | Patrick Lam | 1 | -1/+2 |
2005-09-11 | Merge with HEAD and finish the GCC 4 cleanups (no more warnings!) | Patrick Lam | 1 | -41/+39 |
2005-09-01 | Apply Matthias Clasen's patch to fix obvious bogosity (i.e. missing | Patrick Lam | 1 | -1/+1 |
2005-08-27 | Replace FcObjectStaticName by FcStrStaticName. Implement serialization of | Patrick Lam | 1 | -10/+9 |
2005-08-24 | Overhaul the serialization system to create one mmapable file per directory | Patrick Lam | 1 | -746/+472 |
2005-07-25 | #ifdef out old cache stuff, replace with first version of new mmapping | Patrick Lam | 1 | -31/+210 |
2005-07-15 | Forward port cworth's patch to branch. | Patrick Lam | 1 | -19/+41 |
2005-07-07 | Convert ObjectPtr from a fat structure to a simple index into an id table; | Patrick Lam | 1 | -159/+401 |
2005-06-28 | Add functionality to allow fontconfig data structure serialization. | Patrick Lam | 1 | -180/+686 |
2005-04-13 | Check that a pattern isn't already frozen in FcPatternFreeze | Ross Burton | 1 | -0/+3 |
2005-03-31 | Put all FcPattern objects though FcObjectStaticName and do pointer trather | Ross Burton | 1 | -1/+2 |
2004-12-07 | Reviewed by: Keith Packard <keithp@keithp.com> | Keith Packard | 1 | -29/+13 |
2004-12-07 | Change files from ISO-Latin-1 to UTF-8 | Keith Packard | 1 | -1/+1 |
2004-12-04 | Move existing fonts.conf to fonts.conf.bak | Keith Packard | 1 | -0/+73 |
2003-08-15 | Added new FcFini function for cleaning up all memory. Fixed a few memory | Carl Worth | 1 | -4/+80 |
2003-03-05 | Change RCS tag | Keith Packard | 1 | -2/+2 |
2002-10-11 | Add a bunch more consts to Xft and fontconfig apis | Keith Packard | 1 | -10/+10 |
2002-09-26 | Fix alignment issue on sparc | Keith Packard | 1 | -5/+12 |
2002-09-18 | Pacify gcc 3.2 | Marc Aurele La France | 1 | -2/+2 |
2002-09-12 | Fix structure alignment and array wlk bugsdhd-20020916 | Marc Aurele La France | 1 | -4/+7 |
2002-08-31 | More complete memory tracking. Install always overwrites header files | Keith Packard | 1 | -1/+2 |
2002-08-22 | Reimplement FC_LANG as FcTypeLang, freeze patterns, other cleanup | Keith Packard | 1 | -2/+299 |
2002-08-19 | Various config changes plus a couple of optimizations from Owen | Keith Packard | 1 | -42/+1 |
2002-08-11 | Fix weird first/not-first lameness in font matches, replacing with targetrc2fcpackage_rc2 | Keith Packard | 1 | -1/+42 |
2002-08-07 | Short circuit FcPatternEqual when both args point at the same pattern | Keith Packard | 1 | -1/+4 |