kc3-lang/ftgl/src

Branch :


Log

Author Commit Date CI Message
d734048e 2004-10-11 09:45:18 Changed pos assignment
1f69e6a0 2004-10-11 02:58:52 Added operator + & * to FTPoint
8c207cad 2004-10-11 01:58:43 Renamed variable
6fa0cf8b 2004-10-11 01:56:29 Removed a redundant var
775724e4 2004-10-11 01:55:52 Fixed a casting problem
4c6baa27 2004-10-10 22:50:01 Refactoring FTPoint
b2bd1ab8 2004-10-10 11:14:58 Refactoring FTPoint
4c9a32b2 2004-10-10 10:45:37 Added cast to double operator
3d3a4852 2004-10-08 11:37:28 Changed a couple of variable names.
b39871f5 2004-10-07 02:11:01 Fixed some floats
05317481 2004-10-05 04:48:14 Added hasKerningTable member so we don't query the font every glyph. Got rid of the redundant Close() and unused UnitsPerEM()
8bdfef74 2004-10-03 22:50:30 Adding support for turning off display lists in FTGL
24d213a7 2004-10-03 22:34:10 Only set the err in CheckGlyph if it hasn't been set by some other part of the process.
4c9a4594 2004-10-03 21:59:38 Doh
80fc3da9 2004-10-03 21:11:09 CheckGlyph sets error flag
ef3a8c03 2004-09-30 08:15:43 Code to turn off display lists.
6be07103 2004-09-30 00:08:05 Change to BBox to stop it exiting completely on a NULL glyph.
f3ae2a91 2004-09-29 23:55:24 Fixed infinite loop.
ce37d790 2004-09-29 23:06:42 Added a test to bail early of the client sets the size to the existing size. Removed the pixels per em function because no one is using them.
92b93758 2004-09-28 11:49:23 Changed CheckGlyph function to indicate failure to create a glyph.
4de174c4 2004-09-28 04:50:35 Fixed a bug where resizing FTGLTextureFont caused a GL error
c0ac7ac6 2004-09-26 09:47:40 Finalised texture coordinate generation code. Tidied some code.
58e35d9e 2004-09-26 09:46:57 Removed activeTextureID from initialisation list.
9c4d8012 2004-09-26 09:45:18 Added an assert for a 0 maximum texture size. This is tripping some people up.
f8833591 2004-09-18 11:24:02 Added texture co-ordinate generation.
0dce598f 2004-08-23 08:05:04 Added LineHeight function.
c71c5e14 2004-08-23 08:03:27 Remove a superfluous semi-colon.
ce828a7d 2004-08-23 07:18:23 Got rid fo the GL_TEXTURE_2D_BINDING_EXT call in FTTextureGlyph and replaced it with a static member.
2a980faa 2004-08-22 05:50:33 Removed unnecessary translates in the glyph rendering code.
d3199cbc 2004-08-19 05:43:24 FaceSize now sets the error value.
40b3fa94 2004-05-10 09:11:30 First add for buffer font stuff
d5e0a0cd 2004-05-09 07:22:41 Changed signed to unsigned for glyph indices
d5f912b3 2004-05-09 07:13:48 Updated for changes in FTCharmap
6355a5d0 2004-05-09 07:09:41 Renamed functions for clarity
432d6517 2004-05-04 10:38:25 Added __CYGWIN__
e2239437 2004-01-22 08:11:48 Changed FTGLTextureFont to use FTVector for texture id list.
05a71812 2003-10-20 02:48:57 Moved charmap list from FTCharmap to FTFont
74b28088 2003-10-19 21:38:42 Moved charmap list function out of FTCharmap into FTFont
0418c75c 2003-10-19 02:40:00 Can now get the list of supported charmaps for the font.
4a42ba2e 2003-10-11 03:41:25 FTCharToGlyphIndexMap::find no longer returns a pointer
7a7ede0f 2003-10-08 21:00:41 Delete charmap in destructor.
cca1059d 2003-09-29 20:59:51 Added SetDepth function to FTBBox
59a0780e 2003-09-25 03:55:19 Changed to use FTGlyphSlot internally instead of FTGlyph
84d14a79 2003-09-24 22:05:12 Removed old comments
8fd2ff3e 2003-09-22 02:11:42 Fixes for deprecated identifiers in 2.1.5
13cb8006 2003-09-21 22:36:29 Fixed FT_OPEN_MEMORY for 2.1.5
b81d85bc 2003-09-21 01:42:00 Small change for VC.net
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
72f6b923 2003-07-16 10:17:36 Made a constant a float
3ea4d8fb 2003-07-12 12:06:05 Re-ordereds function for inlining
56289ce6 2003-06-08 01:09:17 Refactored FTGlyphContainer & FTCharmap. They now store FTGlyphs sequentially rather than by glyph index.
697159de 2003-06-08 01:02:15 Minor format change
4e8f31ae 2003-06-03 04:01:13 Now takes an FTGL face not a Freetype fac Fixed docs Added glyphIndex function
5504970b 2003-06-03 03:08:31 Moved FTCharmap into this class
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
f1e6cfd8 2003-05-04 21:06:27 Added null size test in PixelsPerEm functions
f29956a1 2003-04-13 02:09:47 Fixed FTGLTextureFont resize bug
eee46596 2003-04-09 10:13:45 Fixed broken contour bug
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
84ab33fd 2003-02-27 22:28:18 Fixed null string bug in BBox
8827cc20 2003-01-28 13:53:24 minor update for win32
2e5ee543 2003-01-16 00:23:30 Removed redundant () in preprocess
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*.
2c1645a5 2003-01-10 03:25:53 Trying to add table support
9a6997a2 2003-01-10 01:47:05 Added units per EM square
6092ecb1 2003-01-09 02:56:50 Fixed warning and kerning
70869a5d 2003-01-08 04:24:36 Added attach from memory function
c0e1933d 2003-01-06 04:11:07 removed test in d_stor
c1e6edfa 2003-01-06 04:10:18 Minor change to BBox
934106a4 2002-12-31 04:07:34 Fixed alignment issues for bitmap and texture glyphs
e4b164cf 2002-12-21 07:32:40 Delete the display list
10ffeece 2002-12-21 07:11:08 Refactored variable names
58b4a6b7 2002-12-21 07:10:03 Refactored variable names
abede8df 2002-12-21 05:18:40 Updated docs and removed numberOfCharmaps member
68f91fa8 2002-12-21 05:08:12 Removed DoAdvance function
e09409dd 2002-12-21 03:24:09 Refactored BBox()
74b58812 2002-12-20 22:21:21 Added Mesh::Combine and changed tempPointList to FTList
45d5264e 2002-12-20 22:19:52 Made Glyph() const
1310209b 2002-12-20 22:18:52 Removed comments and makeGlyphList function
7033612a 2002-12-20 22:17:06 Removed maekGlyphList function and changes for FTFace
86933a4b 2002-12-20 22:13:43 Removed Open functions. C_stors now open face
0d95eb28 2002-12-20 10:17:12 Minor formatting and removed comments
ad02c78f 2002-12-19 10:28:19 Made return value const
a1fe61f2 2002-12-19 10:27:50 Refactored function names
e7bffe5d 2002-12-19 10:27:16 Made return values const
8911276c 2002-12-19 10:25:36 Changed init function name
d92d6af9 2002-12-19 10:25:03 Changed vars to GLunit
3faff95d 2002-12-19 10:24:20 Made some objects const
9e554e33 2002-12-18 03:53:55 Trying to simplify the constructor.
1c061ede 2002-12-17 04:44:00 Fixed freetype render flag :)
92bc1caf 2002-12-17 04:42:33 Renamed render to Render
1fc9d488 2002-12-17 03:53:37 Refactored to get rid of data memory buffers and function name tidy ups
4453a781 2002-12-17 03:52:10 Removed data memory buffer
891b3bcd 2002-12-17 03:50:48 Changes in FTVectoriser and FTContour
41124c85 2002-12-17 03:49:31 Removed data buffers. Now call into vectoriser