kc3-lang/ftgl/include/FTGL.h

Branch :


Log

Author Commit Date CI Message
573770b5 2008-04-28 21:12:36 * Beginning of a new refactoring task. Classes inheriting FTFont or FTLayout now hide their private members behind a pImpl pointer. This will make the public headers smaller, and we will not break the ABI by changing private members of our public classes. This first step just splits classes but does not reorganise files.
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.
47f00182 2008-04-25 12:22:22 * Use macros instead of enums in the C bindings. Not the most elegant thing, but it avoids naming conflicts when mixing C and C++ code. Patch by Eric Beets.
8a02d0b0 2008-04-25 09:59:25 * Somewhat hackish support for Solaris 10 x86 support. The problem is that our public headers need the GL and GLU headers, which are in very different locations depending the system. One solution would be to generate FTGL.h at configure time. Patch by Kent Mein, taken from Blender commit r12796.
9ae936f3 2008-04-22 23:47:24 * C bindings for the FTLayout interface. Code by Eric Beets.
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.
141112c4 2008-04-12 22:44:48 * Add licensing information to all files in the library.
ee107630 2008-03-03 16:41:35 * Remove svn:executable property from source files.
f0f550ea 2008-03-03 16:36:07 * Remove svn:executable property from source files.
37cf28b8 2005-01-03 07:54:09 Added test for SDL
d73b3f7b 2004-09-30 13:18:34 Removed GL_EXT_texture_object defines.
8fd2ff3e 2003-09-22 02:11:42 Fixes for deprecated identifiers in 2.1.5
9013e3ec 2002-06-20 08:22:06 Changes for VTK Removed tabs Removed mmgr Optimisations for loading pixel based fonts Minor changes
3413b9a1 2002-06-12 08:56:42 Merged FTGL_1_3_2
72b3ae2e 2001-11-29 01:13:49 Added #define and a couple of typedefs for debugging
3e70c1dd 2001-11-12 02:34:50 Minor comments
6ff749f7 2001-11-04 04:53:17 unix line endings
22eebb6d 2001-11-02 01:17:29 Got rid of non standard glext.h and replaced with defines
6b561837 2001-10-28 04:04:38 Added test for GL_TEXTURE_2D_BINDING_EXT and include for glext.h
c811e012 2001-10-25 04:32:45 Added the glu headers
f04347d2 2001-10-25 02:14:56 Changed include to allow for bloody Apple's new OpenGL on OSX
5dabfe1f 2001-10-10 22:01:25 Added the conditional compilation stuff for Windows DLL
b3627521 2001-09-30 23:00:40 Removed the redundant enums
019af0d2 2001-07-26 05:11:34 This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.