14 years agoDisabled unfinished connection point edit mode. Added inkscape:connection-start-point...
Disabled unfinished connection point edit mode. Added inkscape:connection-start-point, inkscape:connection-end-point attributes for connector endpoints. This corrects the previous approach making drawings created in 0.48 version compatible with earlier versions (new attributes are silently ignored).
14 years agoMake sure that guides always snap correctly when dropping them, and improve persevera...
Make sure that guides always snap correctly when dropping them, and improve perseverance of snap-indicator
Fix a memory leak in the object-snapper
Noop: removing and updating comments, fixing indentation
Various man page fixes. French man page update.
Man page update.
add Aaron and Michael as copyright holders of lpe-gears.cpp. Sorry I forgot them :-(
Translations. Farsi translation update (now 11%).
Fix node tool crash on path where the last subpath is a lone moveto
Make ControlPointSelection trackable to prevent random crashes
in the node tool
in the node tool
Fix a memory leak in sp_canvastext
Adding some missing translators.
- fix bug: xy grid default unit was not respected
- color original-d path as normal path in node tool
- remove obsolete todo comment
- add widget controls for vectorparam in lpe
- color original-d path as normal path in node tool
- remove obsolete todo comment
- add widget controls for vectorparam in lpe
14 years agofix bug: when creating an xy-grid, respect the default unit setting. (the preferences...
fix bug: when creating an xy-grid, respect the default unit setting. (the preferences setting was writing to the wrong place in the pref file)
color the original-d path just like a normal path when an LPE is applied.
remove obsolete TODO comment that has been done already
add widget controls for LPE VectorParam. Hide these controls for LPE Hatches.
Gradient editor: don't show pre-snap indicator when hovering above the knot of a gradient stop
Implement snapping of gradient stops
Extensions. New black and white color extension.
Implementation of snap delay mechanism for guides
Slightly updated Russian translation
File preview max size increased to 10Mio.
Tutorials. New Belarussian translations.
Translation Update 99 percent. German translatin update
Fix compilation error introduced by my previous commit
Constrained snapping: always enforce constraint, even when we didn't snap
Correct fix from r9070 so that it doesn't break path highlighting
fix middle button pan and rubberband-zoom in node tool
Prevent the Bezier tool from introducing a redundant closing line segment
when closing a path.
when closing a path.
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.