Commit 6d362213e9ec7be41d5f5891943ddab76bffa907

henry 2002-12-08T08:58:21

Refactored FTContour

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/HISTORY.txt b/HISTORY.txt
index 03ef902..7055ac4 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -16,7 +16,10 @@ FTGL 1.41
     - Unit tests.
     - Removed the precache flag.
     - Unvirtualised functions in FTLibrary and FTGlyphContainer.
-    - Fixed empty string bug in FTFont::BBox
+    - Fixed empty string bug in FTFont::BBox.
+    - Refactored FTContour and moved it to it's own file.
+    - Removed an unnecessary memory allocation in FTOutlineGltph.
+    - Made vectoriser a local variable in vector glyphs
 
 October 23 2002
 FTGL 1.4 (FTGL_1_4)