|
2a1a0994
|
2008-04-13T17:33:22
|
|
another test commit
|
|
624bc050
|
2008-04-13T17:30:07
|
|
test commit, separate out BUGS to its own file
|
|
f0f550ea
|
2008-03-03T16:36:07
|
|
* Remove svn:executable property from source files.
|
|
5aa7c451
|
2004-04-09T04:08:08
|
|
Find no longer returns a pointer
|
|
c335d430
|
2003-10-02T03:13:54
|
|
Test for bitmap bbox.
|
|
6796ecb9
|
2003-10-01T07:41:09
|
|
Tidy Up
|
|
cfe0dc8d
|
2003-10-01T06:46:18
|
|
Now uses FT_Outline_Get_CBox where possible
|
|
9c597bc1
|
2003-09-29T20:59:51
|
|
Added SetDepth function to FTBBox
|
|
609d33ed
|
2003-09-29T04:54:22
|
|
Added a test for broken glyph but freetype is broken so it doesn't work.
|
|
a5d380c3
|
2003-09-25T03:55:19
|
|
Changed to use FTGlyphSlot internally instead of FTGlyph
|
|
9a977999
|
2003-09-21T01:43:48
|
|
Minor change.
|
|
0badd843
|
2003-08-29T10:19:40
|
|
Fixed var name
|
|
61cc1fea
|
2003-08-29T10:17:30
|
|
Fixed tests
|
|
e674078e
|
2003-07-21T09:46:25
|
|
Merged FTGL_2_0_4
|
|
6eae58ab
|
2003-07-16T10:18:20
|
|
Updated for new compiler
|
|
c175a6e1
|
2003-04-14T09:43:11
|
|
Add my email address
|
|
aeb07e73
|
2003-04-14T09:41:40
|
|
Update configuring documentation
|
|
8bdbfc4a
|
2003-04-14T09:36:24
|
|
Autogenerated stuff
|
|
00bae002
|
2003-04-14T09:30:27
|
|
Update version number
|
|
90bebd45
|
2003-04-14T09:28:53
|
|
Use GL_LIBS and GLUT_LIBS instead of just LIBS
|
|
6192d3db
|
2003-04-14T09:28:06
|
|
Rebuild list of sources to be linked in the libftgl.a file
|
|
1a0830f1
|
2003-04-14T09:26:28
|
|
Improved checks. This should work with most funny setups now.
|
|
90d5ca84
|
2003-04-14T09:18:03
|
|
Adapt to utterly broken setups with extremely fscked up OpenGL installations.
The script will check for -lGL, -lGL + X flags or whatever the user provides.
Same thing for GLUT. If *this* fails, the user will get a friendly message
stating that he should pass the proper location for the GL libraries on the
configure line.
|
|
f8be5414
|
2003-04-10T02:27:45
|
|
- Created a demo that can handle multiple fonts and command line options.
|
|
8edc736b
|
2003-04-07T05:06:30
|
|
Adding FTLayout
|
|
65909bbd
|
2003-04-07T04:58:16
|
|
Adding FTLayout
|
|
a9a6aa3e
|
2003-04-06T23:50:29
|
|
Minor formatting changes
|
|
38ead5fd
|
2003-04-06T23:48:36
|
|
Un-inlined private methods...because they are called by other private inlined methods
|
|
112ded61
|
2003-04-06T23:47:27
|
|
Minor reformatting and enabled texture fonts to be selected
|
|
29ed8e16
|
2003-04-06T23:40:33
|
|
Added tag info for 2.01
|
|
616a1574
|
2003-04-06T21:56:04
|
|
Fixed a bug where the trackball rotation was applied after translation.
|
|
d70b194d
|
2003-04-06T20:51:38
|
|
Updated FTGLDemo to use the new FTSimpleLayout. Changes include:
- Added a font origin to specify the location to render the font.
- The default text is now blatantly plagarized from the back cover of the OGL red book.
- The font size is much smaller.
- Font metrics are rendered differently depending on the current layout manager.
- The FTSimpleLayout alignment mode is now output with other font information.
- The space bar no longer cycles through the fonts. The cursor up/down keys do.
- The cursor left/right keys increment/decrement the size of the current font.
- The page up/page down keys cycle through the layout managers.
- The home/end keys increment and decrement the line length of a simple layout
- The tab key cycles through the alignment modes of a simple layout.
|
|
ac4c33f8
|
2003-04-06T20:36:43
|
|
Updated FTGLDemo to use the new FTSimpleLayout. Changes include:
- Added a font origin to specify the location to render the font.
- The default text is now blatantly plagarized from the back cover of the OGL red book.
- The font size is much smaller.
- Font metrics are rendered differently depending on the current layout manager.
- The FTSimpleLayout alignement
- The space bar no longer cycles through the fonts. The cursor up/down keys
|
|
8e7cd218
|
2003-04-06T19:18:48
|
|
- Added FTLayout.h, FTSimpleLayout.h and FTSimpleLayout.cpp to implement a framework for layout managers and an implementation of a simple layout manager.
|
|
90e3be9c
|
2003-04-06T19:16:39
|
|
- Changed the FTFont::BBox to accept a range of indicies. Only characters with the range are checked. The previous funcitonality is preserved via inline methods that call the new implementation.
- Kluged a fix for a bug where FTFont::BBox was returning bounding volumes where min > max. I don't know where the problem is originating, I just force the bounds to be correct.
- Changed the FTFong::DoRener methods to accept an external FTPoint for the pen position. This enables FTLayout classes to use their own pen for rendering.
- Added the FTLayout class as a friend of FTFont to allow layout managers to call private rendering functions and access private font information.
|
|
48995ae5
|
2003-04-06T18:56:01
|
|
Added the FTBBox::Invalidate and FTBBox::IsValid methods.
|
|
565cd287
|
2003-04-05T00:40:47
|
|
Fixed formatting
|
|
a52e61a4
|
2003-04-05T00:34:40
|
|
Updated for 2.02
|
|
cc356f04
|
2003-04-04T02:09:07
|
|
Updated for 2.02
|
|
eeef12c6
|
2003-04-03T23:59:34
|
|
Made vectoriser a stack var and refactored variables
|
|
d7cd7612
|
2003-04-02T23:47:27
|
|
Fixed memory leaks
|
|
80c464b5
|
2003-03-14T01:40:54
|
|
Updated for 2.0.1
|
|
44a0a1aa
|
2003-03-13T06:01:18
|
|
Update 2.01
|
|
85c28fbf
|
2003-03-13T00:40:20
|
|
(hopefully) changed newlines to DOS style)
|
|
fcdb4500
|
2003-03-12T18:55:07
|
|
Update autoconf stuff to incorporate GL detection fixes
|
|
eabdeeba
|
2003-03-12T18:49:16
|
|
Fix problem with configure failing to find GL libraries because they are installed in the X11 tree
|
|
152b0459
|
2003-03-12T11: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-06T10:30:33
|
|
Get rid of annoying IRIX droppings on distclean
|
|
42ab2248
|
2003-03-06T10:22:54
|
|
Last minute change to get document generation working again on IRIX
|
|
2a4cbd66
|
2003-03-06T10:06:47
|
|
Update aclocal.m4 and configure script before release
|
|
1e26d61f
|
2003-03-06T08:09:38
|
|
Minor changes
|
|
7b3414c8
|
2003-03-05T21:25:19
|
|
Version 2.0 release
|
|
84ab33fd
|
2003-02-27T22:28:18
|
|
Fixed null string bug in BBox
|
|
a146042f
|
2003-02-24T03:03:34
|
|
Updated for v2 release
|
|
e534c02c
|
2003-02-24T01:24:07
|
|
Initial Add
|
|
baf587ce
|
2003-02-07T13:04:32
|
|
a few more minor tweaks to the project files
|
|
c4b74aef
|
2003-02-07T12:58:19
|
|
altered projects so unit tests will build with cppunit
|
|
3c0fb00d
|
2003-01-30T12:24:08
|
|
updates for win32 build
|
|
8827cc20
|
2003-01-28T13:53:24
|
|
minor update for win32
|
|
36286cc5
|
2003-01-28T13:52:33
|
|
updated win32 project files
|
|
6fcea409
|
2003-01-20T13: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-16T00:23:30
|
|
Removed redundant () in preprocess
|
|
85947393
|
2003-01-14T16:13:53
|
|
Add a couple of extra libraries usually required by GLUT
|
|
01ebb256
|
2003-01-14T16:09:55
|
|
Mantra: Link C++ programs with the C++ compiler
|
|
eda18707
|
2003-01-14T16: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-14T14:32:28
|
|
Get ./configure to work with IRIX (and other systems with broken linkers)
|
|
2b5d1440
|
2003-01-13T03:09:33
|
|
Integrating ICU
|
|
95e62fcb
|
2003-01-12T21:27:04
|
|
Unified UNIX building system
|
|
e4b61146
|
2003-01-12T08:42:21
|
|
Layout stuff
|
|
acad6c18
|
2003-01-10T03:43:31
|
|
Added layout test
|
|
cce9bb29
|
2003-01-10T03:26:58
|
|
Starting future layout support tests
|
|
7f7a254f
|
2003-01-10T03:26:29
|
|
Adding fonts for future layout support tests
|
|
2c1645a5
|
2003-01-10T03:25:53
|
|
Trying to add table support
|
|
9a6997a2
|
2003-01-10T01:47:05
|
|
Added units per EM square
|
|
2ff9f6d7
|
2003-01-09T09:25:16
|
|
added attach file from memory
|
|
6092ecb1
|
2003-01-09T02:56:50
|
|
Fixed warning and kerning
|
|
886f06a5
|
2003-01-09T01:59:59
|
|
Formatting changes
|
|
9b933811
|
2003-01-08T23:32:52
|
|
Updated doc
|
|
a9589733
|
2003-01-08T23:13:27
|
|
Updated doc
|
|
171ab6cb
|
2003-01-08T23:10:48
|
|
Updated doc
|
|
a2dde19d
|
2003-01-08T22:47:55
|
|
Updated doc
|
|
3ce7bfeb
|
2003-01-08T22:42:38
|
|
Tidied up includes
|
|
d17a37f4
|
2003-01-08T21:48:25
|
|
Replaced by HPGCalc
|
|
4a1ba59c
|
2003-01-08T21:46:53
|
|
Implemented Attach from memory test
|
|
57114749
|
2003-01-08T19:13:09
|
|
Files for attch mem test
|
|
7556ce86
|
2003-01-08T09:02:38
|
|
Added Type1 file attach test
|
|
70869a5d
|
2003-01-08T04:24:36
|
|
Added attach from memory function
|
|
ad0ff2e2
|
2003-01-08T00:35:02
|
|
Impending autoconf and year 03
|
|
c0e1933d
|
2003-01-06T04:11:07
|
|
removed test in d_stor
|
|
c1e6edfa
|
2003-01-06T04:10:18
|
|
Minor change to BBox
|
|
6def9b13
|
2003-01-05T22:40:51
|
|
Minor change
|
|
2d44ac1e
|
2002-12-31T04:47:18
|
|
Change size test
|
|
90ba574d
|
2002-12-31T04:24:16
|
|
Fixes to bitmap glyph alignment
|
|
934106a4
|
2002-12-31T04:07:34
|
|
Fixed alignment issues for bitmap and texture glyphs
|
|
861bb166
|
2002-12-21T09:11:57
|
|
No private structs
|
|
812361ee
|
2002-12-21T09:09:50
|
|
Changed int to float in glRasterPos
|
|
c690d101
|
2002-12-21T09:08:43
|
|
Delete lists
|
|
e4b164cf
|
2002-12-21T07:32:40
|
|
Delete the display list
|
|
3493f4c6
|
2002-12-21T07:23:38
|
|
Minor change
|
|
8f4d86a9
|
2002-12-21T07:23:10
|
|
Don't doc private classes
|