Add masks to all channels in SDL_CreateRGBSurface calls
[sdl_tbmf.git] / ChangeLog
blob12eec2f0033507162d90b0ecdb3fd213cc30e4c9
1 - Version 0.4.7
2 2004-11-02 Tuomas Suutari <thsuut@utu.fi>
3         * : Changed ALL methods to start with lowercase letter.
5 - Version 0.4.6
6 2004-05-20 Tuomas Suutari <thsuut@utu.fi>
7         * Makefile.am, configure.in: Added gentoo-install target.
9 2004-03-02 Tuomas Suutari <thsuut@utu.fi>
10         * SDL_tbmf_charmap.cc, SDL_tbmf_charmap.h (Has): Changed non const
11         Has(Uint32) to const and removed the old one.
12         * SDL_tbmf_charmap.h (CharacterMap): Variables shortcut and
13         shortcutPos made mutable.
15 - Version 0.4.5
16 2003-09-08 Tuomas Suutari <tuomas.suutari@utu.fi>
17         * : Added std-namespace where needed.
19 - Version 0.4.4
20 2002-06-07 Tuomas Suutari <tume@nuoli.com>
21         * SDL_tbmf_textsurf.cc (Generate): Got source->w * source->h out
22         of for loop.
24         * SDL_tbmf.spec.in: Made relocateable.
26 - Version 0.4.3
27 2002-05-16 Tuomas Suutari <tume@nuoli.com>
28         * : Documentation updates
29         * SDL_tbmf_string.cc (operator=): Memory leak because data wasn't
30         released. Fixed.
31         (CopyString): Reservers memory for empty string also. (if given
32         argument was 0)
34         * SDL_tbmf_textsurf.h (GetFont, GetColor): New methods.
36         * SDL_tbmf.cc (Font): Now creates one 0x0 character as default
37         character.
39         * SDL_tbmf_charmap.cc: Error handling made better.
40         * SDL_tbmf_errors.h, SDL_tbmf_errors.cc: Added more error types for
41         charmap.
43 - Version 0.4.2
44 2002-04-26 Tuomas Suutari <tume@nuoli.com>
45         * : Documentation updates
46         * SDL_tbmf.cc (CloseFile): Use no more new and delete for buffer.
48 - Version 0.4.1
49 2002-04-25 Tuomas Suutari <tume@nuoli.com>
50         * SDL_tbmf_drawtext.cc, SDL_tbmf_textsurf.cc: Changed uint to
51         unsigned int.
52         * SDL_tbmf_types.h: Removed uint.
54 - Version 0.4.0
55 2002-04-25 Tuomas Suutari <tume@nuoli.com>
56         * *: Changed all filenames except SDL_tbmf.* to SDL_tbmf_*
57         * SDL_tbmf_drawtext.*, SDL_tbmf_textsurf.*: New files.
59 - Version 0.3.2
60 2002-04-22 Tuomas Suutari <tume@nuoli.com>
61         * SDL_tbmf.h: Changed description type from char * to TString.
62         * SDL_tbmf.cc: Made changes for new description type.
63         * tstring.h, tstring.cc: new files
65 - Version 0.3.1
66 2002-04-09 Tuomas Suutari <tume@nuoli.com>
67         * charactermap.h, charactermap.cc, SDL_tbmf.cc: Moved Surface creation
68         from SDL_tbmf.cc to charactermap.cc, and so changed
69         Insert(Uint32, SDL_Surface *) to SetCharacter(Uint32, int, int).
71 - Version 0.3.0
72 2002-04-09 Tuomas Suutari <tume@nuoli.com>
73         * charactermap.h, charactermap.cc: New files.
74         * SDL_tbmf.h, SDL_tbmf.cc: STL's map is not anymore used. CharacterMap
75         replaces it.
76         * surfake.h, surfake.cc, surfake_erros.h: Removed.
78 - Version 0.2.3
79 2002-04-08 Tuomas Suutari <tume@nuoli.com>
80         * surfake.h, Surfake.cc: Namespace changed to sdl_surfake.
81         * surfake_errors.h: Simplified error handling.
82         * surfake.h: Renamed IsEmpty() method to Empty()
84 - Version 0.2.2
85 2002-04-07 Tuomas Suutari <tume@nuoli.com>
86         * SDL_tbmf.h, SDL_tbmf.cc: Total rewrite of the API. Namespace changed
87         to sdl_tbmf.
88         * tbmf_errors.h: Simplified error handling.