Download project files

How do I verify a download?


1120 of 60 releases

0.91 (0.91) release from the 0.91.x series released

Release information
Release notes:

The Inkscape community proudly announces the release of Inkscape 0.91.

Inkscape is a drawing and painting tool similar to Illustrator, CorelDraw, and Xara X, but with features, new tools, and interface style of its own. It emphasizes the W3C standard Scalable Vector Graphics (SVG) file format, but reads and writes a wealth of other formats including PDF, so it is an easy complement to your other graphics and desktop tools. Best of all, Inkscape is created *by* the community *for* the community: Inkscape is 100% Open Source and freely available to everyone in the world.

This release marks the culmination of a multi-year effort to switch to a new internal graphics rendering engine, Cairo. This brings performance enhancements and more accurate rendering of drawings. Thanks go especially ...

Changelog:

        Inkscape 0.91
    Released on 2015-01-27

Release highlights
------------------
  • 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 [1],[2]
  • 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
  • See Notable bug fixes

         -------------------------
         Rendering and performance
         -------------------------

Inkscape 0.91 includes a new renderer based on the Cairo library. This work was
done mainly during Google Summer of Code 2010 and 2011 projects.

  • Improved performance. The new renderer is significantly faster on most
    drawings. Renderings of the most complex objects are automatically cached
    to improve responsiveness during editing.
  • OpenMP multithreading for filters. Filters use all available processor
    cores for computation. This results in substantial speedups when editing
    drawings containing large filtered objects on multi-core systems.
  • Substantial memory savings. Inkscape now uses less memory when opening
    complex drawings, in some cases using only 25% of the memory used by
    Inkscape 0.48. Larger files can now be opened.
  • Responsiveness improvements. The rendering of the SVG drawing is now
    cached. This results in massive improvements in responsiveness of path
    highlights, object selection / deselection, and path editing in delayed
    update mode.
  • Rendering bug fixes. Most of the rendering glitches in our bug tracker are
    no longer present in Inkscape 0.91. The following things now render
    correctly:
      - Pattern fills (no more gaps between tiles, regardless of
        transformation)
      - Stroke of transformed objects in patterns
      - Patterns containing clipped objects
      - Nested clipping paths
      - Masked and clipped objects with large masks / clipping paths in Outline
        view
      - Paths with wide strokes and long miters
      - Fonts

Color display mode
------------------
A grayscale display color mode has been added, that shows a preview of your
drawing in grayscale. Shift+numpad5 toggles the color display mode between
normal and grayscale.

     -----
     Tools
     -----

Node tool
---------
The tool control bar for the Node Tool features a new dropdown to insert new
nodes on the selected segments extreme values. For example, (as demonstrated in
the image below) it is possible to add a new node at the highest point in a
curve using Insert Node at Max Y

Measurement tool
----------------
The Measurement tool is a new feature for the artist to measure the elements in
their drawing. To use the measurement tool, simply choose the tool, click
anywhere on the drawing and drag the ruler out. The measurement tool will
live-update with measurements of length and angles as you pass over objects in
your drawing.

Text tool
---------
  • Text size default unit is now points (pt) and is customizable
    (px,pt,pc,mm,cm,in,em)
  • Text toolbar shows full list of font style variants for that font
  • Files with text in em units read correctly
  • Font substitution warning dialog

    -------
    Dialogs
    -------

Gradients
---------
  • Gradient toolbar enhanced to select and modify gradient stops, invert,
    repeat, and link gradients
  • On-canvas gradient editing fixes: double clicking to create stops, correct
    focus on select
  • Gradients sortable by color, name and usage in Fill/Stroke
  • Gradients can be renamed in Fill/Stroke

Arrange (was rows and columns)
-------
  • NEW: renamed to 'Arrange' - NEW: polar arrangement (separate tab)
    <http://issuu.com/ddeclara/docs/inkscape_radial_arrangement>

Align and Distribute
--------------------
  • The new updated Inkscape features a new set of buttons in the Align and
    Distribute Dialog called Exchange position of selected objects. It adds the
    ability to exchange the positions of the objects that the artist has
    selected.

      - In the following example, three objects were selected, and their
        positions were exchaged with each other (using this new feature)
        according to their selection order.
      - There are also two other new buttons in the dialog that allow the
        artist to exchange the selected objects based on the stacking (z-index)
        order, or just exchange them clockwise based on the object's position
        on the page.

  • Keyboard shortcuts (Ctrl+Alt+Keypad numbers) for align operations

