1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
release 3:
* rewrote in ANSI C rather than C++ (this is a feature, trust me.)
* much more portable, now works on solaris
* less wasteful of X resourses, 2 less colormap entries, 1 less window
and 1 less GC
* saves 54(!!) colormap entries when docked in windowmaker.
* many, many general code cleanups.
* added CREDITS file
* added the ability to compile without sound support. for whatever
reasons you might have to do this.
* updated documentation.
* properly handles short reads.
* more robust in areas.
* fixed bug where background may get overwritten due to
improper clipmask.
release 2:
Opimized some X calls
checked more sound card error conditions
uses XDrawLines instead of XDrawPoint now..
if you liked the old look better change all
XDrawLines -> XDrawPoints
now has an '-a' switch to modify the amplitude.
now has a '-c' switch to read data from stdin.
dumped Imake for simple configurable Makefile...
not sure if this was good idea but who knows...
release 1:
initial release.
|