kc3-lang/ftgl

Branch :


Log

Author Commit Date CI Message
318ebf73 2014-08-02 21:38:59 Added GL_LIBS and LIBM in demo LDFLAGS
72e5ad44 2014-08-02 21:12:12 Fix for incorrect handling of empty lines in FTSimpleLayout
f6114a29 2014-04-24 22:58:00 specifying native package
cf4d9957 2012-11-03 21:35:32 reverted to manually specifying the version number
d97f37b3 2012-11-02 00:13:53 Added the cmake finder to the debian/install file
295f27e7 2012-09-25 21:50:34 Merge HEAD, branch 'master' of github.com:ulrichard/ftgl
9289260d 2012-09-24 21:10:16 another try
072af636 2012-09-15 21:54:17 Merge HEAD, branch 'master' of github.com:ulrichard/ftgl
86484628 2012-09-15 20:50:01 a new deb version with the tests
73dc13b9 2012-08-24 23:11:51 searching the fonts and configure the header file
644bcb47 2012-08-24 20:31:57 automatically execute the tests. Modified the values so that the tests also pass on the netbook
3f65da4a 2012-08-24 15:05:40 Merge HEAD, branch 'master' of github.com:ulrichard/ftgl
31ee90b0 2012-08-24 00:00:52 got some tests to run and added a new one for triangle extraction. The one I couldnt get to run, I just commented out. I could not find the fonts that are required for some tests
aa9eafff 2012-08-23 20:39:01 got the unit tests to compile with cxxtest from https://launchpad.net/~dhart/+archive/ppa
c6a5f354 2012-06-22 00:08:43 added the cmake folder
12222434 2012-06-22 00:05:54 added the debian folder from the official debian package with small adjustments
d7d4594e 2012-06-13 21:27:56 added polygon extraction
c0f486e1 2011-05-21 10:24:37 FTContour: fix a memory leak in the outset building. SF #3302743.
f317cabc 2011-05-21 09:51:56 build: use case/esac instead of AS_CASE to avoid depending on a newer version of autoconf.
bf53f39b 2011-05-21 09:51:36 build: add a --disable-doc configure flag to disable building documentation.
5c9dbfd7 2011-05-21 09:51:18 FTFont: replace glTexEnvf with glTexEnvi where appropriate. Fix courtesy of Bill Robinson <airbaggins@gmail.com>.
3851a043 2011-05-20 03:33:11 define new symbols on msvc builds as necessary
85970bd3 2010-10-06 22:18:52 merge from brl-cad upstream in order to support cross-compilation (mingw efforts by Chris Thielen)
a1ff6036 2010-09-28 19:08:38 check for gsed in addition to sed
9a13e4f8 2010-09-28 19:01:23 implement a quick check for __FUNCTION__ and __func__ based on whether the compiler can actually use one or the other at runtime. cache the checks and provide __FUNC__ for use via FTGL_CPP_FUNC.
88a14241 2010-09-28 18:34:20 add the compiler macros from BRL-CAD (http://brlcad.org) so we can use BC_COMPILER_AND_LINKER_RECOGNIZES() to conditionalize the testing of various compiler flags. this supports sf patch submission 3077204 from Dagobert Michelsen (dmichelsen), at least his first (0001) of four patches, that makes the build work with the Sun Solaris compiler.
7852accc 2010-09-25 01:46:09 credit Charles Huet (packadal) for the various compilation warnings he fixed that sammy applied in r1256.
42d104ae 2010-09-16 22:40:57 Fix a few compiler warnings, patch courtesy of packadal@gmail.com.
301639c5 2010-06-16 06:02:22 Expand installation instructions
4c82e100 2010-05-23 20:46:45 Fix improper bound checks in FTGlyphContainer.
fe058a59 2010-05-23 19:55:26 Bring the VS 2003 build up to date, courtesy of Lars Huttar in SF bug #2027775.
b4180639 2010-05-23 19:35:27 Clarify DLL shipping requirements in msvc/README.txt.
1e872ad5 2010-05-23 19:20:26 Fix GL and GLU library detection on the mingw32 platform. Fix from SF user LRN, from SF patch #2993331.
75213482 2010-05-23 18:55:36 Implement a 3-level bucket structure for glyphs, to account for all possible Unicode values as of now. Patch initially by SF user SilverDirk and slightly reworked.
87a8fb95 2010-05-23 17:50:57 Remove additional files upon make maintainer-clean. Fix courtesy of Bullet Catcher, from SF patch #2039757.
488765fb 2010-05-23 17:50:29 Set proper polygon mode in FTPixmapFont, to fix rendering on OS X. Fix courtesy of Duncan Murdoch, from SF patch #2023536.
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
5e98dee3 2010-05-23 14:33:48 Activate blending and line smoothing in the mini demos. Texture fonts now work again, and polygon fonts look smoother.
aaef5c16 2010-05-23 14:20:37 Enforce GL_POLYGON_BIT in FTPolygonFont, so that the caller's context does not interfere with our rendering. Addresses SF bug #2021485.
0c437663 2010-05-23 13:14:50 Fix build on Leopard, caused by linker changes. Fixes SF bug #2082843.
cc4f28ba 2010-05-23 00:34:49 Set GL_TEXTURE_ENV_MODE to GL_MODULATE whenever necessary, to avoid rendering an empty rectangle. Addresses SF bug #2253040.
d10af39f 2010-05-23 00:24:14 Properly handle Render's position argument in FTTextureFont and FTBufferFont. Addresses SF bug #2883801.
5d34f02f 2010-05-22 23:53:41 Fix a crash in FTCharToGlyphIndexMap::find(). Addresses SF bug #2471550.
eae0686d 2010-05-22 23:02:34 Fix ftglRenderLayout() implementation. Fix courtesy of Tobias Gunkel. Addresses SF bug #2122839.
536f271b 2010-05-22 23:02:16 Export ftglSetFontGlyphLoadFlags() in FTFont.h. Addresses SF bug #2122849.
8157485d 2010-05-22 22:49:21 Fix texture height computation in FTTextureFont. Patch courtesy of Simone Contini. Addresses SF bug #2827618.
0e7b8c55 2010-05-22 22:28:55 Fix ftglGetLayoutAlignment spelling. Addresses SF bug #2120985.
2723c7d3 2010-05-22 22:17:27 Fix a division by zero in FTTextureFont.cpp. Addresses SF bug #2692128.
deffdbba 2010-05-22 18:48:27 Support bitmap (1 bpp) fonts. Patch courtesy of Jaakko Hyvätti.
309590c0 2010-05-22 17:47:46 Fix padding usage in FTBufferFont, patch courtesy of Benlitz. Addresses sourceforge bug #2023590.
51b849f7 2010-05-22 17:47:27 Put test programs in the TESTS automake target.
b703329e 2010-05-12 16:38:57 must itemize m4 headers individually or distcheck fails
c04b6ae5 2010-05-12 16:29:08 pull in change from bzflag downstream, partial r20590 by brlcad, try harder to make sure we don't get a <char> template instantiation. getting a negative character code on high ascii values that causes a crash in FTGlyphContainer::Advance().
f2803ba1 2010-05-12 16:26:38 pull in change from bzflag downstream, r20591 by brlcad, FTVector's [] will let you run beyond the vector (crash), so manually make sure our glyph index is within bounds.
ca4a58f9 2010-05-12 16:24:45 pull in change from bzflag downstream, r20589 by brlcad, make sure our chars are all unsigned so we don't end up coercing a template instantiation to char where we start spitting out negative values.
da18f9db 2010-05-12 16:23:50 pull in change from bzflag downstream, r21141 by trepan, quieted some strict-aliasing warnings with a little dirty pool (in-place new's)
6147cc28 2010-05-06 22:51:29 credit tobias gunkel for the typo patch he provided on our sf tracker. ftgGetlLayout -> ftglGetLayout.
394ceb32 2010-05-06 20:36:04 apply sf patch # 2121813 from Tobias Gunkel ( tobigun ) for Typo in FTLayoutGlue ftglGetLayoutBBox(). fixes the transposed letters.
3ef0b093 2010-05-06 20:33:41 merge latest upstream autogen.sh from brlcad repo, r38795 2010-04-26
09bc8593 2009-11-19 23:49:39 there seems to either be a bug in the latex output from doxygen or a bug in latex in parsing what look like perfectly valid label names. either way, the doc generation is failing on at least some linux systems and will succeed correctly if PDF_HYPERLINKS are enabled (which are awesome to have regardless). bug was reported by geoff sauerborn of ARL.
97040c07 2009-09-13 08:59:48 Solaris 10 now has glu.h in the proper place. Reverting [947] as suggested by bzflag developer Bullet Catcher.
32d5c35a 2009-09-07 15:47:30 Add missing entries to the list of distributed MSVC files.
8303b877 2009-08-03 13:11:26 Update the MSVC solution.
cd5b5251 2009-07-20 12:22:22 Bring the Visual Studio 2008 solution up to date.
0fd32b61 2009-07-20 09:02:24 Add missing FTCleanup files required for commit 1218.
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.
a45d89a5 2009-07-19 15:59:01 Remove dead code.
989d224e 2009-07-19 15:56:38 Document FTFont::renderMode usage, courtesy of Christopher Sean Morrison.
ec01ea3b 2009-07-19 15:37:10 Don't display more than 8 soft assertions, and improve the FTASSERT_FAIL definition.
29603ae3 2009-07-19 15:28:59 Remove GL_BLEND tampering. It's the caller application's responsibility to enable or disable blending.
f5614dea 2009-07-19 15:18:31 Add vc9 files to the main distribution.
c9b2a93e 2009-07-19 15:17:23 Add a vc9 directory for Visual Studio 2009 builds.
1a9ee361 2009-07-19 15:13:40 Add help and font size indicator to FTGLDemo, courtesy of Bzflag's developer jwmelto.
afa089b5 2009-07-19 15:08:31 Test for the existence of ECHO in the FTGL configure script, courtesy of Bzflag's developer blast007.
6533eff4 2009-07-19 15:06:37 Provide support for automake 1.6.3 as included in XCode 3.4.1 on MacOS 10.4, which uses AM_CPPFLAGS where automake 1.10 uses libftgl_la_CPPFLAGS. Patch courtesy of Bzflag's developer bullet_catcher for SF bug 2117545.
b7036d0c 2009-07-19 14:26:13 Fix coding style and remove tabs here and there.
cab1fafd 2009-07-19 13:05:50 Update my e-mail address everywhere.
abaf40a5 2009-04-01 16:22:45 Remove trailing spaces and tabs to ease syncs bzflag needs to do.
92d175e8 2009-01-02 15:51:25 Implement ftglCreateBitmapFontFromMem() and siblings so that the font-loading can be done from memory in C (and in languages binding with FTGL through the C interface such as C#).
35efb318 2008-11-27 05:43:41 add Tcl3D since it now also has ftgl bindings, from Paul Obermeier
0c9c3d6a 2008-11-26 19:33:51 make sure ECHO and ECHO_N get defined
6ce3b10b 2008-10-31 22:33:44 pulled from downstream bzflag. apply sf patch 2210898 (Fix for some potential FTGL issues) from Matt Handley (applmak) where he adds some asserts that check for the conditions that provoke glTexSubImage2D to return GL_INVALID_VALUE. this is being provoked by ftgl during Advance when the font size (0-2) is smaller than the hard-coded default font padding size (3).
ce1977be 2008-09-26 12:55:06 include EMAN2 in the listing, provided by David Woolford (baylor college of medicine) -- thanks!
2766703a 2008-09-08 03:16:59 Eliminate some double->float conversions for performance
71c50f26 2008-08-27 18:26:11 add Haskell FTGL bindings section per message from Henk-Jan van Tuyl. looks like the implementation was done by Jefferson Heard.
fccd27b4 2008-08-05 15:21:25 add the same check to avoid negative font size as is used in FTGLDemo.
ae1656f5 2008-08-05 15:18:50 unsigned int, thx bulletcatcher
1bb599e1 2008-07-11 13:01:46 * m4/gl.m4: GLU detection fixes, courtesy of Coleman Kane (fixes SF ticket #2007989). * AUTHORS: minor changes.
9589a40f 2008-06-20 10:02:08 * Fix sf.net issue #1997905, thanks to Coleman Kane: + Check for the sed tool. + Do not use sed's -i flag: its behaviour across platforms is inconsistent.
a10dbb13 2008-06-19 14:19:04 update the ChangeLog to include all entries through to today in prep for 2.2.0 release
3a54d8f2 2008-06-19 13:11:27 * Updated NEWS file. * Mark package as being version 2.2.0.
30496e57 2008-06-19 13:10:40 * Mention fontconfig in the TODO list.
03663110 2008-06-13 21:16:09 make windows use the FONT_FILE mechanism for setting default font in demos also, no reason to special-case it. add standard license verbage to msvc config.h. tack a copyright notice on a couple files I made significant changes to.
f7065b29 2008-06-12 14:56:36 * Update ChangeLog using svn2cl -i.
0aef221b 2008-06-12 14:13:46 * Updated NEWS file. * Mark package as being version 2.1.3~rc5.
78bec1e6 2008-06-12 14:13:35 * ftglCreateBufferGlyph: do not export FTBufferFont in the C API: we do not have easy ways to emulate the FTBuffer object.
ebd805d1 2008-06-12 14:13:05 * Prevent issues when strndup is defined as a macro.
f3318e80 2008-06-11 23:35:09 be consistent
e0f829e1 2008-06-11 23:34:26 fix vc7.1 project
4388dc7a 2008-06-11 23:23:05 provide for us poor sobs who don't have a native strndup implementation