| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Only build static libraries for subdirs than actually contain libraries, | Krzysztof Kosi??ski | 2009-02-20 | 1 | -11/+7 | |
| | | | | | | rather than for every subdirectory. (bzr r7336) | |||||
| * | Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵ | Joshua L. Blocher | 2009-01-12 | 1 | -1/+1 | |
| | | | | | | sub-libs of inkscape. (bzr r7120) | |||||
| * | Cmake build fixes, minor | Joshua L. Blocher | 2009-01-05 | 1 | -5/+0 | |
| | | | | (bzr r7078) | |||||
| * | Build a single test executable on Linux to match Windows build system. | Krzysztof Kosi??ski | 2008-12-29 | 1 | -14/+1 | |
| | | | | (bzr r7040) | |||||
| * | Makes sure a Gaussian filter is applied to premultiplied data. | Jasper van de Gronde | 2008-12-28 | 2 | -1/+31 | |
| | | | | (bzr r7028) | |||||
| * | Simplify "make check" makefile rules and remove most of the obsolete | Krzysztof Kosi??ski | 2008-12-09 | 9 | -761/+19 | |
| | | | | | | utest-based tests. (bzr r6976) | |||||
| * | "make check" now compiles and runs on Linux. | Krzysztof Kosi??ski | 2008-12-08 | 1 | -3/+4 | |
| | | | | (bzr r6973) | |||||
| * | Warning and 'using' cleanup. | Jon A. Cruz | 2008-12-08 | 6 | -73/+59 | |
| | | | | (bzr r6970) | |||||
| * | Change the way preferences are loaded to simplify unit testing | Krzysztof Kosi??ski | 2008-12-07 | 2 | -12/+12 | |
| | | | | (bzr r6964) | |||||
| * | NR::LInfty => Geom:: | Johan B. C. Engelen | 2008-12-05 | 1 | -1/+1 | |
| | | | | (bzr r6953) | |||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 3 | -8/+8 | |
| | | | | (bzr r6891) | |||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 3 | -6/+23 | |
| | | | | (bzr r6884) | |||||
| * | * Lots of documentation for the Inkscape::XML namespace | Krzysztof Kosi??ski | 2008-09-23 | 1 | -1/+3 | |
| | | | | | | | * Doxygen fixes for a few files * Garbage-collected allocator for STL containers (bzr r6877) | |||||
| * | Next roud of NR ==> Geom conversion | Maximilian Albert | 2008-09-18 | 1 | -0/+8 | |
| | | | | (bzr r6839) | |||||
| * | LIBNR REMOVAL. remove nartbpath code!!! | Johan B. C. Engelen | 2008-09-10 | 5 | -204/+0 | |
| | | | | | | | remove nartbpath test code etc. remove inkscape's path parsing, since it is now done by 2geom. (bzr r6789) | |||||
| * | LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ↵ | Johan B. C. Engelen | 2008-09-07 | 3 | -569/+0 | |
| | | | | | | references to nr-path.h) (bzr r6774) | |||||
| * | Move all of the snapper code to 2geom | Diederik van Lierop | 2008-08-11 | 1 | -0/+13 | |
| | | | | (bzr r6606) | |||||
| * | add automatic conversion between Geom::Matrix and NR::Matrix. (added to ↵ | Johan B. C. Engelen | 2008-08-06 | 1 | -0/+14 | |
| | | | | | | NR::Matrix class). resolved some ambiguities caused by it. (bzr r6581) | |||||
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 5 | -43/+26 | |
| | | | | (bzr r6569) | |||||
| * | Refactoring the object-snapper to use 2geom paths | Diederik van Lierop | 2008-08-03 | 2 | -22/+0 | |
| | | | | (bzr r6552) | |||||
| * | Minor cleanup work on macros | Jon A. Cruz | 2008-08-03 | 6 | -10/+22 | |
| | | | | (bzr r6546) | |||||
| * | Enable exception handling for CxxTest in Makefiles | Jasper van de Gronde | 2008-08-02 | 1 | -1/+1 | |
| | | | | (bzr r6524) | |||||
| * | 2geomify a lot of NR::Points to Geom::Point | Johan B. C. Engelen | 2008-08-01 | 1 | -4/+0 | |
| | | | | (bzr r6513) | |||||
| * | Warning cleanup | Jon A. Cruz | 2008-08-01 | 8 | -8/+8 | |
| | | | | (bzr r6495) | |||||
| * | Consistently use (create/destroy)Suite in unit tests. | Jasper van de Gronde | 2008-07-19 | 1 | -0/+5 | |
| | | | | (bzr r6362) | |||||
| * | NR::Point : add cast operator to Geom::Point | Johan B. C. Engelen | 2008-07-17 | 1 | -0/+2 | |
| | | | | (bzr r6338) | |||||
| * | The new CxxTest unit tests now also work on Linux! (Note that test-all | Jasper van de Gronde | 2008-07-17 | 2 | -0/+4 | |
| | | | | | | | has become test-src and no longer includes ALL tests, just the tests in src/.) (bzr r6335) | |||||
| * | warning cleanup | Jon A. Cruz | 2008-07-16 | 1 | -18/+16 | |
| | | | | (bzr r6329) | |||||
| * | use dynamic_cast in favor of typeid. because of derivative classes | Johan B. C. Engelen | 2008-07-14 | 1 | -2/+2 | |
| | | | | | | (in this case actually it is not necessary, because there can be no derivatives of Geom::LineSegment, since they are added explicitly in the same code. However, I think it is good to set good example.) (bzr r6297) | |||||
| * | replace separate forward declarations by proper forward.h inclusion | Johan B. C. Engelen | 2008-07-07 | 2 | -10/+2 | |
| | | | | (bzr r6214) | |||||
| * | Tests for nr-compose, as well as updated tests for svg-affine and svg-length. | Jasper van de Gronde | 2008-07-05 | 3 | -0/+786 | |
| | | | | (bzr r6192) | |||||
| * | Cmake: remove header files from source lists | Joshua L. Blocher | 2008-06-24 | 1 | -102/+39 | |
| | | | | (bzr r6046) | |||||
| * | need #include <typeinfo> | Bob Jamison | 2008-06-23 | 1 | -1/+1 | |
| | | | | (bzr r6028) | |||||
| * | better method to convert nartbpath to PathVector | Johan B. C. Engelen | 2008-06-22 | 1 | -5/+54 | |
| | | | | (bzr r6014) | |||||
| * | * src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp, | mjwybrow | 2008-06-22 | 6 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | src/libcola/gradient_projection.cpp, src/libvpsc/generate-constraints.cpp, src/libnr/nr-types.cpp, src/libnr/nr-point-fns-test.cpp, src/isnan.h, src/libnr/nr-point-fns.cpp, src/libnr/in-svg-plane-test.cpp, src/doxygen-main.cpp, src/display/nr-filter-composite.cpp, src/display/nr-filter-merge.cpp, src/display/nr-filter-gaussian.cpp, src/display/bezier-utils.cpp, src/Makefile_insert, src/eraser-context.cpp, src/dyna-draw-context.cpp, src/tweak-context.cpp, src/sp-namedview.cpp, src/libnr/in-svg-plane-test.h, src/libnr/nr-point-fns-test.h, src/mod360-test.h, src/CMakeLists.txt, src/2geom/linear.h: Properly fix the conflicting isnan.h problem: 1) Update src/2geom/isnan.h to match newest Inkscape src/isnana.h (Also commited this change to lib2geom project repository) 2) Remove Inkscape's src/isnan.h 3) Update all files to include src/2geom/isnan.h instead of src/isnan.h (bzr r6013) | |||||
| * | add commentary to some methods about 2geom replacements | Johan B. C. Engelen | 2008-06-12 | 1 | -2/+2 | |
| | | | | (bzr r5916) | |||||
| * | add conversion from NR::Rect to Geom::Rect | Johan B. C. Engelen | 2008-06-08 | 1 | -2/+4 | |
| | | | | (bzr r5848) | |||||
| * | merge gsoc2008_johan_path2geom into trunk | Johan B. C. Engelen | 2008-06-06 | 9 | -110/+44 | |
| | | | | (bzr r5823) | |||||
| * | complete adding const to have only NArtBpath const * get_bpath() const; for ↵ | Johan B. C. Engelen | 2008-05-09 | 3 | -15/+22 | |
| | | | | | | accessing the protected member of SPCurve. Nowhere in Inkscape source is the path data changed of SPCurve, except within SPCurve's own methods ! So removed the non-const NArtBpath* get_bpath. (bzr r5642) | |||||
| * | warning cleanup and fixed string free issue | Jon A. Cruz | 2008-05-04 | 2 | -4/+4 | |
| | | | | (bzr r5594) | |||||
| * | Cmake: added livarot as a lib, fixes problem with linking | Joshua L. Blocher | 2008-04-27 | 1 | -0/+2 | |
| | | | | (bzr r5532) | |||||
| * | cmake: move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.* | Johan B. C. Engelen | 2008-04-14 | 1 | -0/+2 | |
| | | | | (bzr r5444) | |||||
| * | please dont forget to update Makefile_insert\! | bulia byak | 2008-04-14 | 1 | -0/+2 | |
| | | | | (bzr r5434) | |||||
| * | move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.* | Johan B. C. Engelen | 2008-04-13 | 2 | -0/+171 | |
| | | | | (bzr r5427) | |||||
| * | cmake: exclude some files that are also excluded from build in build.xml | Johan B. C. Engelen | 2008-04-10 | 1 | -10/+10 | |
| | | | | (bzr r5400) | |||||
| * | delete remaining .cvsignore files | Adib Taraben | 2008-04-01 | 1 | -13/+0 | |
| | | | | (bzr r5299) | |||||
| * | Adjustments to the lib directory Cmake files | Joshua L. Blocher | 2008-03-30 | 1 | -1/+1 | |
| | | | | (bzr r5250) | |||||
| * | add CMakeFiles for libcroco, libgdl, libnr, libnrtype. | Johan B. C. Engelen | 2008-03-30 | 1 | -0/+100 | |
| | | | | (bzr r5247) | |||||
| * | nr_matrix_inverse is no more, removed test from nr-matrix-test.h | Jasper van de Gronde | 2008-03-29 | 1 | -30/+1 | |
| | | | | (bzr r5231) | |||||
| * | nr_matrix_inverse is no more, removed test from nr-matrix-test | Jasper van de Gronde | 2008-03-28 | 1 | -29/+1 | |
| | | | | (bzr r5218) | |||||
