kc3-lang/ftgl/ChangeLog

Branch :


Log

Author Commit Date CI Message
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)
14672c80 2019-02-23 16:42:09 ftgl-release: new script
bf07517d 2019-02-08 02:48:57 fix duplicated entry in doc
48363921 2019-02-07 22:39:58 set version number to 2.4.0
8ee0d83b 2019-02-07 22:31:57 fix (if possible) or silence (otherwise) compiler warnings
c261e7bd 2019-02-07 22:03:32 implement LegacyOpenGLState, see README-LegacyOpenGLState
0cfd347d 2019-02-07 20:31:00 some spelling fixes
708e65d8 2018-11-21 17:35:27 moved non-Debian entries from debian/changelog to Changelog
3c0fdf36 2018-11-21 01:50:09 set version number to 2.3.1
7283cbb5 2018-11-18 01:09:29 Find FT2 via pkg-config instead of freetype2.m4 (based on Debian patch substitute-freetype-config.patch)