summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Expand)AuthorAgeFilesLines
* Corrected initialization order.Jon A. Cruz2008-12-051-5/+3
* Small changes to Gaussian filtering that make part of the IIR code a bit clea...Jasper van de Gronde2008-12-021-8/+15
* When snapping only the closest node, draw an indicator at that nodeDiederik van Lierop2008-11-262-12/+55
* Defined HAVE_OPENMP in build.xml and included config.h from nr-filter-gaussia...Jasper van de Gronde2008-11-261-0/+2
* Fixed OpenMP dependency to be optional.Jon A. Cruz2008-11-251-0/+14
* Merging in the OpenMP work from the mailing list with some improved build files.Ted Gould2008-11-231-29/+42
* Merge from fe-movedTed Gould2008-11-2123-122/+157
* Merge from trunkTed Gould2008-10-311-29/+44
* From trunkTed Gould2008-10-2725-197/+364
* Merging from trunkTed Gould2008-10-1121-193/+193
* Tweak of member to Geom classBob Jamison2008-09-192-3/+3
* Change function arg from NR::Matrix to Geom::Matrix. Possible serious bug.Bob Jamison2008-09-191-2/+2
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-1822-243/+243
* NR ==> Geom conversion in sp-canvasMaximilian Albert2008-09-182-14/+14
* Some NR::Point ==> Geom::Point replacementsMaximilian Albert2008-09-182-84/+84
* Fix minor breakage in grid preferences caused by pref refactoring.Krzysztof Kosi??ski2008-09-172-5/+6
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-162-22/+26
* fix UI node countingJohan B. C. Engelen2008-09-131-0/+9
* fix curve test. curve with empty pathvector is *not* closed.Johan B. C. Engelen2008-09-111-1/+1
* fix curve::penultimate_point old behavior. no longer triggers 2geom exception.Johan B. C. Engelen2008-09-111-3/+8
* convert almost all libnrtype to Geom::Johan B. C. Engelen2008-09-112-8/+8
* add quick commentJohan B. C. Engelen2008-09-101-0/+6
* LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ...Johan B. C. Engelen2008-09-071-1/+0
* If a snapper needs a reference to a SPNamedView or a SPDesktop, then get that...Diederik van Lierop2008-09-074-7/+7
* comment typobulia byak2008-09-051-1/+1
* convert moveto, lineto and curveto native to Point, instead of going to gdoub...Johan B. C. Engelen2008-09-041-10/+6
* comment updatebulia byak2008-09-011-1/+9
* Temporary switch to handle api change in Cairo 1.7+Bob Jamison2008-08-141-0/+40
* fix spcurve testJohan B. C. Engelen2008-08-131-1/+1
* make spcurve::first_point and last_point boost::optionalJohan B. C. Engelen2008-08-133-27/+33
* return boost::optional for second and penultimate points of SPCurveJohan B. C. Engelen2008-08-133-33/+42
* Move all of the snapper code to 2geomDiederik van Lierop2008-08-114-34/+34
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-084-16/+16
* Fixed svg-path (and display/curve) tests to properly handle closepath and mad...Jasper van de Gronde2008-08-081-6/+10
* 1) When pasting, use an offset that is a multiple of the grid pitch (got lost...Diederik van Lierop2008-08-062-13/+9
* add dashed path optionbulia byak2008-08-062-2/+8
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-057-10/+10
* fix 252547: skip explicitly hidden objects when calculating bbox of groupbulia byak2008-08-051-1/+2
* replace unnecessary exception catching with a check beforehand.Johan B. C. Engelen2008-08-051-3/+3
* Use is_straight_curve() instead of three separate dynamic castsDiederik van Lierop2008-08-052-7/+4
* Make unit tests build on Linux againJasper van de Gronde2008-08-041-1/+2
* fix error in appending paths to existing paths. fixes bug #253639Johan B. C. Engelen2008-08-031-1/+1
* Minor cleanup work on macrosJon A. Cruz2008-08-035-11/+11
* Fixed const-correctnessJon A. Cruz2008-08-034-10/+10
* Replaced deprecated GtkType creation with GTypeJon A. Cruz2008-08-034-24/+26
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-033-5/+0
* remove old nartbpath to cairo methodJohan B. C. Engelen2008-08-022-98/+4
* Enable exception handling for CxxTest in MakefilesJasper van de Gronde2008-08-021-1/+1
* SPCurve unit testsJasper van de Gronde2008-08-023-71/+324
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-012-3/+3