2005-12-01 |
Patrick Lam | Add config file for Persian fonts from Sharif FarsiWeb... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Patrick Lam | Only add a config file to the set of config files once. |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Patrick Lam | src/fcint.h (FcCacheBankToIndex); |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Patrick Lam | Refactor FcCacheBankToIndex into an inlineable part... |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Patrick Lam | Make the perf guys hate me a bit less: hoist the direct... |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Patrick Lam | Don't make FcPatternFindFullFname available to fccfg... |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Patrick Lam | Fix segfault. |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Patrick Lam | Update autogenerated config.* files. |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Patrick Lam | Fix problem dating back at least to 2.3.2 where globs... |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Patrick Lam | Stephan Kulow <coolo@suse.de> reviewed by: plam |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Patrick Lam | Stephan Kulow <coolo@suse.de> Michael Matz <matz@suse... |
commit | commitdiff | tree | snapshot |
2005-11-26 |
Patrick Lam | Fix incorrect merge. |
commit | commitdiff | tree | snapshot |
2005-11-25 |
Patrick Lam | Don't do random matching when bad objects are passed... |
commit | commitdiff | tree | snapshot |
2005-11-25 |
Patrick Lam | Rename fcpatterns, fcpatternelts, fcvaluelists to _fcPa... |
commit | commitdiff | tree | snapshot |
2005-11-25 |
Patrick Lam | Pass the FcObjectPtr to FcCompareValueList, not the... |
commit | commitdiff | tree | snapshot |
2005-11-25 |
Patrick Lam | Pass around FcCache *s to the Unserialize functions... |
commit | commitdiff | tree | snapshot |
2005-11-25 |
Patrick Lam | Inline the *PtrU functions to gain perf. Remove unneede... |
commit | commitdiff | tree | snapshot |
2005-11-25 |
Patrick Lam | Fix the debian changelog so that debian/rules works... |
commit | commitdiff | tree | snapshot |
2005-11-24 |
Patrick Lam | Move FC_BANK_DYNAMIC, FC_BANK_FIRST to internal header. |
commit | commitdiff | tree | snapshot |
2005-11-24 |
Patrick Lam | Make FcCompareString and FcCompareFamily less expensive... |
commit | commitdiff | tree | snapshot |
2005-11-24 |
Patrick Lam | Inline FcDebug invocations and only initialize once... |
commit | commitdiff | tree | snapshot |
2005-11-23 |
Patrick Lam | Properly apply fcrozat's patch. |
commit | commitdiff | tree | snapshot |
2005-11-23 |
Patrick Lam | 2005-11-23 Frederic Crozat <fcrozat@mandriva.com>:... |
commit | commitdiff | tree | snapshot |
2005-11-23 |
Patrick Lam | 2005-11-23 Frederic Crozat <fcrozat@mandriva.com>:... |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Patrick Lam | Manually perform inlining & partial redundancy eliminat... |
commit | commitdiff | tree | snapshot |
2005-11-19 |
Patrick Lam | Get rid of the use of freetype internal headers in... |
commit | commitdiff | tree | snapshot |
2005-11-19 |
Patrick Lam | Get rid of the use of freetype internal headers in... |
commit | commitdiff | tree | snapshot |
2005-11-19 |
Patrick Lam | Get rid of the use of freetype internal headers in... |
commit | commitdiff | tree | snapshot |
2005-11-19 |
Patrick Lam | Further fix of patch from 2005-11-04: miscounted number... |
commit | commitdiff | tree | snapshot |
2005-11-18 |
Patrick Lam | Don't crash when fc-cat invoked with no arguments. |
commit | commitdiff | tree | snapshot |
2005-11-18 |
Patrick Lam | List iteration not needed in FcConfigValues, since... |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Patrick Lam | Fix crash on invalid constants in config files (forgot... |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Patrick Lam | Complain about invalid constants in config files. |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Patrick Lam | Don't add current_arch_start more than once. |
commit | commitdiff | tree | snapshot |
2005-11-16 |
Patrick Lam | src/fccache.c (FcDirCacheProduce) |
commit | commitdiff | tree | snapshot |
2005-11-16 |
Patrick Lam | Add *NeededBytesAlign(), which overestimates the paddin... |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Patrick Lam | Fix bug 2878 (excessive relocations at startup for... |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Patrick Lam | Add test for validity of directory caches that somehow... fc-2_3_92 |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Patrick Lam | Bump version to 2.3.92. |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Patrick Lam | Fix argument ordering problem in call to FcPatternTrans... |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Patrick Lam | Fix warnings and embarrassing double-free error. |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Patrick Lam | Change the rule for artificial emboldening in fonts... |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Patrick Lam | Don't zero out full names for FC_REF_CONSTANT fonts... |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Patrick Lam | Revert the previous patch and commit the correct patch... |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Patrick Lam | Forcibly rescan a directory before writing a fresh... |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Patrick Lam | Fix thinko: actually, the whole global cache is stale... |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Patrick Lam | Declare the global cache of a directory's contents... |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Patrick Lam | Copy the full pathname whenever duplicating an FcPatter... |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Patrick Lam | Fix small memory error (tried to free argv); use basena... |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Patrick Lam | Reinstate basename patch, but keep a hash table linking... |
commit | commitdiff | tree | snapshot |
2005-10-31 |
Patrick Lam | Revert basename patch, which breaks fontconfig clients... |
commit | commitdiff | tree | snapshot |
2005-10-26 |
Patrick Lam | Add FC_EMBEDDED_BITMAP object type to tell Xft/Cairo... |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Patrick Lam | Only add basename to patterns' FC_FILE element, not... |
commit | commitdiff | tree | snapshot |
2005-10-22 |
Patrick Lam | Add some more consts, fixing more GCC4 warnings. |
commit | commitdiff | tree | snapshot |
2005-10-22 |
Patrick Lam | Support localized font family and style names. This... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Patrick Lam | Destroy the global cache file if it's terminally broken... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Patrick Lam | Prevent fc-list from escaping strings when printing... |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Patrick Lam | Add valist sentinel markup for FcObjectSetBuild and... |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Patrick Lam | Add consts to variables so as to move arrays into ... |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Patrick Lam | Check existence of directory cache file before attempti... |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Patrick Lam | Fix flipped return value on unlink. (Reported by Mike... |
commit | commitdiff | tree | snapshot |
2005-10-12 |
Patrick Lam | When fc-cache is run without --force, use directory... |
commit | commitdiff | tree | snapshot |
2005-10-06 |
Patrick Lam | Add padding to make valgrind and glibc not hate each... |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Patrick Lam | Fix typo in manually applying patch. |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Patrick Lam | Modify config file to use Greek fonts before Asian... |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Patrick Lam | Use libtool -no-undefined flag on all platforms. |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Patrick Lam | Implement move-to-front array for banks (perf regressio... |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Patrick Lam | Add new API which unlinks directory caches and checks... |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Patrick Lam | Ensure that a directory cache has the appropriate secti... |
commit | commitdiff | tree | snapshot |
2005-10-01 |
Patrick Lam | Bump version number to 2.3.91. fc-2_3_91 |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Patrick Lam | Use libxml2 if requested (with --enable-libxml2) or... |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Patrick Lam | Fix multi-arch cache files: compute the position for... |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Patrick Lam | Cast results of sizeof() to unsigned int to get rid... |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Patrick Lam | Update ChangeLog. |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Patrick Lam | Use FcAtomic to rewrite cache files. |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Patrick Lam | Don't unlink the fonts.cache-2 file even if there's... |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Patrick Lam | Allocate room for the subdirectory names in each direct... |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Patrick Lam | Fix .cvsignore file after copying across directories. |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Patrick Lam | Add comment about needing docbook-utils to run make... |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Patrick Lam | Update ChangeLog for 2.3.90. fc-2_3_90 |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Patrick Lam | Add new command-line utility, fc-cat, to convert fonts... |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Patrick Lam | Update documentation -- fc-cache's man page now says... |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Patrick Lam | Remove debugging printf (oops). |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Patrick Lam | Convert fromcode to char[12] from char *. |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Patrick Lam | Small patch for output in case where lineno not defined. |
commit | commitdiff | tree | snapshot |
2005-09-22 |
Patrick Lam | Fix more gcc4 warnings: |
commit | commitdiff | tree | snapshot |
2005-09-22 |
Patrick Lam | Fix bug when clients use FcNameRegisterObjectTypes... |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Patrick Lam | Add missing FcValueCanonicalize on call to FcPatternAdd. |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Patrick Lam | Revert ill-advised addition of FC_RENDER. Add strategy... |
commit | commitdiff | tree | snapshot |
2005-09-11 |
Patrick Lam | Add a global binding for the 'render' pattern element... |
commit | commitdiff | tree | snapshot |
2005-09-11 |
Patrick Lam | Merge ... HEAD and finish the GCC 4 cleanups (no more... |
commit | commitdiff | tree | snapshot |
2005-09-07 |
Patrick Lam | Robustness fixes: check return values from read and... |
commit | commitdiff | tree | snapshot |
2005-09-03 |
Patrick Lam | Really fix the global cache: make sure we're reading... |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Patrick Lam | Fix addressing in the global cache file, preventing... |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Patrick Lam | Apply Matthias Clasen's patch to fix obvious bogosity... |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Patrick Lam | Fix embarassing attempt to free a static buffer. |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Patrick Lam | : |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Patrick Lam | Only load requested fonts for fc-cache, and cleanup... |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Patrick Lam | Fix compilation error exposed with gcc 2.95. |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Patrick Lam | src/fcint.c |
commit | commitdiff | tree | snapshot |
next |