File: AUTHORS

package info (click to toggle)
plotutils 2.4.1-11
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 11,676 kB
  • ctags: 6,967
  • sloc: ansic: 76,305; sh: 15,172; cpp: 12,403; yacc: 2,604; makefile: 888; lex: 144
file content (13 lines) | stat: -rw-r--r-- 868 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
libxmi originated with the vector graphics code in the X11 sample server,
which was written in the mid-to-late 1980's by Brian Kelleher, Joel
McCormack, Todd Newman, Keith Packard, Robert Scheifler and Ken Whaley, who
worked for Digital Equipment Corp., MIT, and/or the X Consortium.

In 1998-99, Robert S. Maier <rsm@math.arizona.edu> extracted the vector
graphics code and merged it into the GNU plotutils package.  He later broke
it out again, as libxmi.  The code needed to be ANSI-ized, rearranged, and
extensively commented.  Also, basic data structures were changed, so that a
two-stage graphics pipeline could be set up.  All painting of pixels was
changed to go through a miPaintedSet object, and a single method
(miAddSpansToPaintedSet).  That eliminated all double-painting of pixels.
Also, some rendering extensions were added (e.g., multicolored dashes).