summaryrefslogtreecommitdiffstats
path: root/src/libnr (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-01Refactor snapping of gradient handles; now behaves like all other snapping, i...Diederik van Lierop2-15/+0
2009-12-24refactoring the snapping code (laying the groundwork for my next commit which...Diederik van Lierop1-0/+1
2009-12-20Warning cleanupJon A. Cruz1-3/+3
2009-12-05Fix build again by modifiying makefileDiederik van Lierop1-1/+0
2009-12-04Fix rounding error in libnr and remove inefficient mmx optimizationsDiederik van Lierop2-450/+19
2009-09-27Revert patch from 168384 until after 0.47Josh Andler1-16/+13
2009-09-24Patch by Diederik for 168384. Tested by myself and others and works well, add...Josh Andler1-13/+16
2009-09-18back out Diederik's patch, problems with 32-bit systemsbulia byak1-20/+17
2009-09-14patch by Diederik for jumping images, bug 168384bulia byak1-17/+20
2009-08-15* Bug-fixing src/libnr/Makefile_insert to avoid build failureLuca Bruno1-1/+1
2009-08-14additional file for building nr-testtheAdib1-0/+1
2009-07-13libnr/nr-macros.h: Change our CLAMP macro definition to provide both CLAMP an...Peter Moulder1-3/+4
2009-05-07Patch 337357 by Lubomir Rintel: GCC 4.4 compilation & start fix (woohoo, happ...Josh Andler1-1/+1
2009-04-03And now gradients should be (almost) perfect... The gradient vector is set up...Jasper van de Gronde1-16/+36
2009-03-29Some quality improvements to feDisplacementMap handling (as well as extra bou...Jasper van de Gronde1-0/+6
2009-02-26Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski1-0/+1
2009-02-20Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski1-11/+7
2009-01-12Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...Joshua L. Blocher1-1/+1
2009-01-05Cmake build fixes, minorJoshua L. Blocher1-5/+0
2008-12-29Build a single test executable on Linux to match Windows build system.Krzysztof Kosi??ski1-14/+1
2008-12-28Makes sure a Gaussian filter is applied to premultiplied data.Jasper van de Gronde2-1/+31
2008-12-09Simplify "make check" makefile rules and remove most of the obsolete Krzysztof Kosi??ski9-761/+19
2008-12-08"make check" now compiles and runs on Linux.Krzysztof Kosi??ski1-3/+4
2008-12-08Warning and 'using' cleanup.Jon A. Cruz6-73/+59
2008-12-07Change the way preferences are loaded to simplify unit testingKrzysztof Kosi??ski2-12/+12
2008-12-05NR::LInfty => Geom::Johan B. C. Engelen1-1/+1
2008-11-21Merge from fe-movedTed Gould3-8/+8
2008-10-11Merging from trunkTed Gould3-6/+23
2008-09-23* Lots of documentation for the Inkscape::XML namespaceKrzysztof Kosi??ski1-1/+3
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-0/+8
2008-09-10LIBNR REMOVAL. remove nartbpath code!!!Johan B. C. Engelen5-204/+0
2008-09-07LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ...Johan B. C. Engelen3-569/+0
2008-08-11Move all of the snapper code to 2geomDiederik van Lierop1-0/+13
2008-08-06add automatic conversion between Geom::Matrix and NR::Matrix. (added to NR::M...Johan B. C. Engelen1-0/+14
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen5-43/+26
2008-08-03Refactoring the object-snapper to use 2geom pathsDiederik van Lierop2-22/+0
2008-08-03Minor cleanup work on macrosJon A. Cruz6-10/+22
2008-08-02Enable exception handling for CxxTest in MakefilesJasper van de Gronde1-1/+1
2008-08-012geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen1-4/+0
2008-08-01Warning cleanupJon A. Cruz8-8/+8
2008-07-19Consistently use (create/destroy)Suite in unit tests.Jasper van de Gronde1-0/+5
2008-07-17NR::Point : add cast operator to Geom::PointJohan B. C. Engelen1-0/+2
2008-07-17The new CxxTest unit tests now also work on Linux! (Note that test-all Jasper van de Gronde2-0/+4
2008-07-16warning cleanupJon A. Cruz1-18/+16
2008-07-14use dynamic_cast in favor of typeid. because of derivative classesJohan B. C. Engelen1-2/+2
2008-07-07replace separate forward declarations by proper forward.h inclusionJohan B. C. Engelen2-10/+2
2008-07-05Tests for nr-compose, as well as updated tests for svg-affine and svg-length.Jasper van de Gronde3-0/+786
2008-06-24Cmake: remove header files from source listsJoshua L. Blocher1-102/+39
2008-06-23need #include <typeinfo>Bob Jamison1-1/+1
2008-06-22better method to convert nartbpath to PathVectorJohan B. C. Engelen1-5/+54