summaryrefslogtreecommitdiffstats
path: root/src/display/nr-arena-shape.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-151-19/+16
* Purged fill type enumJon A. Cruz2007-09-101-32/+16
* adapt to new paintservers API of SPStylebulia byak2007-07-041-2/+2
* use an accessor method to get filter from stylebulia byak2007-06-271-3/+3
* switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...bulia byak2007-06-271-3/+4
* Refactoring work for filter effects renderer initializationNiko Kiirala2007-05-211-41/+8
* Added renderer support for feBlend filter effectNiko Kiirala2007-05-141-4/+13
* no pick if transparent; fix sodipodi-era bug where delta had no effect for no...bulia byak2007-03-191-9/+14
* two picking optimizations: 1 use our canvas' viewbox so that invisible segmen...bulia byak2007-03-191-10/+51
* optimize cairo paths by not drawing segments that are outside of view (for st...bulia byak2007-03-181-7/+8
* fix bug where master opacity did not affect markersbulia byak2007-03-141-4/+5
* delivarotify picking; restore the old pick code, fix it to work with stroke w...bulia byak2007-03-041-66/+34
* restore rendering markers in outline modebulia byak2007-03-031-6/+10
* patch the RGBA/BGRA incompatibility (until we're not using cairo throughout)bulia byak2007-03-021-2/+5
* outline mode: render into the passed cairo_tbulia byak2007-03-021-14/+6
* API change: render methods now take a cairo_t (not yet used)bulia byak2007-03-011-3/+3
* render text in outline mode via cairo (still no endian-safe); factor out help...bulia byak2007-03-011-79/+4
* add commented-out cairo stroke rendering; refactoringbulia byak2007-02-221-44/+166
* factor out some cairo-related helpers; add cairo clipping - commented out for...bulia byak2007-02-211-64/+112
* eliminate temporary buffer in outline mode (faster); restore livarot path for...bulia byak2007-02-171-24/+17
* first try to use cairo, for outline mode only so farbulia byak2007-02-171-3/+102
* Unions Are Evil! When pixblock size is TINY, it stores data right in the data...bulia byak2007-02-041-3/+3
* fix 1632748bulia byak2007-01-111-2/+1
* when bailing out on update due to missing curve or style, don't forget to upd...bulia byak2007-01-071-4/+6
* Cleanup work for markers - adding some documentation to areas of codeBryce Harrington2006-11-181-0/+29
* fix bug: stroke width was not changed when switching to outline and backbulia byak2006-11-041-2/+12
* fix visibility and pickability of nofill/nostroke objects in outline mode; op...bulia byak2006-10-251-17/+24
* deal with the possible failure to create pixblock due to insufficient memorybulia byak2006-10-141-0/+21
* Object groups can be blurred. Blur slider updates when selection changes. Com...Hugo Rodrigues2006-08-201-3/+7
* Work on filters. spFilterPrimitive structure added. Blur slider updated. Fixe...Hugo Rodrigues2006-08-141-1/+31
* patch for rendering quality and speed from Jasper van de Grondebulia byak2006-07-291-10/+5
* svg-filters branch merged back to headNiko Kiirala2006-06-211-0/+9
* factor out dashing codebulia byak2006-05-261-24/+2
* init matrix variable, removes compiler warningsRalf Stephan2006-05-191-2/+3
* eliminate direct accesses to SPCurve::bpathMenTaLguY2006-05-091-6/+6
* rationalize function names and remove spurious soft_ptrMenTaLguY2006-04-291-8/+8
* disabling rendering optimization for dashed strokes (until optimization is tw...Andrius Ramanauskas2006-04-201-1/+1
* Rendering optimisation, which gives best results for zoomed in drawings with ...Andrius Ramanauskas2006-04-191-25/+83
* CodingStyle: whitespacePeter Moulder2006-04-031-531/+530
* CodingStyle: const placementPeter Moulder2006-04-031-2/+2
* cleanup: Remove some commented-out code.Peter Moulder2006-04-031-95/+2
* fix 1457118bulia byak2006-03-261-1/+1
* fix clipping with unfilled pathsbulia byak2006-03-191-6/+7
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1298