* bug fixes
* Both PCF and BDF drivers now handle the SETWIDTH_NAME and
ADD_STYLE_NAME properties. Values are appended to
face->style_name; example: `Bold SemiCondensed'.
* The PCF driver now handles bitmap fonts compressed with the LZW
algorithm (extension .pcf.Z, compressed with `compress').
* A new API function `FT_Get_CMap_Language_ID' (declared in
`tttables.h') is available to get the language ID of a
TrueType/SFNT cmap.
* The hexadecimal format of data after the `StartData' command in
CID-keyed Type 1 fonts is now supported. While this can't occur
in file-based fonts, it can happen in document-embedded
resources of PostScript documents.
* Embedded bitmaps in SFNT-based CFF fonts are now supported.
* A simple API is now available to control FreeType's tracing
mechanism if compiled with FT_DEBUG_LEVEL_TRACE. See the file
`ftdebug.h' for more details.
* YAMATO Masatake contributed improved handling of MacOS resource
forks on non-MacOS platforms (for example, Linux can mount MacOS
file systems).
* Support for MacOS has been improved; there is now a new function
`FT_New_Face_From_FSSpec' similar to `FT_New_Face' except that
it accepts an FSSpec instead of a path.
* The cache sub-system has been rewritten.
* Cairo was updated to track the changes in libpixman, and now depends
on libpixman version 0.1.1
Changes 0.1.21:
* New OpenGL backend
* Automatic detection of available backends
Changes 0.1.20:
* New pattern API
* Update to XCB backend
* Faster clipping
accelerated graphics. It supports many of the latest OpenGL features, such as
efficient off-screen rendering using pbuffers. Rendering can be carried out by
arbitrary OpenGL layers, thanks to glitz's extensible backend system.
Glitz is designed to match the X Render Extension semantics and provides
a general way for accelerating this imaging model. Glitz can be used as
a stand-alone layer above OpenGL but is also designed to act as a backend for
cairo, providing it with OpenGL accelerated output.
* horizontal and vertical DPI hints can now be given to the freetype font
renderer via the gdFTStringExtra
* several autoconf problems have been addressed
* the current version of freetype is more precisely detected to prevent
FT_ENCODING_SYMBOL-related errors
* a significant bug in gdNewDynamicCtx was fixed
2004-04-20
RELEASE alpha version 0.4.7
* Added life testing against simulated hardware.
* Made own package for lib subdirectory
* Fixed missing include in nvtv.c
* Allow close before open.
2004-03-08
RELEASE alpha version 0.4.6
* FreeBSD patch by Samuel Tardieu. (sed instead of expr in configure,
opl() and ioperm() compatibility functions for FreeBSD.)
* Added PCI ids. Changed arch setup in back_nvidia.
* Moved port permissions to mmio.c (not tested for NetBSD).
* Debugging messages enabled by option instead of define.
* Fixed missing getHeadDev dispatch in nvtvd.c
* Removed Chrontel power settings warning.
* Added Chrontel-2 modes.
* Renamed PAL 800x600,640x480 and NTSC 640x480,640x400,720x400
'Large' Chrontel-1 modes to 'Huge' for consistency with Chrontel-2
* Added some FAQ entries.
* Start of i865 support.
* Disable NX support temporarily for release.
* Fixed excess 1 encoding for i810 registers.
* Added --list option.
* Only setup and clamp for TV modes in back_*.
* Fixed missing devFlags for ACTION_TVOFF
* Start of i830/i845/CH2 support.
* I2C bus for i845.
* RAISE for messages, -q option for nvtvd, syslog.
* Fixed Debian boot script FAQ.
* I2C busses don't use X screen index any longer.
* Fixed Philips detection bug in tv_common.
* Use CARD8/16/32 as base types.
* 3 NX modes; NX is partly working.
* New CX/TW detection (again). CX is tested, TW will be soon.
* NetBSD patch by Quentin Garnier
* Added PCI IDs from 1.0-4363
* Included PAL-X patch 727924 by Joe Cotroneo (joecotroneo).
* Start of nx (GeForce4 internal) support (not working yet).
* Fixed missing head in bnv_updateCrt in back_nvidia.