]> git.wh0rd.org - fontconfig.git/history - src/fcint.h
FcCharSetSerialize was using wrong offset for leaves. Make fc-cat work.
[fontconfig.git] / src / fcint.h
2006-08-30  Keith PackardFcCharSetSerialize was using wrong offset for leaves...
2006-08-30  Keith PackardRework cache files to use offsets for all data structures.
2006-08-28  Keith PackardEliminate ./ and ../ elements from font directory names...
2006-08-28  Keith PackardFix up fc-cache and fc-cat for no global cache changes.
2006-08-28  Keith PackardEliminate global cache. Eliminate multi-arch cache...
2006-08-04  Patrick Lam2006-08-04 Keith Packard (keithp@keithp.com) reviewed...
2006-04-27  Keith PackardEliminate pattern freezing
2006-04-27  Keith PackardMake path names in cache files absolute (NB, cache...
2006-04-07  Patrick LamSGI compilation fixes (reported by Christoph Bauer):
2006-04-07  Patrick LamPortability fixes for HP-UX (reported by Christoph...
2006-04-07  Patrick LamMove up #include of config.h. Fail if neither inttypes...
2006-03-08  Patrick LamRemove stuff we don't use, make get_{char,short,long...
2006-03-03  Patrick LamInclude inttypes.h instead of stdint.h if appropriate.
2006-02-17  Patrick LamBump up magic version; we changed the binary format.
2006-02-06  Patrick LamSkip subdirs when skipping over stale bits of global...
2006-01-30  Patrick LamAdd documentation for FcConfigNormalizeFontDir.
2006-01-27  Patrick LamMove FcConfigNormalizeFontDir call so that it doesn...
2006-01-14  Patrick LamCompare device numbers as well as inodes. Always normal...
2006-01-09  Patrick LamNormalize font dirs by using the form, as given in...
2006-01-05  Patrick LamAdd self to AUTHORS list.
2005-12-21  Patrick LamAvoid check on _fcBankId nullness and fix case where...
2005-11-29  Patrick Lamsrc/fcint.h (FcCacheBankToIndex);
2005-11-29  Patrick LamRefactor FcCacheBankToIndex into an inlineable part...
2005-11-29  Patrick LamDon't make FcPatternFindFullFname available to fccfg...
2005-11-29  Patrick LamFix problem dating back at least to 2.3.2 where globs...
2005-11-25  Patrick LamRename fcpatterns, fcpatternelts, fcvaluelists to _fcPa...
2005-11-25  Patrick LamPass around FcCache *s to the Unserialize functions...
2005-11-25  Patrick LamInline the *PtrU functions to gain perf. Remove unneede...
2005-11-24  Patrick LamMove FC_BANK_DYNAMIC, FC_BANK_FIRST to internal header.
2005-11-24  Patrick LamInline FcDebug invocations and only initialize once...
2005-11-16  Patrick LamAdd *NeededBytesAlign(), which overestimates the paddin...
2005-11-04  Patrick LamFix bug 2878 (excessive relocations at startup for...
2005-11-02  Patrick LamDeclare the global cache of a directory's contents...
2005-11-01  Patrick LamCopy the full pathname whenever duplicating an FcPatter...
2005-11-01  Patrick LamReinstate basename patch, but keep a hash table linking...
2005-10-22  Patrick LamSupport localized font family and style names. This...
2005-10-12  Patrick LamWhen fc-cache is run without --force, use directory...
2005-09-23  Patrick LamUpdate documentation -- fc-cache's man page now says...
2005-09-23  Patrick LamSmall patch for output in case where lineno not defined.
2005-09-11  Patrick LamMerge with HEAD and finish the GCC 4 cleanups (no more...
2005-09-03  Patrick LamReally fix the global cache: make sure we're reading...
2005-09-01  Patrick Lam:
2005-08-30  Patrick Lamsrc/fcint.c
2005-08-28  Patrick LamEmit and verify machine signature (sizeof (stuff) ...
2005-08-27  Patrick LamReplace FcObjectStaticName by FcStrStaticName. Implemen...
2005-08-25  Patrick LamReinstate the old global cache code. For the forseeable...
2005-08-24  Patrick LamOverhaul the serialization system to create one mmapabl...
2005-07-25  Patrick Lam#ifdef out old cache stuff, replace with first version...
2005-07-15  Patrick LamForward port cworth's patch to branch.
2005-06-28  Patrick LamAdd functionality to allow fontconfig data structure...
2005-01-28  Keith PackardPolite typechecking for test and edit expressions....
2004-12-29  Keith PackardAdopt some RedHat suggestions for standard font configu...
2004-12-07  Keith PackardReviewed by: Keith Packard <keithp@keithp.com>
2004-12-07  Keith PackardChange files from ISO-Latin-1 to UTF-8
2004-12-05  Keith PackardChange default set of fonts to include all of /usr...
2004-12-04  Keith PackardMove existing fonts.conf to fonts.conf.bak
2003-08-15  Carl WorthAdded new FcFini function for cleaning up all memory...
2003-07-20  Keith PackardImplement new semantics for Contains and LISTING:
2003-05-07  Keith PackardAdd filename-based accept/reject to ammend available...
2003-05-04  Keith PackardHandle Adobe glyph names for fonts which include ADOBE_...
2003-05-02  Keith PackardGrub through style to find weight/slant/width values...
2003-04-15  Keith PackardFix unary operator parsing. Add floor, ceil, trunc...
2003-03-22  Tor LillqvistChanges for Windows:
2003-03-12  Keith PackardGlobal cache time checking was using wrong file name...
2003-03-05  Keith PackardAddFcLangSetContains for font listing, add first-letter...
2003-03-02  Keith PackardSwitch back to -version-info for fontconfig as its...
2003-02-13  Keith PackardTrack dirs containing fonts.cache files referenced...
2003-02-12  Keith PackardAdd "same" binding for edits to inherit binding from...
2003-02-06  Keith PackardBuild fclang.h before building library This required...
2002-09-26  Keith PackardWas losing local cached dirs in global cache list
2002-08-31  Keith PackardMore complete memory tracking. Install always overwrite...
2002-08-26  Keith PackardAppend version number to cache file names fcpackage_rc3
2002-08-22  Keith PackardAdd contains/not_contains, fix LangSet equal operator...
2002-08-22  Keith PackardReimplement FC_LANG as FcTypeLang, freeze patterns...
2002-08-11  Keith PackardFix weird first/not-first lameness in font matches... fcpackage_rc2 rc2
2002-08-01  Marc Aurele La FranceWarning fix
2002-07-31  Keith PackardAdd binding property to edit element
2002-07-28  Keith PackardRewrite global cache handling code in fontconfig to... fcpackage_rc1
2002-07-13  Keith PackardAdd some Utf16 support, extract font family and style...
2002-07-09  Keith PackardUse locale data set FC_LANG by default. Reorder FcPatte...
2002-07-08  Keith PackardUpdate iso639-2 language coverage info, fix Georgian...
2002-07-06  Keith PackardSwitch to RFC 3066 based lang names
2002-06-29  Keith PackardAdd strong/weak pattern value binding, add known charse...
2002-06-19  Keith PackardAdd ref counting to font config patterns so that FcFont...
2002-06-03  Keith PackardAdd FcPatternEqualSubset for Pango, clean up some inter...
2002-05-31  Keith PackardAdd support for user-provided freetype faces to Xft
2002-05-31  Keith PackardChange FcCharSet datastructure, add FcFontSort API
2002-05-29  Keith PackardOptimize after profiling. Fix FcStrCmp to return correc...
2002-05-29  Keith PackardApply some obvious fixes to FcFontSetSort from Owen...
2002-05-21  Keith PackardFix autoconf build process for fontconfig
2002-03-03  Keith PackardEliminate duplicate definitions in fcint.h and fontconfig.h
2002-03-01  Keith PackardAdd new FcAtomic datatype for config file locking
2002-02-22  Keith Packardfontconfig: some config file parsing mistakes
2002-02-19  Keith PackardAutomatically initialize the fontconfig library
2002-02-18  Keith PackardSwitch fontconfig from libxml2 to expat
2002-02-15  Keith Packardfontconfig library: build fixes and compiler warning...
2002-02-14  Keith PackardInitial revision