Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 2aa2aeb5 | 2008-04-30 16:27:34 | * Move include/* to src/FTGL/* so the files in there can directly be referred to as "FTGL/*.h". This is convenient because they will be installed in a similar location. * Put a warning in each legacy public header to advise users to only include the generic <FTGL/ftgl.h> header instead. | ||
| c96146ed | 2008-04-29 06:44:51 | * Moved header files that are not required by library clients into src/ so that they do not get installed. * Created an ftgl.h header that allows clients to #include <FTGL/ftgl.h> and be done with it. | ||
| 09fbf8ac | 2008-04-28 11:17:05 | * Cosmetic: remove trailing spaces, fix unbalanced parenthesis/space constructs, remove tab/space mixes, wrap a lot of long source lines. | ||
| ef85a014 | 2008-04-22 16:21:04 | * Allow to selectively display parts of the glyph/font/layout. This is currently only used in FTExtrdGlyph: it lets the user render the front surface in a different color than the extruded side surface. Code written by Eric Beets. | ||
| 2183e597 | 2008-04-13 01:29:48 | * Fix a crash in FTBitmapGlyph-Test.cpp caused by glGetError() calls with no GL context. | ||
| ef621c53 | 2004-09-29 10:24:39 | Refactored tests | ||
| 60376204 | 2004-09-28 03:55:46 | Added assert for gl error | ||
| 13ee5d1e | 2003-09-29 04:55:14 | Tidied up test | ||
| 59a0780e | 2003-09-25 03:55:19 | Changed to use FTGlyphSlot internally instead of FTGlyph | ||
| 9bfb9a5e | 2003-09-24 22:13:16 | Initial Add |