home *** CD-ROM | disk | FTP | other *** search
/ RISCWORLD 7 / RISCWORLD_VOL7.iso / Software / Issue4 / SDL / gcc346 / !SDL / doc / sdl-ttf2.0-2.0.8 / CHANGES next >
Encoding:
Text File  |  2006-05-12  |  4.4 KB  |  113 lines

  1. 2.0.8:
  2. Stepan Roh - 2005-10-02 09:46
  3.  * Fixed line spacing by using font ascender and descender
  4. Sam Lantinga - Sun Apr 30 01:48:40 PDT 2006
  5.  * Added gcc-fat.sh for generating Universal binaries on Mac OS X
  6.  * Updated libtool support to version 1.5.22
  7.  
  8. 2.0.7:
  9. Philippe Plantier - Sat, 30 Oct 2004 22:46:47 +0200
  10.  * Fixed memory corruption problems with some italic fonts
  11. Sam Lantinga - Wed Nov 19 00:23:44 PST 2003
  12.  * Updated libtool support for new mingw32 DLL build process
  13. Sam Lantinga - Sun Sep  7 20:58:38 PDT 2003
  14.  * Fixed glyph metrics for bold style fonts
  15. Bursig Rafal - Wed Aug  6 15:02:59 PDT 2003
  16.  * Fixed compilation with newer versions of FreeType
  17. Kyle Davenport - Sat, 19 Apr 2003 17:13:31 -0500
  18.  * Added .la files to the development RPM, fixing RPM build on RedHat 8
  19. Bryan Kadzban - Mon, 24 Mar 2003 21:31:48 -0500
  20.  * Fixed crash when opening a font file that doesn't exist
  21.  
  22. 2.0.6:
  23. Sam Lantinga - Mon Feb 10 05:44:26 PST 2003
  24.  * Fixed UNICODE endian issues, added TTF_ByteSwappedUNICODE()
  25. Jason Dorje Short - Thu, 30 Jan 2003 18:47:01 -0500
  26.  * Added iconv() support to showfont to test UNICODE endian issues
  27. Sam Lantinga - Sun Dec  1 18:34:40 PST 2002
  28.  * Fixed memory corruption problem with small point sizes
  29. Wesley Leong - Mon, 18 Nov 2002 11:30:15 -0800
  30.  * Added initial .fon support to SDL_ttf
  31.  * Fixed wrapping bug with negative horizontal bearing
  32.  * Fixed TTF_RenderGlyph_Solid() to use the bitmap instead of pixmap
  33. Sam Lantinga - Sun Oct 20 20:57:09 PDT 2002
  34.  * Added shared library support for MacOS X
  35. Pete Shinners - Tue Sep  3 10:17:45 PDT 2002
  36.  * Added TTF_WasInit() to see if the library has been initialized
  37. Sam Lantinga - Sat Aug 24 22:08:26 PDT 2002
  38.  * Added a version number so runtime version checking is possible
  39. Sam Lantinga - Sat Aug 24 22:06:22 PDT 2002
  40.  * Added the ability to load a font from an SDL_RWops stream
  41.  
  42. 2.0.5:
  43. Sam Lantinga - Sat Apr 13 07:49:47 PDT 2002
  44.  * Updated autogen.sh for new versions of automake
  45.  * Specify the SDL API calling convention (C by default)
  46. Jered Wierzbicki Fri Jan 18 13:45:10 PST 2002
  47.  * Fixed a potential malloc of zero bytes in the font code.
  48.  
  49. 2.0.4:
  50. Sam Lantinga - Wed Nov 21 23:08:01 PST 2001
  51.  * Added 'glfont', a program to demonstrate using SDL_ttf with OpenGL
  52. akira yamada - Thu Nov  1 08:17:26 PST 2001
  53.  * Added support for selecting individual font faces
  54. Thomas Krennwallner - Tue, 24 Jul 2001 19:16:37
  55.  * Added support for foreground/background color in showfont
  56. Mattias EngdegĂ„rd, Thomas Krennwallner - Mon, 23 Jul 2001 04:47:54
  57.  * Fixed endian bug in blended font rendering
  58.  
  59. 2.0.3:
  60. Sam Lantinga - Tue May 22 17:48:10 PDT 2001
  61.  * Updated for FreeType 2.0
  62.  
  63. 1.2.2:
  64. Sam Lantinga - Tue Sep 26 15:04:04 PDT 2000
  65.  * Added TTF_RenderGlyph_* functions to render a single glyph
  66. Michael Vance - Tue Sep 12 12:20:03 PDT 2000
  67.  * Added TTF_GetGlyphMetrics() to retrieve the glyph bounding box
  68. Sam Lantinga - Tue Sep 12 07:15:34 PDT 2000
  69.  * Fixed the alpha blending for SDL 1.1.5
  70. Michael Vance - Mon Sep 11 15:45:05 PDT 2000
  71.  * Added TTF_FontAscent() for completeness
  72. Ray Kelm - Fri, 04 Aug 2000 20:58:00 -0400
  73.  * Added support for cross-compiling Windows DLL from Linux
  74.  
  75. 1.2.1:
  76. Sam Lantinga - Wed May 10 19:54:56 PDT 2000
  77.  * Fixed bounding box width computation
  78. Sam Lantinga - Wed May 10 19:52:39 PDT 2000
  79.  * Fixed compile problem with Visual C++
  80.  * Don't allocate memory for zero sized glyphs (like space)
  81. Sam Lantinga - Sat May  6 13:39:15 PDT 2000
  82.  * Fixed bolding of large fonts
  83.  
  84. 1.2.0:
  85. Sam Lantinga - Fri May  5 11:08:24 PDT 2000
  86.  * Added support for font styles (bold, italic, underline)
  87.    New functions: TTF_GetFontStyle(), TTF_SetFontStyle()
  88.  
  89. 1.1.1:
  90. Sam Lantinga - Thu May  4 02:19:36 PDT 2000
  91.  * Improved the quality of the alpha blended text rendering
  92. Sam Lantinga - Thu May  4 01:11:00 PDT 2000
  93.  * Added font glyph caching, speeded up text rendering
  94.  * Added font attribute information.
  95.    New functions: TTF_FontDescent(), TTF_FontLineSkip()
  96.  
  97. 1.1.0:
  98. Sam Lantinga - Tue Apr 25 22:36:41 PDT 2000
  99.  * Added two new styles of font rendering:
  100.     solid colorkey (no dither) and alpha blended dithering
  101.    New functions: TTF_RenderText_Solid(), TTF_RenderText_Blended()
  102.  
  103. 1.0.2:
  104. Sam Lantinga - Sun Apr 23 18:01:44 PDT 2000
  105.  * TTF_OpenFont() takes a const char * argument, instead of char *
  106.  
  107. 1.0.1:
  108. Sam Lantinga - Wed Jan 19 22:10:52 PST 2000
  109.  * Added CHANGES
  110.  * Added rpm spec file contributed by Hakan Tandogan
  111.  * Removed freetype.h header dependency from public headers
  112.  * Added /usr/include/freetype/ directory detection to configure.in
  113.