Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 4f375d14 | 2023-12-22 14:23:28 | update_sources configure Makefile | ||
| 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) | ||
| 835f2ba7 | 2019-05-21 23:09:18 | src/CMakeLists.txt: remove FTLibrary.h from libftgl_la_SOURCES (it's only in ftgl_headers) | ||
| 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 | ||
| 936719bc | 2018-05-06 23:42:33 | Correct a typo in a comment. | ||
| 768505ac | 2018-01-31 00:31:08 | Fix a memory leak | ||
| 35301593 | 2018-01-29 03:55:37 | FTContour: avoid NaN for angles close to 180 degrees (see Debian bug #589601, 5.) | ||
| 2dee4458 | 2018-01-29 03:49:54 | FTBufferGlyph: fix garbage with bitmap fonts (text is still clipped, that seems to be another problem) |