fix bug where bbox is calculated wrong for paths with markers when the path has a transform applied. the transform was applied twice (sp_shape_marker_get_transform_at_start already takes care of rotation and translation, and scale is taken care of by item_outline call within item_outline_add_marker)
Added inkscape.com to Win32 installer (should have been included in 0.48).
enhancement by Rob Antonishen for Scatter Extension (Bug 617045)
Fix LP bug #622350: Discard events when desktop->event_context has not been set, instead of crashing.
Extensions. Fix live preview crash in custom color extension when invalid values are set (bug #168417).
Tutorials. New Indonesian translation of Calligraphy.
Extensions. New guillotine extension (testing).
Doc. Keys and mouse reference, bugtracker link fix (from SF to LP).
Doc. Keys and mouse reference consistency fix.
i18n. Context cleanup (context|string replaced with C_).
avoid division by zero (Bug 604131)
Snapmanager in pencil tool: setup() must be followed by unSetup() to clear pointers
When doing a constrained snap, then don't try snapping the mouse pointer itself but try snapping its projection (onto the constraint) instead
Translations. Korean translation update by yongdoria.
Tutorials. New Indonesian tracing tutorial.
Connector tool: pointers should be nulled after snapping
Added packaging/win32/languages/Dutch.nsh to Makefile.am for inclusion in tarballs.
2nd attempt at fixing the crash introduced in rev. #9692. This should nail it!
Fix a crash and add more safety checks to catch NULL pointers
Fix funny behavior when dragging near the start node of a path
Fix node editor crash when dragging near the last node of a path
Sync to release 0.48 branch
Revs 9706-9709 from trunk to fix Uniconvertor and 3 connector crashes
Fixes bug #590047: assertion crash in libavoid when marking shapes as not
being avoided by the connector context.
being avoided by the connector context.
Fixes bug #590047: assertion crash in libavoid when marking shapes as not
being avoided by the connector context.
being avoided by the connector context.
Fixes bug #478597 where the connector context crash due to asserting that
paths marked as connectors were always open. Now it just treats them as
connectors if they are open, or normal objects otherwise.
paths marked as connectors were always open. Now it just treats them as
connectors if they are open, or normal objects otherwise.
Fixes bug #478597 where the connector context crash due to asserting that
paths marked as connectors were always open. Now it just treats them as
connectors if they are open, or normal objects otherwise.
paths marked as connectors were always open. Now it just treats them as
connectors if they are open, or normal objects otherwise.
Fix bug #612756 where connectors with zero length (due to being clipped
to the perimeter of two overlapping objects) could crash the connector
context.
to the perimeter of two overlapping objects) could crash the connector
context.
Fix bug #612756 where connectors with zero length (due to being clipped
to the perimeter of two overlapping objects) could crash the connector
context.
to the perimeter of two overlapping objects) could crash the connector
context.
Fix uniconvertor extensions to work with UC version 1.1.5
Translations. Romanian translation update by Cristian Secară.
Translations. Romanian translation update by Cristian Secară.
Extensions. Fix misleading message in inkex.py (Bug #602041)
Extensions. New -Save Background- option and help tab in Gimp XCF export.
Correct application of older Win32 patch. Fixes bug #616589.
Correct application of older Win32 patch. Fixes bug #616589.
Fix a crash introduced by my previous commit
Fix crash 411940 by Alisher Niyazov
Fix crash 411940 by Alisher Niyazov
Extensions. Gimp XCF export fixes (Bugs #168250, #285558, #616193 and #616330).
Catch bad save dialog sizes on Win32. Fixes bug #285267.
Catch bad save dialog sizes on Win32. Fixes bug #285267.
Clear pointers in the snapmanager if they're no longer needed.
Implement constrained snapping to nodes
Tutorials. New Indonesian advanced tutorial translation.
Tutorials. New Indonesian advanced tutorial translation.
Updated the JessyInk JavaScript files. The files now correspond to version 1.5.2.
Extensions. Gimp XCF export now works with units in Height and Width attributes (bug #485032).
Templates. Layer errors in the Fontforge template (Bug #565296).
Add a constrained snap method that takes multiple constraints. This reduces the code repetitiveness in the node tool
Corrects delete/delete[] issue. Fixes bug #613723.
Corects delete/delete[] issue. Fixes bug #613723.
Keys. Alphapad support for zoom shortcuts (Bug #181393).
support for transform elements in hpgl (Bug 600472)
Keys. Additional keypad bindings (Bug #362040).
Translations. Galician translation update by Leandro Regueiro.
Translations. Galician translation update by Leandro Regueiro.
A modification of pixops_mix that allows for input images that extend beyond the output image
Fix to background handling that avoids both duplication and aliasing as much as possible.
Added reinterpret_cast to work around a difference of opinion between gcc versions.
Fix for subtle bug in parsing export area, found by Vaughn Spurlin using Coverity
Small fix to emf filter that makes it build using TDM's mingw 4.5.0
New feature: to exchange position of two objects (bug #171944)
Doc. Keys and mouse reference fix.
updated PO file
updated PO file
Romanian translation update by Cristian Secară (Bug #596689)
Romanian translation update by Cristian Secară (Bug #596689)
Galician translation update by Leandro Regueiro (Bug #612697)
Galician translation update by Leandro Regueiro (Bug #612697)
backport of latest UK translation update
updated PO file
updated PO file
support for layers in .dxf output (Bug 410928)
Translations. Slovenian translation update by Martin Srebotnjak.
Translations. Slovenian translation update by Martin Srebotnjak.
powerstroke: add code that handles closed paths
powerstroke: redefine meaning of offset point parameter values. now knots move with path
Translations. Simplified Chinese translation update by Liu Xiaoqin.
Translations. Simplified Chinese translation update by Liu Xiaoqin.
i18n. Fix for Bug #611025 (Setup for widescreen work does not show translated).
i18n. Fix for Bug #611025 (Setup for widescreen work does not show translated).
Translations. Markup fix in Romanian translation.
powerstroke: add visually 'nice' interpolator, good enough for now
powerstroke: code only, added bad interpolator
powerstroke: fix terrible bug, clean up code, add interpolator framework
powerstroke: ctrl+click inserts new stroke knot. BUGGY. reselect object after adding stroke knot
updated PO file
Fix rendering of "plain" SVG text.
Create just one path instead of hundreds.
Purge the silliest attributes (font-size, marker-xxx).
Applied fix for sp_document_maybe_done() that was holding pointers to internal temp buffers.
Safer fix for bug #579932 that won't leak memory.
Duplicate the undo key passed to sp_document_maybe_done, instead of simply
assigning it. Allows the function to be used with dynamically created
keys and fixes undo stack spam when adjusting filter parameter values
(LP #579932).
assigning it. Allows the function to be used with dynamically created
keys and fixes undo stack spam when adjusting filter parameter values
(LP #579932).
powerstroke: sort point option
powerstroke: arbitrary number of control points.
commit missing files
More sensible ranges for feSpecularLighting and feDiffuseLighting parameters
Fix for filters dialog by Krzysztof
more powerstroke build infrastructure