kc3-lang/ftgl

Branch :


Log

Author Commit Date CI Message
2adae7bd 2003-08-25 04:23:17 Updated the unix build scripts
d8cc7acc 2003-08-25 04:18:22 Updated unix build scripts
428bb853 2003-08-25 03:31:38 Updated for 2.0.5
cf15e77c 2003-08-25 03:02:10 Update for 2.0.5
2105ac7a 2003-08-05 00:26:54 Refactored variable names
dc4d1fa2 2003-07-23 09:06:51 Remove Font Table function.
0998d99d 2003-07-23 09:06:07 Fixed precision conversion
b5c018d9 2003-07-18 10:13:27 Minor change
b0ba84d0 2003-07-16 10:18:20 Updated for new compiler
72f6b923 2003-07-16 10:17:36 Made a constant a float
b1598ed1 2003-07-12 12:06:22 Removed inline directive
3ea4d8fb 2003-07-12 12:06:05 Re-ordereds function for inlining
03fc2d13 2003-06-08 01:21:16 Refactored FTGlyphContainer & FTCharmap
56289ce6 2003-06-08 01:09:17 Refactored FTGlyphContainer & FTCharmap. They now store FTGlyphs sequentially rather than by glyph index.
1ae93a9a 2003-06-08 01:08:08 Minor format change
697159de 2003-06-08 01:02:15 Minor format change
69776d87 2003-06-03 04:02:05 Now takes an FTGL face not a Freetype fac
4e8f31ae 2003-06-03 04:01:13 Now takes an FTGL face not a Freetype fac Fixed docs Added glyphIndex function
9b56a0dd 2003-06-03 03:58:40 Minor format fix
5504970b 2003-06-03 03:08:31 Moved FTCharmap into this class
53f532ed 2003-06-03 02:57:28 Removed FTCharmap from FTFace
7a6a03d0 2003-06-03 02:51:58 Added extra defines for GLUTesselatorFunction
f3f1bf40 2003-06-03 02:50:08 Removed FTCharmap member and associated methods
af2e589c 2003-06-03 02:44:14 Better variable name
277f8224 2003-05-04 21:12:03 Changed for the new hinter in Freetype 2.1.4
f1e6cfd8 2003-05-04 21:06:27 Added null size test in PixelsPerEm functions
f75d9d61 2003-05-04 21:02:26 Changed unit tests for new hinter in Freetype 2.1.4
7cc0320a 2003-05-04 20:59:09 Added test for broken contour tags
8cd0a364 2003-05-04 20:54:43 Changed unit tests for new hinter in Freetype 2.1.4
3f033ecf 2003-05-03 05:45:13 Changed MAC font path
f29956a1 2003-04-13 02:09:47 Fixed FTGLTextureFont resize bug
23b79db7 2003-04-12 01:57:23 Fix in FTGLTextureFont
48573b00 2003-04-09 10:20:09 Updated for 2.03
deb5cfa0 2003-04-09 10:14:07 Added extra test for broken contour
eee46596 2003-04-09 10:13:45 Fixed broken contour bug
00e10d78 2003-04-05 00:40:49 This commit was manufactured by cvs2svn to create branch 'FTGL_2_0_2b'.
565cd287 2003-04-05 00:40:47 Fixed formatting
a52e61a4 2003-04-05 00:34:40 Updated for 2.02
cc356f04 2003-04-04 02:09:07 Updated for 2.02
eeef12c6 2003-04-03 23:59:34 Made vectoriser a stack var and refactored variables
d7cd7612 2003-04-02 23:47:27 Fixed memory leaks
80c464b5 2003-03-14 01:40:54 Updated for 2.0.1
44a0a1aa 2003-03-13 06:01:18 Update 2.01
85c28fbf 2003-03-13 00:40:20 (hopefully) changed newlines to DOS style)
fcdb4500 2003-03-12 18:55:07 Update autoconf stuff to incorporate GL detection fixes
eabdeeba 2003-03-12 18:49:16 Fix problem with configure failing to find GL libraries because they are installed in the X11 tree
152b0459 2003-03-12 11:44:34 Fix blooper with include file installation; the include files were moved to 'include', I noticed, but forgot to update the Makefile
78943be5 2003-03-06 10:30:33 Get rid of annoying IRIX droppings on distclean
42ab2248 2003-03-06 10:22:54 Last minute change to get document generation working again on IRIX
2a4cbd66 2003-03-06 10:06:47 Update aclocal.m4 and configure script before release
1e26d61f 2003-03-06 08:09:38 Minor changes
7b3414c8 2003-03-05 21:25:19 Version 2.0 release
84ab33fd 2003-02-27 22:28:18 Fixed null string bug in BBox
a146042f 2003-02-24 03:03:34 Updated for v2 release
e534c02c 2003-02-24 01:24:07 Initial Add
baf587ce 2003-02-07 13:04:32 a few more minor tweaks to the project files
c4b74aef 2003-02-07 12:58:19 altered projects so unit tests will build with cppunit
3c0fb00d 2003-01-30 12:24:08 updates for win32 build
8827cc20 2003-01-28 13:53:24 minor update for win32
36286cc5 2003-01-28 13:52:33 updated win32 project files
6fcea409 2003-01-20 13:58:28 Expect a fontfile on the command line, fall back to a default one on systems where a default is known -- else complain about the missing parameter. Come to think of it, I could use a PS font on IRIX. I'll look into that later.
2e5ee543 2003-01-16 00:23:30 Removed redundant () in preprocess
85947393 2003-01-14 16:13:53 Add a couple of extra libraries usually required by GLUT
01ebb256 2003-01-14 16:09:55 Mantra: Link C++ programs with the C++ compiler
eda18707 2003-01-14 16:08:38 The parser in the IRIX C++ compiler has a bug and the result of: new (Type*)[size] is of type "Type*" instead of "Type**". Work arround it by typedef'ing TypeP which is just Type*.
2a3e6ee3 2003-01-14 14:32:28 Get ./configure to work with IRIX (and other systems with broken linkers)
2b5d1440 2003-01-13 03:09:33 Integrating ICU
95e62fcb 2003-01-12 21:27:04 Unified UNIX building system
e4b61146 2003-01-12 08:42:21 Layout stuff
acad6c18 2003-01-10 03:43:31 Added layout test
cce9bb29 2003-01-10 03:26:58 Starting future layout support tests
7f7a254f 2003-01-10 03:26:29 Adding fonts for future layout support tests
2c1645a5 2003-01-10 03:25:53 Trying to add table support
9a6997a2 2003-01-10 01:47:05 Added units per EM square
2ff9f6d7 2003-01-09 09:25:16 added attach file from memory
6092ecb1 2003-01-09 02:56:50 Fixed warning and kerning
886f06a5 2003-01-09 01:59:59 Formatting changes
9b933811 2003-01-08 23:32:52 Updated doc
a9589733 2003-01-08 23:13:27 Updated doc
171ab6cb 2003-01-08 23:10:48 Updated doc
a2dde19d 2003-01-08 22:47:55 Updated doc
3ce7bfeb 2003-01-08 22:42:38 Tidied up includes
d17a37f4 2003-01-08 21:48:25 Replaced by HPGCalc
4a1ba59c 2003-01-08 21:46:53 Implemented Attach from memory test
57114749 2003-01-08 19:13:09 Files for attch mem test
7556ce86 2003-01-08 09:02:38 Added Type1 file attach test
70869a5d 2003-01-08 04:24:36 Added attach from memory function
ad0ff2e2 2003-01-08 00:35:02 Impending autoconf and year 03
c0e1933d 2003-01-06 04:11:07 removed test in d_stor
c1e6edfa 2003-01-06 04:10:18 Minor change to BBox
6def9b13 2003-01-05 22:40:51 Minor change
2d44ac1e 2002-12-31 04:47:18 Change size test
90ba574d 2002-12-31 04:24:16 Fixes to bitmap glyph alignment
934106a4 2002-12-31 04:07:34 Fixed alignment issues for bitmap and texture glyphs
861bb166 2002-12-21 09:11:57 No private structs
812361ee 2002-12-21 09:09:50 Changed int to float in glRasterPos
c690d101 2002-12-21 09:08:43 Delete lists
e4b164cf 2002-12-21 07:32:40 Delete the display list
3493f4c6 2002-12-21 07:23:38 Minor change
8f4d86a9 2002-12-21 07:23:10 Don't doc private classes