freetype2/src/base
David Turner b08fe2dc7a * massive re-formatting changes to many, many source files. I don't
want to list them all here. The operations performed were all logical
    transformations of the sources:

      - trying to convert all enums and constants to CAPITALIZED_STYLE, with
        #define definitions like

          #define  my_old_constants   MY_NEW_CONSTANT

      - big, big update of the documentation comments

    * include/freetype/freetype.h, src/base/ftobjs.c, src/smooth/ftsmooth.c,
    include/freetype/ftimage.h: adding support for LCD-optimized rendering
    though the new constants/enums:

      FT_RENDER_MODE_LCD, FT_RENDER_MODE_LCD_V
      FT_PIXEL_MODE_LCD,  FT_PIXEL_MODE_LCD_V

    this is still work in progress, don't expect everything to work correctly
    though most of the features have been implemented.

    * adding new FT_LOAD_XXX flags, used to specify both hinting and rendering
    targets:

      FT_LOAD_TARGET_NORMAL :: anti-aliased hinting & rendering
      FT_LOAD_TARGET_MONO   :: monochrome bitmaps
      FT_LOAD_TARGET_LCD    :: horizontal RGB/BGR decimated hinting & rendering
      FT_LOAD_TARGET_LCD_V  :: vertical RGB/BGR decimated hinting & rendering

    note that FT_LOAD_TARGET_NORMAL is 0, which means that the default
    behaviour of the font engine is _unchanged_.
2002-08-27 20:20:29 +00:00
..
Jamfile updatinf the object sub-system and dynamic hash table implementations 2002-07-11 16:27:16 +00:00
descrip.mms * include/freetype/ftxf86.h, src/base/ftxf86.c: added a new API named 2002-05-28 22:07:49 +00:00
ftapi.c * include/freetype/t1tables.h (t1_blend_max): Fix typo. 2002-03-30 13:16:35 +00:00
ftbase.c * include/freetype/t1tables.h (t1_blend_max): Fix typo. 2002-03-30 13:16:35 +00:00
ftbbox.c * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
ftbdf.c * include/freetype/config/ftheader.h (FT_BEZIER_H): Removed. 2002-05-22 05:41:06 +00:00
ftcalc.c Fixes from the stable branch: 2002-04-02 14:50:31 +00:00
ftdbgmem.c s/ft_memset/FT_MEM_SET/. 2002-07-28 05:05:24 +00:00
ftdebug.c * src/pshinter/pshglob.c: fixed a bug that prevented the hinter from using 2002-07-09 16:49:12 +00:00
ftexcept.c * include/freetype/internal/fthash.h, src/base/fthash.c: 2002-05-01 08:46:56 +00:00
ftgloadr.c * include/freetype/t1tables.h (t1_blend_max): Fix typo. 2002-03-30 13:16:35 +00:00
ftglyph.c * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
fthash.c * src/sfnt/ttload.c, src/sfnt/ttload.h, src/sfnt/ttdriver.c: changing 2002-07-11 23:41:14 +00:00
ftinit.c * include/freetype/t1tables.h (t1_blend_max): Fix typo. 2002-03-30 13:16:35 +00:00
ftlist.c * include/freetype/t1tables.h (t1_blend_max): Fix typo. 2002-03-30 13:16:35 +00:00
ftmac.c * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
ftmm.c finishing function header formatting 2001-06-28 17:49:10 +00:00
ftnames.c * src/cache/ftccache.c (ftc_node_hash_unlink, ftc_node_hash_link) 2002-06-08 06:47:18 +00:00
ftobject.c * src/base/ftobject.c, src/base/ftsynth.c, src/base/ftstroker.c, 2002-08-22 20:35:36 +00:00
ftobjs.c * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
ftoutln.c * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
ftstream.c * include/freetype/t1tables.h (t1_blend_max): Fix typo. 2002-03-30 13:16:35 +00:00
ftstroker.c * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
ftsynth.c * massive re-formatting changes to many, many source files. I don't 2002-08-27 20:20:29 +00:00
ftsysio.c adding experimental (alpha) exception support code + system code 2002-04-25 21:42:59 +00:00
ftsysmem.c adding experimental (alpha) exception support code + system code 2002-04-25 21:42:59 +00:00
ftsystem.c * README.UNX: updated the Unix-specific quick-compilation guide to 2002-04-12 09:31:48 +00:00
fttrigon.c * include/freetype/fttrigon.h, src/base/fttrigon.c: adding 2002-07-01 21:35:17 +00:00
fttype1.c Minor fixes. Formatting. 2002-06-22 13:35:41 +00:00
ftutil.c s/ft_memset/FT_MEM_SET/. 2002-07-28 05:05:24 +00:00
ftxf86.c * src/bdf/descrip.mms, src/type42/descrip.mms: New files. 2002-05-30 19:22:14 +00:00
rules.mk * include/freetype/ftxf86.h, src/base/ftxf86.c: added a new API named 2002-05-28 22:07:49 +00:00