freetype2/src
Werner Lemberg fae3820764 Simplify header file hierarchy.
This large patch changes the header file directory layout from
`include/freetype/...' to `include/...', effectively removing one
level.  Since the file `ft2build.h' is also located in `include'
(and it stays there even after installation), all FreeType header
files are now in a single directory.

Applications that use (a) `freetype-config' or FreeType's
`pkg-config' file to get the include directory for the compiler, and
(b) the documented way for header inclusion like

  #include <ft2build.h>
  #include FT_FREETYPE_H
  ...

don't need any change to the source code.

* include/freetype/*: Move up to...
* include/*: ... this directory.

* builds/amiga/include/freetype/*: Move up to...
* builds/amiga/include/*: ... this directory.

*/*: Essentially do `s@/freetype/@/@' where appropriate.

* CMakeList.txt: Simplify.
* builds/unix/freetype-config.in, builds/unix/freetype2.in: For
`--cflags', return a single directory.
* builds/unix/install.mk (install): No longer try to remove `cache'
and `internal' subdirectories; instead, remove the `freetype'
subdirectory.
2013-11-13 08:55:46 +01:00
..
autofit [autofit] s/SMALL_TOP/X_HEIGHT/. 2013-10-19 21:46:03 +02:00
base Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
bdf [bdf, pcf] Refuse non-zero face_index. 2013-09-25 10:57:17 +09:00
bzip2 */*: Use FT_Err_Ok only. 2013-03-14 11:21:17 +01:00
cache Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
cff [cff] Fix for hints that touch. 2013-11-08 10:52:51 +01:00
cid Better tracing of loaded glyphs. 2013-08-26 12:55:48 +02:00
gxvalid Another round of cppcheck nitpicks. 2013-08-01 12:20:20 +02:00
gzip [gzip] New function `FT_Gzip_Uncompress'. 2013-08-29 17:53:24 +02:00
lzw Apply fixes for cppcheck nitpicks. 2013-06-04 10:30:48 +02:00
otvalid */*: Use FT_ERR_EQ, FT_ERR_NEQ, and FT_ERR where appropriate. 2013-03-14 17:50:49 +01:00
pcf [bdf, pcf] Refuse non-zero face_index. 2013-09-25 10:57:17 +09:00
pfr Better tracing of loaded glyphs. 2013-08-26 12:55:48 +02:00
psaux Next round of compiler fixes. 2013-06-06 09:16:38 +02:00
pshinter Another round of cppcheck nitpicks. 2013-08-01 12:20:20 +02:00
psnames Whitespace. 2013-03-17 08:14:46 +01:00
raster Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
sfnt [sfnt] Implement support for `OS/2' table version 5. 2013-10-27 07:25:35 +01:00
smooth Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
tools Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
truetype [truetype] Fix last `truetype' commit. 2013-11-12 08:55:26 +01:00
type1 Better tracing of loaded glyphs. 2013-08-26 12:55:48 +02:00
type42 [bdf, pcf] Refuse non-zero face_index. 2013-09-25 10:57:17 +09:00
winfonts Better tracing of loaded glyphs. 2013-08-26 12:55:48 +02:00
Jamfile Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00