summaryrefslogtreecommitdiff
path: root/graphics/geomview
AgeCommit message (Collapse)AuthorFilesLines
2001-03-29Updated to geomview-1.8.1.jtb5-98/+221
1.8.1 March, 2001 This is a bugfix release. * No segfaults at startup on linux. * Toggle buttons are visible again. * Binary I/O on linux works. Changelog: 2001-03-24 Steve M. Robbins <steve@nyongwa.montreal.qc.ca> * configure.in: Do not add -XSVR4 and -common to CFLAGS when configuring with IRIX cc. 2001-03-21 Steve M. Robbins <steve@nyongwa.montreal.qc.ca> * doc/Makefile.am (EXTRA_DIST): Remove motion.pdf. * configure.in: Set revision to 1.8.1. * m4/geom_local.m4 (GEOM_FIND_I_OPTION): Respect prior setting of $CPPFLAGS while probing. 2001-03-19 Mark Phillips <mbp@geomtech.com> * doc/motion.tex: new file added to release; documents the mathematics behind Geomview's motion model. For use by developers (not needed by regular users). 2001-02-21 Steve M. Robbins <steve@nyongwa.montreal.qc.ca> * configure.in: Add AC_FUNC_SETPGRP. 2001-02-18 Steve M. Robbins <steve@nyongwa.montreal.qc.ca> * configure.in: Add option --with-build-path. Use AC_PATH_XTRA. Correct the X library link order. Make sure to check /usr/local/lib for all libraries that check /usr/local/include. Check for <forms.h> in $x_includes and $x_includes/X11. Make sure both the includes and the libs are correct before using FORMS. Announce whether Xmu is found. General tidying up. 2001-02-17 Steve Robbins <steve@nyongwa.montreal.qc.ca> * acconfig.h: Close comment above define for HAVE_FMEMOPEN. * configure.in: Check endianness and check for header netinet/in.h. * doc/Makefile.am: Only build "geomview.pdf" on target "pdf". 2001-02-11 Steve Robbins <steve@nyongwa.montreal.qc.ca> * m4/geom_local.m4 (GEOM_CHECK_XFORMS): New. If XFORMS library is available, set variables for finding includes and libraries, emit warning if XFORMS is not available. 2001-01-16 Steve Robbins <steve@nyongwa.montreal.qc.ca> * configure.in: removed redundant --with-forms argument; its effects got overwritten by --with-xforms, anyway. 2000-11-23 Steve Robbins <steve@nyongwa.montreal.qc.ca> * src/Makefile.am (geomview): look for "gvx" in $(moduledir) rather than $(bindir). (CLEANFILES): clean geomview script.
2001-02-23Use ${MOTIFBASE}.jtb1-3/+3
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-09Include <sys/param.h>.jtb2-13/+12
2001-02-09Initial import of geomview:jtb12-0/+380
Interactive geometry viewing program