demos/graph


Log

Author Commit Date CI Message
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