Commit graph

20 commits

Author SHA1 Message Date
adam
dd4d4ca06a Changes 0.45.1:
* Patch [ 1667939 ]: fix crash when tile-tracing with too small
  clones
* Patch [ 1666532 ]: Broken link in inkview man page
* Patch [ 1665447 ]: fix for the blur quantization bug 1617082
* Patch [ 1664849 ]: fix for 1662589: increase blur margins
* Patch [ 1664004 ]: embedimage.py with fixed search order
* Patch [ 1662649 ]: markers.svg with reversed order
* Crudely improve check-markup for { markup, fix translations with
  bugs in that area (dz and zh_TW).
* Patch [ 1659404 ]: Set locale directory from environment variable
* Patch [ 1657072 ]: fix for bug 1654495
* Patch [ 1654636 ]: defocus dropper checkboxes
* Updated slovak translation
* Adding japanese.nsh and russian.nsh into files that should go into
  the release tarball
* Correct russian translation
* Patch [ 1651797 ]: fix for attributes when saving/save-a-copy
* Patch [ 1651752 ]: fix dropper tool
* Pattern along path extension fixed on Windows
* Include libtiff3.dll in the Windows distribution, fixing crash
  when opening TIFF files
* Patch [ 1673067 ]: fix blur export on flowtext
* Patch [ 1678075 ]: fix FontInstance.cpp compile issue
* Patch [ 1673502 ]: fix broken Envelope (Summers Night) effect
* Security: fixed format string overflows in dialogs (CVE-2007-1463)
  and whiteboard Jabber protocol (CVE-2007-1464).
2007-03-23 20:15:00 +00:00
joerg
7a85201d26 Readd build fix for NetBSD based on the suggestions from Matthias
Drochner and myself.
2007-02-19 22:41:31 +00:00
joerg
088f436b42 Fix getopt usage, HAVE_GETOPT_H is never defined and unistd.h is enough. 2007-02-15 14:34:20 +00:00
adam
f629e92d42 Changes 0.45:
This release brings the exciting new features developed by the Google
Summer of Code 2006 participants, as well as tons of other
improvements across the board. Here are the highlights:

* Gaussian blur is the first SVG filter supported by Inkscape. You
  can blur any object to any extent - yet it remains vector and
  fully editable. This gives a huge boost to Inkscape as a creative
  art tool.

* Display speed and interactivity: not only does Inkscape render
  faster, but it can now respond to user input before it finished
  redrawing the screen, which greatly improves the interactivity of
  the program.

* History dialog makes it easy to to review your editing session and
  jump to any step of it, undoing and redoing multiple actions with
  one click.

* Several important tool features are added, notably the new
  selection mode in Node tool and the adjustable rounded caps in
  Calligraphic pen.

* Bitmap tracing works better for multi-color traces, sports a
  redesigned dialog and several new options.

* Many new extension effects are added, including Color effects and
  Pattern along path.

* The Outline mode has got many fixes and improvements, including a
  keyboard shortcut.

* Several new commands in Help menu open various Inkscape-related
  pages in your default browser, making Inkscape reference
  information more accessible as you work.

* Dozens of smaller features are added throughout the program, and
  hundreds of bugs are fixed.
2007-02-05 20:20:03 +00:00
rillig
70732b0c64 Fixed "test ==". 2006-10-19 06:19:18 +00:00
adam
5aa78eb8f0 Changes 0.44.1:
* fix a crash on Windows ("python.exe can't find msvcrt71.dll") by
       providing that dll in the package;
     * fix hang in page size widget
     * on Mac OS X, removed problems with home folder path names
       containing spaces;
     * inkscape now finds libpng include headers on some systems where it
       previously failed to do so
     * several changes to allow compiling on glib-2.4 systems (e.g.
       RHEL4);
     * allow compiling on systems with incomplete boost library headers;
       recognize if boost is too old
     * inkscape now compiles with gcc-4.2.x.
     * fixed a bug where stderr output from scripts was not shown
     * fixed a bug affecting the recent files menu
     * resolution information is now saved in exported PNG files
     * fix some ODG export bugs
     * fix dia import
     * fix several include issues affecting building on Solaris
       (there are still some more problems, at least under Solaris 8, and
       similar ones on OpenBSD)
     * added missing German version of the advanced tutorial and made
       corrections to the calligraphy one; added missing Czech, German,
       and Brazil-Portuguese tutorials to tarball; added missing German
       keytable to tarball
     * applied changes to the German and Spanish translations of Inkscape
       strings
     * interactivity improvements at high zooms
     * fix for specifying CSS colors with percentages
     * re-enabled old PDF exporter alongside the new one
     * minor fixes to new PDF exporter (a major overhaul is still in the
       works)
     * fixup for invalid "s odipodi" namespace which has become
       widespread in Inkscape documents
     * Mac OS X packaging updates
     * miscellaneous build fixes
2006-10-06 20:29:11 +00:00
joerg
a8ac293503 NetBSD before 3.99.8 needs log2 as well. Fixes PR 34020. 2006-07-21 15:36:56 +00:00
joerg
501fee2297 Fix build on DragonFly:
- include unistd.h to get read(2) prototype
- implement log2 locally using log and M_LN2

If other platforms lack log2 as well, just add them to the list.
2006-07-21 13:16:53 +00:00
drochner
63a5783282 update to 0.44
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
2006-07-04 15:46:34 +00:00
drochner
032f7e69ce add a patch from freetype to make it build with 2.2.1 2006-05-31 18:01:49 +00:00
joerg
9f01bc46d2 Allow the gettext detection to work with NetBSD's base as well. 2006-03-07 04:15:22 +00:00
uebayasi
fc504fcc2a Update inkscape to 0.43.
Changes from NEWS:

   The focus of this release is on the exciting new features sponsored by
   Google via their Summer of Code program. However, we have quite a bunch of
   other stuff too. Here are the highlights:

     * Connectors: A new Connector tool implements creation, editing, and
       autorouting (object-avoiding) of connector lines between objects.
       Indispensable for diagramming. (A Google SoC project.)
     * Inkboard collaborative editing: You can now connect to other Inkscape
       users over the Net and edit a shared document together, watching
       others' changes and making yours! (A Google SoC project.)
     * Pressure and tilt sensitivity: the Calligraphy tool can now use a
       tablet pen with pressure/tilt support to vary the width and angle of
       the calligraphic stroke.
     * Better node editing: You can freely drag/bend/stretch a Bezier curve
       by any point (not only by a node), as well as add a new node at any
       point on the curve.
     * New extensions for envelope distortion, whirling, and adding nodes.
     * Improved precision, expanded limits, many usability improvements and
       bugfixes.
2005-12-04 13:51:38 +00:00
adam
1e6596b546 Changes 0.42.2:
* Bug fixes
2005-09-06 15:55:52 +00:00
adam
b8f23c0e85 Changes 0.42:
* Flowed text: text objects that automatically reflow in any shape (not
       only rectangle).
     * Text selection: finally you can shift+arrow or drag over part of a
       text and apply any style to the selected span.
     * Gradient tool: a completely redesigned and much easier to use gradient
       interface, with gradient handles displayed right on canvas.
     * Effects are now usable from within Inkscape on all platforms; this
       version ships with a collection of effects including path
       interpolation, randomization, and various fractal algorithms.
     * Color swatches: a standard facility in most graphic software, now in
       Inkscape too.
     * Colored clones: clones can now be painted differently from their
       original.
     * Tile tracing: the Tile Clones dialog can trace the existing image with
       the tiling, producing a multitude of exciting effects.
     * Grid arrange, baseline align, unclumping: new powerful ways to arrange
       objects.
     * Better PS/EPS export: gradient support, better text handling, a
       command line option for batch export.
     * Command line SVG analysis: use Inkscape from the command line to query
       coordinates and dimensions of objects in an SVG file.
     * Better SVG/CSS compliance: notably, internal CSS stylesheets are now
       supported (read-only).
     * OS X support: In addition to Linux and Windows, Inkscape 0.42 is
       available as a fully self-contained dmg package for Mac OS X.
2005-07-28 13:52:10 +00:00
drochner
2ff1b8cbf2 while harmless appearently, fix a configure test checking the boehm-gc
version which was broken die to a GNU'ism
2005-05-10 20:22:39 +00:00
drochner
1ccc0ec089 update to 0.41
from the announcement:
The primary focus of 0.41 has been bug fixing.
[...]
A couple new features also found their way in. First, the black and
white tracing functionality introduced in 0.40 has been improved to also
allow conversion of color and grayscale images. Second, is the addition
of a new clone tiler facility which creates patterns, tesselations, and
other sorts of geometric tiling arrangements.
User requests and comments also stimulated a number of improvements to
units handling, extensions, the Invert Selection command, layers
selector, icon theming, and several new translations.
2005-05-10 18:38:15 +00:00
agc
6a7b384635 Add RMD160 digests 2005-02-24 08:45:01 +00:00
reed
39de0a0e65 Remove -lpthread and -ldl from the configure checking for Boehm GC.
This is for PR #29012 from Douglas Brebner.

I reported this to the inkscape developers and this is being fixed.
2005-01-19 21:54:26 +00:00
reed
0e23a7a72a Update inkscape to 0.40. The ChangeLog is too long to add here. The NEWS file
has:
     This release has been slow in coming, but it was worth the wait: Inkscape
   0.40 brings a huge amount of new features, usability enhancements,
   documentation, and bugfixes. The three most important new features are:

     * Layers are almost complete in this version; this fills a major gap in
       functionality, making Inkscape usable for complex artwork.

     * The Potrace bitmap tracer is incorporated into Inkscape - now
       vectorizing bitmaps is easy and interactive. A matching command,
       "Create bitmap copy", converts from any object to bitmap.

     * The text-on-path implementation is complete and very flexible. Both
       the text and the path remain fully editable and transformable.
...
     * Bugfixes: too many to mention (in total, 228 bugs closed in the
       tracker since 0.39), including several important SVG compatibility
       fixes.

More information at  http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes040

This package now depends on boehm-gc. And it uses libsigc++2
and gtkmm24 instead of libsigc++ and gtkmm.

Many new templates added. And a new library added: libgimpgrad.

Patches removed. (The landscape printing support was added to 0.40.)
2005-01-12 20:54:52 +00:00
reed
065c5697b6 Import of inkscape-0.39nb1
It is a Scalable Vector Graphics (SVG) editor.

This is from pkgsrc-wip.
2004-10-15 03:11:49 +00:00