Updated Ukrainian translation by Yuri Chornoivan
Typo fix submitted by Yuro Chornoivan
Prevent a redundant closing line segment being added when converting
a rectangle, star or polygon to a path.
a rectangle, star or polygon to a path.
(Probably) fix a crash in the node tool and fix Ctrl+Alt dragging
Translations. Farsi translation update.
Translation 98 percent. German translation update.
Fixed Romanian's alphabetic location in inkscape.nsi.
Fixed the Romanian Win32 installer translation to use the proper LangFile format.
Fix multiple minor problems in the node tool
Translations. German translation update by uwesch.
Second attempt at fixing LP452174 (first node in freehand is ignored)
Really fix middle click zoom in the node tool.
Fix new path update preference.
Pencil tool: fix drawing when starting a new freehand path on top of the pre-snap indicator, and snap the end-point of the freehand path
Revert fix for 515237 which introduces a catastrophic bug
Fix FD leak in buildtool.cpp
Fix path transformation (LP bug #515237)
Fix performance regressions in the node tool and a stupid crash bug
when deleting more than one stretch of selected nodes
when deleting more than one stretch of selected nodes
Fix event handling for control points when multiple buttons are pressed;
fixes crash bug in transform handles
fixes crash bug in transform handles
Tiny bit of refactoring (inverting some logic)
Extensions. Scour update (0.24)
Translations: Farsi translation update (now 2%)
new (actually old, i just updated, cleaned and enabled them) cursors for mouseover and dragging in selector
make when_selected and when_nothing customizable strings, settable via selection describer constructor
patch by Chris Morgan for bug 446842
Extensions. New pixelsnap extension.
Don't discard first point in pencil's freehand mode, and add a missing return statement
improve LPE extrude such that cusps work for closed paths too
Patch by Martin Sucha to add preferences to for grouping on Clip/Mask
Tutorials. Fix for a bug in the tracing tutorials.
Translations. Farsi translation update.
Translations. fa.po, plural-forms fix
Tutorials: Bitstream fonts replaced with sans and serif
Fix access to removed elements of a map in document-subset.cpp
Reduce libsigc++ usage to partially fix performance regressions
in the new node tool.
in the new node tool.
patch by sas for read-only directory
allow switch between LINE and LWPOLYLINE
Updates for devlibs revision 9
Fix crash when trying to import a corrupted PNG file.
Fix the position of joined nodes to match 0.47
Add pref settings that control updating the display of paths when dragging
or transforming nodes them.
or transforming nodes them.
Adjust devlibs copied to dist directory in Windows build
Tweak build.xml DLL names to match upgraded devlibs
Fix constrained snapping in node tool.
Finally introducing the pre-snap indicator
Really fix btool build.
Fix btool build with new devlibs repository.
Tutorials. Tips and Interpolate (new) Japanese translations.
Japanese translation update by Masato HASHIMOTO.
Fix the "edit next LPE parameter" button.
Fix for rectangle RadiusY and RadiusX in XAML export.
Fix some actions failing when show handles is off.
Specify Vim fold method for inkscape.nsi
Cleaned up the translation template
And sadly we don't use the Geometry Constructions tool either
And no - we don't build a bunch of LPEs either
No, we don't need whiteboard related files to be translatable.
Farsi support in win32 packages and Inkscape preferences
Fix freezes when deleting nodes.
Adding the Interpolate tutorial in Help>Tutorials
Translations. inkscape.pot and pos update. POTFILES.in fix.
New Farsi language translation file
Tutorials. New Farsi tutos. Tutorials are now optimized with Scour.
Fix snap bug as reported by Arcadie Cracan on the developers mailing list, dating 2009-10-28
14 years agoRemove redundancy from snapping API (type of snapsource no longer has to be specified...
Remove redundancy from snapping API (type of snapsource no longer has to be specified explicitly)
Fix some of the LPE issues.
disable softproofing if no get display id ONLY if source profile is to be taken from display; add statusbar messages; string edit
Make snapping while scaling behave similar to other transformations, which makes it more intuitive.
Generate Voronoi extension. Code by Steven Fortune (C) and Bill Simons (Python).
Fixing conts correctness.
Fix Ctrl+Alt+click deletion of selected nodes when transform handles
are turned on.
are turned on.
Insert nodes on Ctrl+Alt+click on a path.
Go back to using TR1 unordered containers to fix warnings. Add configure
code to detect the broken header and display Wiki page URL.
code to detect the broken header and display Wiki page URL.
Make Ctrl+Alt+click delete nodes.
Fix middle click zoom in the node tool.
Fix path reverse action (Shift+R) in the node tool.
Select the first node of the path when Tab is pressed and nothing is selected.
Fix snapping in the node tool when more than one point is dragged.
Small fix in scour (optimized SVG) output extension.
When snapping to a bounding box, flash that bounding box together with the snap indicator
scour extension update (v0.23)
Added temp option to enable repositioning of not-quite-completed UI items in relayout.
Lightened colors of Spray Tool icons, thinned strokes on Spray Tool icon, removed unnecessary Spray Configuration icon, and saved with our optimum icon prefs.
improve LPEExtrude: now connecting lines are also drawn at cusps
Improve spray icon slightly.
Spray icon tool v3 from Valessio S. Brito
* [INTL:ro] a reference to Romanian translation of the default template added
reverting an accidental change in inkscape.nsi from r8990
* [INTL:ro] Romanian translation of win32 installer added
* [INTL:ro] Romanian translation of the default template added
* [INTL:ro] Romanian translation of the default template added
Do not try to construct an ustring from NULL in CurveDragPoint::_getTip.
Fixes crasher.
Fixes crasher.
Dutch Advanced tutorial translation (new)
Dutch translation update by Kris
Fix for compile on windows. Fixes bug #506845.
Correcting statements collapsed to a single line.
Whitespace cleanup.
Restore encapsulation of selection implementation.
Fixed object leak.
Warning cleanup.
Replace std::tr1::unordered_(map|set) with __gnu_cxx::hash_(map|set),
to work around broken headers in some GCC versions.
to work around broken headers in some GCC versions.
Remove "show transform handles" from prefs - no longer necessary