Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
little-endian short into an int, then byteswap the int. That's essentially
le32toh() when it should be le16toh(). This ended up in making numbers
0x10000 times too big. Also got rid of a potential unaligned-access.
|
|
lines.
|
|
|
|
|
|
Moved some error checking from png_handle_IHDR to png_set_IHDR.
Added PNG_NO_READ_SUPPORTED and PNG_NO_WRITE_SUPPORTED macros.
Revised png_mmx_support() function in pnggccrd.c
Restored version 1.0.8 PNG_WRITE_EMPTY_PLTE_SUPPORTED behavior in pngwutil.c
Fixed memory leak in contrib/visupng/PngFile.c
Fixed bugs in png_combine_row() in pnggccrd.c and pngvcrd.c (C version)
Added warnings when retrieving or setting gamma=0.
Increased the first part of msg buffer from 16 to 18 in png_chunk_warning().
Fixed bug in progressive reading (pngpread.c) with small images (height < 8).
|
|
|
|
to `plplot-config --libs`.
|
|
because XFree86 4.0.x installs this file.
|
|
2.6.1.
|
|
by Lex Wennmacher's investigations.
|
|
${WRKSRC}/plplot so that they will found. This is ugly -- but what can
we do?
|
|
* graphic.c:
If the user tries to print a file that has never been saved, complain.
* README: Updated maintainer info.
* README: Updated URL for libraries.
Describe use of Print option.
* Help.txt:
Document 'Spline Curve', 'Clone Region', 'Print', and 'Refresh'.
* snapshot.c: Introduced new "Snapshot" operation (grabbing a
window or mouse-selected rectangle from screen)
* Help.txt: updated Help file accordingly
* graphic.c: Introduced a "Clone region" function
* splineOP.c: created basic spline curve operations
* rw/writeTIFF.c: Bug fix; writing TIFF was broken for depth > 8.
* operation.c: Reorganized order of icons in main control panel
* graphic.c: Added a "Print" option in the file menu, to the effect
of calling an external printing utility (xv is a good candidate)
|
|
|
|
release notes.
|
|
|
|
|
|
|
|
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.
|
|
|
|
directory structure now.
|
|
|
|
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.
While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).
Patch by Alistair Crooks <agc@netbsd.org>
|
|
|
|
Problem noted by Mark White <mark.white@st-edmund-hall.oxford.ac.uk> on
tech-pkg.
|
|
Fixes SPARC bulk build problem.
|
|
So don't hard code its inclusion later!
|
|
Changes:
New:
- fixed some Linux build problems
- fixed some Windows build problems
- GL_EXT_texture_env_dot3 extension (Gareth Hughes)
Bug fixes:
- added RENDER_START/RENDER_FINISH macros for glCopyTexImage in DRI
- various state-update code changes needed for DRI bugs
- disabled pixel transfer ops in glColorTable commands, not needed
- fixed bugs in glCopyConvolutionFilter1D/2D, glGetConvolutionFilter
- updated sources and fixed compile problems in widgets-mesa/
- GLX_PBUFFER enum value was wrong in glx.h
- fixed a glColorMaterial lighting bug
- fixed bad args to Read/WriteStencilSpan in h/w stencil clear function
- glXCopySubBufferMESA() Y position was off by one
- Error checking of glTexSubImage3D() was broken (bug 128775)
- glPopAttrib() didn't restore all derived Mesa state correctly
- Better glReadPixels accuracy for 16bpp color - fixes lots of OpenGL
conformance problems at 16bpp.
- clearing depth buffer with scissoring was broken, would segfault
- OSMesaGetDepthBuffer() returned bad bytesPerValue value
- fixed a line clipping bug (reported by Craig McDaniel)
- fixed RGB color over/underflow bug for very tiny triangles
Known problems:
- NURBS or evaluator surfaces inside display lists don't always work
|
|
|
|
|
|
Based on the package supplied by Jarkko Torppa in pkg/10808, but updated
to the latest version.
|
|
Perhaps there's a changelog on the website, but I don't understand
enough japanese for that :(
|
|
This is a prerequisite step for octave-current.
|
|
|
|
since this breaks builds (much too often).
|
|
|
|
|
|
|
|
|
|
|
|
problems.
|
|
"INCLUDES" doesn't work.
|
|
2.4.2:
* Mac porting fixes from Paul Matzke <pmatzke@macline.com>.
2.4.1:
* Update to use the post-0.8.9 initialization code, so it
will play nice with shared libraries.
|
|
support to follow. Note this in documentation.
Bump revision of libtool to nb3 and update dependencies.
Update (sort) known affected PLISTs.
Fixes pkg/12368 by Kimmo Suominen <kim@tac.nyc.ny.us>
Fixes problems with cross/* noted on tech-pkg and packages by
Chuck Cranor <chuck@research.att.com>, and
Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
|
|
X11 installations like e.g. Solaris with OpenWindows and XFree86.
|
|
|