summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update version to 2.2.3 Add release comments to INSTALLfc-2_2_3fc-2_2_branchKeith Packard2004-06-305-4/+45
|
* Provided by: Lubos Lunak <l.lunak@suse.cz>Keith Packard2004-06-302-2/+16
| | | | | | | | | | However FcConfigUptoDate() doesn't seem to work. See the attached patch. First there's an obvious misplaced parenthesis making it return always false, and second, even this call fails to detect font changes (e.g. adding a new font to /usr/X11R6/lib/X11/fonts/truetype). The patch should fix that as well. The problem seems to be triggered by my fonts.conf specifying only /usr/X11R6/lib/X11/fonts , and therefore config->configDirs doesn't include subdirs, unlike config->fontDirs.
* Add AM_MAINTAINER_MODEKeith Packard2004-04-072-0/+6
|
* Oops. Apply changes to configure.in needed to detect functions andKeith Packard2004-03-302-4/+19
| | | | structures used in FcGetPixelSize.
* Fix --disable-doc mode code to locate built documents in ${srcdir} insteadKeith Packard2004-03-302-4/+16
| | | | of ${builddir}
* Use code from HEAD in computing pixel sizes of fonts so that vageries inKeith Packard2004-03-302-1/+28
| | | | | FreeType over y_ppem/height issues don't affect what pixel size values are used.
* Bug #387 - usr352@wanadoo.es (Pedro Gimeno)Keith Packard2004-03-302-1/+10
| | | | Missing braces around a block of code. Correct fix was already in HEAD.
* Merge from HEAD:Tor Lillqvist2004-03-287-9/+69
| | | | | | | | | | | | If FcConfigHome() is NULL, use the temp folder. (I guess this branch doesn't crash on a NULL config->cache, but still a good idea to have a cache file, for performance, isn't it?) Fix cut&paste error. Remove CRs from the out file before comparing (needed on Windows). Add share/doc directory. Add Fc*.3 man pages. Move the LIBRARY and VERSION lines to the end, not to confuse libtool, which expects the EXPORTS line to be the first. Add FcConfigEnableHome. Check also for DLL_EXPORT as indication of being built as a DLL on Win32.
* Update to version 2.2.2fc-2_2_2Keith Packard2004-03-108-30/+90
| | | | | Make subdir build work Use new freetype include scheme
* Fixed a bug "FcStrtod" in handling some cases with two-byte decimalRoozbeh Pournader2003-11-102-1/+9
| | | | separators.
* Was miscomputing end of string position for FcStrtod in locales withKeith Packard2003-07-091-1/+1
| | | | multibyte separators (2.2 branch)
* Allow config->cache to be null (as it is when $HOME is not set) (2.2Keith Packard2003-06-261-3/+6
| | | | branch)
* Update version number to 2.2.1fc-2_2_1Keith Packard2003-06-092-2/+2
|
* Update ChangeLog, prepare for 2.2.1Keith Packard2003-06-091-0/+18
|
* Apply patch from head for FcLangSetIndex to fix optimized matcherKeith Packard2003-06-091-14/+7
|
* Typo in bitstream foundry nameKeith Packard2003-04-301-1/+1
|
* Eliminate italic_angle check for PS fontsKeith Packard2003-04-241-0/+6
|
* Fix docs to close sgml tagsKeith Packard2003-04-234-0/+11
|
* Fix autogen.sh (in 2.2 branch) to work with newer versions of automakeKeith Packard2003-04-221-10/+35
|
* Handle pattern elements moving during multiple editsKeith Packard2003-04-221-0/+8
|
* Update to version 2.2.0fc-2_2_0Keith Packard2003-04-212-3/+3
|
* Fixed variable name mistake.Noah Levitt2003-04-211-2/+2
|
* From James Su -- only part of page 0xff is LatinKeith Packard2003-04-201-1/+2
|
* Guard calls to FT_Get_BDF_Property to avoid freetype jumping through nullKeith Packard2003-04-181-3/+9
| | | | pointer
* Pass FONTCONFIG_PATH in arguments to get expandedKeith Packard2003-04-172-4/+1
|
* BDF properties not available until FreeType 2.1.4Keith Packard2003-04-171-1/+1
|
* Remove some unused variables, and initialize some other ones so gcc doesn'tColin Walters2003-04-173-4/+8
| | | | warn us.
* Solaris porting fixesKeith Packard2003-04-172-4/+4
|
* Add Vera support to default configurationfc-2_1_94Keith Packard2003-04-161-0/+50
|
* bump version to 2.1.94Keith Packard2003-04-162-2/+2
|
* add some changelog entriesKeith Packard2003-04-161-0/+18
|
* Search through the BDF properties for width and foundry informationKeith Packard2003-04-161-1/+75
|
* Move foundry detection data into fcfreetype.c (which is getting ratherKeith Packard2003-04-163-119/+137
| | | | large at this point)
* bool was misdeclared in DTDKeith Packard2003-04-161-1/+1
|
* Fix unary operator parsing. Add floor, ceil, trunc and round unaryKeith Packard2003-04-157-24/+187
| | | | operators
* Clean up ps font weight matching and check for NULLKeith Packard2003-04-151-28/+31
|
* Implemented foundry generation for Type 1 and TrueTypeJuliusz Chroboczek2003-04-112-5/+145
|
* update version number to 2.1.93fc-2_1_93Keith Packard2003-04-112-2/+2
|
* Run fc-cache from local dir instead of install dir to help LFS installs (IKeith Packard2003-04-111-1/+1
| | | | hope)
* Switch to locale-independent string compare functionKeith Packard2003-04-111-14/+14
|
* Bug #46, #47 fontconfig should retrieve type 1 font information fromKeith Packard2003-04-111-0/+44
| | | | | FontInfo dictionary Patch provided by g2@magestudios.net (Gerard Escalante)
* remove -u option to docbook2man which was trashing the .html fileKeith Packard2003-04-081-1/+1
|
* *** empty log message ***Colin Walters2003-04-081-0/+5
|
* Fix dummy makefile target names when MS_LIB_AVAILABLE isn't set.Colin Walters2003-04-081-2/+2
|
* update copyright yearsKeith Packard2003-04-043-14/+12
|
* Move sample subpixel configuration to local.confKeith Packard2003-04-042-4/+4
|
* Set spacing to mono if every encoded glyph is the same widthKeith Packard2003-03-282-5/+44
|
* Wrong pattern for matching font file names. Fix submitted byKeith Packard2003-03-241-1/+1
| | | | hjchoe@hancom.com (Choe Hwanjin)
* Changes for Windows:Tor Lillqvist2003-03-221-0/+30
| | | | Add a fontconfig-zip(.in) script, used to build a binary distribution.
* Changes for Windows:Tor Lillqvist2003-03-2213-187/+464
| | | | | | | | | | | | | | | | | | | | On Windows with gcc (a.k.a. mingw) build as a DLL. We don't want to hardcode the fonts.conf file location in the DLL, so we look up the DLL location at run-time in a DllMain() function. The fonts.conf location is deduced from that. The colon can't be used as path separator on Windows, semicolon is used instead. File path components can be separated with either slash or backslash. Absolute paths can also begin with a drive letter. Add internal function FcStrLastSlash that strrchr's the last slash, or backslash on Windows. There is no link() on Windows. For atomicity checks, mkdir a lock directory instead. In addition to HOME, also look for USERPROFILE. Recognize the special font directory token WINDOWSFONTDIR, to use the system's font directory. Remove the fontconfig-def.cpp that was obsolete. Add fontconfig.def(.in), without internal functions. Add a fontconfig-zip(.in) script, used to build a binary distribution.