summaryrefslogtreecommitdiffstats
path: root/src/display/nr-arena-shape.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-03-01render text in outline mode via cairo (still no endian-safe); factor out help...bulia byak1-79/+4
2007-02-22add commented-out cairo stroke rendering; refactoringbulia byak1-44/+166
2007-02-21factor out some cairo-related helpers; add cairo clipping - commented out for...bulia byak1-64/+112
2007-02-17eliminate temporary buffer in outline mode (faster); restore livarot path for...bulia byak1-24/+17
2007-02-17first try to use cairo, for outline mode only so farbulia byak1-3/+102
2007-02-04Unions Are Evil! When pixblock size is TINY, it stores data right in the data...bulia byak1-3/+3
2007-01-11fix 1632748bulia byak1-2/+1
2007-01-07when bailing out on update due to missing curve or style, don't forget to upd...bulia byak1-4/+6
2006-11-18Cleanup work for markers - adding some documentation to areas of codeBryce Harrington1-0/+29
2006-11-04fix bug: stroke width was not changed when switching to outline and backbulia byak1-2/+12
2006-10-25fix visibility and pickability of nofill/nostroke objects in outline mode; op...bulia byak1-17/+24
2006-10-14deal with the possible failure to create pixblock due to insufficient memorybulia byak1-0/+21
2006-08-20Object groups can be blurred. Blur slider updates when selection changes. Com...Hugo Rodrigues1-3/+7
2006-08-14Work on filters. spFilterPrimitive structure added. Blur slider updated. Fixe...Hugo Rodrigues1-1/+31
2006-07-29patch for rendering quality and speed from Jasper van de Grondebulia byak1-10/+5
2006-06-21svg-filters branch merged back to headNiko Kiirala1-0/+9
2006-05-26factor out dashing codebulia byak1-24/+2
2006-05-19init matrix variable, removes compiler warningsRalf Stephan1-2/+3
2006-05-09eliminate direct accesses to SPCurve::bpathMenTaLguY1-6/+6
2006-04-29rationalize function names and remove spurious soft_ptrMenTaLguY1-8/+8
2006-04-20disabling rendering optimization for dashed strokes (until optimization is tw...Andrius Ramanauskas1-1/+1
2006-04-19Rendering optimisation, which gives best results for zoomed in drawings with ...Andrius Ramanauskas1-25/+83
2006-04-03CodingStyle: whitespacePeter Moulder1-531/+530
2006-04-03CodingStyle: const placementPeter Moulder1-2/+2
2006-04-03cleanup: Remove some commented-out code.Peter Moulder1-95/+2
2006-03-26fix 1457118bulia byak1-1/+1
2006-03-19fix clipping with unfilled pathsbulia byak1-6/+7