Age | Commit message (Expand) | Author | Files | Lines |
2004-05-29 | Add FcResultOutOfMemory to provide an accurate error when FcFontSetMatch | Keith Packard | 2 | -3/+6 |
2004-05-06 | Replace MIN/MAX/ABS macros which happen to have come from FreeType with | Keith Packard | 1 | -2/+5 |
2004-04-14 | Add instructions for doing a releasefc-2_2_93 | Keith Packard | 2 | -53/+57 |
2004-03-06 | Force FC_FOUNDRY and FC_WIDTH to always be set so that matches looking for | Keith Packard | 1 | -8/+10 |
2004-03-02 | Supplied by: mfabian@suse.de (Mike FABIAN) | Keith Packard | 1 | -3/+3 |
2004-02-11 | Ok, so I messed up the test for y_ppem. Let's see if I got it right this | Keith Packard | 1 | -2/+2 |
2004-02-10 | Pre-2.1.5 versions of FreeType didn't include y_ppem in the FT_Bitmap_Size | Keith Packard | 1 | -0/+4 |
2004-02-07 | Add Low Saxon orthography (Kenneth Rohde Christiansen <kenneth@gnu.org>) | Keith Packard | 2 | -12/+27 |
2004-02-01 | fontconfig, at least as used by GIMP and/or PangoFT2 on Windows, crashes | Tor Lillqvist | 1 | -0/+25 |
2003-11-18 | Switch to FreeType 2.1.7 style includes. Bug #150. | Keith Packard | 1 | -8/+9 |
2003-11-10 | Fixed a bug "FcStrtod" in handling some cases with two-byte decimal | Roozbeh Pournader | 1 | -2/+5 |
2003-09-23 | Add a FC_HINT_STYLE key for patterns, with possible values | Owen Taylor | 2 | -0/+11 |
2003-09-06 | Add new spacing value FC_DUAL (dual-width, as some CJK fonts). (bug #111) | Noah Levitt | 2 | -11/+45 |
2003-09-01 | FcConfigAppFontClear: Support passing NULL to use default config. | Manish Singh | 1 | -0/+7 |
2003-08-15 | Added new FcFini function for cleaning up all memory. Fixed a few memory | Carl Worth | 7 | -9/+169 |
2003-07-20 | Implement new semantics for Contains and LISTING: | Keith Packard | 6 | -53/+89 |
2003-07-09 | Was miscomputing end of string position for FcStrtod in locales with | Keith Packard | 1 | -1/+1 |
2003-06-26 | Add autoconf checks for FT_Has_PS_Glyph_Names | Keith Packard | 1 | -0/+6 |
2003-06-26 | Allow config->cache to be null (as it is when $HOME is not set) | Keith Packard | 1 | -3/+6 |
2003-06-25 | Lean on autoconf to find useful FreeType functions (bug 95) | Keith Packard | 1 | -29/+17 |
2003-06-15 | Trivial braino. | Tor Lillqvist | 1 | -1/+1 |
2003-06-15 | Fix cut&paste error. | Tor Lillqvist | 1 | -1/+1 |
2003-06-13 | Check also for DLL_EXPORT as indication of being built as a DLL on Win32. | Tor Lillqvist | 1 | -1/+5 |
2003-06-13 | Add share/doc directory. Add Fc*.3 man pages. | Tor Lillqvist | 1 | -2/+3 |
2003-06-09 | Optimization in FcLangSetIndex was broken, occasionally returning a pointer | Keith Packard | 1 | -14/+7 |
2003-05-28 | Fix "contains" op for strings and langsets. | James Su | 2 | -6/+113 |
2003-05-17 | Fix build error with BDF prop local. Free langset after query | Keith Packard | 1 | -1/+8 |
2003-05-16 | oops. Left the psfontinfo.weight matching code commented out while testing | Keith Packard | 1 | -2/+0 |
2003-05-14 | Extract spacing from XLFD atom | Juliusz Chroboczek | 1 | -0/+14 |
2003-05-12 | Use FcIsWidth to share code | Keith Packard | 1 | -21/+6 |
2003-05-12 | Reinstate SETWIDTH_NAME parsing for legacy fonts, disappeared in 1.30. | Juliusz Chroboczek | 1 | -1/+4 |
2003-05-12 | Generate FC_SIZE and FC_DPI for legacy bitmap fonts | Juliusz Chroboczek | 1 | -0/+41 |
2003-05-07 | Add filename-based accept/reject to ammend available fonts. | Keith Packard | 6 | -30/+232 |
2003-05-04 | Add more .cvsignore entries | Keith Packard | 1 | -0/+1 |
2003-05-04 | Handle Adobe glyph names for fonts which include ADOBE_CUSTOM encodings | Keith Packard | 2 | -2/+168 |
2003-05-02 | Grub through style to find weight/slant/width values when other techniques | Keith Packard | 3 | -75/+233 |
2003-05-02 | Add book constant for book weight | Keith Packard | 1 | -0/+1 |
2003-05-01 | Add demi and book postscript weight names. Allow spaces in postscript and X | Keith Packard | 1 | -2/+4 |
2003-04-30 | Typo in bitstream foundry name | Keith Packard | 1 | -1/+1 |
2003-04-24 | Debug output for unknown ps weight names. ignore italic_angle for PS fonts | Keith Packard | 1 | -2/+13 |
2003-04-24 | FcFontList broken when presented a charset - was comparing inclusion in the | Keith Packard | 2 | -4/+19 |
2003-04-22 | Handle pattern elements moving during multiple edits | Keith Packard | 1 | -0/+8 |
2003-04-20 | From James Su -- only part of page 0xff is Latin | Keith Packard | 1 | -1/+2 |
2003-04-18 | Guard calls to FT_Get_BDF_Property to avoid freetype jumping through null | Keith Packard | 1 | -3/+9 |
2003-04-17 | Pass FONTCONFIG_PATH in arguments to get expanded | Keith Packard | 2 | -4/+1 |
2003-04-17 | BDF properties not available until FreeType 2.1.4 | Keith Packard | 1 | -1/+1 |
2003-04-17 | Remove some unused variables, and initialize some other ones so gcc doesn't | Colin Walters | 1 | -4/+2 |
2003-04-16 | Search through the BDF properties for width and foundry information | Keith Packard | 1 | -1/+75 |
2003-04-16 | Move foundry detection data into fcfreetype.c (which is getting rather | Keith Packard | 3 | -119/+137 |
2003-04-15 | Fix unary operator parsing. Add floor, ceil, trunc and round unary | Keith Packard | 5 | -23/+180 |