Age | Commit message (Collapse) | Author | Files | Lines |
|
<jbernard@mines.edu>. Changes include tons of bugfixes plus the following
new features:
o "Front" and "Back" labels in depth manager to show relative
positioning of depths on drawing.
o The mu (micro) character is now entered using "Compose | u"
instead of "Compose / u"
o If you wish to place a library object at the position it was
originally created, e.g. for laser printer labels, hold down the
Shift key and press mouse button 3 (`place at orign posn')
o New URL for chemtool, a chemical structure editor:
http://ruby.chemie.uni-freiburg.de/~martin/chemtool/chemtool.html
o The minimum and maximum depth of objects are shown in the edit
panel for compound objects
o EMF (Enhanced Metafile) export driver (TransFig/fig2dev)
o SVG (Scalable Vector Graphics) beta driver
o The xfig documentation is nearly entirely GIF-free (TM).
o Xfig reference manual now available in PDF besides html.
o Dimension lines
o New Xfig logo courtesy of Marc-Aurele Darche.
o Can now paste text in text mode using Shift+Middle-mouse-button
in addition to F20 and Sun's Paste key (F18).
o If xfig is compiled with #define WHEELMOUSE uncommented in the
Imakefile, the wheel may be used for several things
o New grid/positioning option for inches mode
o Background (-g to fig2dev) option for tk export honored now.
o New command-line argument -correct_font_size
o Added "Stop" button to stop loading library.
o Much more efficient when copying large imported pictures
o When changing an attribute of an imported picture that doesn't
change the picture itself (e.g. depth), the pixmap is not
regenerated, therefore saving time. The same is true when
copying a picture.
o New X resource Fig.ghostscript and command-line argument
-ghostscript by which you can tell xfig what your ghostscript
is called (e.g. "gs" or "gswin32").
o Can now add ASCII (EPSI) preview to EPS export. See export panel.
o Can now add monochrome or color TIFF preview to EPS export.
o Translations of LATEX.AND.XFIG document into two popular Chinese
encodings (GB2312 and Big5).
o When text becomes too small to see (e.g. small zoom), xfig will
"Greek" it, meaning it draws a gray line segment for each word
in the string.
o When resizing canvas to a smaller height, the number of buttons
per row of the mode (side) panel increases so that it doesn't
protrude into the indicator (bottom) panel
o Smarter redraw when turning on depths from the depth manager.
o If the user's pointer (mouse) buttons are switched
xfig will automatically flip the mouse hints messages.
o Picture objects are drawn as filled gray boxes when their layer
is inactive in gray mode.
o xfig no longer requires fonts that are named "-adobe-..."
o Updating the attribute panel from a compound object will retrieve
(only) the smallest depth from the compound.
o When scaling an object, the line thickness is no longer scaled
with it
o New measuring modes: angle, length, area and tangent.
o New feature to add tangents and normal lines to curves.
o Splash screen on startup.
o New command-line option -grid_color
o New option to print grid when exporting or printing
o When drawing an arc by specifying the center point, a circle is
drawn showing the radius of the arc as the user drags the mouse,
then when the first end point is clicked an arc is drawn as the
mouse is dragged.
o If the Ruler unit is Imperial (in), you may have xfig display
measurements using fractions where possible.
o When opening a compound object, if the middle button us used to
open the compound, all other objects on the canvas are kept
visible.
o When opening a compound object, the "point positioning"
indicator is enabled, allowing you to set the bounds of the
compound according to the indicator when you close the compound.
o Zero-crossing lines on canvas have own command-line parameter
o Smooth factor when exporting to bitmap format is now a pull-down
menu with: No smoothing, Some smoothing, More smoothing.
o Three-D borders for buttons, etc reduced from 2 to 1 pixel
o Additional JPEG file format (EXIF) added for import.
o Validation for integer spinners
o When scaling an object, the scale factor is shown in the message.
o New url for pstoedit (mentioned in installation.html).
o When picking points of an object at high zoom, the tolerance has
been reduced to make it easier to pick the correct point.
o When "graying" inactive depths, the inactive objects are drawn
first followed by active objects ensuring visibility of active
objects.
o xfig now draws "grayed out" picture objects (inactive depth) as
a gray box with the filename only.
o Line style in edit panel now shows graphic of style instead of
textual description.
o Cap style in edit panel was inadvertantly left off open-splines.
o Popup dialog to edit behavior of spline point now pops up near
the point being edited.
o When cancelling drawing a picture object from the popup editor,
the empty object is removed rather than showing a <empty>
o Pressing Return or Escape in popup message window will dismiss it
o In picture browser popup, double clicking or clicking and
pressing Return will apply the selected picture AND close the
browser.
o New popup query if updating the depth in a compound object would
result in any depth exceeding the maximum.
o More consistent placement of Cancel/Ok/Set etc. buttons
o More meaningful message "Cut buffer is empty"
o New MetaPost driver for TransFig 3.2.4 supported.
o New option for binary CGM export (must have TransFig 3.2.4 too).
o Pressing escape in a popup dialog will dismiss it.
o Zoom/Unzoom (Shift-Z/z) changes zoom by a factor of 1.5
o Exporting to JPEG doesn't require compiling with USE_JPEG
o Minimum and maximum depths of objects in a compound are
displayed in popup edit panel.
o Named styles where user can save attributes that are often used
for quick access.
NEW LIBRARIES and Examples:
o Poster advertizing German version of "Little Shop of Horrors" in
Libraries/Examples/poster.fig. From Kai-Martin Knaak
o Three new Examples from Carlo Kopp
o Many new country flags in the Libraries/Flags directory.
o New flags of Bosnia and Slovenia with vector coat of arms in
Libraries/Flags directory from Roman Maurer
o New maps of Yugoslavia, Macedonia, Croatia, Bosnia-Herzegovina
and Slovenia (Libraries/Maps/Europe)
o New maps of Russia, Kazakstan, Kyrgyzstan, Tajikistan,
Turkmenistan and Uzbekistan (Libraries/Maps/Asia)
o New Avery label templates in Libraries/Labels directory,
including a CD label, Avery_5931, done by William Chimiak.
o New Avery and PerfectData Corp CD label templates in
Libraries/Labels directory, done by Len Hickey.
o New computers and printers in Libraries/Computers library
o New network library devices
o New DSP component library from Jakub Stastny (stastnj1@volny.cz)
o Standard welding bevels library from Erik Engh
o Canadian map from Seymour Green
o A Uno hand (card game) drawn by Roland Rosendfeld
|
|
|
|
* art_render_svp.c (art_render_svp_callback,
art_render_svp_callback_span, art_render_svp_callback_opacity,
art_render_svp_callback_opacity_span): if no runs would
normally be emitted, but start is greater than zero, emit a
single run covering the entire width of the rendered region.
* autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
both automake 1.6 and 1.4 installed get the right automake. Means
compilation from CVS will now require the latest automake 1.4
release, or manually creating symlinks called "automake-1.4" and
"aclocal-1.4".
|
|
Some PLIST fixes for libglade2 shared directories.
Bump PKGREVISION to 1.
|
|
|
|
in particular JNG support.
|
|
* Added be and cs translations.
* gnome_canvas_shape_update, gnome_canvas_shape_bounds: Ensure that path is
not NULL before calling gnome_canvas_path_def_any().
|
|
Approved by wiz.
|
|
and use bsd.pkg.install.mk to copy them to PKG_SYSCONFDIR.
Bump PKGREVISION to 1.
|
|
and use bsd.pkg.install.mk to copy it to PKG_SYSCONFDIR.
Bump PKGREVISION to 1.
|
|
not try to remove it, even if empty.
|
|
and use bsd.pkg.install.mk to copy it to PKG_SYSCONFDIR.
Bump PKGREVISION to 2.
|
|
1.0.5.1 accordingly.
Fixes and changes are:
Multiple vulnerabilities.
kdelibs
KHTML : Fixed several crashes and misrenderings.
rlogin.protocol: fixed command execution in specially crafted
urls.
kdebase
KAddressbook: Don't squeeze columns on startup/properly restore
column width settings.
kdenetwork
lisa, reslisa: Fixed several security vulnerabilities.
kdesdk
Cervisia: Show long lines in diff view always completely.
|
|
and use bsd.pkg.install.mk to copy it to PKG_SYSCONFDIR.
Bump PKGREVISION to 1.
|
|
and use bsd.pkg.install.mk to copy it to PKG_SYSCONFDIR.
Bump PKGREVISION to 2.
|
|
Changes:
- Don't require IO::String for perl-5.8 as
it has that feature built in. Based on patch
by Slaven Rezic <slaven.rezic@berlin.de>.
- Support for Exif 2.2 tags contributed by
Stephane Bailliez <sbailliez@apache.org>.
- Support Olympus C4000Z MakerNote also from
Stephane Bailliez.
- More robust TIFF parser that keeps on going if some of the
fields appears to be garbage.
- Workaround for "Samsung Digimax 200"'s brain-dead resolution
values.
Happy new year ..
|
|
|
|
|
|
segfaulting -- from Jarkko Torppa. Closes pkg/19008.
Now that dia works again, remove the BROKEN tag from the Makefile.
|
|
PNG and TIFF again. Fix supplied by Bernd Ernesti in private e-mail. Bump
package revision after this change.
|
|
Gimp not to work properly... So here is it. Bump PKGREVISION to 4.
|
|
|
|
---
The exiftags utility parses a specified JPEG file or, by default,
its standard input, looking for a JPEG APP1 section containing Exif
(Exchangeable Image File) image metadata. The properties contained
in these data are then printed to the standard output. Digital
cameras typically add Exif data to the image files they produce,
containing information about the camera and digitized image.
The program supports a variety of cameras, and includes additional
support for a portion of the maker notes for Canon, Casio, Fuji,
Nikon, and Olympus cameras. Currently this program runs under
Windows and Unix-like operating systems.
An included companion utility, exifcom, displays and writes the
UserComment Exif tag that some cameras include in the image metadata
they create. This program is useful for recording caption or location
information in the image file itself.
License: BSD License
|
|
|
|
|
|
Patch from Ingolf Steinbach in PR 19306.
Bump PKGREVISION to 1.
|
|
|
|
This version contains mainly code cleanups (including rewritten
gif89 & svgalib output), warning fixes, and DOCS updates. Several
small bugs were fixed and a possible 20% slowdown of libavcodec
was solved. The VIDIX part improved a bit, a new driver for the
Trident Cyberblade chip was added, and bugs in the Radeon driver
were fixed. Vidix now can use svgalib's kernel helper instead of
the buggy dha module, and is usable together with the SVGAlib. This
version introduces experimental support for XMMS input (demuxer+codecs)
plugins too, and support for mp3lame presets has been added.
Package change: Install arial-18-iso-8859-1 as default font,
overridable by user (with ~/.mplayer/font), as requested by veego.
|
|
|
|
|
|
|
|
|
|
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523,
19524, 19525 and some more, perhaps.
|
|
and some bugfixes.
|
|
|
|
program. libgphoto2 is split from gphoto2 in this (minor version(!))
release.
Newly supported cameras include:
Ricoh RDC-1, -2, -2E, -100G, -300, -300Z, -4200, -4300, -5000
Philips ESP2, ESP50, ESP60, ESP70, ESP80, ESP80SXG
Canon PowerShot G3, S230, S45, A100, A200
Nikon D100
Mustek gSmart mini, mini2, mini3 and So. Show 301
USB Jenoptik JD350v
RCA CDS1005, FujiFilm @xia ix-100, Oregon Scientific DShot II,
Media-Tech mt-406, and Scott APX 30
Aiptek Pencam and Medion MD 5319
and probably some more
|
|
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
|
|
after a library major bump.
|
|
one see http://www.freetype.org/freetype2/2.1.3-explained.html .
|
|
* libexif/exif-data.h: Introduce an array of ExifContents. This
doesn't break binary compatibility, but it breaks compilation.
Do something like "%s/->ifd_0/->ifd[EXIF_IFD_0]" in your source
code to make it compile again.
|
|
systems.
|
|
|
|
from the XFree86 distribution. This avoids problems with libtool finding
libfreetype.la if graphics/freetype2 is installed as well. This addresses
PR 19496 by Bill Sommerfeld and reported independently by Steve Bellovin
on the netbsd-users mailing list.
|
|
|
|
the runtime CPU checks; it defaults to YES, which makes the binary package
usable on more machines; setting it to NO might make mplayer a bit faster.
Suggested by veego.
|
|
and place them in the right directory using PKG_SYSCONFDIR stuff.
Bump PKGREVISION to 3.
Approved by wiz.
|
|
|
|
Docs:
* new French translation
* Irix section
* various updates (both English & Hungarian)
Codecs:
* New codec pack download page (there are several packs for various IFs)
* Win32/Quicktime codec plugin DLL support -> SVQ3 + QDMC/QDM2/Qclp !!!
* Win32/DMO codec DLL interface support -> Windows Media Audio/Video 9!!!
* MJPEG 2000 support (using Morgan & Imagepower VfW DLLs)
* libavcodec: optimized HuffYUV en/decoder, with experimental YV12 support
* libavcodec: mjpeg-b support (need more samples)
* more xvidencopts
* VorbisGain tag support, tremor (fast vorbis decoder lib) support
* BIG libavcodec messups & codmetics & cleanups & API changes & fixes
* dynamic plugin support for libmpcodecs (for future binary codec releases)
GUI:
* general code cleanup, more robust gtk code
* preferences: Screensaver, Autosync settings
* cache=4 fixed (caused jerky/lagging/slow playback with gmplayer)
Others:
* new config/cmdline parser code (optional)
* OSD menu system (preferences, shell, file selector etc)
* libaf: runtime cpudetection, volume, equalizer, better format
conversion
* subtitle overlapping can be disabled, added subtitle sorting
* subtitle dump to JACOsub and SAMI formats
* displays URLs from 'Reference Media' type .mov files, dump generic
data
* get position/length function in demuxers - for slavemode & -indentify
* -ao alsa9 surround fixes, 8-bit PCM fixed
* -vo dfbmga: -dr support, fixed OSD flickering
* -stop-xscreensaver fixed, support for KDE screensaver too
* More compiler warning fixes
* Altivec (G4) support
|
|
|
|
Sent back to maintainer, but development seems to be dormant right now.
Bump version to 1.03nb2.
|