summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* replace matrix division code.Johan B. C. Engelen2008-08-011-3/+3
* Warning cleanupJon A. Cruz2008-08-011-1/+1
* Move coordinate transform workaround to a more logical placeMaximilian Albert2008-07-302-11/+19
* Temporarily move the code from display/canvas-text.(h|cpp) to display/canvas-...Maximilian Albert2008-07-293-2/+297
* Add tracking of skew factor and display in warning message.Jon A. Cruz2008-07-271-1/+1
* update to 2geom rev. 1507Johan B. C. Engelen2008-07-251-0/+2
* include <string.h>. also remove const conversion warningBob Jamison2008-07-221-1/+2
* New CanvasText item; TODO: works quite well but updating may be incorrect sin...Maximilian Albert2008-07-223-0/+325
* Consistently use (create/destroy)Suite in unit tests.Jasper van de Gronde2008-07-191-0/+5
* fix artefacts left by text cursor and disappearing cursor on empty canvasbulia byak2008-07-181-4/+6
* convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen2008-07-172-113/+48
* The new CxxTest unit tests now also work on Linux! (Note that test-all Jasper van de Gronde2008-07-171-0/+24
* update to latest 2geom (rev1497)Johan B. C. Engelen2008-07-162-3/+7
* remove all old nartbpath code from SPCurve!!! (in other words, lib2geomifica...Johan B. C. Engelen2008-07-162-883/+68
* remove last calls to spcurve::get_length outside of spcurve. (canvas-bpath re...Johan B. C. Engelen2008-07-151-2/+2
* don't call cairo_new_path in feed_pathvector_to_cairo (like the old feed_path...Johan B. C. Engelen2008-07-151-6/+4
* make SPCurve constructors explicit. (so e.g. it is impossible to write SPCurv...Johan B. C. Engelen2008-07-141-2/+2
* noop: add comment about multiple consecutive movetosJohan B. C. Engelen2008-07-141-1/+3
* fix 248419bulia byak2008-07-141-1/+1
* 2geomify pov-out extensionJohan B. C. Engelen2008-07-131-0/+1
* * remove code duplication from pdf-cairo extensionJohan B. C. Engelen2008-07-122-5/+7
* add simplified feed_path_to_cairo functionsJohan B. C. Engelen2008-07-122-5/+49