summaryrefslogtreecommitdiffstats
path: root/src/helper/Makefile_insert (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-08-08Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis1-45/+0
(bzr r15046)
2016-05-26Rename branchJabier Arraiza Cenoz1-2/+2
(bzr r13645.1.145)
2015-07-06Fixes from branch reviewJabier Arraiza Cenoz1-2/+0
(bzr r13645.1.102)
2015-05-10Working on Krzysztof review. Seems to be all fixed.Jabier Arraiza Cenoz1-1/+0
TODO: double check review and comment (bzr r13645.1.89)
2015-04-01Move 2Geom work to a intermediate positon -helper-Jabier Arraiza Cenoz1-0/+7
Removed dependency to helper/geom.h Now use a simple vector, not a vector of pairs of size_t and Satellite Getters and setters on Satellite removed Update store parameter to a more friendly string, like powerstroke Todo: Documentation and Fix coding style. (bzr r13645.1.63)
2015-03-19Let's hope the world doesn't endLiam P. White1-0/+2
Native 2geom path outliner, still buggy (bzr r14014)
2015-02-25Collect util/ into a static libraryLiam P. White1-0/+1
(bzr r13948)
2013-08-03Fixed building of tests.Matthew Petroff1-6/+0
(bzr r12380.1.60)
2013-07-20Removed last traces of "SPUnit" and removed "helper/unit*".Matthew Petroff1-4/+0
(bzr r12380.1.45)
2013-07-17Removed "helper/unit-tracker.*".Matthew Petroff1-2/+0
(bzr r12380.1.20)
2013-07-01Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson1-0/+2
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. (bzr r12387.1.1)
2012-10-15Files in /src that no longer existTed Gould1-1/+0
(bzr r11804.1.2)
2012-02-19move helper/recthull.h to 2geom/rect-hull.hJohan B. C. Engelen1-1/+0
(bzr r10996)
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-1/+0
(bzr r10347.1.21)
2009-02-20Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski1-12/+1
rather than for every subdirectory. (bzr r7336)
2008-12-29Build a single test executable on Linux to match Windows build system.Krzysztof Kosi??ski1-12/+1
(bzr r7040)
2008-12-10* Removing the bitmap files that aren't being used.Ted Gould1-0/+1
* 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. (bzr r6984)
2008-12-09Simplify "make check" makefile rules and remove most of the obsolete Krzysztof Kosi??ski1-21/+11
utest-based tests. (bzr r6976)
2008-12-08Partial fix for "make check" compilation failure.Krzysztof Kosi??ski1-1/+1
(bzr r6969)
2008-11-21Merge from fe-movedTed Gould1-6/+10
(bzr r6891)
2008-08-02add is_straight_curve in geom-curves.h helper fileJohan B. C. Engelen1-0/+1
(bzr r6537)
2008-08-02Enable exception handling for CxxTest in MakefilesJasper van de Gronde1-1/+1
(bzr r6524)
2008-07-17The new CxxTest unit tests now also work on Linux! (Note that test-all Jasper van de Gronde1-0/+24
has become test-src and no longer includes ALL tests, just the tests in src/.) (bzr r6335)
2008-07-14add geom-nodetype. helper function to determine the nodetype between two curvesJohan B. C. Engelen1-0/+2
(bzr r6295)
2008-06-16add geom helper file. this will contain Inkscape specific geometry ↵Johan B. C. Engelen1-0/+2
calculation methods that are not (yet, if ever) provided by lib2geom. (bzr r5965)
2007-04-05Replacing old multifunction widget with separate widget & modelJon A. Cruz1-0/+2
(bzr r2820)