|
3475e7fb
|
2000-05-17T20:56:01
|
|
removed TT_MAX_SUBGLYPHS macro, there is no static
limit on the number of subglyphs in a TrueType font..
changed the default number of gray levels used by the
smooth renderer to 256 (instead of 128). Of course, the
human eye can't tell a difference ;-)
|
|
e49ab25c
|
2000-05-16T23:44:38
|
|
formatting - removed trailing spaces
|
|
c30aea98
|
2000-05-12T15:01:18
|
|
another massive changes in order to completely avoid
compiler warnings with GCC + "-ansi -pedantic -Wall -W"
and LCC.
Also fixed the compilation of "type1z" with Win32-LCC
(its pre-processor is broken !!)
Updated the BUILD document too
|
|
69473e4e
|
2000-03-28T16:40:51
|
|
fixed the display on 24-bit and 32-bit displays
|
|
1eabbcb4
|
2000-03-05T16:09:21
|
|
properly behave in case the console window became active
|
|
febe3fbe
|
2000-03-05T01:14:19
|
|
A first check of FT2's Make system. Many smaller and larger bugs have been
fixed:
. Removing unused variables.
. detect.mk files now must provide $(CONFIG_FILE) and not $(CONFIG_RULE).
. ansi.mk will now be really used as a fallback if the detect mechanism
fails.
. ANSIFLAGS will now be really used (fixing a typo).
. `make clean' now works (again two typos).
. Detection of gcc on Unix has been fixed (using the `-v' option instead of
`--version').
. `make devel' now works (on Unix).
. Fixing *again* a bug in demos/graph/x11/rules.mk to allow multiple use
of `-L' compiler options.
. $(BASE_H) now contains a few more header files.
As usual, a lot of formatting (not finished yet).
|
|
829fbf19
|
2000-03-02T01:18:38
|
|
Mac backend for the graphics subsystem.
|
|
f21dac02
|
2000-03-02T01:17:50
|
|
Don't #include <memory.h> but #include <string.h> to avoid header clash under MacOS. I don't think this affects other platforms.
|
|
c3b68094
|
2000-03-02T01:16:33
|
|
MacOS: include grmac.h
(+ fixed typo in comment)
|
|
587bc78f
|
2000-02-28T15:13:08
|
|
the Win32 seems to be fixed and working now
|
|
d60389be
|
2000-02-21T17:46:24
|
|
formatting
|
|
a1b60580
|
2000-02-21T17:45:15
|
|
small fix, PageUp/PageDown now work
Alt-F4 doesn't work anymore (needs more
changes :-)
|
|
9e416a87
|
2000-02-02T12:49:14
|
|
small fix in rules
|
|
d00a8ce6
|
2000-01-18T09:52:08
|
|
some updates. The yesterday modifications prevented the demo
programs from compiling under Unix. fixed..
|
|
cb58dbb4
|
2000-01-17T11:04:55
|
|
Some important changes were performed :
- the graphics drivers were moved from "demos/config/*" to
"demos/graph/*"
- a Win32 graphics driver was added. (note that keyboard
management is a bit buggy, but it's really usable).
- the "demos/Makefile" and "demos/graph/rules.mk" were
seriously modified
- the demo programs now compile AND run with gcc,
Visual C++ and LCC-Win32 !! The other ones should be
really easy to add now, as LCC was the really smart ass
in this list...
|
|
a00b6e69
|
2000-01-13T15:35:02
|
|
Fixing Makefile rules.
|
|
d2b1f357
|
1999-12-16T23:11:37
|
|
Initial revision
|