Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| b066d782 | 2010-05-23 16:30:54 | Add query functions to request FTGL configuration information: - C version: ftglGetString(); - C++ version: FTGL::GetString(); Currently supported strings are: - FTGL_CONFIG_VERSION: FTGL version information | ||
| 84fdd792 | 2009-07-19 16:09:40 | Correct the order in which FT_Done_Face is called via the library's destructors. Fixes a Bzflag crash upon exit. Patch courtesy of Mathew Eis (kingrobot) from SF patch 2721799. | ||
| f3318e80 | 2008-06-11 23:35:09 | be consistent | ||
| 84869ec7 | 2008-05-23 00:46:08 | * Provide a helper class for walking potentially-multibyte unicode strings. * Provide support for multibyte encodings (UTF-8, UTF-16) in FTFont and derived classes, and in FTSimpleLayout. * Put a few UTF-8 strings in non-latin codeplanes in FTGLDemo (toggle at compile-time) for testing. * FTSimpleLayout should be tested extensively before release. I would be surprised if I didn't break at least one unusual use case. | ||
| 3966ae39 | 2008-05-23 00:20:54 | fix release mode configurations | ||
| 65757b6e | 2008-05-21 01:16:20 | build C demo on windows | ||
| a8352445 | 2008-05-21 00:53:45 | missed FTBuffer.cpp | ||
| dee77a99 | 2008-05-21 00:44:40 | build bufferfont/bufferglyph stuff on windows too | ||
| f5ad459d | 2008-05-08 23:27:21 | quell spurious deprecation warnings | ||
| f7af2a1b | 2008-05-06 22:36:53 | get rid of the (broken and obsolete) windows-specific demo, and obsolete VC6 readme (which has been superceded by the global msvc readme). build the normal and simple demos in visual studio too. | ||
| f3211b08 | 2008-05-06 21:43:37 | make the windows demo build (on vc8 at least) | ||
| 654d19c4 | 2008-05-06 08:24:45 | * Move msvc/Makefile.am back to its proper place. * Add the new visual studio build files to the distribution. | ||
| 17d2b384 | 2008-05-06 05:51:54 | make the demos build, and pair it down to just one set of build targets, release and debug | ||
| fe768541 | 2008-05-06 05:43:46 | put our stuff in build not debug | ||
| adad77b4 | 2008-05-06 05:43:22 | build a static lib as an option | ||
| 95f3b90b | 2008-05-06 04:55:37 | build as a VC8 DLL again | ||
| c6053772 | 2008-05-06 04:15:12 | move the config.h and demo file up so they can be shared with all MSVC builds. | ||
| e56f9fdd | 2008-05-06 04:03:17 | fix busted line endings | ||
| 83bbc4b9 | 2008-05-06 03:59:34 | move 2005 build files to VC8 dir so we can have more then one windows build system |