summaryrefslogtreecommitdiffstats
path: root/src/display/nr-arena-shape.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-09separate bbox (calculated by subclasses) and drawbox, which includes filters ...bulia byak1-1/+0
2009-01-02Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen1-1/+1
2008-12-30get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen1-2/+0
2008-11-21Merge from fe-movedTed Gould1-36/+46
2008-10-27From trunkTed Gould1-1/+0
2008-10-11Merging from trunkTed Gould1-26/+26
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-1/+1
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-9/+9
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-1/+1
2008-08-05Use is_straight_curve() instead of three separate dynamic castsDiederik van Lierop1-4/+2
2008-08-03Minor cleanup work on macrosJon A. Cruz1-3/+3
2008-08-03remove many needless references to n-art-bpath.hJohan B. C. Engelen1-2/+0
2008-07-16update to latest 2geom (rev1497)Johan B. C. Engelen1-2/+6
2008-07-04use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types f...Johan B. C. Engelen1-6/+6
2008-06-29even with zero opacity, paths must be selectable in outline modebulia byak1-3/+5
2008-06-26use all 2geom typed pathv_matrix_point_bbox_wind_distanceJohan B. C. Engelen1-4/+4
2008-06-26use pathv_matrix_point_bbox_wind_distance instead of nr_path_matrix_point_bbo...Johan B. C. Engelen1-4/+2
2008-06-23use exact bbox again in updating shapesJohan B. C. Engelen1-4/+2
2008-06-23sorry to have broken buildJohan B. C. Engelen1-1/+1
2008-06-23convert optimizing check into 2geom terms. hopefully correct, please review i...Johan B. C. Engelen1-2/+26
2008-06-22use LoadPathVector instead of LoadArtBPath everywhereJohan B. C. Engelen1-4/+4
2008-06-16add comment (original update code used exact bbox)Johan B. C. Engelen1-0/+2
2008-06-16have bbox calculation code use new helper/geom.cpp function. This makes it ea...Johan B. C. Engelen1-5/+3
2008-06-16don't use exact bbox in nr_arena_shape_update (speed-up)Johan B. C. Engelen1-2/+2
2008-06-16Fix nr_arena_shape_add_bboxes to what it was in the past. (the NPE was caused...Johan B. C. Engelen1-13/+17
2008-06-16Fixed NPEJon A. Cruz1-2/+4
2008-06-14use 2geom types to calculate bounding box when updating arena shapeJohan B. C. Engelen1-84/+39
2008-06-08use feed_pathvector_to_cairo in display/nr-arena-shape.cppJohan B. C. Engelen1-3/+4
2008-06-06merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen1-1/+1
2008-05-09complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen1-3/+3
2008-05-09- try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen1-1/+2
2008-05-05struct SPCurve => class SPCurveJohan B. C. Engelen1-4/+4
2008-03-31lay groundwork for non-filter view modeMenTaLguY1-4/+4
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-10/+10
2007-09-15Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz1-19/+16
2007-09-10Purged fill type enumJon A. Cruz1-32/+16
2007-07-04adapt to new paintservers API of SPStylebulia byak1-2/+2
2007-06-27use an accessor method to get filter from stylebulia byak1-3/+3
2007-06-27switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...bulia byak1-3/+4
2007-05-21Refactoring work for filter effects renderer initializationNiko Kiirala1-41/+8
2007-05-14Added renderer support for feBlend filter effectNiko Kiirala1-4/+13
2007-03-19no pick if transparent; fix sodipodi-era bug where delta had no effect for no...bulia byak1-9/+14
2007-03-19two picking optimizations: 1 use our canvas' viewbox so that invisible segmen...bulia byak1-10/+51
2007-03-18optimize cairo paths by not drawing segments that are outside of view (for st...bulia byak1-7/+8
2007-03-14fix bug where master opacity did not affect markersbulia byak1-4/+5
2007-03-04delivarotify picking; restore the old pick code, fix it to work with stroke w...bulia byak1-66/+34
2007-03-03restore rendering markers in outline modebulia byak1-6/+10
2007-03-02patch the RGBA/BGRA incompatibility (until we're not using cairo throughout)bulia byak1-2/+5
2007-03-02outline mode: render into the passed cairo_tbulia byak1-14/+6
2007-03-01API change: render methods now take a cairo_t (not yet used)bulia byak1-3/+3