change part of calligraphic/eraser code to 2geom.
improve documentation of SPCurve::last_segment
clean up matrix transform svg-write function
Use icons in tool overflow menu now that stock icon hook is in
Refactoring to be able to use standard themeable icons
fix 245960, switch most of the rest of calligraphic controls to 0..100
a simpler and more reliable method of doing caps: always perpendicular to from-to
modified is_positive and is_negative implementation for Vector and Matrix in order to make 2geom linkable with a gsl release >= 1.8
agree with the FIXME
move undo commits closer to the UI
fix 245806
Change link line for a couple of the test programs, so that `make check' compiles again.
Tests for nr-compose, as well as updated tests for svg-affine and svg-length.
widgets/select-toolbar.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)
widgets/calligraphic-profile-rename.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)
ui/widget/tolerance-slider.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)
text-editing.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)
svg/svg-length.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)
splivarot.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)
spiral-context.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)
sp-stop.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)
shape-editor.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)
select-context.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)
removeoverlap/removeoverlap.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)
nodepath.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)
node-context.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)
main-cmdlineact.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)
live_effects/parameter/enum.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)
libgdl/gdl-stock.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)
libgdl/gdl-dock-bar.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)
libavoid/region.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)
jabber_whiteboard/message-node.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)
ink-action.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)
helper/unit-tracker.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)
display/nr-filter-pixops.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)
display/inkscape-cairo.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)
16 years agocontext-fns.h: Supply missing #includes/declarations so that we don't depend on order...
context-fns.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)
conn-avoid-ref.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)
check-header-compile.in: Update list of needed CPPFLAGS.
Ignore dom/* headers for the moment.
Updates to list of .h files that shouldn't be tested.
Ignore dom/* headers for the moment.
Updates to list of .h files that shouldn't be tested.
fix a long-standing bug with Undo after Fit canvas to selection/drawing.
EOL fixups
Warning cleanup
another fix for parallel knotholder and nodepath
fix crash triggered by having both knotholder and nodepath at the same time
create pathvector_for_curve method.
2geomify calculation of number of markers on a path
16 years agouse if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types for strai...
use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types for straightlines. this because the closing line segment is special class ClosingSegment : public LineSegment.
convert a path to guides using 2geom calls
Warning cleanup
change some SP_CURVE_BPATH to get_bpath
add readme file to 2geom directory to warn people not to make code changes there
Fix Camouflage pattern (see bug 245301).
Make pen/pencil shapes work in spiro mode, too
16 years agoRemove oncanvas_editable attribute for PointParams; use their internal shape settings...
Remove oncanvas_editable attribute for PointParams; use their internal shape settings for the knotholder handle
Keep original path by default for LPEMirrorReflect
EOL fixup
Fixed includes
Correct path separators and missed variable assignment due to indention
Fixed EOLs
Poly::shifted: simplify to discard mention of handling negative argument value.
Fixed initialization order.
Mark suspicious ignoring of parameters
Mark a missing case statement
Mask out dead code causing warning
remove left-overs from making SPCurve a proper class with methods
start removing old path code in spcurve. start with const functions
improve pencil-context logic
improve spcurve::second_point and document its behavior
noop, add comment
update 2geom (svn rev1433). how far away is automatic filelist building on linux? (i.e. btool)
update 2geom (svn rev1433)
16 years agoPatch so Inkscape will compile on Solaris 10 from LP https://bugs.launchpad.net/inksc...
Patch so Inkscape will compile on Solaris 10 from LP https://bugs.launchpad.net/inkscape/+bug/245173
Tests for svg-affine and svg-length (the latter is not much more than a stub) and a CxxTest version of the list-container tests.
added new LPE and remove obsolete entries
add comments
Add new shape 'crescendo' in dropdown box of pen tool
16 years agoWhen drawing with activated shape in pencil/pen tool, apply the original stroke color...
When drawing with activated shape in pencil/pen tool, apply the original stroke color as fill and unset stroke
First shot at a dropdown selector for various shapes in pen/pencil tool, along the lines of Valerie's blueprint.
TODO: more paths for the dropdown, read them from a separate file; show images for the choices, not text
TODO: more paths for the dropdown, read them from a separate file; show images for the choices, not text
New LPE: Offset
16 years agoPartial 2geom update (anticipating changes that will be part of the next major update...
Partial 2geom update (anticipating changes that will be part of the next major update anyway, so overwriting them on next update is not a problem)
Check that objects are of the right type before casting them.
Fixes crash that occurs when transforming a 3D box with a title or description (bug 237331).
Fixes crash that occurs when transforming a 3D box with a title or description (bug 237331).
2geomify deletion of node in pen-context.cpp
lpe-skeleton: add boilerplate code to create knotholder handles for LPEs
lpe-skeleton: add variable to control display of original path
16 years agoHandle for PerspectivePath LPE to adjust offset (not ideal yet but better than enteri...
Handle for PerspectivePath LPE to adjust offset (not ideal yet but better than entering values by hand)
Remove now obsolete 'edit on canvas' button for PointParams
Enable status bar tips for LPE handles that are automatically created from PointParams
Don't dereference NULL knotholder; fixes instant crash, but using the handles still results in a crash :(
Use hscale instead of scalebutton by default
add shadow to layers list
add tab to layers dialog
missed a spot
dead code removal
fix inkboard node position bugs
remove "public private" virtual methods from XML::Node
remove additional unnecessary indirection in tree operations
access some SimpleNode fields directly
remove last traces of "floating nodes"
CxxTest unit tests can now be built on Windows, also adds CxxTest versions of most UTEST unit tests. (These new CxxTest tests are not part of make check on Linux yet.)
Adding use of GtkScaleButton when available