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 |
2005-08-28 |
Patrick Lam | Emit and verify machine signature (sizeof (stuff) ... |
commit | commitdiff | tree | snapshot |
2005-08-27 |
Patrick Lam | Replace FcObjectStaticName by FcStrStaticName. Implemen... |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Patrick Lam | Reinstate the old global cache code. For the forseeable... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Patrick Lam | Overhaul the serialization system to create one mmapabl... |
commit | commitdiff | tree | snapshot |
2005-07-25 |
Patrick Lam | #ifdef out old cache stuff, replace with first version... |
commit | commitdiff | tree | snapshot |
2005-07-15 |
Patrick Lam | Forward port cworth's patch to branch. |
commit | commitdiff | tree | snapshot |
2005-07-07 |
Patrick Lam | Convert ObjectPtr from a fat structure to a simple... |
commit | commitdiff | tree | snapshot |
2005-06-28 |
Patrick Lam | Add functionality to allow fontconfig data structure... |
commit | commitdiff | tree | snapshot |
2005-06-17 |
Keith Packard | Make FcOpNotContains use FcStrStr for strings so that... |
commit | commitdiff | tree | snapshot |
2005-05-20 |
Keith Packard | Move fontconfig source package to libs as per override |
commit | commitdiff | tree | snapshot |
2005-05-20 |
Keith Packard | The ka.orth file requires several characters which... |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Keith Packard | Update date to real 2.3.2 release date. Fix change... fc-2_3_2 |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Keith Packard | Bump so revision for 2.3.2 |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Keith Packard | Update for version 2.3.2 |
commit | commitdiff | tree | snapshot |
2005-04-21 |
Keith Packard | Don't force bitmap font enable in default configuration... |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Ross Burton | Check that a pattern isn't already frozen in FcPatternF... |
commit | commitdiff | tree | snapshot |
2005-03-31 |
Ross Burton | Put all FcPattern objects though FcObjectStaticName... |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Tor Lillqvist | Add the .dll to the dll name. |
commit | commitdiff | tree | snapshot |
2005-03-10 |
Keith Packard | Update to reflect configuration changes fc-2_3_1-2 |
commit | commitdiff | tree | snapshot |
2005-03-09 |
Keith Packard | Update debian for 2.3.1 |
commit | commitdiff | tree | snapshot |
2005-03-09 |
Tor Lillqvist | Get the DLL from "bin" where modern libtools put it... |
commit | commitdiff | tree | snapshot |
2005-03-08 |
Keith Packard | Update for 2.3.1 fc-2_3_1 |
commit | commitdiff | tree | snapshot |
2005-03-05 |
Keith Packard | Include space and remove numbers from valid script... |
commit | commitdiff | tree | snapshot |
2005-03-05 |
Keith Packard | Rework GSUB/GPOS script parsing to survive broken fonts... |
commit | commitdiff | tree | snapshot |
2005-03-05 |
Keith Packard | Josselin Mouette: |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Keith Packard | Move debian-specific conf file examples upstream. |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Keith Packard | Ignore more build detritus |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Keith Packard | Update for 2.3.0 fc-2_3_0 |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Keith Packard | Generate and install PDF versions of the manuals |
commit | commitdiff | tree | snapshot |
2005-02-28 |
Keith Packard | Create prototype /etc/fonts/conf.d directory with a... |
commit | commitdiff | tree | snapshot |
2005-02-10 |
Keith Packard | Free patterns from fonts which are rejected by configur... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Keith Packard | Update for version 2.2.99 fc-2_2_99 |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Keith Packard | Add a few pointers |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Keith Packard | Polite typechecking for test and edit expressions.... |
commit | commitdiff | tree | snapshot |
2005-01-16 |
Keith Packard | Have --with-expat set EXPAT_CFLAGS (bug 2278) |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Keith Packard | Add SEE ALSO section (bug 2085) |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Keith Packard | Update blanks list (Closes bug 86) |
commit | commitdiff | tree | snapshot |
2005-01-04 |
Keith Packard | Verify that every font pattern loaded from cache has... |
commit | commitdiff | tree | snapshot |
2004-12-29 |
Keith Packard | Update for version 2.2.98 fc-2_2_98 |
commit | commitdiff | tree | snapshot |
2004-12-29 |
Keith Packard | Document ASCII limitations of Fc character conversion... |
commit | commitdiff | tree | snapshot |
2004-12-29 |
Keith Packard | Add territory database |
commit | commitdiff | tree | snapshot |
2004-12-29 |
Keith Packard | Reorder utility programs to make sure fc-case is run... |
commit | commitdiff | tree | snapshot |
2004-12-29 |
Keith Packard | Adopt some RedHat suggestions for standard font configu... |
commit | commitdiff | tree | snapshot |
2004-12-14 |
Keith Packard | I changed FcFontSetSort to respect the generic aliases... |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Keith Packard | Configuration changes to request synthetic emboldening... |
commit | commitdiff | tree | snapshot |
next |