summaryrefslogtreecommitdiffstats
path: root/src/display (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-19Tweak of member to Geom classBob Jamison2-3/+3
2008-09-19Change function arg from NR::Matrix to Geom::Matrix. Possible serious bug.Bob Jamison1-2/+2
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert22-243/+243
2008-09-18NR ==> Geom conversion in sp-canvasMaximilian Albert2-14/+14
2008-09-18Some NR::Point ==> Geom::Point replacementsMaximilian Albert2-84/+84
2008-09-17Fix minor breakage in grid preferences caused by pref refactoring.Krzysztof Kosi??ski2-5/+6
2008-09-16Refactored preferences handling into a new version of Krzysztof Kosi??ski2-22/+26
2008-09-13fix UI node countingJohan B. C. Engelen1-0/+9
2008-09-11fix curve test. curve with empty pathvector is *not* closed.Johan B. C. Engelen1-1/+1
2008-09-11fix curve::penultimate_point old behavior. no longer triggers 2geom exception.Johan B. C. Engelen1-3/+8
2008-09-11convert almost all libnrtype to Geom::Johan B. C. Engelen2-8/+8
2008-09-10add quick commentJohan B. C. Engelen1-0/+6
2008-09-07LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ...Johan B. C. Engelen1-1/+0
2008-09-07If a snapper needs a reference to a SPNamedView or a SPDesktop, then get that...Diederik van Lierop4-7/+7
2008-09-05comment typobulia byak1-1/+1
2008-09-04convert moveto, lineto and curveto native to Point, instead of going to gdoub...Johan B. C. Engelen1-10/+6
2008-09-01comment updatebulia byak1-1/+9
2008-08-14Temporary switch to handle api change in Cairo 1.7+Bob Jamison1-0/+40
2008-08-13fix spcurve testJohan B. C. Engelen1-1/+1
2008-08-13make spcurve::first_point and last_point boost::optionalJohan B. C. Engelen3-27/+33
2008-08-13return boost::optional for second and penultimate points of SPCurveJohan B. C. Engelen3-33/+42
2008-08-11Move all of the snapper code to 2geomDiederik van Lierop4-34/+34
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen4-16/+16
2008-08-08Fixed svg-path (and display/curve) tests to properly handle closepath and mad...Jasper van de Gronde1-6/+10
2008-08-061) When pasting, use an offset that is a multiple of the grid pitch (got lost...Diederik van Lierop2-13/+9
2008-08-06add dashed path optionbulia byak2-2/+8
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen7-10/+10
2008-08-05fix 252547: skip explicitly hidden objects when calculating bbox of groupbulia byak1-1/+2
2008-08-05replace unnecessary exception catching with a check beforehand.Johan B. C. Engelen1-3/+3
2008-08-05Use is_straight_curve() instead of three separate dynamic castsDiederik van Lierop2-7/+4
2008-08-04Make unit tests build on Linux againJasper van de Gronde1-1/+2
2008-08-03fix error in appending paths to existing paths. fixes bug #253639Johan B. C. Engelen1-1/+1
2008-08-03Minor cleanup work on macrosJon A. Cruz5-11/+11
2008-08-03Fixed const-correctnessJon A. Cruz4-10/+10
2008-08-03Replaced deprecated GtkType creation with GTypeJon A. Cruz4-24/+26
2008-08-03remove many needless references to n-art-bpath.hJohan B. C. Engelen3-5/+0
2008-08-02remove old nartbpath to cairo methodJohan B. C. Engelen2-98/+4
2008-08-02Enable exception handling for CxxTest in MakefilesJasper van de Gronde1-1/+1
2008-08-02SPCurve unit testsJasper van de Gronde3-71/+324
2008-08-012geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2-3/+3
2008-08-01replace matrix division code.Johan B. C. Engelen1-3/+3
2008-08-01Warning cleanupJon A. Cruz1-1/+1
2008-07-30Move coordinate transform workaround to a more logical placeMaximilian Albert2-11/+19
2008-07-29Temporarily move the code from display/canvas-text.(h|cpp) to display/canvas-...Maximilian Albert3-2/+297
2008-07-27Add tracking of skew factor and display in warning message.Jon A. Cruz1-1/+1
2008-07-25update to 2geom rev. 1507Johan B. C. Engelen1-0/+2
2008-07-22include <string.h>. also remove const conversion warningBob Jamison1-1/+2
2008-07-22New CanvasText item; TODO: works quite well but updating may be incorrect sin...Maximilian Albert3-0/+325
2008-07-19Consistently use (create/destroy)Suite in unit tests.Jasper van de Gronde1-0/+5
2008-07-18fix artefacts left by text cursor and disappearing cursor on empty canvasbulia byak1-4/+6