-----------------------> tgif-4.1.44 => tgif-4.1.45 <-----------------------
1) Fix a bug with the create_arc_obj() internal command. Thanks to
Jack Tucker for pointing out the bug.
2) Fix a bug with measurements in the ruler window when Tgif.ShowMeasure is
active. Thanks to Olin Johnson for pointing out the bug.
3) Fix a bug with "tgif -print -pdf". Thanks to Rob for pointing out the
problem.
4) Fix a bug with copy and paste in cygwin. Thanks to Tobias Naehring for
fixing the bug.
5) Move tgif's web server to a standard web server port (80). The new tgif
home page is now at:
http://bourbon.usc.edu/tgif/
6) Please note that as of 5/16/2006, postings to tgif related groups at
Yahoo!Groups are restricted to members only. This is done to cut down
SPAM. The affected groups are at:
http://groups.yahoo.com/group/tgif4-discusshttp://groups.yahoo.com/group/tgif4-howtohttp://groups.yahoo.com/group/tgif4-bugshttp://groups.yahoo.com/group/tgif4-develop
If you have registered as a member in a group above, you can now only
post via the web interface or by sending an e-mail from your registered
e-mail address. Sorry about this inconvenience. But there have been
just too much SPAM on these lists.
7) Use the X Selections mechanism to perform copy and paste.
8) Add support for linking to an external JPEG file to save file size (under
File->Import). Some editing operations cannot be performed on these
linked JPEG objects. However, these objects do not have the color
limitation of X11 pixmap objects. Therefore, when they are exported in
the PS/EPS formation, they will have a lot more colors.
9) The standard Linux distribution now use Xtoolkit by default (this is done
by including -DUSE_XT_INITIALIZE in the MISCDEFINES line and -lXt in the
SYS_LIBRARIES line of Tgif.tmpl-linux). One advantage of this is that now
it's easy to override X defaults. For example, one can use:
tgif -xrm "Tgif.Foreground: red"
10) Add support for Tgif.PSDistillerNoImageCompress so that images in a
generated PostScript file will \fInot\fR be compressed by a distiller
program such as ps2pdf. Thanks to Dirk Farin for supplying the PostScript
code. Please use Tgif.PSDistillerNoImageCompress with care. It has been
noticed that generated EPS file may not work well with LaTeX.
11) Add support for Tgif.AdditionalPSSetup (and -pssetup commandline option)
so that a user can add additiional user specified PostScript code in the
PostScript file header (right before %%EndSetup).
12) Support a new commandline option "-noshowpageineps" so that the "showpage"
PostScript command is not generated when printing/exporting in the EPS
format when tgif is run with "-print"..
13) Add support for Tgif.PSFontNeedCharSubs and Tgif.PSCharSubs.* so that
some characters in the non-ASCII portion of a non-iso8859-1 font can be
replaced by user specified PostScript characters. Thanks to Peter
Dembinski for the suggestion.
14) Add a new X default, Tgif.DrawTextFuncKey_F#, so that a function key
can be associated with a list of internal commands (and activiated only
in the text drawing mode).
15) Add the following internal commands:
set_selected_text_style(<textstyle>)
objs_bbox_intersect(<obj1_name>,<obj2_name>,<result_attr>)
delete_all_attr_from_selected_objs()
- fixed display problem in the Animation Playback plug-in
- fixed misbehaviour of the user installation dialog
- make sure that session-managed windows are mapped completely inside a
monitor
- don't use long deprecated libpng API
- fixed possible segfault when closing image while saving it
- halt tools when the image mode changes
- fixed problem in Scale and Resize widgets
- fixed wrong offset in transform PDB functions
- fixed bugs in the Dicom load plug-in
- make sure text widgets get all key events first
- fixed problems with default values in the PNG save plug-in
- fixed Save As dialog not displaying the filename
- fixed compilation problem with gcc 4.1
- plugged a possible buffer overrun in the XCF parser
- don't save image parasites twice in XCF files
changes:
* Added h4fromh5 utility. (NCSA seems to be no longer shipping
the HDF5/HDF4 conversion tools with the latest HDF5 release.)
* Added dkbluered color map, which is similar to bluered but
uses a somewhat wider range of colors.
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC
tree unless they're named something other than "libtool".
SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just
define it to the empty list and shlibtool-override will look for libtool
scripts.
- added support for a registration color in the Decompose plug-in
- the Align tool now also aligns to guides
- allow use CSS color notation in Script-Fu
- more work on the new selection tools
- let Fractal Explorer work on grayscale and give it a larger preview
- speed up Value Invert plug-in
- added strong undo/redo functions bound to Shift-Ctrl-[ZY]
- use radio items for the image mode menu
- applied Tango style on the default iconset
- added plug-in for colormap manipulation
- allow plug-ins to register in Layers, Channels, Vectors and Colormap dialog
- added load plug-in to open desktop links
- removed print plug-ins and started work on a replacement using the
new GTK+ Print API
- added replacements for gimp_foo_select widgets, akin to GimpFontSelectButton
- introduced translation context to a number of colliding strings
- bug fixes and code cleanup
Comix is an image viewer specifically designed to handle comic books.
It reads ZIP, RAR and tar archives (also gzip or bzip2 compressed), as
well as plain image files. It has a simple and user-friendly GUI using
PyGTK.
changes:
* CSV import of data
* Stylesheets to easily change graph appearance
* Many user interface improvements
* Extra plotting features and bug fixes
changes:
* Layers dialog
* Outline mode, many performance improvements
* Native PDF export with transparency
* Clipping and masking support
* Configurable keyboard shortcuts, including optional Xara X
compatibility
* Docked color palette in the editing window
* Interactive indicator of the style of selection in the statusbar
* Innovative "node sculpting" and other improvements in Node tool
* Extensions are enabled by default and work on all major platforms
* Better SVG support: <switch> element, ICC color profiles for images
* Persistent rotation centers, Paste Size command
* New icons, redesigned preferences dialogs, rearranged menus, many
cosmetic improvements
* Hundreds of bugfixes and smaller features
RMagick 1.13.0
o Added transform, transform!, transpose, transpose! methods to Image class
(available with ImageMagick 6.2.8)
o Feature #4844, add auto_orient, auto_orient! methods to Image class
(suggestion from John Oordopjes, available with ImageMagick 6.2.8)
o Added adaptive_sharpen, adaptive_sharpen_channel methods to Image class
(available with ImageMagick 6.2.7)
o Added composite_image_channel, composite_image_channel! methods to Image
class (added in ImageMagick 6.2.6)
o Added radial_blur_channel method to Image class (available in
ImageMagick 6.2.4)
o Fix bug #4806, add hash, eql? methods to Pixel class (bug report from
Tim Pease)
o Change extension filename to match RubyGems 0.9.0 expectations.
o Fix bug #4821, correct doc for Image#rotate (bug report from Tim Pease)
o Update the Draw#annotate documentation
SciGraphica is an Open Source data analysis and visualisation tool. It
pretends to be a clone of Microcal Origin but with the aim to be fully
featured, cross-platform, user-friendly scientific package that through
its Open Source nature can be extended and/or bugfixed by users, as well
as being user-extensible with Python modules.
This package contains the support library, which is separated from the
graphical user interface.
version 1.2.11beta1 [May 31, 2006]
scripts/libpng.pc.in contained "configure" style version info and would
not work with makefiles.
The shared-library makefiles were linking to libpng.so.0 instead of
libpng.so.3 compatibility as the library.
version 1.2.11beta2 [June 2, 2006]
Increased sprintf buffer from 50 to 52 chars in pngrutil.c to avoid
buffer overflow.
Fixed bug in example.c (png_set_palette_rgb -> png_set_palette_to_rgb)
version 1.2.11beta3 [June 5, 2006]
Prepended "#! /bin/sh" to ltmail.sh and contrib/pngminus/*.sh (Cosmin).
Removed the accidental leftover Makefile.in~ (Cosmin).
Avoided potential buffer overflow and optimized buffer in
png_write_sCAL(), png_write_sCAL_s() (Cosmin).
Removed the include directories and libraries from CFLAGS and LDFLAGS
in scripts/makefile.gcc (Nelson A. de Oliveira, Cosmin).
version 1.2.11beta4 [June 6, 2006]
Allow zero-length IDAT chunks after the entire zlib datastream, but not
after another intervening chunk type.
Changes 10.34:
* Add pamthreshold, pamx, pamtoxvmini.
* pammasksharpen: Add -threshold.
* pnmtopng: make "N colors found" message verbose-only.
* pnmtopng: make "no room in palette" message non-verbose.
* picttoppm: Tolerate various PICT file corruptions.
* picttoppm: Don't issue warning message when file named
'fontdir' doesn't exist.
* libnetpbm: Add ppmd_fill_path().
* ppmtobmp: Fix for PBM input.
* bmptopnm: Don't crash on BMP with no color map.
* bmptopnm: Fix wrong file name in error messages.
* ppmtogif: fix bug: always produces garbage output.
* ppmtompeg: fix input from Standard Input.
* pnmflip: fix bug: -rotate90, -rotate180, and -rotate270
(and synonyms) don't work when followed by other rotation options.
* ppmtoilbm: Fig bug: generates more planes than necessary.
* pamtofits: fix buffer overflow in asembling header.
* picttoppm: fix bug - interprets some images wrong because of
bogus "rowBytes" value.
* Redo asprintfN(), etc. so as not to use va_list in a way
that doesn't work on some machines.
* cameratopam: remove definition of memmem() so it doesn't collide
with same in some C libraries. Add memmemN() and MEMEQ to libnetpbm.
* Fix build of filename.o.