* Make the EGifPutExtension{First,Next,Last} family of functions use WRITE
so user defined WRITE methods will output them correctly.
* Modify EGifSpew and EGifPutComment to use EGifPutExtension{First,Next,Last}
so we won't output broken GIFs when dealing with GIFs with multiple
subblocks.
* More -Wall fixes revealed while testing on Solaris and FreeBSD.
* Updated the gif_lib.html documentation to not use EGifPutExtension when
dealing with multiple subblocks. Use EGifPutExtension{First,Next,Last}
instead.
* Some Windows code from the old CVS repository now available in the windows
subdirectory. I don't have a Windows environment to test and maintain this
but maybe someone out there will find it useful. Caveat hacker.
Changes 4.1.2:
* Numerous bug fixes from people on the old libungif mailing list.
* GIF_ERROR and GIF_MESSAGE are on the deprecation list as they are also
utility helper functions rather than essential to the functioning of the
library.
* Complete deprecation list is now in the README file
* Audited the sources with gcc -Wall. Everything detectable has now been fixed.
* Ran the library code through indent.
Changes 4.1.1:
* libungif is now hosted on sourceforge:
http://sourceforge.net/projects/libungif
* Merge in many bug fixes that were sent in while I was hiking the
Appalachian Trail.
* The qprintf methods of the library are now deprecated. Do not use
GifQuietPrint or GifQprintf. These should have been pushed out into the
utility helper library instead of sitting around in the library proper at
the same time as the getarg functions were moved out. Getting rid of these
will let us get rid of our dependence on stdarg.h/varargs.h (Which a Gif
reading library has no business requiring.)
o only include it in the BUILD_DEFS if the current platform is concerned.
For now that only includes i386, but we might find amd64 users in the
future.
o test against [Yy][Ee][Ss], for consistency.
Fixes part of PR 26243.
As usual, this is a maintenance release, aimed at bug-fixing;
no new features are being added to the 4.0 branch.
The main purpose of this release is compatibility with recent GTK+
releases along with other fixes.
* Windows build uses __stdcall calling convention
* Even more complete freetype version checking
* Binary transparency is now handled correctly in gdImageToPalette
cambevao grabs images from NetBSD's or FreeBSD's /dev/bktr and ov511+ based
USB webcams and saves them as jpegs. It includes a built-in mini webserver
for static and streaming images.
Packages changes:
* Update HOMEPAGE.
* Note that patch files were ordered so that the info file does
not appear newer than its Texinfo source.
Changes since last packaged version:
2002-03-01 Alessandro Rubini <rubini@linux.it>
* library.c (Barcode_Encode): handle bitsets separately, like
in Barcode_Print (otherwise, you might loose NO_CHECKSUM).
* debian/changelog: moved to 0.98 (but should fix all debian/ stuff)
* contrib/barcode-for-delphi.tar.gz: new, contributed by Michael Geddes
* contrib/barcode-for-delphi.tar.gz.README: short info for file above
* main.c (main): allow "-g" to set size of code in a table as well
-- suggested and initiallt implemented by Joachim Reichelt.
(main): fixed missing "Page: 1 1" in postscript for tables
(main): for tables don't use Encode_and_Print, use a local
unrolled version, so the default margin can be removed and
we avoid problems with negative xoff in the output phase
(first column may be offset, as noted by Karl Magnus Kolstoe)
* doc/doc.barcode: documented change above.
* README: removed refernces to systemy.it, I'm no more there
Added link to FreeBSD ports tree and GLabels
Organized as sections with titles
* contrib/barcode-SVG.tar.gz: new contribution, by David J. Humphreys
* contrib/barcode-SVG.tar.gz.README: short description of file above
* contrib/grab-0.0.4.tar.gz: new program, by Tuukka Toivonen.
* contrib/grab-0.0.4.tar.gz.README: short description of file above
2002-03-01 Boszormenyi Zoltan <zboszor@externet.hu>
* barcode.spec: new file
2002-02-27 Alessandro Rubini <rubini@linux.it>
* bookland/bookland.py: updated to version 0.92 by Judah Milgram
2001-11-13 Alessandro Rubini <rubini@linux.it>
* README: Added a pointer to the Windows port.
2001-11-09 Cloyce D. Spradling <cloyce@headgear.org>
* code128.c (Barcode_128b_verify): prototype fix (unsigned char).
* ps.c (Barcode_ps_print): the comment for ascii codes must only
be printed if ascii is being printed (benign bug).
2001-11-06 Christoph Pross <c.pross@beck-ipc.com>
* pcl.c (Barcode_pcl_print): bugfix: bars were misplaced
2001-10-16 Nathan D. Holmes <nh412124@ursa.cosd.fedex.com>
====> Version 0.97 released to ftp.systemy.it and ftp.gnu.org
* code93.c: new file (I modified something as well - Alessandro)
* doc/doc.barcode (Supported Encodings): added docs for code93
* main.c: added code93 names
* Makefile.in (LIBOBJECTS): added code93.o
* library.c: added code93 entry points
2001-10-16 Alessandro Rubini <rubini@linux.it>
* doc/manpager: added (trivial) support for @itemize, added copyright
* sample.c (main): accept -P to create PCL output
* doc/doc.barcode (PCL Output): added the section, using text
provided by Andrea Scopece and turning it into texinfo.
Removed also a few extra newlines that made bad man pages
2001-10-16 Andrea Scopece <a.scopece@vizzavi.it>
* barcode.h: added BARCODE_OUT_PCL and BARCODE_OUT_PCL_III
* library.c (Barcode_Print): use BARCODE_OUT_PCL to select pcl_print()
* Makefile.in (LIBOBJECTS): added pcl.o
* pcl.c: new file, with PCL output support
2001-10-16 Alessandro Rubini <rubini@linux.it>
* doc/doc.barcode (Supported Encodings): added documentation for
EAN and UPC with checksum, as coded by mr. Böszörményi (below)
2001-10-16 Boszormenyi Zoltan <zboszor@externet.hu>
* ean.c:
I found that barcode-0.96 does not correctly encodes UPC-E.
This was mainly because in upc_e_to_a() the switch() branches
all ended without "break;".
Printing UPC-E did not print the leading encoding number and
the trailing UPC-A checksum. Now it does.
Accept EAN-13 and EAN-8 with and without the checksum.
So always treat 7 and 12 digit sequences as valid EAN codes
and accept 8 and 13 digit sequences as valid EAN codes when
the last digit is the same as the calculated one.
Accept UPC-A as above (11 or 12 digit sequences.)
Accepts UPC-E as:
6 digit sequence: the middle part of the code (leading '0' assumed)
7 digit sequence: the middle part and either a leading '0' or '1',
or a trailing UPC-A checksum. In that case, leading '0' assumed.
8 digit sequence: a leading '0' or '1', middle part, checksum
UPC-A, UPC-E, EAN-13, and EAN-8 may all include
an additional barcode to the right of the main barcode.
As a 7 or a 12 digit sequence may be ambiguous, please remember
that EAN is checked before UPC if you specified BARCODE_ANY.
2001-08-20 Alessandro Rubini <rubini@linux.it>
* sample.c (main): added upc-e and ean-8 samples
2001-08-11 Boszormenyi Zoltan <zboszor@externet.hu>
* ps.c (Barcode_ps_print): don't output "showpage" in EPS mode
2001-08-11 Alessandro Rubini <rubini@linux.it>
* README: Changed host names, added barcode-commit list.
2000-11-29 Alessandro Rubini <rubini@morgana.systemy.it>
* doc/doc.barcode (The Field List): 1pt == 0.352mm, not 0.0352
(thanks to Stephen Irven for reporting)
Closes PR #25450 submitted by me.
Ok'ed wiz@/snj@/root (at) garbled.net
Thanks to xtraeme@ for fixing GD's X11 issues.
From the CHANGELOG:
What's New
==========
The list of changes is immense this time, so only the highlights
can be given here. For the full details, see the NEWS file or the
ChangeLog, or look into the online version of the documentation at
http://www.gnuplot.info/docs/gnuplot.html#What_is_New_in_Version_4.0
You'll quite probably have to (re-)read large parts of the
documentation to learn all the details that have changed.
Major changes visible to users:
-------------------------------
o Global Command syntax change: instead of 'set no...' it's now
'unset ...'.
o Commands 'set data style', 'set function style' and 'set linestyle'
changed to 'set style {data|function|line}, respectively.
o Colour-coded plots in 3D and simulated 2D through the new 'pm3d'
plotting style.
o Boxes drawn by plotstyles 'boxes', 'candlesticks' and boxed errorbar
styles can be filled with solid colors or hatch patterns.
o New plot style 'with filledcurves' to fill an area defined by a curve
in solid colour.
o Windows, X11, OS/2 and GGI interactive graphical terminals now support
interaction with the plot window by mouse and hotkeys.
o The "enhanced" mode has been generalized from PostScript to some
other terminal drivers.
o 'set hidden3d' mode accepts non-grid data and hides them behind gridded
surfaces plotted with them.
o Several new terminal drivers: EMF, PDF, SVG, GGI, epslatex, aqua.
o New function to query if a user-defined variable exists.
o PNG and JPEG terminals using the GD library support libfreetype to
use true-type fonts.
o 'set label' can output a point symbol the comment refers to, and the
text itself can be rotated by arbitrary angles (on some terminals).
o The color of text elements can be changed.
o 'set size ratio' now affects 3D plots, too.
o The 'dgrid3d' can be switched between thin-plate splines and
the older weighted averaging method, at compile time.
o Some terminals now support 'koi8-r', ISO-Latin-2 and CP-852
encoding of user input.
o Windows gnuplot recognizes the Unix/X11 style '-persist' option,
and supports changing linewidth by core gnuplot commands.
o A native compilation option of gnuplot for Mac OS X is now part of
the mainline source, using the 'aquaterm' driver [3].
o Datafile comment character, column separator and decimal sign
can be changed.
o Arrows can be drawn with relative coordinates for the head, and the
heads can be filled.
o Allows 'set timefmt' independantly for each axis, and supports new
'%s' format for seconds-since-1970 input.
o Even more documentation misprints have been fixed, thanks to
Shigeharu TAKENO
Internal changes:
-----------------
o Reorganization of the entire source tree.
o Broken into considerably more source files than before.
o Large sets of related global variables have been collected into
relatively few global data structures (the 'axis' array and a
global 'key' data structure, e.g.).
o The gnuplot_x11 driver no longer is installed in the PATH, to
avoid confusion about it.
o Scaling and ticking of time/date axes respects the fact that
12 and 60 are not the same 10 or 100 much better.
And, obviously, more bug fixes than could possibly fit into this
narrow margin...
Closes PR #25450 submitted by me.
Ok'ed wiz@/snj@/root (at) garbled.net
Thanks to xtraeme@ for fixing GD's X11 issues.
From the CHANGELOG:
What's New
==========
The list of changes is immense this time, so only the highlights
can be given here. For the full details, see the NEWS file or the
ChangeLog, or look into the online version of the documentation at
http://www.gnuplot.info/docs/gnuplot.html#What_is_New_in_Version_4.0
You'll quite probably have to (re-)read large parts of the
documentation to learn all the details that have changed.
Major changes visible to users:
-------------------------------
o Global Command syntax change: instead of 'set no...' it's now
'unset ...'.
o Commands 'set data style', 'set function style' and 'set linestyle'
changed to 'set style {data|function|line}, respectively.
o Colour-coded plots in 3D and simulated 2D through the new 'pm3d'
plotting style.
o Boxes drawn by plotstyles 'boxes', 'candlesticks' and boxed errorbar
styles can be filled with solid colors or hatch patterns.
o New plot style 'with filledcurves' to fill an area defined by a curve
in solid colour.
o Windows, X11, OS/2 and GGI interactive graphical terminals now support
interaction with the plot window by mouse and hotkeys.
o The "enhanced" mode has been generalized from PostScript to some
other terminal drivers.
o 'set hidden3d' mode accepts non-grid data and hides them behind gridded
surfaces plotted with them.
o Several new terminal drivers: EMF, PDF, SVG, GGI, epslatex, aqua.
o New function to query if a user-defined variable exists.
o PNG and JPEG terminals using the GD library support libfreetype to
use true-type fonts.
o 'set label' can output a point symbol the comment refers to, and the
text itself can be rotated by arbitrary angles (on some terminals).
o The color of text elements can be changed.
o 'set size ratio' now affects 3D plots, too.
o The 'dgrid3d' can be switched between thin-plate splines and
the older weighted averaging method, at compile time.
o Some terminals now support 'koi8-r', ISO-Latin-2 and CP-852
encoding of user input.
o Windows gnuplot recognizes the Unix/X11 style '-persist' option,
and supports changing linewidth by core gnuplot commands.
o A native compilation option of gnuplot for Mac OS X is now part of
the mainline source, using the 'aquaterm' driver [3].
o Datafile comment character, column separator and decimal sign
can be changed.
o Arrows can be drawn with relative coordinates for the head, and the
heads can be filled.
o Allows 'set timefmt' independantly for each axis, and supports new
'%s' format for seconds-since-1970 input.
o Even more documentation misprints have been fixed, thanks to
Shigeharu TAKENO
Internal changes:
-----------------
o Reorganization of the entire source tree.
o Broken into considerably more source files than before.
o Large sets of related global variables have been collected into
relatively few global data structures (the 'axis' array and a
global 'key' data structure, e.g.).
o The gnuplot_x11 driver no longer is installed in the PATH, to
avoid confusion about it.
o Scaling and ticking of time/date axes respects the fact that
12 and 60 are not the same 10 or 100 much better.
And, obviously, more bug fixes than could possibly fit into this
narrow margin...
Changes:
Bug fixes:
* Fixed problem with relative filename wildcards (e.g.
identify images/*.jpg)
* DrawSetStrokeDashArray() now respects the number_elements argument.
Performance improvements:
* Don't open a loadable module if its already open.
* Added anonymous memory-mapping to the pixel cache. This makes it
possible for memory to be returned to the system after the image is
destroyed.
Utilities enhancements:
* The display program now composites any transparent images on top of a
checkered background to assist in visualizing any partial transparent
pixels.
Coder additions/improvments:
* When an unknown property is encountered in the XCF coder, it enters a
bogus loop that never terminates.
Code/structure enhancements:
* Introduce MagickBooleanType and MagickStatusType types of unsigned int.
These types are 100% compatible with the existing API but removes
ambiguity. Previously we got complaints that users did not realize that a
return value of unsigned int in most cases meant a binary value (0/1).
MagickStatusType is used for methods that return a bit mask.
* Introduce MagickFalse and MagickTrue while we deprecate True/False.
And more...
- several build fixes (#140115, #142907, #143069)
- allow plug-ins to register menu entries from within init() (#139969)
- fixed focus issues with tool dialogs (#139349)
- allow to load grayscale TGA files
- a couple of string and i18n fixes (#140296, #140039, #137036, #142996)
- fixed crash in template editor (#140315)
- fixed crash in IWarp plug-in (#140554)
- fixed snap to guides (#140649)
- made the PNG plug-in handle empty colormaps (#142029)
- fixed bug in text editor dialog (#141792)
- fixed Old Photo script-fu (#142326)
- fixed glitch in the Curves tool dialog (#142506)
- don't allow tablet pressure to become negative (#123811)
- improved range of tablet pressure values (#142808)
- better defaults for tablet pressure (#143626)
- fixed use of screen color picker with XInput devices (#143166)
- actually return values from the run function of Python scripts (#141338)
- documentation fixes (#142618)
- fixed bug in the save routine of the TIFF plug-in (#143522)
- don't let Curve Bend silently apply the layer mask (#134748)
- fixed bug in Blur plug-in (#142318)
- fixed mask offsets after crop operations (#143860)
- let extensions run synchronously when called via PDB (#140112)
- updated (and some new) translations
adding a check in configure as I'd like to because it does not have any
AC_CHECK_FUNCS call that I could easily use to do this (the diff could
be quite big).
o Update MASTER_SITES to the original one, because our
MASTER_SITE_BACKUP does not have this!
o Add missing jpeg dependency.
o Link to -ljpeg.
Bump PKGREVISION.
CygWin changes mostly (all thanks to Tor Lillqvist), though build-tools
updates may make it build better on various systems. Has been tested by
various people since February; thought it was well-past time to release
this properly...
ChangeLog says:
* configure.ac: Don't use -lm on Windows. mingw has an (empty)
dummy libm, but it confuses libtool.) [Tor Lillqvist <tml@iki.fi>]
* libwm-config.in: Make installation-location-independent when run
in a Cygwin shell. [Tor Lillqvist <tml@iki.fi>]
* src/Makefile.am: Don't use -lm on Windows. Add libwmflite.la to
io_wmf_la_LIBADD. [Tor Lillqvist <tml@iki.fi>]
* src/wmf.c: Don't use hardcoded path for WMF_FONTDIR on Windows.
Instead, assume being built as a DLL, and look up the DLL
location in a DllMain routine, and use that to build the font
directory path at run-time. [Tor Lillqvist <tml@iki.fi>]
* src/font.c: Don't use hardcoded path for WMF_XTRA_FONTMAP either.
(remap_font_file_name): On Windows, if a font file name starts
with the build-time prefix, replace that with the run-time
installation prefix. [Tor Lillqvist <tml@iki.fi>]
I have been using this in my pkgsrc one a few systems for maybe two
months.
prevents compilation of gimp with gcc 3.4.0
The problem is that the parameter "type" is declared to be of type
"CombinationMode" in the header file and "InitialMode" in the ".c" file.
The patch corrects the type in the ".c" file to match the header.
This closes the PR.
- continue evolution of iostreams usage to keep up with changes to
libstdc++-v3. Many thanks for reinstating a filebuf constructor that
accepts an integer file descriptor. Hard to wrap them around sockets
any other way.
- fix problem with use of ACE on Darwin with gcc-3.3.
- fix problem with lexical scanning introduced when "#" comment lines
were first handled.
(I tried using BUILDLINK_RECOMMENDED instead, but it didn't work.)
librsvg2 uses libgsf and libcroco which had changed library SONAMEs
provided.
Problem with old librsvg2 was:
libgsf-1.so.9 => not found
libcroco.so.2 => not found
* Correction in gdfontl.h
Changes 2.0.24:
* bgd.dll is now compatible with Visual BASIC
* Even more complete freetype version checking
* Binary transparency is now handled correctly in gdImageToPalette
Changes since 0.98:
20040506 fixed exiftime install oversight
20040504 added Canon camera actuations (thanks: Stan Jirman)
20040420 added Panasonic maker note support (thanks: Tom Hughes)
20040410 improved error messages in exifcom
20040408 added exiftime utility to display and write date/time tags
20040403 added Leica maker note support
20040403 slight hack to use Canon's subject distance tag (units unclear)
20040403 fixed Canon maker function parameter mismatch
20040403 updated for Exif 2.21 draft spec (minor changes)
20040403 fixed problem with images without IFD1
20040403 additional bounds checks on some tags (thanks: Michael McCandless)
20040403 fixed negative fraction display
20040227 added Asahi/Pentax maker note support
20031101 prevent looping when a tag refers to its own IFD
actually still more strict than the buildlink2 behaviour (which would
allow any version), but at least packages requiring xpm can now build
again with builtin xpm on non-XFree86 platforms.
* ppmtompeg: fix crash with input that is not a multiple of 16 pixels high
and wide
* pamtotga: fix crash due to freeing nonexistent color table
* pamtotga: fix bug: invalid TGA when you use -rgb with a non-color input
* pgmtopbm: fix calculations that divide by maxval+1; should divide by maxval
* pbm_readpbmrowpacked(): Fix bug: ORs bits into return value instead of
setting them
* DrawSetStrokeDashArray() now respects the number_elements argument
* Since the WMF coder has Wand dependancies we only enable this coder when
both WMF is available and module support enabled
* Some XCF tiles were not being read properly
* Fixed memory leak in EPT coder
* Fixed memory leak in DestroyImage()
* Close Windows registry when no longer needed
* RelinquishUniqueFileResource() was not freeing file resource properly
* Free the ImageInfo structure allocated by CloneImageInfo() in the
WriteImages() method
* EPT images cannot support blobs
* Fixed temporary file resource limit leak in RelinquishUniqueFileResource()
* ConvolveImageChannel() incorrectly initialized non-selected channels to 0
* Added Cisco IP phone image format (write only)
* General:
- Fullscreen fixes for Xinerama (#137137)
* Translation Updates:
Abel Cheung (zh_TW), Andras Timar (hu), Christian Rose (af),
Guntupalli Karunakar (gu), Iñaki Larrañaga (eu), Pablo Saratxaga (wa),
Samúel Jón Gunnarsson (is)
== librsvg 2.6.5 ==
* configure.in: Bump version
* *.pc.in: Remove bogus dependencies
* rsvg-styles.c: Make #140797 less poignant
== librsvg 2.6.4 ==
2004-03-28 Caleb Moore <c.moore@student.unsw.edu.au>
* rsvg-paint-server.c: Fixed linear gradient transformation bug
2004-03-25 Dom Lachowicz <cinamod@hotmail.com>
* rsvg-styles.c: Memleak was in libcroco and not librsvg. Dodji fixed
it there, and now we cause SEGVs. Bug 138084
2004-03-18 Dom Lachowicz <cinamod@hotmail.com>
* rsvg-styles.c: Fix CSS memory leak
2004-03-15 Caleb Moore <c.moore@student.unsw.edu.au>
* rsvg-bpath-util.c: Applied double move fix contributed by ross
alexander.
2004-03-15 Dom Lachowicz <cinamod@hotmail.com>
* rsvg-css.c: Work around something for jimmac
2004-03-11 Dom Lachowicz <cinamod@hotmail.com>
* rsvg.c: More work on 105316
2004-03-07 Dom Lachowicz <cinamod@hotmail.com>
* rsvg.c: Do something for clahey (bug #105316)
2004-03-05 Dodji Seketeli <dodji@gnome.org>
* rsvg-styles.c:
(ccss_property): changed the signature of this function
to comply with the new signature of CRDocHandler::property()
in libcroco.
2004-03-04 Glynn Foster <glynn.foster@sun.com>
* Makefile.am, configure.in, librsvg-2.0-uninstalled.pc.in:
Add uninstalled pkg-config file.
2004-02-19 Dom Lachowicz <cinamod@hotmail.com>
* Makefile.am: disable vector text path code for the 2.6 release
2004-02-18 Brian Koebbe <brian@koebbe.org>
* rsvg-css.c (rsvg_css_parse_list): fix a loop run amuck (#134801)
2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
* rsvg-gz.c: (rsvg_handle_gz_close_impl):
catch read error from gsf_input_read
break from infinite loops that do not manage to write (#134653)
2004-02-16 Dom Lachowicz <cinamod@hotmail.com>
* configure.in: Fix bug #134492
2004-02-15 Dom Lachowicz <cinamod@hotmail.com>
* configure.in, rsvg-styles.c: Fix bug #134292
2004-02-14 Dom Lachowicz <cinamod@hotmail.com>
* rsvg.c: Fix bug #133947
2004-01-31 Dom Lachowicz <cinamod@hotmail.com>
* rsvg-css.*: Hopefully fix bug #113538
2004-01-29 Dom Lachowicz <cinamod@hotmail.com>
* configure.in: bug #132569
2004-01-15 Dom Lachowicz <cinamod@hotmail.com>
* rsvg-css.c:
* test-rsvg.c: Fix bug #131644
2004-01-12 Dom Lachowicz <cinamod@hotmail.com>
* rsvg-shapes.c: Fix bug #124075
2004-01-06 Dom Lachowicz <cinamod@hotmail.com>
* Makefile.am: Fix bug #130687
2004-01-05 Dom Lachowicz <cinamod@hotmail.com>
* rsvg-text.c:
* rsvg-text-vectors.c: Factor out bitmap vs. vector text routines
2004-01-04 Dom Lachowicz <cinamod@hotmail.com>
* rsvg-text-vectors.c: Start of work toward representing text as
vector paths. Mad props go to the boys @ the Gimp for pointing me in
the right direction here (bug #107668).
2003-12-13 Caleb Moore <calebmm@tpg.com.au>
* rsvg-bpath-util.c: Fixed double move bug in path
2003-12-10 Federico Mena Quintero <federico@ximian.com>
* rsvg-defs.c: #include <glib/gmessages.h>
2003-12-09 Dom Lachowicz <cinamod@hotmail.com>
* rsvg-defs.c (rsvg_defs_set): Bug 128690
2003-12-07 Dom Lachowicz <cinamod@hotmail.com>
* configure.in: Bump version number
2003-12-07 Dom Lachowicz <cinamod@hotmail.com>
* rsvg.c:
* rsvg-paint-server.c: Fix userspace gradients (Caleb Moore)
2003-11-27 Caleb Moore <calebmm@tpg.com.au>
* *: Implement bounding box based gradients
2003-11-25 Caleb Moore <calebmm@tpg.com.au>
* rsvg-styles.c: Fix opacity inheritance. Fixes a few bugs
2003-11-25 Dom Lachowicz <cinamod@hotmail.com>
* moz-plugin/*: Start of work on a RSVG Mozilla/Netscape plugin.
Doesn't work quite yet - needs some help along.
2003-11-24 Dom Lachowicz <cinamod@hotmail.com>
* rsvg-styles.c
* rsvg-styles.h
* rsvg-shape.c: Fix Sodipodi flags, implement fill rules. From
"Caleb Moore" <calebmm@tpg.com.au>
2003-10-16 Sven Neumann <sven@gimp.org>
* rsvg.c: fixed inline docs.
* doc/Makefile.am: ignore internal header files.
* doc/rsvg-sections.txt
* doc/tmpl/rsvg.sgml: added new functions.
2003-09-23 Sven Neumann <sven@gimp.org>
* rsvg.c (rsvg_start_svg): respect viewBox offsets by applying an
appropriate translation.
2003-09-21 Tor Lillqvist <tml@iki.fi>
* librsvg-zip.in: New file.
* configure.in: Check for Win32, set OS_WIN32 automake
variable. Check for strtok_r. Expand librsvg-zip.
* Makefile.am: Use -lm only on Unix. Add LIBGSF_LIBS and
LIBCROCO_LIBS to librsvg_2_la_LIBADD. Distribute librsvg-zip.in.
* rsvg-css.c: Use G_PI instead of M_PI.
(strtok_r): Implement strtok_r here if not available. (Very
suboptimal implementation.)
2003-09-19 Sven Neumann <sven@gimp.org>
* rsvg-file-util.c: implemented missing GError handling for file
operations.
2003-09-18 Sven Neumann <sven@gimp.org>
* Makefile.am
* configure.in
* gimp-plugin/Makefile.am
* gimp-plugin/svg.c: removed GIMP plug-in; it now lives in the
GIMP source tree. Thanks a lot for the nice work you've done!
2003-09-12 Sven Neumann <sven@gimp.org>
* configure.in
* rsvg-styles.c (rsvg_real_parse_cssbuffer): removed the #warning
here and instead output it when configure is run (bug #122119).
2003-09-12 Sven Neumann <sven@gimp.org>
* configure.in: depend on Pango version 1.2.0 or newer.
* rsvg-text.c (rsvg_text_handler_characters): don't use
pango_ft2_get_context() which is deprecated in Pango HEAD, but
create the Pango context from the fontmap instead (bug #122121).
* rsvg-path.c (rsvg_parse_path_do_cmd): fixed storage of
reflection point in Q command which caused the next T command to
create a wrong stroke (bug #122118).
2003-09-11 Sven Neumann <sven@gimp.org>
* gimp-plugin/svg.c: Sprinkled the code with const qualifiers.
Fixed transfer of pixel data from pixbuf to pixel region. The
old code was wrong for pixbufs with rowstride != width * bpp.
Version 2.21 - Released 12 May '04
A new option for producing dynamic web-based graphs - QUISP (quick
server pages). One nice thing you can do with this is create a CGI
form along with the graph, so users can control various graph
parameters... here's a live demo example of this.
Major changes since 2.20 are lengthy and can be found at:
http://ploticus.sourceforge.net/doc/news_old.html
Fixes for gcc 3.4
-----------------
Fix prototype mismatches so that cairo can be built by gcc 3.4.
Updates to track glitz
----------------------
Various fixes to support the latest glitz snapshot (0.1.2).
Gradient updates
----------------
Radial gradients now support both inner and outer circles.
Transformed linear gradients are now properly handled.
Fixes for extend type reflect.
Glitz updates
-------------
Converted shading routines to use fixed point values and introduced a
shading operator structure for more efficient shading calculations.
Support compositing with mask surface when mask is solid or
multi-texturing is available.
PNG backend cleanups
--------------------
Fix output to properly compensate for pre-multiplied alpha format in cairo.
Add support for A8 and A1 image formats.
Bug fixes
---------
Avoid crash or infinite loop on null strings and degeneratively short
splines.
New? bugs in cairo_clip
-----------------------
There are some fairly serious bugs in cairo_clip. It is sometimes
causing an incorrect result. And even when it does work, it is
sometimes so slow as to be unusable. Some of these bugs may not be
new, (indeed cairo_clip has only ever had a braindead-slow
implementation), but I think they're worth mentioning here.
posted to png-implement by Glenn Randers-Pherson, libpng's maintainer.
This error was widely reported as "security issue",
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0421
even though there is no security issue. The most the error could do is
SIGSEGV, and that only with some fairly uncommon circumstances. The patch
posted with the advisory is in fact flawed, in that it calls strlen() on
presumably arbitrary data.
Bump PKGREVISION.
SWF modules are manipulating Macromedia Flash movie (SWF) files.
This package contains:
SWF::File module can be used to make SWF movie.
SWF::Parser module provides a parser for SWF file.
file get the right comments in generated PLISTs. (I'm not aware of packages
actually needing this, but will help in catching 'bugs' in the future, i.e,
"cannot remove non-empty directory foobar").
the sense that this package does not install any libraries that need to be
buildlinked), but it helps in adding a dependency and, more important, in
handling of PLIST entries during print-PLIST. Using a buildlink3.mk file
is more consistent with other packages than a home-grown mk file.
gst-plugins-* packages. Generating a description during installation
is not well supported and causes problems when creating the README
files, for example.
* Updated Japanese and Romanian translations.
* Added support for scrolling with a horizontal mouse wheel.
* Fix crash when removing items from a collection window.
* Fix occasional incorrect rankings in find duplicates window.
* Fix bug allowing focus to go beyond last row in icon view.
* Fix keyboard focus positioning in the list view when deleting images.
* Fix incorrect regeneration of thumbnails when the user is not
the owner of the thumbnail.
* Fix application hang during execution of a verbose script from an
editor slot.
* Fix delay when showing pop-up rename overlay.
2.11 More alpha functions from Cory Watson
2.10 Suppress CAPI warning.
Warn about Math::Trig warning
2.09 VMS documentation patch from Martin Zinser
Non-standard library finding path options from Peter Kruty
2.08 Applied 5.00503 compatibility patch from Mathieu Arnold
New check for JPEG magic tag returned by some digital cameras.
* Don't try to install pm_gamma (which does not exist in this level)
* pamflip: fix bug with random memory accesses due to signed/unsigned comparison
Changes 10.18.11:
* pnmtopng: fix bug with -transparent
Changes 10.18.10:
* Include pm_system.h, pm_gamma.h in install package
* Fix the ftell/ftello distinction for many platforms
* ppmtogif: Don't violate array bounds when GIF color map is larger
than internal color map.
* yuvsplittoppm: Fix -ccir601 option
* ppmtomap: Change #/bin/sh to #!/bin/sh
Changes 10.18.9:
* ppmtobmp: Fix bug: Generates invalid bits per pixel (e.g. 3) when input
image has small number of colors
* pbmtog3: fix buffer overrun when image > 1728 columns
* pnmtotiffcmyk: Correct abs to fabs so -theta works
* sldtoppm: Correct abs to fabs
* pgmramp: Correct abs to fabs so -rectangle and -ellipse work
* pgmramp: Don't crash with -rectangle and height or width = 1
* pnmtojpeg: interpret "length" field in exif data as unsigned 16 bit
instead of signed.
* ppmforge: Correct abs to fabs so the planet is more than 2 pixels wide
Changes 10.18.8:
* pnmrotate: fix bug: always crashes in memory free
* pnmrotate: remove debugging messages
Changes 10.18.7:
* ppmshadow: Fix crash in all invocations
* pnmquant: Fix bug wherein all options are rejected
Changes 10.18.6:
* Add default RPATHOPT = rpath setting to Makefile.config.in
* Add stdlib.h and pm_config.h to mallocvar.h
* lib/Makefile: $(LIBNETPBMSUFFIX) instead of .so
* fitstopnm: Don't produce maxval 0
Changes 10.18.5:
* pnmtopng: fix bug with array bounds violation with -alpha
Usual symptom: "internal inconsistency" message
Changes 10.18.4:
* anytopnm: Remove "function" so it works on FreeBSD
Changes 10.18.3:
* Fix stack corruption in pXm_check() on systems that have both 32 and 64 bit
file offsets
Changes 10.18.2:
* installnetpbm: don't crash on mkdir on old Perl
* bmptopnm: fix bug with BMPs that end prematurely
Changes 10.11.15:
* Bmptopnm goes into an infinite loop if you give it a BMP file that ends
prematurely. The bug is in the way the program interprets the return code
from fread() in readrow(). You can get the fix from the 10.18.1-10.18.2 diff.
* xwdtopnm: Doesn't work with at least one direct color 24 bits-per-pixel
xwd generated by Xfree86's Xwd.
* ppmquant does not choose the best set of colors. pnmquant does, though.
* giftopnm doesn't understand GIFs with the same color both transparent and
opaque.
pnmtopng -alpha fails with "internal inconsistency detected" message
Changes 10.11.14:
* pstopnm: fix bug in which Standard Input never works
* ppmtobmp: change 'char' to 'unsigned char' to work around a Solaris C library bug
* ppmtobmp: handle maxval properly for maxval != 256 truecolor BMP
Changes 10.11.13:
* Explicitly set SCRIPTS make variable to null so environment
variable of the same name doesn't screw things up.
* stamp_date: don't use LOGNAME as a variable (on AIX, you can't).
* configure: put space after -o in test compiles.
* ppmtompeg: adjust header files in parallel.c so it compiles on AIX
Changes 10.11.12:
* pnmpsnr: fix bug: Cr and Cb interchanged
* Fix crash in pnmstitch
Changes 10.11.10:
* Declare internal subroutines in pgmabel as 'static' so they don't conflict
with some C libraries
Changes 10.11.9:
* pstopnm: fix bug: encapsulated postscript confused with regular postscript,
so all pages get overlaid as one page
* bug fixes
* Both PCF and BDF drivers now handle the SETWIDTH_NAME and
ADD_STYLE_NAME properties. Values are appended to
face->style_name; example: `Bold SemiCondensed'.
* The PCF driver now handles bitmap fonts compressed with the LZW
algorithm (extension .pcf.Z, compressed with `compress').
* A new API function `FT_Get_CMap_Language_ID' (declared in
`tttables.h') is available to get the language ID of a
TrueType/SFNT cmap.
* The hexadecimal format of data after the `StartData' command in
CID-keyed Type 1 fonts is now supported. While this can't occur
in file-based fonts, it can happen in document-embedded
resources of PostScript documents.
* Embedded bitmaps in SFNT-based CFF fonts are now supported.
* A simple API is now available to control FreeType's tracing
mechanism if compiled with FT_DEBUG_LEVEL_TRACE. See the file
`ftdebug.h' for more details.
* YAMATO Masatake contributed improved handling of MacOS resource
forks on non-MacOS platforms (for example, Linux can mount MacOS
file systems).
* Support for MacOS has been improved; there is now a new function
`FT_New_Face_From_FSSpec' similar to `FT_New_Face' except that
it accepts an FSSpec instead of a path.
* The cache sub-system has been rewritten.
* Cairo was updated to track the changes in libpixman, and now depends
on libpixman version 0.1.1
Changes 0.1.21:
* New OpenGL backend
* Automatic detection of available backends
Changes 0.1.20:
* New pattern API
* Update to XCB backend
* Faster clipping
accelerated graphics. It supports many of the latest OpenGL features, such as
efficient off-screen rendering using pbuffers. Rendering can be carried out by
arbitrary OpenGL layers, thanks to glitz's extensible backend system.
Glitz is designed to match the X Render Extension semantics and provides
a general way for accelerating this imaging model. Glitz can be used as
a stand-alone layer above OpenGL but is also designed to act as a backend for
cairo, providing it with OpenGL accelerated output.
* horizontal and vertical DPI hints can now be given to the freetype font
renderer via the gdFTStringExtra
* several autoconf problems have been addressed
* the current version of freetype is more precisely detected to prevent
FT_ENCODING_SYMBOL-related errors
* a significant bug in gdNewDynamicCtx was fixed
2004-04-20
RELEASE alpha version 0.4.7
* Added life testing against simulated hardware.
* Made own package for lib subdirectory
* Fixed missing include in nvtv.c
* Allow close before open.
2004-03-08
RELEASE alpha version 0.4.6
* FreeBSD patch by Samuel Tardieu. (sed instead of expr in configure,
opl() and ioperm() compatibility functions for FreeBSD.)
* Added PCI ids. Changed arch setup in back_nvidia.
* Moved port permissions to mmio.c (not tested for NetBSD).
* Debugging messages enabled by option instead of define.
* Fixed missing getHeadDev dispatch in nvtvd.c
* Removed Chrontel power settings warning.
* Added Chrontel-2 modes.
* Renamed PAL 800x600,640x480 and NTSC 640x480,640x400,720x400
'Large' Chrontel-1 modes to 'Huge' for consistency with Chrontel-2
* Added some FAQ entries.
* Start of i865 support.
* Disable NX support temporarily for release.
* Fixed excess 1 encoding for i810 registers.
* Added --list option.
* Only setup and clamp for TV modes in back_*.
* Fixed missing devFlags for ACTION_TVOFF
* Start of i830/i845/CH2 support.
* I2C bus for i845.
* RAISE for messages, -q option for nvtvd, syslog.
* Fixed Debian boot script FAQ.
* I2C busses don't use X screen index any longer.
* Fixed Philips detection bug in tv_common.
* Use CARD8/16/32 as base types.
* 3 NX modes; NX is partly working.
* New CX/TW detection (again). CX is tested, TW will be soon.
* NetBSD patch by Quentin Garnier
* Added PCI IDs from 1.0-4363
* Included PAL-X patch 727924 by Joe Cotroneo (joecotroneo).
* Start of nx (GeForce4 internal) support (not working yet).
* Fixed missing head in bnv_updateCrt in back_nvidia.