summaryrefslogtreecommitdiffstats
path: root/src/display/canvas-bpath.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* move canvastext to its own file (no linking error for me anymore), add ↵bulia byak2009-03-111-247/+0
| | | | | outline to fix 334758 (bzr r7470)
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-301-1/+0
| | | (bzr r7046)
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-301-2/+0
| | | (bzr r7045)
* Merge from fe-movedTed Gould2008-11-211-7/+13
| | | (bzr r6891)
* Merging from trunkTed Gould2008-10-111-1/+1
| | | (bzr r6884)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-23/+23
| | | (bzr r6839)
* LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ↵Johan B. C. Engelen2008-09-071-1/+0
| | | | | references to nr-path.h) (bzr r6774)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-4/+4
| | | (bzr r6593)
* add dashed path optionbulia byak2008-08-061-1/+6
| | | (bzr r6572)
* Fixed const-correctnessJon A. Cruz2008-08-031-2/+2
| | | (bzr r6545)
* Move coordinate transform workaround to a more logical placeMaximilian Albert2008-07-301-10/+16
| | | (bzr r6471)
* Temporarily move the code from display/canvas-text.(h|cpp) to ↵Maximilian Albert2008-07-291-0/+252
| | | | | display/canvas-bpath.(h|cpp) to avoid a strange linker error :( (bzr r6465)
* remove last calls to spcurve::get_length outside of spcurve. (canvas-bpath ↵Johan B. C. Engelen2008-07-151-2/+2
| | | | | rendering code) (bzr r6312)
* use 2geom path for bbox calculation. (gets rid of yet another reference to ↵Johan B. C. Engelen2008-06-261-9/+6
| | | | | old nartbpath in spcurve!) (bzr r6077)
* use all 2geom typed pathv_matrix_point_bbox_wind_distanceJohan B. C. Engelen2008-06-261-3/+3
| | | (bzr r6070)
* use pathv_matrix_point_bbox_wind_distance instead of ↵Johan B. C. Engelen2008-06-261-4/+2
| | | | | nr_path_matrix_point_bbox_wind_distance everywhere (bzr r6068)
* delivarotify, render with cairo, use nr_path functions for bbox and distancebulia byak2008-06-241-291/+67
| | | (bzr r6044)
* use LoadPathVector instead of LoadArtBPath everywhereJohan B. C. Engelen2008-06-221-1/+2
| | | (bzr r6017)
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-061-2/+2
| | | (bzr r5823)
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-2/+2
| | | | | | - change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636)
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-3/+3
| | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609)
* Remove warningsBob Jamison2008-05-041-1/+1
| | | (bzr r5604)
* noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs ↵Peter Moulder2007-09-291-154/+166
| | | | | for indentation. (bzr r3816)
* patch for rendering quality and speed from Jasper van de Grondebulia byak2006-07-291-12/+12
| | | (bzr r1503)
* fix confusion of SP_CANVAS_BPATH with SP_CURVE_BPATHMenTaLguY2006-05-091-1/+1
| | | (bzr r789)
* eliminate direct accesses to SPCurve::bpathMenTaLguY2006-05-091-1/+1
| | | (bzr r787)
* bulk whitespace removal patch #1198588 by gigaclonRalf Stephan2006-02-131-18/+18
| | | (bzr r134)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+485
(bzr r1)