|
3c0fdf36
|
2018-11-21T01:50:09
|
|
set version number to 2.3.1
|
|
d48ee410
|
2018-10-14T21:28:21
|
|
set version number to 2.3.0, prepare for release
|
|
3851a043
|
2011-05-20T03:33:11
|
|
define new symbols on msvc builds as necessary
|
|
fe058a59
|
2010-05-23T19:55:26
|
|
Bring the VS 2003 build up to date, courtesy of Lars Huttar in SF bug #2027775.
|
|
b4180639
|
2010-05-23T19:35:27
|
|
Clarify DLL shipping requirements in msvc/README.txt.
|
|
87a8fb95
|
2010-05-23T17:50:57
|
|
Remove additional files upon make maintainer-clean. Fix courtesy of
Bullet Catcher, from SF patch #2039757.
|
|
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
|
|
32d5c35a
|
2009-09-07T15:47:30
|
|
Add missing entries to the list of distributed MSVC files.
|
|
8303b877
|
2009-08-03T13:11:26
|
|
Update the MSVC solution.
|
|
cd5b5251
|
2009-07-20T12:22:22
|
|
Bring the Visual Studio 2008 solution up to date.
|
|
84fdd792
|
2009-07-19T16: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.
|
|
f5614dea
|
2009-07-19T15:18:31
|
|
Add vc9 files to the main distribution.
|
|
c9b2a93e
|
2009-07-19T15:17:23
|
|
Add a vc9 directory for Visual Studio 2009 builds.
|
|
03663110
|
2008-06-13T21: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.
|
|
f3318e80
|
2008-06-11T23:35:09
|
|
be consistent
|
|
e0f829e1
|
2008-06-11T23:34:26
|
|
fix vc7.1 project
|
|
84869ec7
|
2008-05-23T00:46:08
|
|
* Provide a helper class for walking potentially-multibyte unicode strings.
* Provide support for multibyte encodings (UTF-8, UTF-16) in FTFont and derived classes, and in FTSimpleLayout.
* Put a few UTF-8 strings in non-latin codeplanes in FTGLDemo (toggle at compile-time) for testing.
* FTSimpleLayout should be tested extensively before release. I would be surprised if I didn't break at least one unusual use case.
|
|
3966ae39
|
2008-05-23T00:20:54
|
|
fix release mode configurations
|
|
898fd580
|
2008-05-22T17:28:21
|
|
quell deprecation messages for posix and c-style string functions
|
|
65757b6e
|
2008-05-21T01:16:20
|
|
build C demo on windows
|
|
a8352445
|
2008-05-21T00:53:45
|
|
missed FTBuffer.cpp
|
|
dee77a99
|
2008-05-21T00:44:40
|
|
build bufferfont/bufferglyph stuff on windows too
|
|
6ba54b3d
|
2008-05-08T23:31:55
|
|
disable "'this': used in base member initializer list" warning. although it is dangerous practice, it's valid and ftgl does not use the passed pointer until well after the object is guaranteed to be fully constructed.
|
|
f5ad459d
|
2008-05-08T23:27:21
|
|
quell spurious deprecation warnings
|
|
7c4faf7e
|
2008-05-08T23:10:17
|
|
M_PI and friends on MSVC are only defined if _USE_MATH_DEFINES is defined first. include it appropriately in config.h.
|
|
7201d98a
|
2008-05-07T00:11:09
|
|
* Synchronise msvc/Makefile.am with its directory contents.
|
|
f7af2a1b
|
2008-05-06T22:36:53
|
|
get rid of the (broken and obsolete) windows-specific demo, and obsolete VC6 readme (which has been superceded by the global msvc readme). build the normal and simple demos in visual studio too.
|
|
f3211b08
|
2008-05-06T21:43:37
|
|
make the windows demo build (on vc8 at least)
|
|
654d19c4
|
2008-05-06T08:24:45
|
|
* Move msvc/Makefile.am back to its proper place.
* Add the new visual studio build files to the distribution.
|
|
4fdf308c
|
2008-05-06T06:03:46
|
|
mention the joy of the build dir.
|
|
a7b8433a
|
2008-05-06T06:02:51
|
|
a readme for those that like to read and learn and grow.
|
|
17d2b384
|
2008-05-06T05:51:54
|
|
make the demos build, and pair it down to just one set of build targets, release and debug
|
|
fe768541
|
2008-05-06T05:43:46
|
|
put our stuff in build not debug
|
|
adad77b4
|
2008-05-06T05:43:22
|
|
build a static lib as an option
|
|
d15e7a70
|
2008-05-06T05:12:39
|
|
start a vc7.1 build
|
|
95f3b90b
|
2008-05-06T04:55:37
|
|
build as a VC8 DLL again
|
|
c6053772
|
2008-05-06T04:15:12
|
|
move the config.h and demo file up so they can be shared with all MSVC builds.
|
|
e56f9fdd
|
2008-05-06T04:03:17
|
|
fix busted line endings
|
|
83bbc4b9
|
2008-05-06T03:59:34
|
|
move 2005 build files to VC8 dir so we can have more then one windows build system
|
|
3674c4d1
|
2008-04-28T17:31:42
|
|
specify minimum versions, make ac be 2.58 and am be 1.6 (needed in order to support os x 10.4 out-of-the-box). PKG_CHECK_MODULES doesn't seem to wrap the args properly so you can't embed AC_MSG_RESULT, make a zip and bzip2 when we make a dist, and provide NULL to make am happy
|
|
0aff12c1
|
2008-04-24T13:40:12
|
|
* Rename "win32_vcpp" to "msvc" and move all Visual Studio build files out
of their subdirectory.
* Add the msvc subdirectory to "make dist" so that it gets distributed.
|