kc3-lang/ftgl

Branch :


Log

Author Commit Date CI Message
thodg 4f375d14 2023-12-22 14:23:28 update_sources configure Makefile
ddc77166 2022-11-17 00:48:50 add missing ")" :)
a867c7a2 2022-11-17 00:43:20 demo/FTGLDemo.cpp, demo/FTGLMFontDemo.cpp: support Latin1 key strokes (fixes #15)
36e8cd68 2021-02-11 14:07:20 Merge pull request #14 from ryandesign/patch-1 Use correct syntax for the -dylib_file flag
97d2ccfb 2021-02-10 23:54:59 Use correct syntax for the -dylib_file flag Use correct syntax for the -dylib_file flag (no space after colon). Fixes configure failure on macOS Big Sur and later.
f69d8c29 2021-02-11 04:57:19 Merge pull request #7 from rhyskoedijk/install-pkgconfig Install pkgconfig when building with cmake
ba09c263 2021-02-11 04:53:54 Merge pull request #13 from ryandesign/AC_ARG_WITH Fix usage of AC_ARG_WITH
d44133ec 2021-02-10 21:35:59 Use AC_ARG_WITH correctly so that the advertised configure options actually exist under their expected names.
8763fa4e 2019-10-28 13:44:16 Install pkgconfig when building with cmake
778b8f21 2019-05-24 23:58:47 src/FTFont/FTBufferFont.cpp, src/FTFont/FTTextureFont.cpp: GL_TEXTURE_ENV_MODE is not valid mask for glPushAttrib. Use GL_TEXTURE_BIT instead to avoid leaking texture env mode. (reported by Eddie-cz, https://github.com/frankheckenbach/ftgl/issues/3)