Let's hope the world doesn't end Native 2geom path outliner, still buggy
Collect util/ into a static library
Fixed building of tests.
Removed last traces of "SPUnit" and removed "helper/unit*".
Removed "helper/unit-tracker.*".
Factored layer model out into new Inkscape::LayerModel class. This allows Inkscape::Selection to use a LayerModel that is not associated with a UI. Changed the interface of verbs (SPAction) to use a new ActionContext rather than UI::View::View, again so that verbs may be used in a console mode. Modified boolean operation verbs to work in console-only mode. Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops. Modified main.cpp to process selections and verbs in no-GUI mode. Other changes are all consequences of the SPDesktop, Selection and LayerModel interface changes.
Files in /src that no longer exist
move helper/recthull.h to 2geom/rect-hull.h
Rewrite NRArenaItem hierarchy into C++
Only build static libraries for subdirs than actually contain libraries, rather than for every subdirectory.
Build a single test executable on Linux to match Windows build system.
* Removing the bitmap files that aren't being used. * Removing the filter files that haven't been used. * Adding a small little script to pull the strings out of the filters.svg file and pull them into a header file so that they can be translated. * Fix generate_POTFILES.sh so that it warns that it'll probably break things * Update POTFILES.in so that it matches the files better. * Making a bunch of .svg files not executable. * Patching the effects code so that the sorting of the menus is correct and the first entry is not ignored.
Simplify "make check" makefile rules and remove most of the obsolete utest-based tests.
Partial fix for "make check" compilation failure.
Merge from fe-moved
add is_straight_curve in geom-curves.h helper file
Enable exception handling for CxxTest in Makefiles
The new CxxTest unit tests now also work on Linux! (Note that test-all has become test-src and no longer includes ALL tests, just the tests in src/.)
add geom-nodetype. helper function to determine the nodetype between two curves
add geom helper file. this will contain Inkscape specific geometry calculation methods that are not (yet, if ever) provided by lib2geom.
Replacing old multifunction widget with separate widget & model
moving trunk for module inkscape