summaryrefslogtreecommitdiffstats
path: root/src/libnr (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring the object-snapper to use 2geom pathsDiederik van Lierop2008-08-032-22/+0
| | | (bzr r6552)
* Minor cleanup work on macrosJon A. Cruz2008-08-036-10/+22
| | | (bzr r6546)
* Enable exception handling for CxxTest in MakefilesJasper van de Gronde2008-08-021-1/+1
| | | (bzr r6524)
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-011-4/+0
| | | (bzr r6513)
* Warning cleanupJon A. Cruz2008-08-018-8/+8
| | | (bzr r6495)
* Consistently use (create/destroy)Suite in unit tests.Jasper van de Gronde2008-07-191-0/+5
| | | (bzr r6362)
* NR::Point : add cast operator to Geom::PointJohan B. C. Engelen2008-07-171-0/+2
| | | (bzr r6338)
* The new CxxTest unit tests now also work on Linux! (Note that test-all Jasper van de Gronde2008-07-172-0/+4
| | | | | | has become test-src and no longer includes ALL tests, just the tests in src/.) (bzr r6335)
* warning cleanupJon A. Cruz2008-07-161-18/+16
| | | (bzr r6329)
* use dynamic_cast in favor of typeid. because of derivative classesJohan B. C. Engelen2008-07-141-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 inclusionJohan B. C. Engelen2008-07-072-10/+2
| | | (bzr r6214)
* Tests for nr-compose, as well as updated tests for svg-affine and svg-length.Jasper van de Gronde2008-07-053-0/+786
| | | (bzr r6192)
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-102/+39
| | | (bzr r6046)
* need #include <typeinfo>Bob Jamison2008-06-231-1/+1
| | | (bzr r6028)
* better method to convert nartbpath to PathVectorJohan B. C. Engelen2008-06-221-5/+54
| | | (bzr r6014)
* * src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp,mjwybrow2008-06-226-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 replacementsJohan B. C. Engelen2008-06-121-2/+2
| | | (bzr r5916)
* add conversion from NR::Rect to Geom::RectJohan B. C. Engelen2008-06-081-2/+4
| | | (bzr r5848)
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-069-110/+44
| | | (bzr r5823)
* complete adding const to have only NArtBpath const * get_bpath() const; for ↵Johan B. C. Engelen2008-05-093-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 issueJon A. Cruz2008-05-042-4/+4
| | | (bzr r5594)
* Cmake: added livarot as a lib, fixes problem with linkingJoshua L. Blocher2008-04-271-0/+2
| | | (bzr r5532)
* cmake: move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*Johan B. C. Engelen2008-04-141-0/+2
| | | (bzr r5444)
* please dont forget to update Makefile_insert\!bulia byak2008-04-141-0/+2
| | | (bzr r5434)
* move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*Johan B. C. Engelen2008-04-132-0/+171
| | | (bzr r5427)
* cmake: exclude some files that are also excluded from build in build.xmlJohan B. C. Engelen2008-04-101-10/+10
| | | (bzr r5400)
* delete remaining .cvsignore filesAdib Taraben2008-04-011-13/+0
| | | (bzr r5299)
* Adjustments to the lib directory Cmake filesJoshua L. Blocher2008-03-301-1/+1
| | | (bzr r5250)
* add CMakeFiles for libcroco, libgdl, libnr, libnrtype.Johan B. C. Engelen2008-03-301-0/+100
| | | (bzr r5247)
* nr_matrix_inverse is no more, removed test from nr-matrix-test.hJasper van de Gronde2008-03-291-30/+1
| | | (bzr r5231)
* nr_matrix_inverse is no more, removed test from nr-matrix-testJasper van de Gronde2008-03-281-29/+1
| | | (bzr r5218)
* Major overhaul of the selector tool's internals to improve handling of ↵Diederik van Lierop2008-03-251-0/+5
| | | | | transformations, origins and snapping, for both visual and geometric bounding boxes (see for example bug #174046 in Launchpad) (bzr r5189)
* delete unused codebulia byak2008-03-236-926/+0
| | | (bzr r5182)
* Temporary disable of broken test codeJon A. Cruz2008-03-222-4/+8
| | | (bzr r5156)
* fix compilebulia byak2008-03-211-2/+0
| | | (bzr r5152)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-2124-707/+157
| | | (bzr r5149)
* remove assert_closebulia byak2008-03-017-30/+0
| | | (bzr r4916)
* Fixed uninitialized membersJon A. Cruz2008-03-011-1/+3
| | | (bzr r4912)
* Line-end fixJon A. Cruz2008-02-251-38/+38
| | | (bzr r4845)
* remaining g++ 4.3 compilation fix-upsKees Cook2008-02-111-0/+1
| | | (bzr r4706)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-313-3/+8
| | | (bzr r4629)
* add copy button to LPE pathparamJohan B. C. Engelen2008-01-261-0/+7
| | | (bzr r4600)
* first set of updates to headers for clean gcc 4.3 buildsKees Cook2008-01-252-2/+4
| | | (bzr r4588)
* Fixing up a few more filesBryce Harrington2008-01-051-1/+1
| | | (bzr r4391)
* Fix missing include for g_assert() calls - causes FTBFS on Ubuntu HardyBryce Harrington2008-01-051-0/+1
| | | | | currently. (bzr r4389)
* add libnr <=> 2geom conversion helper headerfileJohan B. C. Engelen2008-01-022-0/+32
| | | (bzr r4366)
* Snapping a guide to nodes (while dragging it across the canvas) now also ↵Diederik van Lierop2007-12-271-0/+2
| | | | | works for angled guides (bzr r4321)
* 1) Fix bug #178312Diederik van Lierop2007-12-274-0/+41
| | | | | 2) Fix constrained snapping to objects (bzr r4314)
* remove all mention of extension/internal/gnome.cpp from build files for make ↵Aaron Spike2007-12-101-2/+0
| | | | | distcheck; this included removing mention from a comment in src/libnr/nr-path.h (bzr r4201)
* Fized crashes & odd behaviour when resizing, zooming and rotating feTurbulenceNiko Kiirala2007-12-062-2/+18
| | | (bzr r4187)