demos/graph


Log

Author Commit Date CI Message
David Turner cc809bcb 2000-06-29T07:59:40 fixed an ugly bug that caused some unaligned access on 64-bits platforms.. Thnks a lot to Tom !!
Werner Lemberg 314bf4a1 2000-06-27T20:54:06 fix typo in w32-vcc.mk allow direct setting of X11_PATH for unusual X11 paths.
David Turner 1f4aa4ba 2000-06-07T20:19:44 bugfix for using gcc with lots of options :-)
David Turner 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 ;-)
David Turner e49ab25c 2000-05-16T23:44:38 formatting - removed trailing spaces
David Turner 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
David Turner 69473e4e 2000-03-28T16:40:51 fixed the display on 24-bit and 32-bit displays
Just van Rossum 1eabbcb4 2000-03-05T16:09:21 properly behave in case the console window became active
Werner Lemberg 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).
Just van Rossum 829fbf19 2000-03-02T01:18:38 Mac backend for the graphics subsystem.
Just van Rossum 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.
Just van Rossum c3b68094 2000-03-02T01:16:33 MacOS: include grmac.h (+ fixed typo in comment)
David Turner 587bc78f 2000-02-28T15:13:08 the Win32 seems to be fixed and working now
David Turner d60389be 2000-02-21T17:46:24 formatting
David Turner a1b60580 2000-02-21T17:45:15 small fix, PageUp/PageDown now work Alt-F4 doesn't work anymore (needs more changes :-)
David Turner 9e416a87 2000-02-02T12:49:14 small fix in rules
David Turner d00a8ce6 2000-01-18T09:52:08 some updates. The yesterday modifications prevented the demo programs from compiling under Unix. fixed..
David Turner 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...
Werner Lemberg a00b6e69 2000-01-13T15:35:02 Fixing Makefile rules.
David Turner d2b1f357 1999-12-16T23:11:37 Initial revision