demos


Log

Author Commit Date CI Message
Just van Rossum 858fd5f7 2000-03-02T01:38:53 Mac demo support stuff.
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)
Just van Rossum 3d76a9fb 2000-03-02T01:15:37 added cast to the string literal for Text to shut up my compiler. (btw. this literal contains non 7-bit characters!) if compiled for MacOS - use the Mac path separator to get the base file name - don't append .ttf if no dot in the file name
Just van Rossum 2a4f206f 2000-03-02T01:11:17 if compiled for MacOS - use the Mac path separator to get the base file name - don't append .ttf if no dot in the file name (plus small typo fix and error message enhancement)
Just van Rossum 6f9a72d5 2000-03-02T01:09:28 ft_basename(): if compiled for MacOS, use the Mac path separator
David Turner d275435a 2000-03-01T13:23:41 simple change to compile with the latest FT2 source changes
David Turner 587bc78f 2000-02-28T15:13:08 the Win32 seems to be fixed and working now
David Turner 63cb46dd 2000-02-22T13:34:26 simple fixes
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 b2a21e51 2000-02-21T16:18:43 minor change, for benchmark comparison
David Turner fbff3e8f 2000-02-21T16:18:25 added a memory checking test program, used to solve the memory leak reported by Jack Davis
David Turner c64f6442 2000-02-21T16:18:01 simple update to allow several rendering modes (useful for testing the Unicode charmaps)
David Turner 1e7f8432 2000-02-21T16:17:36 simple fix
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..
Werner Lemberg 9d61e468 2000-01-18T02:07:04 Fixed rule with wildcard.
David Turner 5ce5884d 2000-01-17T11:08:11 some small updates that are useful to debug graphics drivers and the library..
David Turner 1631d048 2000-01-17T11:06:27 moved the graphics drivers to "demos/graph/*"
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...
David Turner 14954e6b 2000-01-17T10:56:16 Some major improvements were required to the Makefile to: - compile the demonstration programs in any directory, by using the "TOP" and "CONFIG_MK" environment variables - the graphics drivers have moved from "demos/config/*" to "demos/graph/*" - brain-dead compilers like LCC-Win32 required some changes in the way executables are linked
Werner Lemberg 7dff772e 2000-01-17T08:24:22 Added ftraster.h for better support of standalone mode. Fixed cleaning rules for the demo programs.
David Turner f6356ab7 2000-01-14T15:38:30 some changes used to debug the new raster and the OS/2 graphics driver
David Turner 6bc8b1f0 2000-01-14T15:36:55 bugfixes to the OS/2 graphics driver. It now works !!
Werner Lemberg a00b6e69 2000-01-13T15:35:02 Fixing Makefile rules.
Werner Lemberg f993b6a0 2000-01-08T17:10:33 demos/config/x11/rules.mk: support for multiple X11R6 entries in $(PATH) added. ftxbbox.c, ftcalc.c, ftdebug.c, ftdriver.h: doc fixes. ftdebug.c: formatting. ftdebug.h: making makros `;'-safe (i.e., they can now be used within if-else clauses without side effects resp. don't produce a single `;').
David Turner edfc0f8a 2000-01-07T14:37:24 changed rules to build demos on Solaris
David Turner c6cda4a7 1999-12-18T19:05:00 added 'demos/bin' to the repository
David Turner d2b1f357 1999-12-16T23:11:37 Initial revision