Document Properties
-------------------
Optionally disable antialiasing (bug #170356, interface partially implemented)

Find/Select
-----------
  • It is now easier to select items which are not at the top of the Z-order:
    use Alt+mouse wheel scroll to cycle through all items that are stacked on
    top of each other at the location of the mouse pointer (use Shift+Alt+mouse
    wheel scroll to add to the existing selection). At present, groups are not
    honoured, i.e., only individual items within groups are considered.
  • New Find/Replace dialog can operate on text or any attribute
  • "Select Same" is a new feature that allows an artist to select objects that
    have the same properties as the currently selected object. For example, you
    could select an object that has a fill of blue. Then, using the new feature
    select all other objects in the drawing with a fill set to that same shade
    of blue.

The new feature is a menu choice under Edit ▶︎ Select Same or as a Context menu
if you right click on a selected object. Also there are other choices available
to select same, including: matching both Fill and Stroke, matching just stroke,
matching stroke style, or matching on object type.

Fill and Stroke
---------------
  • The Gradient view in the fill and stroke dialog now displays a list of all
    the gradients in the document. The list displays the gradient, the gradient
    name, and number of uses of that gradient in the document.
  • More compact Markers selectors

Layers
------
  • Drag and drop to reorder layers and create sublayers
  • Show/Hide All layers options in context menu

Symbols
-------
Inkscape has a new Symbols dialog. The dialog displays symbols from a symbol
library. Inkscape 0.91 includes five example libraries: logic symbols, AIGA/DOT
transportation symbols, map symbols, flow chart shapes and word balloons. The
dialog will also create a pseudo-library of all existing symbols in the current
Inkscape drawing. (A symbol is defined by an SVG <symbol> element.) Symbols can
be dragged from the dialog onto the Inkscape canvas.

Any document with symbols can serve as a source for a symbol library. Simply
copy it to the symbols directory in your configuration directory (typically
share/inkscape). If proper care is taken, symbols can be provided with default
fill and stroke colors that later can be overridden by the user.

Visio Stencil files (.vss) can also be used by dropping them in the same
symbols directory. Results may not be as satisfactory as using SVG symbol
libraries.

See the Symbols Dialog Wiki page for more details.

Text and Font
-------------
  • NEW: lists fonts used in the current document at the top
  • NEW: select all text objects with same font as current selection
  • NEW (to be verified): support list with fallback fonts (CSS2)

Transform
---------
  • Rotation of objects clockwise or counterclockwise

Markers
-------
  • Markers now take objects color

Trace Bitmap
------------
  • Trace bitmap preview updates live and is resizeable

Live Path Effects
-----------------
An object's Live Path Effects are now forked upon object duplication.

PowerStroke
~~~~~~~~~~~
Here a list of the current state. Note that this is very much work in progress
and anything can change. I think this is the most efficient place of keeping
track how the powerstroke LPE works.

  • Stroke knots are purple diamonds
  • When first applied, 3 stroke knots are added: start, end, and somewhere in
    the middle along the path
  • Add nodes: Ctrl+click purple knot
  • Delete nodes: Ctrl+Alt+click purple knot
  • "sort points" reorders the stroke knots according to where they lie along
    the path (where they are closest to the path), instead of keeping them in
    original order.
  • Start and end caps can be specified. The SVG cap types are available, as
    well as an extra type, "Zero width", that is identical to adding a width
    control knot at the start/end of the path with zero width.
  • Join type can be specified. In addition to the SVG join types, there are
    two new types:
      - Extrapolated: this extrapolates the contour of the stroked path to
        obtain a more natural looking miter join.
      - Extrapolated arc: Mathematical explanation.
      - Spiro: rounds the join using a spiro curve (the rounded type rounds the
        curve using an elliptical arc).

Clone Original
~~~~~~~~~~~~~~
The Clone original LPE ignores the path data of the path it has been applied
to; instead, it copies the original-d path data, i.e. the path data before LPE
calculation, from the path linked to by the Linked path parameter.

The Clone original LPE is made to be used in conjunction with powerstroke.
Powerstroke creates a path with a variable stroke, but this path can then not
be filled (because the fill is used as the stroke). To fill a powerstroked
path, one must create a second path (dummy path), apply the Clone original LPE
and link it to the powerstroked path. Because this second path clones the
original path data before the Powerstroke LPE, it can be used to fill the
powerstroked path.

To quickly create a dummy path and apply this effect, one can select the path
to 'clone' and click the menu item Edit ▶︎ Clone ▶︎ Clone original path (LPE).

Like for normal clones, pressing Shift+D, when the selected path has the Clone
original LPE applied, selects the path referred to by the LPE.

Another very useful ability of the Clone original LPE is to create a clone with
a different style than its referred path. To facilitate this, the LPE dialog
will add the Clone original LPE when a clone is selected and the "+" button is
pressed.

Filters
-------
The new Custom predefined filters allow users to create predefined filters with
custom parameters. See SpecCustomPredefinedFilters.

Trace Pixel Art (libdepixelize)
---------------
A new library developed for Inkscape to automatically vectorize raster images
specialized in Pixel Art was integrated in the form of the "Trace Pixel Art"
dialog (menu item Path ▶︎ Trace Pixel Art...). Good and old general "Trace
Bitmap" is still there. Check the supplementary material of the algorithm
authors to see a preview of how the algorithm behaves.

     --------------------
     Other User Interface
     --------------------

General
-------
  • Canvas background color can be set without exporting it (background
    transparency is only used for export but not the canvas).
  • Panning the canvas with the Space bar is now always turned on and doesn't
    require an additional mouse button press to grab the canvas: just press the
    Space bar and move the mouse pointer to pan the canvas.

Guides
------
  • Guides visibility can be toggled by clicking the ruler
  • Guides can now have labels, and the colour of individual guides can also be
    set by the user. To label or colour a guide, double click on the guideline
    to bring up the guide properties dialog.

Menu/Access
-----------
  • The interface elements are accessible through the keyboard with ALT+key in
    many more dialogs
  • "Text and Font", "Fill and Stroke", and "Check Spelling" dialogs are added
    to the text object context menu (right click)
  • Menu items renamed:
      □ Edit ▶︎ Preferences
      □ Edit ▶︎ Input Devices
      □ File ▶︎ Cleanup Document
  • Checkboxes to indicated status of View ▶︎ Grid/Guides/Snap/Color Management
  • Group/Ungroup from the context menu

Preferences
-----------
  • New keyboard shortcut editor
  • Prefs ▶︎ Interface -- New option for dockbar and switcher style (icons,
    text, icons & text) (bug #1098416)
  • Prefs ▶︎ Interface ▶︎ Windows -- optionally don't save & restore documents
    viewport (bug #928205)
  • Prefs ▶︎ Behavior ▶︎ Steps -- unit selector for steps (move, scale, inset/
    outset) (bug #170293)
  • Prefs ▶︎ Behavior ▶︎ Steps -- option for relative snapping of guideline
    angles (rev 10307)
  • Prefs ▶︎ Behavior ▶︎ Clones -- optionally relink linked offsets on
    duplication (bug #686193)
  • Prefs ▶︎ Input/Output ▶︎ SVG output -- NEW: optionally enforce relative or
    absolute coordinates (bug #1002230)

Dialogs
-------
  • Dialog status and position is remembered between sessions
  • Most dialogs now dockable (including "Object properties", "Object
    attributes", "Text and Font", "Check spelling", "Export PNG image", "XML
    editor", "Find/Replace", and "Tiled clones")
  • New preference to allow Windows users to choose between native and Gtk Open
    /Save dialog
  • Preferences dialog cleanup
  • Document Metadata dialog merged into Document Properties

Simple calculations in spinboxes
--------------------------------
In most spinboxes (a spinbox is an entry field with up and down "spinbuttons"
next to it) you can now write simple calculations. Some examples:

  • 2 * 3
  • 50 + 100, or
  • ((12 + 34) * (5 + 5) - 2) / 2

Moreover, you can use units in entering values, like 2 + 2 cm. The result will
be converted to the selected unit for the particular entry.

Configurable Control Handles
----------------------------
New preferences have been added to allow for the size of the on-canvas controls
to be increased or decreased. The "Input Devices" section has been updated to
control this.

         ------------
         Translations
         ------------

  • The Keyboard and mouse reference (inkscape-docs project) and the labels of
    color palettes are now translatable.
  • New UI translation in Latvian.
  • New tutorial translations in Galician and Greek.
  • New Keyboard and mouse reference translation in Belarusian.
  • New man pages in Chinese (zh_TW) Greek (el), Japanese (ja) and Slovak (sk),
    and updated French translation. [Galician (gl) and Polish (pl) in progress]
  • Man pages now use PO files for translation (inkscape-docs project).
  • The tutorial generation system now fully supports RTL languages.

     -------------------
     File format support
     -------------------

  • New Flash XML Graphics (FXG) export format.
  • New Synfig Animation Studio (SIF) export format.
  • New HTML5 Canvas export format
  • New Visio (VSD) import format, based on libvisio.
  • New internal CorelDraw (CDR) import format, based on libcdr.
  • XAML export improvements (including a new Silverlight compatible mode).
  • Compressed SVG and media export extension improvements. New options:
      □ set an image directory in the zip file
      □ add a text file that lists the fonts used in the SVG document.
  • New preference to allow users to always link, embed or ask when importing
    bitmaps.
  • New preferences that allow the checking of SVG on input and/or export for
    invalid or not useful elements, attributes, and properties. Options control
    whether such items generate warnings (when Inkscape is run from the command
    line) or in removing such items.
  • The --export-text-to-path option now works with Plain SVG export.

EMF/WMF
-------
EMF and WMF input and output filters have been completely rewritten and are now
cross-platform. It is now possible to copy and paste EMF files between Windows
applications running in Wine and a native Linux version of Inkscape.

Gimp XCF
--------
  • The Save Background option allows users to choose if the page background is
    saved with each GIMP layer.
  • The exported layers now use the label attribute or, if not set, the id
    attribute
  • New Resolution option
  • New Help tab
  • Some bugs and warnings fixed

PDF
---
  • Bleed/margin: Added an option to specify an extra margin by which the
    bounding box to be exported is expanded. This may be helpful to export a
    PDF with a small white margin around the drawing, or for exporting a bleed
    region a few mm outside the area of the page.

PDF/EPS/PS + LaTeX
------------------
  • Added the possibility of scaling the image. The calc package must be
    included in the preamble. Then the image can be scaled by defining \
    svgscale instead of \svgwidth.
  • The font shape is now also exported. \textit{} for italic text, \textbf{}
    for bold text, and \textsl{} (slanted) for oblique text. It is important to
    note that Arial has an oblique font shape, not italic. Thus, the result in
    LaTeX will be slanted, instead of italic. It is better to use another font
    in Inkscape when you want true italics.

          ----------
          Extensions
          ----------

Units: Breaking change
----------------------
Due to the implementation of proper document units, the functions
inkex.unittouu and inkex.uutounit had to be modified and moved to the
inkex.Effect class.

Unit conversion calls should be replaced with inkex.Effect.unittouu and
inkex.Effect.uutounit calls (usually self.unittouu and self.uutounit).

See also: Notes On Units Handling in Extensions in 0.91

New
---
  • The new guillotine extension is used for exporting PNG slices from a
    drawing. The slice rectangles are defined by adding horizontal and vertical
    guides within the canvas boundary, the canvas boundary serves as the
    outside of the sliced area.
  • The new G-code tools extension converts paths to G-code (using circular
    interpolation), makes offset paths and engraves sharp corners using cone
    cutters.
  • New QR code generator.
  • New isometric grid generator.
  • New bitmap crop extension.
  • New Extract text extension. Outputs a document’s text elements in a chosen
    order.
  • New Merge text extension.
  • New HSL adjust extension.
  • New Replace font extension.
  • New N-Up layout extension.
  • New Voronoï diagram extension (creates Voronoï diagrams and Delaunay
    triangulations based on the selected objects' barycenter).
  • New Interpolate Attribute in a group extension.
  • New Typography extensions menu.
  • New Hershey Text extension.

Improvements
------------
  • Number nodes. New parameters allowing users to choose the starting dot
    number and the numbering step between two nodes.
  • Color Markers to Match Stroke extension improvements. The markers can now
    inherit the fill and stroke colors and alpha channels from the object, or
    be customized with color selectors in a separate tab.
  • Optional sliders added on float and int extension parameters (full and
    minimal modes).
  • Extension parameters values (except attributes!) can now be contextualized
    for translation (with msgctxt).
  • New sub-menus in the Render menu, grouping the bar-codes, grids and layout
    extensions.

         -----------
         SVG Support
         -----------

Rendering of the following properties is now supported (without UI except via
XML editor):

  • clip-rule
  • color-interpolation-filters: Non-Inkscape filters that specify linearRGB
    color interpolation will render properly. Filters created inside Inkscape
    will still use sRGB color interpolation by default.
  • text-decoration: Underline, strike-through, over line.
  • text-decoration-line, text-decoration-style: Preliminary support (CSS 3).
  • paint-order: Allows stroke to be painted under fill; useful for text.

    --------
    Snapping
    --------

  • The snapping preferences and the snap toolbar have been reworked (in the
    underlying code and in the GUI) to should make the snapping preferences
    easier to understand, maintain, and find and fix any remaining snapping
    bugs
  • Inkscape now also snaps perpendicularly and tangentialy to paths, when
    creating paths in the pen tool, when dragging nodes, or when manipulating
    guides. Newly created guides (dragged off the ruler) will snap
    perpendicularly or tangentialy to any curve that is being snapped to. Two
    checkboxes have been added to the document properties dialog (on the
    snapping tab). Please note that snapping perpendicularly or tangetialy will
    not work in the selector tool when transforming an object or a selection of
    objects.
  • Intersections of paths and guides can now be snapped to too
  • Snapping has been implemented fully for transforming selections of multiple
    nodes in the node tool
  • Snapping to text anchors and baselines has been implemented properly
  • If one has chosen for only snapping the snap source closest to the mouse
    pointer, then the tab key can be used to cycle to the next closest snap
    source

      -----------------
      Notable bug fixes
      -----------------

Notable bug fixes since last bug fix release (0.48.4)
--------------------------------------------
  • Images are no longer recompressed when embedding or exporting them. [3]
  • Relative image paths are no longer stored as absolute (regression
    introduced with 0.47).
  • Many rendering glitches were fixed.
  • The rendering of the stroke on transformed objects now matches the SVG
    specification.
  • Values entered in the numeric input boxes for the selector tool (X, Y,
    width, height) are much more accurately applied.
  • Inkscape launches faster due to new icon cache (on disk) and improved font
    loading. (Bug #488247)

         ------------
         Known issues
         ------------

  • On MS Windows when the desktop colordepth is set to 16-bit, Inkscape is
    unusable because of exploding memory usage. Please set the colordepth to
    32-bit.
  • The Cairo library used in the new renderer does not implement downscaling,
    which causes large bitmaps to be pixelated on export. (bug #804162)
    The issue can be fixed by upgrading to Cairo 1.14.0.
    (https://bugs.freedesktop.org/show_bug.cgi?id=41745)
  • On OS X, the conflict with X11/XQuartz's pasteboard syncing has not been
    solved yet: turning off "Update Pasteboard when CLIPBOARD changes" in X11
    Preferences prevents that vector data copied or cut to the clipboard gets
    rasterized on paste. (bug #307005)
  • On OS X 10.9 or later, embedding bitmap images on import or paste from
    clipboard may crash Inkscape. (bug #1398521, #1410793)
  • On OS X 10.9 or later, turning off "Displays have separate spaces" in
    Mission Control helps when using X11 across multiple displays. (bug #
    1244397)
  • The reworked Import Clip Art feature is not available with current OS X
    packages. (bug #943148)
  • On MS Windows, the icons for Preferences, Undo, Redo and Revert are
    missing. (bug #1269698)

For information on prior releases, please see:
    http://wiki.inkscape.org/wiki/index.php/Inkscape

File Description Downloads
download icon inkscape-0.91.zip (md5, sig) Inkscape Source Package (zip) 31,614
last downloaded 24 hours ago
download icon inkscape-0.91.tar.gz (md5, sig) Inkscape Source Package (gz) 2,466
last downloaded 5 days ago
download icon inkscape-0.91.tar.bz2 (md5, sig) Inkscape Source Package (bz2) 24,053
last downloaded 5 days ago
Total downloads: 58,133

0.48.5 release from the 0.48.x series released

Release information
Release notes:

Inkscape 0.48.5 is a stability and bugfix release. For a complete
list of bugs fixed in this release, see the Launchpad milestone page:
https://launchpad.net/inkscape/+milestone/0.48.5

Important bugfixes

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

Known issues

  • Not as awesome as 0.91.

For information on prior releases, please see:
    http://wiki.inkscape.org/wiki/index.php/Inkscape

Changelog:

------------------------------------------------------------
revno: 10038
committer: Krzysztof Kosiński <email address hidden>
branch nick: RELEASE_0_48_BRANCH
timestamp: Mon 2014-06-09 19:57:47 +0200
message:
  Update NEWS file for Inkscape 0.48.5
------------------------------------------------------------
revno: 10037
fixes bug: https://launchpad.net/bugs/1310802
committer: Krzysztof Kosiński <email address hidden>
branch nick: RELEASE_0_48_BRANCH
timestamp: Mon 2014-06-09 15:46:39 +0200
message:
  Fix crash on deleting a selection that contains a layer.
  Backport by ~suv.
------------------------------------------------------------
revno: 10036
fixes bug: https://launchpad.net/bugs/1290573
committer: Krzysztof Kosiński <email address hidden>
branch nick: RELEASE_0_48_BRANCH
timestamp: Mon 2014-06-09 15:43:30 +0200
message:
  Fix crash when undoing in specific circumstances.
  Backport of fix for 1290573 applied in r13323 of trunk.
------------------------------------------------------------
revno: 10035
committer: Krzysztof Kosiński <email address hidden>
branch nick: RELEASE_0_48_BRANCH
timestamp: Mon 2014-06-09 15:38:16 +0200
message:
  Replace Creative Commons 2.0 and 2.5 licenses with 3.0.
  Backport of revision 12514 from trunk.
------------------------------------------------------------
revno: 10034
committer: Krzysztof Kosiński <email address hidden>
branch nick: RELEASE_0_48_BRANCH
timestamp: Mon 2014-06-09 15:33:13 +0200
message:
  Remove obsolete Inkscape logo
------------------------------------------------------------
revno: 10033
fixes bug: https://launchpad.net/bugs/1315142
committer: Josh Andler <email address hidden>
branch nick: 0.48.x
timestamp: Tue 2014-06-03 08:44:09 -0700
message:
  Backported patch from comment 9. Fixes build with Poppler 0.26.
------------------------------------------------------------
revno: 10032
fixes bug: https://launchpad.net/bugs/1323561
committer: JazzyNico <email address hidden>
branch nick: 0.48.x
timestamp: Tue 2014-05-27 21:17:36 +0200
message:
  Shortcuts. Fix for bug #1323561 (Right handed ilustration file is incorrect).
------------------------------------------------------------
revno: 10031
committer: Johan B. C. Engelen <email address hidden>
branch nick: 0.48.x
timestamp: Sun 2014-05-18 21:07:27 +0200
message:
  fix final problems for win64 build. now it works!
------------------------------------------------------------
revno: 10030
committer: Johan B. C. Engelen <email address hidden>
branch nick: 0.48.x
timestamp: Sun 2014-05-18 20:57:30 +0200
message:
  several changes to make 64bit build work. (some reorderings of includes were needed because of annoying "#define interface" that windows.h does)
------------------------------------------------------------
revno: 10029
committer: Johan B. C. Engelen <email address hidden>
branch nick: 0.48.x
timestamp: Sun 2014-05-18 20:07:21 +0200
message:
  start to get win64 build working
------------------------------------------------------------
revno: 10028
committer: Josh Andler <email address hidden>
branch nick: 0.48.x
timestamp: Sat 2014-05-17 21:57:03 -0700
message:
  Backport license change for extension: Scour is now dual-licensed Apache2 and GPL2. Ref. http://bazaar.launchpad.net/~scouring/scour/trunk/revision/222
------------------------------------------------------------
revno: 10027
committer: Josh Andler <email address hidden>
branch nick: 0.48.x
timestamp: Fri 2014-05-16 21:11:58 -0700
message:
  Backport license change per 2013 license discussion and permission.
------------------------------------------------------------
revno: 10026
fixes bug: https://launchpad.net/bugs/1264371
committer: JazzyNico <email address hidden>
branch nick: 0.48.x
timestamp: Wed 2014-05-14 19:36:24 +0200
message:
  Fix for Bug #1264371 (Broken Link: Bug Page Not Found From Program Link).
------------------------------------------------------------
revno: 10025
committer: Krzysztof Kosiński <email address hidden>
branch nick: RELEASE_0_48_BRANCH
timestamp: Thu 2014-04-10 01:40:30 +0200
message:
  Remove usage of deprecated function g_basename.
------------------------------------------------------------
revno: 10024
author: David Mathog <email address hidden>
committer: Krzysztof Kosiński <email address hidden>
branch nick: RELEASE_0_48_BRANCH
timestamp: Thu 2014-04-10 01:39:23 +0200
message:
  Do not call gdk_window_process_updates.
  Fixes crashes on Windows with certain versions of Cairo.
  Patch from David Mathog.
------------------------------------------------------------
revno: 10023
committer: Krzysztof Kosiński <email address hidden>
branch nick: RELEASE_0_48_BRANCH
timestamp: Thu 2014-04-10 01:33:26 +0200
message:
  Rename changelog for current release to "ChangeLog".
  Fixes make distcheck.
------------------------------------------------------------
revno: 10022
committer: Krzysztof Kosiński <email address hidden>
branch nick: RELEASE_0_48_BRANCH
timestamp: Thu 2014-04-10 01:00:53 +0200
message:
  Replace deprecated gdk_pixbuf_unref with g_object_unref
------------------------------------------------------------
revno: 10021
fixes bug: https://launchpad.net/bugs/529843
committer: Krzysztof Kosiński <email address hidden>
branch nick: RELEASE_0_48_BRANCH
timestamp: Tue 2014-04-08 23:36:02 +0200
message:
  Do not revert to "save as" when declining overwrite of existing file
  while saving a copy. Backport of fix from Tomasz Boczkowski.
------------------------------------------------------------
revno: 10020
committer: Johan B. C. Engelen <email address hidden>
branch nick: 0.48.x
timestamp: Tue 2014-04-01 00:32:09 +0200
message:
  fix dumb mistake that inverted the logic in rev 10019
------------------------------------------------------------
revno: 10019
fixes bug: https://launchpad.net/bugs/1293169
committer: Johan B. C. Engelen <email address hidden>
branch nick: 0.48.x
timestamp: Sun 2014-03-23 20:56:12 +0100
message:
  fix build for Xcode 5.1
------------------------------------------------------------
revno: 10018
committer: JazzyNico <email address hidden>
branch nick: 0.48.x
timestamp: Tue 2014-03-18 12:45:34 +0100
message:
  Fixing gtk include.
------------------------------------------------------------
revno: 10017
committer: Krzysztof Kosiński <email address hidden>
branch nick: RELEASE_0_48_BRANCH
timestamp: Thu 2014-03-13 01:31:54 +0100
message:
  pdfinput: fix two obvious errors in SvgBuilder (already fixed in trunk)
------------------------------------------------------------
revno: 10016
committer: Krzysztof Kosiński <email address hidden>
branch nick: RELEASE_0_48_BRANCH
timestamp: Thu 2014-03-13 01:27:46 +0100
message:
  Backport better fix for LP #1283537 (grid lines not appearing in charts
  imported from LibreOffice-produced PDFs)
------------------------------------------------------------
revno: 10015
committer: Krzysztof Kosiński <email address hidden>
branch nick: RELEASE_0_48_BRANCH
timestamp: Sat 2014-03-08 16:19:17 +0100
message:
  Use default line width when it is set to 0 or negative in the PDF parser.
  Fixes import of some LibreOffice PDFs.
  Backport of fix for LP bug #1283537
------------------------------------------------------------
revno: 10014
committer: Krzysztof Kosiński <email address hidden>
branch nick: RELEASE_0_48_BRANCH
timestamp: Sat 2014-03-08 16:13:46 +0100
message:
  Fix behavior of spray tool in single path mode.
  Backport of the fix for LP bug #879058
------------------------------------------------------------
revno: 10013
committer: Krzysztof Kosiński <email address hidden>
branch nick: RELEASE_0_48_BRANCH
timestamp: Sat 2014-03-08 15:50:22 +0100
message:
  Backport of a fix for LP bug #167390
  Should prevent crash when loading a partially saved image.
------------------------------------------------------------
revno: 10012
committer: Krzysztof Kosiński <email address hidden>
branch nick: RELEASE_0_48_BRANCH
timestamp: Fri 2014-02-28 04:26:15 +0100
message:
  Backport fix for LP #1198597
------------------------------------------------------------
revno: 10011
fixes bug: https://launchpad.net/bugs/637034
committer: JazzyNico <email address hidden>
branch nick: 0.48.x
timestamp: Wed 2014-02-19 08:06:16 +0100
message:
  Documentation. Changelog archive update (see Bug #637034).
------------------------------------------------------------
revno: 10010
fixes bug: https://launchpad.net/bugs/1281028
committer: JazzyNico <email address hidden>
branch nick: 0.48.x
timestamp: Mon 2014-02-17 10:38:30 +0100
message:
  Documentation. Changelog files updated (see Bug #1281028).
------------------------------------------------------------
revno: 10009
fixes bug: https://launchpad.net/bugs/1163241
committer: JazzyNico <email address hidden>
branch nick: 0.48.x
timestamp: Sun 2014-01-19 15:19:21 +0100
message:
  Backporting fix for Bug #1163241 (inkscape crashed with SIGSEGV in Inkscape::Preferences::_getNode()) by Kris.
------------------------------------------------------------
revno: 10008
fixes bugs: https://launchpad.net/bugs/513083 https://launchpad.net/bugs/950781
committer: JazzyNico <email address hidden>
branch nick: 0.48.x
timestamp: Sun 2014-01-19 15:16:18 +0100
message:
  Fix for bugs #513083 (no disk exception when opening SVG file on XP/AMD64) and #950781 (There is no disk in drive error when opening Inkscape in Windows 7) by Max Gaukler.
------------------------------------------------------------
revno: 10007
committer: ~suv <email address hidden>
branch nick: inkscape-0.48.x
timestamp: Mon 2014-01-13 12:09:05 +0100
message:
  Backport fix for bug #1265072 (Inkscape 0.48.4 fails to compile with boehm-gc 7.4.0+)
------------------------------------------------------------
revno: 10006
fixes bugs: https://launchpad.net/bugs/498141 https://launchpad.net/bugs/623640
committer: JazzyNico <email address hidden>
branch nick: 0.48.x
timestamp: Fri 2013-12-13 09:55:54 +0100
message:
  Backporting fix for Bug #498141 (Crash on opening Inkscape Preferences... dialog (color profiles)).
------------------------------------------------------------
revno: 10005
committer: JazzyNico <email address hidden>
branch nick: 0.48.x
timestamp: Thu 2013-12-12 14:45:52 +0100
message:
  Partial fix for Bug #1256347 (spiral and stars tools, the inputbox for turns and corners shows 3 after undo).
------------------------------------------------------------
revno: 10004
fixes bug: https://launchpad.net/bugs/1255367
committer: JazzyNico <email address hidden>
branch nick: 0.48.x
timestamp: Thu 2013-12-12 14:40:34 +0100
message:
  Fix for Bug #1255367 (Alt D clears undo history even when nothing happens).
------------------------------------------------------------
revno: 10003
fixes bug: https://launchpad.net/bugs/1246763
committer: ~suv <email address hidden>
branch nick: inkscape-0.48.x
timestamp: Tue 2013-12-10 13:44:25 +0100
message:
  Backport fix for bug #1246763 (segfault on importing from Open Clip Art Library)
------------------------------------------------------------
revno: 10002
fixes bug: https://launchpad.net/bugs/1133033
committer: ~suv <email address hidden>
branch nick: inkscape-0.48.x
timestamp: Tue 2013-12-10 13:44:24 +0100
message:
  Backport fix for bug #1133033 (Printing marks needs more precision)
------------------------------------------------------------
revno: 10001
fixes bug: https://launchpad.net/bugs/1098283
committer: ~suv <email address hidden>
branch nick: inkscape-0.48.x
timestamp: Tue 2013-12-10 13:44:24 +0100
message:
  Backport fix for bug #1098283 (Export DXF : closed path not working)
------------------------------------------------------------
revno: 10000
fixes bug: https://launchpad.net/bugs/1089406
committer: ~suv <email address hidden>
branch nick: inkscape-0.48.x
timestamp: Tue 2013-12-10 13:44:23 +0100
message:
  Backport fix for bug #1089406 (filter name is random "filter232" when first added)
------------------------------------------------------------
revno: 9999
fixes bug: https://launchpad.net/bugs/1075438
committer: ~suv <email address hidden>
branch nick: inkscape-0.48.x
timestamp: Tue 2013-12-10 13:44:23 +0100
message:
  Backport fix for bug #1075438 (Path outline fails to disappear)
------------------------------------------------------------
revno: 9998
fixes bug: https://launchpad.net/bugs/1051017
committer: ~suv <email address hidden>
branch nick: inkscape-0.48.x
timestamp: Tue 2013-12-10 13:44:19 +0100
message:
  Backport fix for bug #1051017 (inkscape crashed with SIGSEGV)
------------------------------------------------------------
revno: 9997
fixes bug: https://launchpad.net/bugs/910335
committer: ~suv <email address hidden>
branch nick: inkscape-0.48.x
timestamp: Tue 2013-12-10 13:44:19 +0100
message:
  Backport fix for bug #910335 ([POSIX] incorrect included header files in src/color-profile.cpp for open(2) )
------------------------------------------------------------
revno: 9996
fixes bug: https://launchpad.net/bugs/710637
committer: ~suv <email address hidden>
branch nick: inkscape-0.48.x
timestamp: Tue 2013-12-10 13:44:18 +0100
message:
  Backport fix for bug #710637 (Crash caused when node-editing empty path)
------------------------------------------------------------
revno: 9995
fixes bug: https://launchpad.net/bugs/616198
committer: ~suv <email address hidden>
branch nick: inkscape-0.48.x
timestamp: Tue 2013-12-10 13:44:17 +0100
message:
  Backport fix for bug #616198 (seg fault on opening my file)
------------------------------------------------------------
revno: 9994
fixes bug: https://launchpad.net/bugs/525508
committer: ~suv <email address hidden>
branch nick: inkscape-0.48.x
timestamp: Tue 2013-12-10 13:44:17 +0100
message:
  Backport fix for bug #525508 (When I Set Step rotation preferences to 22.5 degrees it increments by 22 degrees or something)
------------------------------------------------------------
revno: 9993
fixes bug: https://launchpad.net/bugs/310206
committer: ~suv <email address hidden>
branch nick: inkscape-0.48.x
timestamp: Tue 2013-12-10 13:44:16 +0100
message:
  Backport fix for bug #310206 (segfault when drawing closed path in sketch mode)
------------------------------------------------------------
revno: 9992
fixes bug: https://launchpad.net/bugs/627943
committer: JazzyNico <email address hidden>
branch nick: 0.48.x
timestamp: Tue 2013-12-10 11:58:29 +0100
message:
  Backporting fix for Bug #627943 (Unexpected RegistryTool message on Windows 7).
------------------------------------------------------------
revno: 9991
fixes bug: https://launchpad.net/bugs/826027
committer: JazzyNico <email address hidden>
branch nick: 0.48.x
timestamp: Tue 2013-12-10 11:21:09 +0100
message:
  Backporting fix for Bug #826027 (Preview calculated anyway in Open File dialog).
------------------------------------------------------------
revno: 9990
fixes bug: https://launchpad.net/bugs/1136495
committer: ~suv <email address hidden>
branch nick: inkscape-0.48.x
timestamp: Sun 2013-12-08 12:55:11 +0100
message:
  Backport fix for bug #1136495 (unit in flash display of node editor rotate wrong)
------------------------------------------------------------
revno: 9989
committer: Kris <email address hidden>
branch nick: RELEASE_0_48_BRANCH
timestamp: Thu 2013-12-05 23:00:41 +0100
message:
  fix Segmentation fault while exporting to Plain SVG (Bug #1202753) (patch of Anshul Bhatnagar)
------------------------------------------------------------
revno: 9988
fixes bug: https://launchpad.net/bugs/1255830
committer: ~suv <email address hidden>
branch nick: inkscape-0.48.x
timestamp: Sat 2013-11-30 11:32:24 +0100
message:
  Fix build with freetype >= 2.5.1
------------------------------------------------------------
revno: 9987
fixes bug: https://launchpad.net/bugs/1245722
committer: Johan B. C. Engelen <email address hidden>
branch nick: 0.48.x
timestamp: Mon 2013-11-18 23:06:37 +0100
message:
  fix build for Fink and Mac OS X 10.9.
------------------------------------------------------------
revno: 9986
fixes bug: https://launchpad.net/bugs/1252229
committer: JazzyNico <email address hidden>
branch nick: 0.48.x
timestamp: Mon 2013-11-18 13:09:45 +0100
message:
  i18n. Fix for Bug #1252229 (As for the verb name XXX (No preferences), XXX are not localized.).
------------------------------------------------------------
revno: 9985
fixes bug: https://launchpad.net/bugs/166371
committer: Johan B. C. Engelen <email address hidden>
branch nick: 0.48.x
timestamp: Tue 2013-11-12 22:51:07 +0100
message:
  backport of security fixes from trunk
------------------------------------------------------------
revno: 9984
committer: Johan B. C. Engelen <email address hidden>
branch nick: 0.48.x
timestamp: Tue 2013-11-12 22:25:55 +0100
message:
  fix C++11 compilation on Windows
------------------------------------------------------------
revno: 9983
fixes bug: https://launchpad.net/bugs/1245722
committer: Johan B. C. Engelen <email address hidden>
branch nick: 0.48.x
timestamp: Tue 2013-11-12 22:02:00 +0100
message:
  part of patch by David Evans to fix build. Should be fixed differently in trunk in my opinion, but here is ok ;)
  Last part of the patch!
------------------------------------------------------------
revno: 9982
fixes bug: https://launchpad.net/bugs/1245722
committer: Johan B. C. Engelen <email address hidden>
branch nick: 0.48.x
timestamp: Tue 2013-11-12 21:57:10 +0100
message:
  don't "help the compiler" here.
  different fix than the patch by David Evans. this should fix the build too.
------------------------------------------------------------
revno: 9981
fixes bug: https://launchpad.net/bugs/1245722
committer: Johan B. C. Engelen <email address hidden>
branch nick: 0.48.x
timestamp: Tue 2013-11-12 21:54:37 +0100
message:
  part of patch by David Evans to fix build. approve this change as this code is never actually reached. item constraints are not used in this version.
------------------------------------------------------------
revno: 9980
fixes bug: https://launchpad.net/bugs/1245722
committer: Johan B. C. Engelen <email address hidden>
branch nick: 0.48.x
timestamp: Tue 2013-11-12 21:52:11 +0100
message:
  part of patch by David Evans to fix build
  (src/ui/tool/node.h -- gcc 4.6.1 (used on Windows) does not correctly set __cplusplus, but compilation does not fail, so OK )
------------------------------------------------------------
revno: 9979
fixes bug: https://launchpad.net/bugs/1245722
committer: Johan B. C. Engelen <email address hidden>
branch nick: 0.48.x
timestamp: Tue 2013-11-12 21:41:28 +0100
message:
  part of patch by David Evans to fix build
------------------------------------------------------------
revno: 9978
fixes bug: https://launchpad.net/bugs/1245722
committer: Johan B. C. Engelen <email address hidden>
branch nick: 0.48.x
timestamp: Tue 2013-11-12 21:38:53 +0100
message:
  part of patch by David Evans to fix build
------------------------------------------------------------
revno: 9977
fixes bug: https://launchpad.net/bugs/1245722
committer: Johan B. C. Engelen <email address hidden>
branch nick: 0.48.x
timestamp: Tue 2013-11-12 21:37:51 +0100
message:
  part of patch by David Evans to fix build
------------------------------------------------------------
revno: 9976
fixes bug: https://launchpad.net/bugs/1245722
committer: Johan B. C. Engelen <email address hidden>
branch nick: 0.48.x
timestamp: Tue 2013-11-12 21:33:51 +0100
message:
  apply part of patch by David Evans to fix compilation on OS X 10.9
------------------------------------------------------------
revno: 9975
committer: Johan B. C. Engelen <email address hidden>
branch nick: 0.48.x
timestamp: Tue 2013-11-12 21:02:50 +0100
message:
  fix prev commit
------------------------------------------------------------
revno: 9974
committer: Johan B. C. Engelen <email address hidden>
branch nick: 0.48.x
timestamp: Tue 2013-11-12 20:51:39 +0100
message:
  remove all throw declarions, they are obsolete
------------------------------------------------------------
revno: 9973
committer: Alex Valavanis <email address hidden>
branch nick: 0.48.x
timestamp: Sun 2013-11-03 00:56:44 +0000
message:
  rm unused libvpsc/csolve_VPSC.*: These are breaking clang builds and have been deleted upstream
------------------------------------------------------------
revno: 9972
committer: Alex Valavanis <email address hidden>
branch nick: 0.48.x
timestamp: Sun 2013-11-03 00:43:31 +0000
message:
  Fix OpenMP checking for clang builds
------------------------------------------------------------
revno: 9971
fixes bug: https://launchpad.net/bugs/488035
committer: Krzysztof Kosiński <email address hidden>
branch nick: RELEASE_0_48_BRANCH
timestamp: Fri 2013-10-04 17:59:42 +0200
message:
  Do not allow NULL _spcurve to be set in PathManipulator.
  Fixes crasher bug #488035.
------------------------------------------------------------
revno: 9970
committer: Krzysztof Kosiński <email address hidden>
branch nick: RELEASE_0_48_BRANCH
timestamp: Wed 2013-10-02 03:30:49 +0200
message:
  Fix segment welding in the node tool hanging when a two-point segment
  and at least one additional point is selected. Fixes LP bug #710101.
------------------------------------------------------------
revno: 9969
committer: ~suv <email address hidden>
branch nick: inkscape-0.48.x
timestamp: Wed 2013-09-25 13:01:32 +0200
message:
  Revert backport fix for bug #805238 (Crash when setting empty font family)
  text tool in current trunk crashes on text with "font-family:;-inkscape-font-specification:;" in style attribute
------------------------------------------------------------
revno: 9968
fixes bug: https://launchpad.net/bugs/629081
committer: ~suv <email address hidden>
branch nick: inkscape-0.48.x
timestamp: Wed 2013-09-25 12:37:09 +0200
message:
  Backport fix for bug #629081 (Spiro and path operations fails)
------------------------------------------------------------
revno: 9967
fixes bug: https://launchpad.net/bugs/561503
committer: ~suv <email address hidden>
branch nick: inkscape-0.48.x
timestamp: Wed 2013-09-25 12:36:51 +0200
message:
  Backport fix for bug #561503 (Setting grid origin has no effect)
------------------------------------------------------------
revno: 9966
fixes bugs: https://launchpad.net/bugs/360158 https://launchpad.net/bugs/1095288
committer: ~suv <email address hidden>
branch nick: inkscape-0.48.x
timestamp: Wed 2013-09-25 12:36:41 +0200
message:
  Backport fix for bug #360158 ( Control points not drawn at (0,0))
------------------------------------------------------------
revno: 9965
fixes bug: https://launchpad.net/bugs/898797
committer: ~suv <email address hidden>
branch nick: inkscape-0.48.x
timestamp: Wed 2013-09-25 12:36:17 +0200
message:
  Backport fix for bug #898797 (Bend LPE incorrect on groups with objects which have a preserved transformation)
------------------------------------------------------------
revno: 9964
fixes bug: https://launchpad.net/bugs/805238
committer: ~suv <email address hidden>
branch nick: inkscape-0.48.x
timestamp: Tue 2013-09-24 19:14:52 +0200
message:
  Backport fix for bug #805238 (Crash when setting empty font family)
------------------------------------------------------------
revno: 9963
fixes bug: https://launchpad.net/bugs/1219175
committer: ~suv <email address hidden>
branch nick: inkscape-0.48.x
timestamp: Sun 2013-09-22 20:07:55 +0200
message:
  Backport fix for bug #1219175 (Typing in Layers Dialog searches hidden/unhidden state instead of layer name)
------------------------------------------------------------
revno: 9962
committer: ~suv <email address hidden>
branch nick: inkscape-0.48.x
timestamp: Sun 2013-09-22 19:19:37 +0200
message:
  Backport fix for bug #1183206 (Redo Duplicate Layer Crashes Inkscape)
------------------------------------------------------------
revno: 9961
committer: ~suv <email address hidden>
branch nick: inkscape-0.48.x
timestamp: Sun 2013-09-22 17:49:31 +0200
message:
  Backport fix for bug #966441 (inkscape crashed with SIGSEGV in sp_dtw_color_profile_event())
------------------------------------------------------------
revno: 9960
committer: Alex Valavanis <email address hidden>
branch nick: 0.48.x
timestamp: Sun 2013-09-22 16:02:19 +0100
message:
  autogen.sh: Allow wider range of automake version
------------------------------------------------------------
revno: 9959
committer: ~suv <email address hidden>
branch nick: inkscape-0.48.x
timestamp: Sun 2013-09-22 16:54:12 +0200
message:
  Backport fix for bug #1216859 (DXF export crashes on valid style attribute)
------------------------------------------------------------
revno: 9958
committer: ~suv <email address hidden>
branch nick: inkscape-0.48.x
timestamp: Sun 2013-09-22 16:31:02 +0200
message:
  Backport fix for bug #1217602 (Measure Path fails with "XML too deep" error)
------------------------------------------------------------
revno: 9957
committer: ~suv <email address hidden>
branch nick: inkscape-0.48.x
timestamp: Sun 2013-09-22 16:22:16 +0200
message:
  Backport fix for bug #166697 (Effects dirty document even when they do nothing)
------------------------------------------------------------
revno: 9956
committer: Alex Valavanis <email address hidden>
branch nick: 0.48.x
timestamp: Sun 2013-09-22 11:13:11 +0100
message:
  Drop --export-dynamic linker flag and fix dynamic allocation
------------------------------------------------------------
revno: 9955
committer: Alex Valavanis <email address hidden>
branch nick: 0.48.x
timestamp: Sun 2013-09-22 01:40:32 +0100
message:
  Fix dynamic allocation in inkscape-preferences dialog
------------------------------------------------------------
revno: 9954
committer: Alex Valavanis <email address hidden>
branch nick: 0.48.x
timestamp: Sun 2013-09-22 01:34:02 +0100
message:
  Backport lp:inkscape r12203,r12213: Drop ancient gcc compiler check; allow clang build
------------------------------------------------------------
revno: 9953
committer: ~suv <email address hidden>
branch nick: inkscape-0.48.x
timestamp: Sun 2013-09-22 01:54:18 +0200
message:
   Fix for bug #1171434 (INX <optiongroup> broken), reverts r9948
------------------------------------------------------------
revno: 9952
committer: ~suv <email address hidden>
branch nick: inkscape-0.48.x
timestamp: Sun 2013-09-22 00:20:09 +0200
message:
  Backport fix for bug #1193025 (Fix format security errors)
------------------------------------------------------------
revno: 9951
author: Niederstrasser
committer: ~suv <email address hidden>
branch nick: inkscape-0.48.x
timestamp: Sun 2013-09-22 00:19:03 +0200
message:
  Backport fix for bug #992124 (Fix build failure with clang)
  (includes fixes from r10360, r10399, r12202)
------------------------------------------------------------
revno: 9950
fixes bug: https://launchpad.net/bugs/752457
committer: JazzyNico <email address hidden>
branch nick: 0.48.x
timestamp: Fri 2013-06-21 15:32:50 +0200
message:
  Translations. Finnish translation fix by Ville Pätsi (see Bug #752457).
------------------------------------------------------------
revno: 9949
fixes bug: https://launchpad.net/bugs/1177725
author: Garret <email address hidden>
committer: ~suv <email address hidden>
branch nick: inkscape-0.48.x
timestamp: Wed 2013-05-08 18:37:42 +0200
message:
  Palettes: Add pure black and white to Tango palette (backported from trunk)
------------------------------------------------------------
revno: 9948
committer: Johan B. C. Engelen <email address hidden>
branch nick: 0.48.x
timestamp: Sat 2013-04-06 15:57:38 +0200
message:
  fix bug where extension radiobutton parameters cannot be set from cmdline (e.g. "--export-area-drawing" did not work)
------------------------------------------------------------
revno: 9947
committer: Diederik van Lierop <email address hidden>
branch nick: 0.48.x
timestamp: Sun 2013-03-31 21:44:48 +0200
message:
  Backport of rev. 10984 from trunk: respect the "snap node closest to pointer" for large selections and don't use a convex hull of the snap points
------------------------------------------------------------
revno: 9946
fixes bug: https://launchpad.net/bugs/1158787
committer: Alex Valavanis <email address hidden>
branch nick: 0.48.x
timestamp: Fri 2013-03-22 16:16:31 +0000
message:
  Add explicit configuration check for pangoft2
------------------------------------------------------------
revno: 9945
committer: Kris <email address hidden>
branch nick: RELEASE_0_48_BRANCH
timestamp: Sat 2013-01-26 21:19:17 +0100
message:
  fix warning in Dutch translation
------------------------------------------------------------
revno: 9944
committer: Kris <email address hidden>
branch nick: RELEASE_0_48_BRANCH
timestamp: Sat 2013-01-26 21:11:15 +0100
message:
  Backport fix of bug 996695 (Memory leak in bitmap trace)
------------------------------------------------------------
revno: 9943
committer: JazzyNico <email address hidden>
branch nick: 0.48.x
timestamp: Sat 2013-01-05 15:34:09 +0100
message:
  Build. Backporting fix for Bug #1095364 (FTBFS with gcc 4.8).
------------------------------------------------------------
revno: 9942
committer: Josh Andler <email address hidden>
branch nick: 0.48.x
timestamp: Thu 2013-01-03 21:16:23 -0800
message:
  Re-add omitted UI pref from prefences dialog rewrite
------------------------------------------------------------
revno: 9941
author: Diederik van Lierop
committer: ~suv <email address hidden>
branch nick: inkscape-0.48.x
timestamp: Sun 2012-12-30 17:06:48 +0100
message:
  Fix for bug #1093739 (snapping regression)
------------------------------------------------------------
revno: 9940 [merge]
committer: Ted Gould <email address hidden>
branch nick: 0.48.x
timestamp: Mon 2012-12-17 09:52:27 -0600
message:
  Fix that missed my pulling of the branch
------------------------------------------------------------
revno: 9939
tags: INKSCAPE_0_48_4
committer: Ted Gould <email address hidden>
branch nick: 0.48.x
timestamp: Sat 2012-12-15 10:55:58 -0600
message:
  0.48.4
------------------------------------------------------------
Use --include-merged or -n0 to see merged revisions.

File Description Downloads
download icon inkscape-0.48.5.tar.bz2 (md5, sig) tar.bz2 archive 8,140
last downloaded 5 days ago
download icon inkscape-0.48.5.tar.gz (md5, sig) tar.gz archive 22,541
last downloaded 5 days ago
download icon inkscape-0.48.5.zip (md5, sig) zip archive 16,434
last downloaded 3 days ago
Total downloads: 47,115

0.48.4 release from the 0.48.x series released

File Description Downloads
download icon inkscape-0.48.4.tar.gz (md5, sig) release tarball 3,879
last downloaded 5 days ago
Total downloads: 3,879

0.48.3.1 release from the 0.48.x series released

File Description Downloads
download icon inkscape-0.48.3.1.zip (md5, sig) zip 2,993
last downloaded 24 hours ago
download icon inkscape-0.48.3.1.tar.bz2 (md5, sig) tar.bz2 433
last downloaded 5 days ago
download icon inkscape-0.48.3.1.tar.gz (md5, sig) tar.gz 434
last downloaded 24 hours ago
Total downloads: 3,860

0.48.3 release from the 0.48.x series released

File Description Downloads
download icon inkscape-0.48.3.zip (md5, sig) 0.48.3 751
last downloaded 5 days ago
download icon inkscape-0.48.3.tar.bz2 (md5, sig) 0.48.3 172
last downloaded 5 days ago
download icon inkscape-0.48.3.tar.gz (md5, sig) release tarball 156
last downloaded 24 hours ago
Total downloads: 1,079

0.48.2 (0.48.2) release from the 0.48.x series released

File Description Downloads
download icon inkscape-0.48.2.tar.bz2 (md5, sig) tar.bz2 587
last downloaded 5 days ago
download icon inkscape-0.48.2.zip (md5, sig) .zip 1,720
last downloaded 5 days ago
download icon inkscape-0.48.2.tar.gz (md5, sig) tar.gz 216
last downloaded 5 days ago
Total downloads: 2,523

0.48.1 (0.48.1) release from the 0.48.x series released

File Description Downloads
download icon inkscape-0.48.1.tar.bz2 (md5, sig) tar.bz2 600
last downloaded 5 days ago
download icon inkscape-0.48.1.zip (md5, sig) .zip 1,244
last downloaded 5 days ago
download icon inkscape-0.48.1.tar.gz (md5, sig) tar.gz 274
last downloaded 5 days ago
Total downloads: 2,118

0.48 (0.48) release from the 0.48.x series released

Release information
Release notes:

This version of the SVG-based vector graphics editor brings a new Spray tool, multipath editing, superscripts and subscripts in text, as well as numeric control of text kerning, tracking, rotation and more, several new extensions for web developers and first take at adaptive user interface.

File Description Downloads
download icon inkscape-0.48.0.tar.bz2 (md5, sig) 0.48 tar.bz2 360
last downloaded 5 days ago
download icon inkscape-0.48.0.tar.gz (md5, sig) 0.48 tar.gz 231
last downloaded 5 days ago
download icon inkscape-0.48.0.zip (md5, sig) 0.48 zip 527
last downloaded today
Total downloads: 1,118

0.47 (0.47) release from the 0.47.x series released

Release information
Release notes:

Some of the New Features since 0.46 are as follows: Timed autosave, Spiro splines, Auto-smooth nodes, Eraser tool, New modes in Tweak tool, Snapping toolbar & greater snapping abilities, New Live Path Effects (including Envelope), A huge collection of preset filters, New cairo-based PS and EPS export, Spell checker, Many new extensions, Optimized SVG code options, and much more.

File Description Downloads
download icon inkscape-0.47.zip (md5, sig) 0.47 zip 842
last downloaded 5 days ago
download icon inkscape-0.47.tar.gz (md5, sig) 0.47 tar.gz 363
last downloaded 5 days ago
download icon inkscape-0.47.tar.bz2 (md5, sig) 0.47 tar bzip 260
last downloaded 5 days ago
Total downloads: 1,465

0.47pre3 release from the 0.47.x series released

File Description Downloads
download icon inkscape-0.47pre3.zip (md5, sig) 0.47pre3 zip 357
last downloaded 24 hours ago
download icon inkscape-0.47pre3.tar.bz2 (md5, sig) 0.47pre3 tar bzip 162
last downloaded 5 days ago
download icon inkscape-0.47pre3.tar.gz (md5, sig) 0.47pre3 tar.gz 160
last downloaded 5 days ago
Total downloads: 679

1120 of 60 releases