The NetBSD Project

CVS log for pkgsrc/graphics/inkscape/PLIST

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / graphics / inkscape

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.38 / (download) - annotate - [select for diffs], Sun Nov 19 19:54:30 2023 UTC (4 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
Changes since 1.37: +95 -92 lines
Diff to previous 1.37 (colored) to selected 1.13 (colored)

inkscape: update to 1.3.1.

Inkscape 1.3.1

Released on 2023-11-18

    Improvements on node count when using shape builder
    Ability to disable snapping to grid lines
    Possibility to split text into characters while keeping kerning
    Lots of bugfixes and crash fixes, and translation improvements

Revision 1.37 / (download) - annotate - [select for diffs], Sun Aug 13 14:13:23 2023 UTC (7 months, 2 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.36: +444 -181 lines
Diff to previous 1.36 (colored) to selected 1.13 (colored)

inkscape: Update to 1.3

Changelog:
1.3:
Release highlights

Released on 2023-07-21

    Improved performance thanks to fully asynchronous, multithreaded rendering
    Shape builder (NEW) - a new tool for building complex shapes (Boolean tool)
    Improved On-Canvas Pattern Editing
    Pattern Editor (NEW)
    Page margins & bleed
    Document Resources Dialog (NEW)
    Return of Search, opacity & blend modes in Layers & Objects dialog and of an optional persistent snap bar
    Font Collections (NEW)
    Syntax highlighting in XML Editor
    LPE dialog - Redesign
    Better PDF import
    Many crash & bug fixes


==================================================================
===                                                            ===
===     The authoritative version of the changelog is at       ===
=== https://wiki.inkscape.org/wiki/index.php/Release_notes/1.3 ===
===                                                            ===
==================================================================

Performance

    lot of effort has gone into improving the performance and speed of all aspects in Inkscape. This involved the refactoring of inefficient code, rewriting how Inkscape works with patterns, moving bitmap tracing into a separate thread and so much more.
    canvas rendering is now both multithreaded and done outside of Inkscape's main process thread. This should significantly improve performance while zooming / panning / transforming objects
    if your computer's processor has more than one core (which it most likely does). This results in a 2ăà speedup in most of the tasks.
    you can set the number of processor cores Inkscape should use for rendering in Edit ățPreferences ățRendering ățNumber of Threads. By default, Inkscape tries to be as fast as possible by using as many cores as possible

General user interface
Color Palette

    Color palette fields now have little indicators that show which color is used for the stroke and fill of a selected object.
    Color pinning

Color Pickers

    Color pickers in Inkscape now support choosing colors in the OKLch color space, which has just been adopted into the CSS Color Module Level 4 draft recommendation.
    This additional option is disabled by default. It can be enabled in Edit ățPreferences ățInterface ățColor Selector as "OKHSL", and will then be available in any color picker's dropdown. Note that color values will still be written as RGB hex codes in the SVG source, and Inkscape also does not support reading colors that are defined in that color space. This change is purely adding a new convenient option for choosing colors.

Command Palette

    It is no longer necessary to scroll horizontally in the Command Palette (shortcut: ?), as entries are now nicely arranged and formatted and make use of linebreaks. Now all the info for an entry is directly visible

Context menu

    For clipped images, there is now an option to crop them to their clipping path. This destructive operation can be used to reduce the file size of an SVG file, removing unneeded parts. The function automatically embeds any linked images, leaving the original image untouched. For any areas outside an irregular-shaped clip, but inside the rectangular region of the bounding box, the new image will use transparency. The status bar will show a message telling you by how many bytes the cropping made your file lighter.

Copy-pasting Styles

    A new preference option in Edit > Preferences > Behavior > Clipboard allows you to choose whether you want to replace the CSS rules for an object with those of the other object, or whether you want to always just paste the resulting style attributes, without any CSS classes, when you copy-paste the style of one object onto another one. This will help with (colorable) icon creation and web development tasks.

Crash dialog

    When Inkscape crashes, it will now ask you to create a bug report and will provide information that can help developers to fix the crash.

Keyboard shortcuts

    The keyboard shortcuts for aligning objects vertically and horizontally have been moved to the numeric keypad, where the other alignment shortcuts are

Origin on current page

    In Edit > Preferences > Interface, there is an option now to use the current page's corner as the coordinate system origin for placing objects, for the rulers, and for any tools.

Pasting Options Renamed, and Paste on Page

    The Paste size entry in the Edit menu has been renamed to Pasteăà to hold all 'special' pasting operations that you may need.
    A new pasting feature On Page has been added to this renamed menu to paste the copied object(s) into the same position on a different page

Rulers

    Inkscape's rulers at the canvas boundaries got two new indicator areas:
        Page: the part of the ruler that corresponds to the current page's location is now colored in a different tone, so you can always see where your page ends.
        Selection: a thin blue line indicates and follows the current selection. This line can be turned off in Edit Preferences ățInterface: Show selection in ruler.
    Ruler performance has been improved along with these changes.

Selecting

    Functionality to save and restore the current selection (i.e. which items are currently selected) and to delete the saved status has been added. It is accessible from the Commands bar (?, search for 'set selection backup') or by setting a keyboard shortcut for it in the preferences. You can use it to quickly save which objects or which nodes in a path you currently have selected, and to later get back to work with that selection.
    An option to select invisible (transparent) items by clicking on them has been added to the preferences in Edit > Preferences > Behavior > Selecting.

Snap toolbar

    An option was added in Edit ățPreferences ățInterface ățToolbars to show snapping options permanently in a dedicated toolbar, similar to Inkscape version 1.1 and earlier.



Canvas
Views and Display Modes

    Quick Preview: Pressing F temporarily hides on-canvas overlays (transformation handles, grids, guides...). This allows quick preview of final artwork without any distractions. https://gitlab.com/inkscape/inkscape/-/merge_requests/4395
    Added display overlay controls in top right corners. You need to have scrollbars enabled to see it (CTRL+B).
    Clip object rendering to page: For a more permanent preview, you can choose whether to not display any objects outside the page area In the Document Properties dialog. A keyboard shortcut to toggle this feature can be set in the Keyboard Shortcuts list in the preferences.

OpenGL (GPU) accelerated canvas

    An OpenGL-accelerated display mode was added to the canvas to speed up panning, zooming and rotating. This is NOT a fully GPU-based renderer; content is still rendered on the CPU in exactly the same way as before, so large performance improvements are not to be expected. It does however result in a smoother display and lower CPU usage, especially on HiDPI screens. OpenGL mode is highly experimental and is turned off by default. It can be turned on at Preferences ățRendering ățEnable OpenGL

Smooth auto-scrolling

    Auto-scrolling happens when you drag an object off the edge of the canvas. We improved smoothness of this action.


Tools
General

    You can right click on any tool icon in toolbox to see tool preferences.

3D Box Tool

    This tool had to sacrifice its shortcut x, which is now used for the Shape Builder Tool. The shortcut Shift+F4 still works for making 3D boxes.

Gradient Tool

    Allow changing the repeat setting when multiple gradients are selected.
    Show 'Multiple gradients' in the stop list when multiple gradients are selected (instead of a random stop).
    Allow editing of the offset of the start/end stops in the tool controls (consistent with the option in the Fill and Stroke dialog).
    Keep the stop selected after the offset is changed in the toolbar (instead of selecting the first stop of the gradient).

Node Tool

    On-Canvas Pattern Editing: Pattern editing on canvas is now easier; you can click on any part of a pattern and it will show you controls at that position. We also added an outline that shows you the edges of the pattern. The first square controls position, the circle controls rotation, and the second square controls size. Hold Shift to constrain proportions. We also fixed performance problems with patterns, so now you can have smaller patterns in project and zoom in on them without worrying about Inkscape eating up all your RAM.
    Draw around Selection: We added a new (lasso) selection mode for nodes. Hold Alt and draw with the Node tool around the nodes that you want to select. This saves a lot of time that was needed before, where you needed to add new nodes to the selection by dragging small rectangles while holding Shift, whenever nodes were not located together in a convenient rectangular area (MR #4747).
    Better shape preservation when deleting nodes: New, improved curve fitting algorithm from FontForge used when deleting nodes on a "smooth" path (rather than corners)
    Edit Blur on Canvas: New on-canvas blur controls will appear for blur effects from the Fill and Stroke panel, or filters with blur effects from Add Filter. Controls are not linked by default, so you can control horizontal and vertical blurring separately. If you hold CTRL, you can control both Axes linked. You can control arbitrary angle of blurring if you rotate your object after you set blur.
    On-canvas Corners Editing: In the tool controls bar, a new button allows you to add the Corners LPE to the currently selected path. Click the button again to remove the effect

Page Tool

    The Page tool now has controls for margins and bleed
    An attribute on the page element to record the margin
    A new HTML/CSS style box model with tests
    New UI to set margins in the toolbar
    New on-canvas controls for moving margins (with ctrl/shift)
    New display of margins in the same canvas group as the page border
    Snapping for page margins

Selector Tool

    Reapply transform: Ctrl+Alt+T - This allows a user to perform a transformation multiple times and works from the canvas edits or from transform dialog or the select toolbar. Note: on Linux, the shortcut will usually open a terminal, so you may want to assign a different shortcut.
    Duplicate and transform: Ctrl+Alt+D -This performs a duplication and then reapplies the previous transform to the duplicate. Note: On Linux, this shortcut usually minimizes the window, so you will want to assign a different shortcut.
    Clone while dragging: drag object + C - Drag and object and press C to clone it in the current position. https://gitlab.com/inkscape/inkscape/-/merge_requests/4752

Shape Builder Tool

    New tool for fast shape building and Boolean operations. Shortcut: X.
    Use: Select multiple overlapping shapes and select the Shape Builder tool. The selection will be fragmented on overlapping areas, while everything else will be hidden until you leave the shape builder. Now you Click and drag to combine segments together or hold Shift + Click and drag to subtract, and Single click on segments to split. Adding is represented by a blue color, removing by pink.

Path Operations

    Object to Path: Path ățObject to Path now behaves differently for texts. In recent Inkscape versions, a text was converted into a group of letters, where each letter was a single path. Now, the whole text is converted to a single path (if you need individual letters, with Path ățSplit Path, many texts can almost be split into letters again - or you can use the extension Text ățSplit Text to split the text into single letters first).
    Fracture Paths: Path ățFracture - every overlapping region of a set of paths will be split into a separate object. The resulting objects do not overlap anymore.
    Flatten Paths: Path ățFlatten - overlapping objects will be flattened visually (it will delete paths that are hidden behind a top path). Useful for separating colors for Screen printing and offset printing as well as for doing any kind of plotting.

Clones

    A new preference option is now available, that allows you to decide whether you really want to convert a clone in the selection to a path when you use the command 'Path > Object to Path'. Otherwise, the clones will only be unlinked, but keep their path effects and editable shapes.

Masking / Clipping

    A new option to preserve clips / masks when ungrouping objects has been added (Edit ățPreferences ățBehavior ățClippaths and masks: When ungroup, clip/mask is preserved in children). The option is active by default. This means that when you now ungroup a group that has been clipped, the elements inside it will inherit the clip. Previously, the clip was removed and everything became un-clipped. To go back to previous default behavior, deactivate this new option. (MR #3564)

Dialogs
Document Resources Dialog

    Added a new dialog that shows you an overview of what assets are currently inside your document. You can edit names and export some of the resources from this dialog.

Export Dialog

    We added new options for how to export multipage in PDF and SVG formats allowing the selection of a single page out of many to export in the single-export tab and improving how batch exporting is done by ordering pages correctly.

Fill and Stroke Dialog

    Markers: Inkscape's markers got some more human-friendly (and better translatable) names.
    Pattern editor: Added in to UI. You can preview patterns, change Name, Size, Rotation, Offset, Gaps, and Colors for some specific patterns. We also added collections of patterns in ~paint/ so it's easier to be organized. Since this allows having many more patterns preinstalled, we also added a search function and a few new default patterns.


Filter Editor

    Redesign of this dialog

Layers and Objects Dialog

    UX improvements

Live Path Effects Dialog

    The compact new design merges organization and controls into one unit. You can reorder LPEs by dragging and dropping the whole effect. It adds a fast search box, and a fast dropdown for adding effects.

Object Attributes Dialog

    An improved dialog that allows you to set contextual object-dependent attributes for the selected object. It is already used for images, accessible as 'Image properties' from the context menu, "Object attributes" from dialog popup menu, and can also be opened for other objects by setting a keyboard shortcut for it in the preferences.

Swatches Dialog

    In the Swatches dialog, the option to display colors together with their names (from the .gpl palette file), in a vertical list, is back again.

Symbols Dialog

    Redesign and functionality improvements

Text and Font Dialog

    Font collections: New feature that allows you to organize your fonts to collections. You can create your Collection and then drag and drop fonts in to it . For example Favorite fonts that you use often or Collection based on fonts properties Like Scripts, Serif, Sans Serifs , etc.

Trace Bitmap Dialog

    Got significant performance boost and a progress bar. Now it runs in the background, allowing you to cancel it if it's taking too long. https://gitlab.com/inkscape/inkscape/-/merge_requests/4702

Welcome Dialog

    Files are sorted by their last modified date. We Added recovery for files in this list after crash. You can see then by text Emergency save next to file.

XML Editor

    Syntax highlighting in XML Editor
    small cosmetic changes to UI


Import / Export

    Many improvements to PDF import
    Rewrite of XAML export
    Improved HPGL import

SVG Standards Compliance

    Added support for href and xlink:href in SVG header. This makes Inkscape more compatible with SVG 2.

Customization / Theming

    Added user.css to UI folder to allow tweaking UI without interfering with or fully overriding other CSS files. https://gitlab.com/inkscape/inkscape/-/merge_requests/5004

Multiuser resource sharing

    In Edit > Preferences > System, users can set a folder for shared default resources. It must be structured like a user's Inkscape preferences directory. This makes it possible to share a set of resources, such as extensions, fonts, icon sets, keyboard shortcuts, patterns/hatches, palettes, symbols, templates, themes and user interface definition files, between multiple users who have access to that folder (on the same computer or in the network). The option requires a restart of Inkscape to work when changed.


Other

    Many bugfixes

Revision 1.36 / (download) - annotate - [select for diffs], Thu Feb 2 15:26:55 2023 UTC (13 months, 3 weeks ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.35: +91 -91 lines
Diff to previous 1.35 (colored) to selected 1.13 (colored)

inkscape: update to 1.2.2

Maintenance and bugfix release, which brings 4 crash fixes, over 25 bug
fixes, 5 fixes for extension bugs and 13 improved UI translations.

Revision 1.35 / (download) - annotate - [select for diffs], Mon Jul 25 19:42:33 2022 UTC (20 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.34: +561 -293 lines
Diff to previous 1.34 (colored) to selected 1.13 (colored)

inkscape: update to 1.2.1.

Release highlights

    Inkscape documents can now hold multiple pages, which are managed by the new Page tool
    Editable markers and dash patterns
    Layers and objects dialog merged
    On-canvas alignment snapping and Snap settings redesign
    New 'Tiling' Live Path Effect
    Redesigned Export dialog with preview and ability to select objects/layers/pages and even multiple file formats to export to
    Import SVG images from Open Clipart, Wikimedia Commons and other online sources
    Selectable object origin for numerical scaling and moving
    All alignment options in a single dialog
    Gradient editing in the Fill and Stroke dialog
    Gradient dithering
    SVG Font Editor updated
    Flowing text around shapes and text padding
    Convenience Boolean operation for splitting paths
    Configurable Tool bar, continuous icon scaling and many more new customization options
    Performance gains for many parts of the interface and many different functions
    Lots of improvements to the user interface
    Numerous crash & bug fixes in the main Inkscape program and in in the stock extensions
    and so much more!

Revision 1.34 / (download) - annotate - [select for diffs], Wed Mar 2 02:28:04 2022 UTC (2 years ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.33: +2 -1 lines
Diff to previous 1.33 (colored) to selected 1.13 (colored)

inkscape: Update to 1.1.2

Changelog:
Inkscape 1.1.2
--------------

Released on **2022-02-05**

Release highlights
------------------

This is a bugfix release:

 - Dependencies updated, fixing bitmap exports
 - Graphic tablet pens erasors switch to the correct tool
 - Fix lost styling of text converted to path
 - Fix relative position of clones pasted to a new document
 - Fix various crashes


Full release notes on https://wiki.inkscape.org/wiki/index.php/Release_notes/1.1.2

Revision 1.33 / (download) - annotate - [select for diffs], Fri Jul 2 06:59:15 2021 UTC (2 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.32: +678 -26 lines
Diff to previous 1.32 (colored) to selected 1.13 (colored)

inkscape: update to 1.1.

Much help provided by Nathan Lee in fixing a startup issue.

Inkscape 1.1 is the latest major Inkscape release that brings users
many fresh new features and new functionality.

The most notable changes include:

    A Welcome dialog, where the look of Inkscape can be selected,
    and some choices for the new document's size or file to open
    are available

    A Command palette that opens when the ? key is pressed and that
    allows to search and use many functions without having to use
    a keyboard shortcut or going through the menus

    It is now possible to copy, cut and paste parts of paths with
    the Node tool

    The dialog docking system has been rewritten, which resolves
    many issues with Inkscape's docked dialogs and allows you to
    dock dialogs on either side of the screen

    New Outline Overlay mode that displays object outlines while
    also showing their real colors

    Preferences options are now easier to find by using the new
    search field

    It is no longer necessary to remember to click on 'Export' in
    the PNG Export dialog, as the exporting will already happen
    after the click on 'Save' in the file selection dialog.

    Export as JPG, TIFF, optimized PNG and WebP directly from
    Inkscape

    When pasting a copied object, Inkscape now pastes it directly
    on top of the currently selected object by default

    An extension for updating extensions and installing additional
    extensions, called the Extension Manager (currently in beta
    stage)

Revision 1.32 / (download) - annotate - [select for diffs], Fri Apr 9 11:18:24 2021 UTC (2 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored) to selected 1.13 (colored)

inkscape: updated to 1.0.2

inkscape: updated to 1.0.2

Inkscape 1.0.2

This is a bugfix release:
- More granular controls for canvas zooming and rotation
- Fixes extensions popping up when a clipboard manager was used
- Several crashes fixed

Revision 1.31 / (download) - annotate - [select for diffs], Tue Sep 8 13:25:14 2020 UTC (3 years, 6 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.30: +35 -27 lines
Diff to previous 1.30 (colored) to selected 1.13 (colored)

inkscape: Update to 1.0.1

Changelog:
1.0.1 Release highlights

    Selectors/CSS dialog is now available

    Experimental color-managed PDF export through Scribus

    Many crash fixes and bugs fixed

Selectors and CSS dialog

The Selectors and CSS dialog that was hidden and labelled as
'experimental' in Inkscape 1.0 is now available from the Object
menu in 1.0.1. This new dialog allows users to edit a CSS stylesheet
for the document and also to select all objects with a certain CSS
selector, thus providing a replacement for the Selection Sets
dialog, that had to be removed for Inkscape 1.0.  Scribus PDF export

An experimental PDF export extensions was added that uses Scribus
1.5.5+ if it can be found in the path. You'll need to use a color
profile in the SVG file and make sure to double-check the exported
image, as there are many SVG features not supported by Scribus.

Revision 1.30 / (download) - annotate - [select for diffs], Thu May 21 14:54:08 2020 UTC (3 years, 10 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.29: +2 -1 lines
Diff to previous 1.29 (colored) to selected 1.13 (colored)

inkscape: fix PLIST

Revision 1.29 / (download) - annotate - [select for diffs], Sat May 16 21:35:51 2020 UTC (3 years, 10 months ago) by tnn
Branch: MAIN
Changes since 1.28: +1 -2 lines
Diff to previous 1.28 (colored) to selected 1.13 (colored)

inkscape: remove default.es_MX.svg from PLIST. Doesn't seem to get installd

Revision 1.28 / (download) - annotate - [select for diffs], Wed May 6 01:42:28 2020 UTC (3 years, 10 months ago) by ryoon
Branch: MAIN
Changes since 1.27: +1954 -213 lines
Diff to previous 1.27 (colored) to selected 1.13 (colored)

inkscape: Update to 1.0

Changelog:
Inkscape 1.0

Release highlights

    Theming support and more new customization options
    Better HiDPI (high resolution) screen support
    Native support for macOS with a signed and notarized .dmg file
    Coordinate origin in top left corner by default
    Canvas rotation and mirroring
    On-Canvas alignment of objects
    Split view and X-Ray modes
    PowerPencil for drawing editable, variable width strokes with a pressure sensitive graphics tablet
    New PNG export options
    Integrated centerline tracing for vectorization of line drawings
    Searchable Symbols dialog
    New Live Path Effect (LPE) selection dialog
    New Corners (Fillet/chamfer) LPE, (lossless) Boolean Operation LPE (experimental), Offset LPE and Measure Segments LPE (and more!)
    Path operations, deselection of a large number of paths as well as grouping/ungrouping are much faster now
    Much improved text line-height settings
    Variable fonts support (only if compiled with pango library version >= 1.41.1)
    Browser-compatible flowed text
    Extensions programming interface updated, with many new options
    Python 3 support for extensions

Revision 1.27 / (download) - annotate - [select for diffs], Mon May 13 16:17:51 2019 UTC (4 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.26: +12 -1 lines
Diff to previous 1.26 (colored) to selected 1.13 (colored)

inkscape: updated to 0.92.4

Inkscape 0.92.4 is a stability and bugfix release. It also brings some
notable performance improvements for filter rendering, measure tool,
extensions, document saving and moving paths (with a live path effect)
and includes a couple of small, but impactful usage improvements.

Revision 1.26 / (download) - annotate - [select for diffs], Sun Jan 6 08:41:01 2019 UTC (5 years, 2 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.25: +6 -4 lines
Diff to previous 1.25 (colored) to selected 1.13 (colored)

inkscape: update to 0.92.3

Also post 0.92.3 updates from upstream for poppler-0.72 by way of
linuxfromscratch.
http://www.linuxfromscratch.org/patches/blfs/svn/inkscape-0.92.3-consolidated_fixes-1.patch

Inkscape 0.92.3 is a maintenance release resolving numerous bugs and making
this the most stable release of the series. Among the most reported bugs
addressed were:

* Blank pages being output when attempting to print multiple copies of a
  document
* The inability to cancel during the export of large files
* Application crashes caused by attempting to drag a path at a cap or line
  join
* Some issues with keyboard shortcut functionality on non-Latin keyboard
  layouts

A few performance improvements and usability enhancements that made it into
the release, include:

* New SVG export options from the command line
* Support for right-to-left text
* Improved ellipse controls
* Multi-line text support for the PDF+LaTeX export
* New render tile preferences for performance tuning
* Better startup performance for many Windows users

Revision 1.25 / (download) - annotate - [select for diffs], Tue Dec 19 09:28:25 2017 UTC (6 years, 3 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.24: +2 -6 lines
Diff to previous 1.24 (colored) to selected 1.13 (colored)

inkscape: update to 0.92.2

Development for the 0.92.2 release was focused primarily on fixing bugs
and regressions. Among hundreds of code commits are fixes that provide:

* Better importing and exporting of EMF/WMF files, PDF/PDF+Latex
  documents, Visio Stencil files, and XML files
* Greater stability during printing on Windows
* Improved fill and stroke HSL color selection
* Greater stability when reverting and saving files

Among noteworthy feature and usability improvements are:

* An additional handle at the center of rectangles, circles/ellipses,
  and stars, to allow quick and accurate alignment of these shapes with
  other objects
* A command line option for updating the file's DPI value that allows for
  easier processing of large file collections
* Improvements to user-defined shortcuts, including the acceptance of
  previously restricted special characters

Revision 1.24 / (download) - annotate - [select for diffs], Thu Feb 16 09:46:54 2017 UTC (7 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.23: +13 -1 lines
Diff to previous 1.23 (colored) to selected 1.13 (colored)

Inkscape 0.92.1 is a stability and bugfix release.

Revision 1.23 / (download) - annotate - [select for diffs], Fri Feb 10 05:51:43 2017 UTC (7 years, 1 month ago) by adam
Branch: MAIN
Changes since 1.22: +115 -66 lines
Diff to previous 1.22 (colored) to selected 1.13 (colored)

The Inkscape project announces a new version 0.92 of its popular vector drawing software. New features include mesh gradients, improved SVG2 and CSS3 support, new path effects, interactive smoothing for the pencil tool, a new Object dialog for directly managing all drawing elements, and much more. Infrastructural changes are also under way, including a switch to CMake from the venerable Autotools build system.

Revision 1.22 / (download) - annotate - [select for diffs], Tue Feb 3 13:55:12 2015 UTC (9 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.21: +141 -28 lines
Diff to previous 1.21 (colored) to selected 1.13 (colored)

Changes 0.91:
Cairo rendering for display and PNG export
OpenMP multithreading for all filters
C++ code conversion
Major improvements in the Text tool
Measure tool
Type design features
Symbol library and support for Visio stencils
Cross platform WMF and EMF import and export
Improved support for Corel DRAW documents, Visio importer
Support for real world document and page size units, e.g. millimeters
Numerous usability improvements
Native Windows 64-bit build

Revision 1.21 / (download) - annotate - [select for diffs], Tue Jul 29 07:03:27 2014 UTC (9 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3
Changes since 1.20: +1 -2 lines
Diff to previous 1.20 (colored) to selected 1.13 (colored)

Changes 0.48.5:
Adobe Illustrator SVG files containing entities can be loaded again
Support for Poppler 0.26
Support for Boehm-GC 7.4.0 and later
Several crash bugs were fixed
64-bit compilation is now possible on Windows

Revision 1.20 / (download) - annotate - [select for diffs], Fri Jun 1 20:23:10 2012 UTC (11 years, 9 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2
Changes since 1.19: +12 -3 lines
Diff to previous 1.19 (colored) to selected 1.13 (colored)

update to 0.48.3.1
changes:
-bugfixes
-build fixes, in particular for newer glib2

Revision 1.19 / (download) - annotate - [select for diffs], Sat Feb 5 07:57:15 2011 UTC (13 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.18: +10 -1 lines
Diff to previous 1.18 (colored) to selected 1.13 (colored)

Changes 0.48.1:
No release information available.

Revision 1.18 / (download) - annotate - [select for diffs], Wed Sep 22 11:39:13 2010 UTC (13 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.17: +89 -24 lines
Diff to previous 1.17 (colored) to selected 1.13 (colored)

Changes 0.48.0:
The highlights of this release are:
* multipath editing
* improved text tool: subscript, superscript, numerical input for text kerning,
  tracking and more
* new Airbrush tool
* LaTeX export with PDF/PS/EPS
* JessyInk extension to create presentations
* numerous bugfixes

Revision 1.17 / (download) - annotate - [select for diffs], Sun Nov 29 20:51:51 2009 UTC (14 years, 4 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.16: +259 -29 lines
Diff to previous 1.16 (colored) to selected 1.13 (colored)

Update to inkscape-0.47.
--
Inkscape 0.47 brings a host of important improvements all across the program:
* Timed autosave: no more lost work
* Spiro splines: an exciting new way to work with paths, fully supported in
  Pen, Pencil, and Node tools
* Auto smooth nodes: a new type of node that keeps the path as smooth as
  possible as you move it or its neighbors
* New modes in Tweak tool: pushing and jittering whole objects,
  scaling/rotating objects, deleting and duplicating using the "soft brush"
* Reworked, much more usable snapping system and a Snapping toolbar
* New path effects, including sketch, hatching, envelope deformation; effects
  can be stacked and assigned to groups
* A huge collection of preset filters in the new Filters menu
* New cairo-based PS and EPS export: improved quality, more features
  supported, fallback rasterization for filters and transparency
* Spell checker for text objects in a document
* Many new extensions: restacking, calendar, printing marks, cartesian and
  polar grids, interpolating attributes
* Optimized SVG code options, now with their own Preferences page

Revision 1.16 / (download) - annotate - [select for diffs], Sun Jun 14 17:59:18 2009 UTC (14 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.15: +1 -20 lines
Diff to previous 1.15 (colored) to selected 1.13 (colored)

Remove @dirrm entries from PLISTs

Revision 1.15 / (download) - annotate - [select for diffs], Fri Apr 25 22:35:38 2008 UTC (15 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.14: +3 -1 lines
Diff to previous 1.14 (colored) to selected 1.13 (colored)

Add two directories to PLIST. Bump PKGREVISION.

Revision 1.14 / (download) - annotate - [select for diffs], Mon Apr 7 17:08:53 2008 UTC (15 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.13: +149 -20 lines
Diff to previous 1.13 (colored)

Changes 0.46:
* Paintbucket tool
* Tweak tool
* 3D Box tool
* Live path effects
* Color management
* New SVG filters and UI
* Native PDF and AI import
* XAML import/export
* Open Clip Art Library integration (import/export)
* Stock patterns
* Bitmap editing extension effects
* Full on-canvas gradient editing
* Engraver's Toolbox in the Calligraphic tool
* Touch selection
* Dockable dialogs
* Command-line access to verbs
* Snapping made usable
* "3D" / axonometric grid
* Angled guidelines
* Conversion of objects to guidelines
* Significant speed and interactivity improvements
* Hundreds of smaller features and bugfixes

Revision 1.13 / (download) - annotate - [selected], Fri Mar 23 20:15:00 2007 UTC (17 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.12: +3 -1 lines
Diff to previous 1.12 (colored)

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).

Revision 1.12 / (download) - annotate - [select for diffs], Mon Feb 5 20:20:03 2007 UTC (17 years, 1 month ago) by adam
Branch: MAIN
Changes since 1.11: +123 -17 lines
Diff to previous 1.11 (colored) to selected 1.13 (colored)

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.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Oct 6 20:29:11 2006 UTC (17 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.10: +19 -3 lines
Diff to previous 1.10 (colored) to selected 1.13 (colored)

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

Revision 1.10 / (download) - annotate - [select for diffs], Tue Jul 4 15:46:34 2006 UTC (17 years, 8 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.9: +56 -7 lines
Diff to previous 1.9 (colored) to selected 1.13 (colored)

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

Revision 1.9 / (download) - annotate - [select for diffs], Mon Apr 17 07:07:21 2006 UTC (17 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.8: +36 -36 lines
Diff to previous 1.8 (colored) to selected 1.13 (colored)

Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.

Revision 1.7.2.1 / (download) - annotate - [select for diffs], Sat Dec 31 18:34:04 2005 UTC (18 years, 3 months ago) by seb
Branch: pkgsrc-2005Q4
Changes since 1.7: +4 -1 lines
Diff to previous 1.7 (colored) next main 1.8 (colored) to selected 1.13 (colored)

Pullup ticket 985 - requested by Joerg Sonnenberger
plist fix for graphics/inkscape

Revisions pulled up:
- pkgsrc/graphics/inkscape/Makefile                           1.16
- pkgsrc/graphics/inkscape/PLIST                              1.8

   Module Name:	pkgsrc
   Committed By:	joerg
   Date:		Thu Dec 29 14:01:14 UTC 2005

   Modified Files:
   	pkgsrc/graphics/inkscape: Makefile PLIST

   Log Message:
   Add some more translations to PLIST as shown by bulk builds.
   Bump revision.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Dec 29 14:01:14 2005 UTC (18 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.7: +4 -1 lines
Diff to previous 1.7 (colored) to selected 1.13 (colored)

Add some more translations to PLIST as shown by bulk builds.
Bump revision.

Revision 1.6.2.1 / (download) - annotate - [select for diffs], Sun Dec 4 23:56:35 2005 UTC (18 years, 3 months ago) by seb
Branch: pkgsrc-2005Q3
Changes since 1.6: +28 -6 lines
Diff to previous 1.6 (colored) next main 1.7 (colored) to selected 1.13 (colored)

Pullup ticket 938 - requested by Lubomir Sedlacik
sync graphics/inkscape with HEAD, including a security update

Revisions pulled up:
- pkgsrc/graphics/inkscape/Makefile                           1.14
- pkgsrc/graphics/inkscape/PLIST                              1.7
- pkgsrc/graphics/inkscape/distinfo                           1.9

   Module Name:	pkgsrc
   Committed By:	uebayasi
   Date:		Sun Dec  4 13:51:38 UTC 2005

   Modified Files:
   	pkgsrc/graphics/inkscape: Makefile PLIST distinfo

   Log Message:
   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.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Dec 4 13:51:38 2005 UTC (18 years, 3 months ago) by uebayasi
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base
Branch point for: pkgsrc-2005Q4
Changes since 1.6: +28 -6 lines
Diff to previous 1.6 (colored) to selected 1.13 (colored)

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.

Revision 1.3.2.1 / (download) - annotate - [select for diffs], Wed Aug 10 18:24:34 2005 UTC (18 years, 7 months ago) by snj
Branch: pkgsrc-2005Q2
Changes since 1.3: +78 -11 lines
Diff to previous 1.3 (colored) next main 1.4 (colored) to selected 1.13 (colored)

Pullup ticket 671 - requested by Lubomir Sedlacik
security update for inkscape

Revisions pulled up:
- pkgsrc/graphics/inkscape/Makefile		1.11
- pkgsrc/graphics/inkscape/PLIST		1.4-1.5
- pkgsrc/graphics/inkscape/distinfo		1.7
- pkgsrc/graphics/inkscape/patches/patch-aa	removed
- pkgsrc/graphics/inkscape/patches/patch-ab	removed

    Module Name:    pkgsrc
    Committed By:   adam
    Date:           Thu Jul 28 13:52:10 UTC 2005

    Modified Files:
            pkgsrc/graphics/inkscape: Makefile PLIST distinfo
    Removed Files:
            pkgsrc/graphics/inkscape/patches: patch-aa patch-ab

    Log Message:
    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.
----
    Module Name:    pkgsrc
    Committed By:   adam
    Date:           Thu Aug  4 10:55:25 UTC 2005

    Modified Files:
            pkgsrc/graphics/inkscape: PLIST

    Log Message:
    PLIST correction

Revision 1.6 / (download) - annotate - [select for diffs], Wed Aug 10 11:40:09 2005 UTC (18 years, 7 months ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base
Branch point for: pkgsrc-2005Q3
Changes since 1.5: +10 -10 lines
Diff to previous 1.5 (colored) to selected 1.13 (colored)

sort.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Aug 4 10:55:25 2005 UTC (18 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.4: +1 -2 lines
Diff to previous 1.4 (colored) to selected 1.13 (colored)

PLIST correction

Revision 1.4 / (download) - annotate - [select for diffs], Thu Jul 28 13:52:10 2005 UTC (18 years, 8 months ago) by adam
Branch: MAIN
Changes since 1.3: +78 -10 lines
Diff to previous 1.3 (colored) to selected 1.13 (colored)

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.

Revision 1.3 / (download) - annotate - [select for diffs], Tue May 10 18:38:15 2005 UTC (18 years, 10 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base
Branch point for: pkgsrc-2005Q2
Changes since 1.2: +13 -173 lines
Diff to previous 1.2 (colored) to selected 1.13 (colored)

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.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jan 12 20:54:52 2005 UTC (19 years, 2 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.1: +51 -14 lines
Diff to previous 1.1 (colored) to selected 1.13 (colored)

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.)

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Oct 15 03:11:50 2004 UTC (19 years, 5 months ago) by reed
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.13 (colored)

Import of inkscape-0.39nb1
It is a Scalable Vector Graphics (SVG) editor.

This is from pkgsrc-wip.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Oct 15 03:11:50 2004 UTC (19 years, 5 months ago) by reed
Branch: MAIN
Diff to selected 1.13 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>