Branch


Log

Author Commit Date CI Message
Thomas de Grivel 4f375d14 2023-12-22T14:23:28 update_sources configure Makefile
Frank Heckenbach ddc77166 2022-11-17T00:48:50 add missing ")" :)
Frank Heckenbach a867c7a2 2022-11-17T00:43:20 demo/FTGLDemo.cpp, demo/FTGLMFontDemo.cpp: support Latin1 key strokes (fixes #15)
frankheckenbach 36e8cd68 2021-02-11T14:07:20 Merge pull request #14 from ryandesign/patch-1 Use correct syntax for the -dylib_file flag
Ryan Schmidt 97d2ccfb 2021-02-10T23: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.
frankheckenbach f69d8c29 2021-02-11T04:57:19 Merge pull request #7 from rhyskoedijk/install-pkgconfig Install pkgconfig when building with cmake
frankheckenbach ba09c263 2021-02-11T04:53:54 Merge pull request #13 from ryandesign/AC_ARG_WITH Fix usage of AC_ARG_WITH
Ryan Schmidt d44133ec 2021-02-10T21:35:59 Use AC_ARG_WITH correctly so that the advertised configure options actually exist under their expected names.
Rhys Koedijk 8763fa4e 2019-10-28T13:44:16 Install pkgconfig when building with cmake
Frank Heckenbach 778b8f21 2019-05-24T23: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)
Frank Heckenbach 835f2ba7 2019-05-21T23:09:18 src/CMakeLists.txt: remove FTLibrary.h from libftgl_la_SOURCES (it's only in ftgl_headers)
Frank Heckenbach 21cfd0b7 2019-02-28T02:13:13 debian/changelog, debian/rules: synced from Debian
Frank Heckenbach 14672c80 2019-02-23T16:42:09 ftgl-release: new script
Frank Heckenbach 086e3e17 2019-02-16T01:22:49 debian/watch, debian/rules: synced from Debian
Frank Heckenbach bf07517d 2019-02-08T02:48:57 fix duplicated entry in doc
Frank Heckenbach 48363921 2019-02-07T22:39:58 set version number to 2.4.0
Frank Heckenbach 8ee0d83b 2019-02-07T22:31:57 fix (if possible) or silence (otherwise) compiler warnings
Frank Heckenbach c261e7bd 2019-02-07T22:03:32 implement LegacyOpenGLState, see README-LegacyOpenGLState
Frank Heckenbach 0cfd347d 2019-02-07T20:31:00 some spelling fixes
frankheckenbach 205e15bb 2018-12-14T16:20:15 Merge pull request #1 from JuhaSointusalo/fix-windows-dll-build fix building DLL on Windows
Juha Sointusalo b56270d2 2018-12-13T21:38:23 fix building DLL on Windows Without FTGL_LIBRARY all symbols are declared to be imported instead of exported and linking the library fails.
Frank Heckenbach 708e65d8 2018-11-21T17:35:27 moved non-Debian entries from debian/changelog to Changelog
Frank Heckenbach 3c0fdf36 2018-11-21T01:50:09 set version number to 2.3.1
Frank Heckenbach e12ca6b4 2018-11-21T01:41:29 updates to debian/ files by IOhannes m zmölnig
Frank Heckenbach 6ba1c529 2018-11-21T01:39:02 updates to debian/ files by IOhannes m zmölnig
Frank Heckenbach a10f03a2 2018-11-18T01:28:58 add debian/watch
Frank Heckenbach 9242b7a9 2018-11-18T01:26:04 sync debian/ directory from official Debian package
Frank Heckenbach 7283cbb5 2018-11-18T01:09:29 Find FT2 via pkg-config instead of freetype2.m4 (based on Debian patch substitute-freetype-config.patch)
Frank Heckenbach 0095a7bb 2018-11-18T00:55:56 Debian patch patch-relibtoolize-prep.diff
Frank Heckenbach 3acacf7d 2018-11-18T00:49:49 Re-enable building of docs Debian patch fix-pdf-generation: Description: Fix PDF refman generation This just remove a pre-latex-processing hack that just breaks nowadays. The Makefile.in was updated by hand, since autostuff is way old and apparently more work is needed to make regeneration work properly. Author: Yann Dirson <dirson@debian.org> Bug-Debian: http://bugs.debian.org/718100 Debian patch enable-docs.patch: Author: Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com>
Frank Heckenbach d4cf43a4 2018-10-15T16:36:09 Merge branch 'correct-typos' of https://github.com/shlomif/ftgl
Frank Heckenbach d48ee410 2018-10-14T21:28:21 set version number to 2.3.0, prepare for release
Shlomi Fish 936719bc 2018-05-06T23:42:33 Correct a typo in a comment.
Richard e7130ee9 2018-02-15T20:47:56 Merge pull request #12 from frankheckenbach/master copied fonts used by test programs (#9 (comment))
Richard 3933d03e 2018-02-15T20:47:42 Merge pull request #11 from OlivierSohn/master Fix a memory leak
Frank Heckenbach 32c4adea 2018-01-31T01:54:54 deleted swap file
Frank Heckenbach 5fcad6e5 2018-01-31T01:52:38 copied fonts used by test programs (https://github.com/ulrichard/ftgl/pull/9#issuecomment-361784181)
Olivier Sohn 768505ac 2018-01-31T00:31:08 Fix a memory leak
Richard 1dbda708 2018-01-30T23:37:41 Merge pull request #9 from frankheckenbach/master Fixes for Debian bugs 531489, 589601, 742469, 760571
Frank Heckenbach 5c550356 2018-01-29T22:40:50 sync debian rules from 2.1.3~rc5-4+nmu1.1 in order to get multiarch and install .pc file
Frank Heckenbach 35301593 2018-01-29T03:55:37 FTContour: avoid NaN for angles close to 180 degrees (see Debian bug #589601, 5.)
Frank Heckenbach 2dee4458 2018-01-29T03:49:54 FTBufferGlyph: fix garbage with bitmap fonts (text is still clipped, that seems to be another problem)
Frank Heckenbach 9cc187e9 2018-01-29T03:11:13 FTTextureGlyphImpl: fix garbage with bitmap fonts (see Debian bug #589601, 4.)
Frank Heckenbach 5d98ca65 2018-01-29T03:06:40 FTPixmapGlyph: fix garbage with bitmap fonts (see Debian bug #589601, 2.)
Frank Heckenbach 8cca0305 2018-01-29T03:02:31 FTOutlineGlyphImpl, FTPolygonGlyphImpl: avoid uninizitalized vectoriser in case of error (see Debian bug #589601, 1.)
Richard Ulrich bceab592 2016-10-20T21:53:17 version
Richard Ulrich 366dd4b0 2016-10-19T21:42:57 installing
Richard Ulrich b6e49b3d 2016-10-19T20:39:54 debian
Richard dfd7c9f0 2016-09-17T11:14:07 Merge pull request #5 from damiandixon/master Add missing source files I use cmake rather than autoconf. So I didn't test it myself. But I trust it works.
Richard 1d49f4ea 2016-09-17T11:12:56 Merge pull request #4 from mathstuf/create-cmake-config-file cmake: install a proper config file I didn't test it yet myself, but I trust it works.
damiandixon dad03968 2016-09-16T14:22:47 Add missing source files
Ben Boeckel 5bc9d6a7 2016-07-05T14:17:32 cmake: export to cmake/ on Windows Windows doesn't look for a subdirectory here.
Ben Boeckel 45f4ec1f 2016-02-25T15:31:02 cmake: install a proper config file FTGL knows exactly what is necessary for its install, so a config file is more appropriate. A "FindDep" module is meant for projects which need "Dep" which doesn't ship a configuration file.
Richard b7e77c38 2015-02-21T00:09:08 Merge pull request #2 from mathstuf/windows-preprocessor-define windows: use the proper preprocessor define
Ben Boeckel dde5c75a 2015-02-18T15:28:10 windows: use the proper preprocessor define
David McFarland 318ebf73 2014-08-02T21:38:59 Added GL_LIBS and LIBM in demo LDFLAGS
David McFarland 72e5ad44 2014-08-02T21:12:12 Fix for incorrect handling of empty lines in FTSimpleLayout
Richard Ulrich f6114a29 2014-04-24T22:58:00 specifying native package
Richard Ulrich cf4d9957 2012-11-03T21:35:32 reverted to manually specifying the version number
Richard Ulrich d97f37b3 2012-11-02T00:13:53 Added the cmake finder to the debian/install file
Richard Ulrich 295f27e7 2012-09-25T21:50:34 Merge HEAD, branch 'master' of github.com:ulrichard/ftgl
Richard Ulrich 9289260d 2012-09-24T21:10:16 another try
Richard Ulrich 072af636 2012-09-15T21:54:17 Merge HEAD, branch 'master' of github.com:ulrichard/ftgl
Richard Ulrich 86484628 2012-09-15T20:50:01 a new deb version with the tests
Richard Ulrich 73dc13b9 2012-08-24T23:11:51 searching the fonts and configure the header file
Richard Ulrich 644bcb47 2012-08-24T20:31:57 automatically execute the tests. Modified the values so that the tests also pass on the netbook
Richard Ulrich 3f65da4a 2012-08-24T15:05:40 Merge HEAD, branch 'master' of github.com:ulrichard/ftgl
Richard Ulrich 31ee90b0 2012-08-24T00: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
Richard Ulrich aa9eafff 2012-08-23T20:39:01 got the unit tests to compile with cxxtest from https://launchpad.net/~dhart/+archive/ppa
Richard Ulrich c6a5f354 2012-06-22T00:08:43 added the cmake folder
Richard Ulrich 12222434 2012-06-22T00:05:54 added the debian folder from the official debian package with small adjustments
Richard Ulrich d7d4594e 2012-06-13T21:27:56 added polygon extraction
sammy c0f486e1 2011-05-21T10:24:37 FTContour: fix a memory leak in the outset building. SF #3302743.
sammy f317cabc 2011-05-21T09:51:56 build: use case/esac instead of AS_CASE to avoid depending on a newer version of autoconf.
sammy bf53f39b 2011-05-21T09:51:36 build: add a --disable-doc configure flag to disable building documentation.
sammy 5c9dbfd7 2011-05-21T09:51:18 FTFont: replace glTexEnvf with glTexEnvi where appropriate. Fix courtesy of Bill Robinson <airbaggins@gmail.com>.
dtremenak 3851a043 2011-05-20T03:33:11 define new symbols on msvc builds as necessary
brlcad 85970bd3 2010-10-06T22:18:52 merge from brl-cad upstream in order to support cross-compilation (mingw efforts by Chris Thielen)
brlcad a1ff6036 2010-09-28T19:08:38 check for gsed in addition to sed
brlcad 9a13e4f8 2010-09-28T19: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.
brlcad 88a14241 2010-09-28T18: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.
brlcad 7852accc 2010-09-25T01:46:09 credit Charles Huet (packadal) for the various compilation warnings he fixed that sammy applied in r1256.
sammy 42d104ae 2010-09-16T22:40:57 Fix a few compiler warnings, patch courtesy of packadal@gmail.com.
jwmelto 301639c5 2010-06-16T06:02:22 Expand installation instructions
sammy 4c82e100 2010-05-23T20:46:45 Fix improper bound checks in FTGlyphContainer.
sammy fe058a59 2010-05-23T19:55:26 Bring the VS 2003 build up to date, courtesy of Lars Huttar in SF bug #2027775.
sammy b4180639 2010-05-23T19:35:27 Clarify DLL shipping requirements in msvc/README.txt.
sammy 1e872ad5 2010-05-23T19:20:26 Fix GL and GLU library detection on the mingw32 platform. Fix from SF user LRN, from SF patch #2993331.
sammy 75213482 2010-05-23T18: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.
sammy 87a8fb95 2010-05-23T17:50:57 Remove additional files upon make maintainer-clean. Fix courtesy of Bullet Catcher, from SF patch #2039757.
sammy 488765fb 2010-05-23T17:50:29 Set proper polygon mode in FTPixmapFont, to fix rendering on OS X. Fix courtesy of Duncan Murdoch, from SF patch #2023536.
sammy b066d782 2010-05-23T16: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
sammy 5e98dee3 2010-05-23T14:33:48 Activate blending and line smoothing in the mini demos. Texture fonts now work again, and polygon fonts look smoother.
sammy aaef5c16 2010-05-23T14:20:37 Enforce GL_POLYGON_BIT in FTPolygonFont, so that the caller's context does not interfere with our rendering. Addresses SF bug #2021485.
sammy 0c437663 2010-05-23T13:14:50 Fix build on Leopard, caused by linker changes. Fixes SF bug #2082843.
sammy cc4f28ba 2010-05-23T00:34:49 Set GL_TEXTURE_ENV_MODE to GL_MODULATE whenever necessary, to avoid rendering an empty rectangle. Addresses SF bug #2253040.
sammy d10af39f 2010-05-23T00:24:14 Properly handle Render's position argument in FTTextureFont and FTBufferFont. Addresses SF bug #2883801.
sammy 5d34f02f 2010-05-22T23:53:41 Fix a crash in FTCharToGlyphIndexMap::find(). Addresses SF bug #2471550.
sammy eae0686d 2010-05-22T23:02:34 Fix ftglRenderLayout() implementation. Fix courtesy of Tobias Gunkel. Addresses SF bug #2122839.
sammy 536f271b 2010-05-22T23:02:16 Export ftglSetFontGlyphLoadFlags() in FTFont.h. Addresses SF bug #2122849.