2 2004-11-02 Tuomas Suutari <thsuut@utu.fi>
3 * : Changed ALL methods to start with lowercase letter.
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.
16 2003-09-08 Tuomas Suutari <tuomas.suutari@utu.fi>
17 * : Added std-namespace where needed.
20 2002-06-07 Tuomas Suutari <tume@nuoli.com>
21 * SDL_tbmf_textsurf.cc (Generate): Got source->w * source->h out
24 * SDL_tbmf.spec.in: Made relocateable.
27 2002-05-16 Tuomas Suutari <tume@nuoli.com>
28 * : Documentation updates
29 * SDL_tbmf_string.cc (operator=): Memory leak because data wasn't
31 (CopyString): Reservers memory for empty string also. (if given
34 * SDL_tbmf_textsurf.h (GetFont, GetColor): New methods.
36 * SDL_tbmf.cc (Font): Now creates one 0x0 character as default
39 * SDL_tbmf_charmap.cc: Error handling made better.
40 * SDL_tbmf_errors.h, SDL_tbmf_errors.cc: Added more error types for
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.
49 2002-04-25 Tuomas Suutari <tume@nuoli.com>
50 * SDL_tbmf_drawtext.cc, SDL_tbmf_textsurf.cc: Changed uint to
52 * SDL_tbmf_types.h: Removed uint.
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.
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
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).
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
76 * surfake.h, surfake.cc, surfake_erros.h: Removed.
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()
85 2002-04-07 Tuomas Suutari <tume@nuoli.com>
86 * SDL_tbmf.h, SDL_tbmf.cc: Total rewrite of the API. Namespace changed
88 * tbmf_errors.h: Simplified error handling.