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