Code

Refactoring SPColor to C++ and removing legacy CMYK implementation
[inkscape.git] / src / display / nr-arena-shape.cpp
2007-09-15 joncruzRefactoring SPColor to C++ and removing legacy CMYK...
2007-09-10 joncruzPurged fill type enum
2007-07-04 buliabyakadapt to new paintservers API of SPStyle
2007-06-27 buliabyakuse an accessor method to get filter from style
2007-06-27 buliabyakswitch SPStyle to using SPFilterReference for filters...
2007-05-21 kiiralaRefactoring work for filter effects renderer initialization
2007-05-14 kiiralaAdded renderer support for feBlend filter effect
2007-03-19 buliabyakno pick if transparent; fix sodipodi-era bug where...
2007-03-19 buliabyaktwo picking optimizations: 1 use our canvas' viewbox...
2007-03-18 buliabyakoptimize cairo paths by not drawing segments that are...
2007-03-14 buliabyakfix bug where master opacity did not affect markers
2007-03-04 buliabyakdelivarotify picking; restore the old pick code, fix...
2007-03-03 buliabyakrestore rendering markers in outline mode
2007-03-02 buliabyakpatch the RGBA/BGRA incompatibility (until we're not...
2007-03-02 buliabyakoutline mode: render into the passed cairo_t
2007-03-01 buliabyakAPI change: render methods now take a cairo_t (not...
2007-03-01 buliabyakrender text in outline mode via cairo (still no endian...
2007-02-22 buliabyakadd commented-out cairo stroke rendering; refactoring
2007-02-21 buliabyakfactor out some cairo-related helpers; add cairo clippi...
2007-02-17 buliabyakeliminate temporary buffer in outline mode (faster...
2007-02-17 buliabyakfirst try to use cairo, for outline mode only so far
2007-02-04 buliabyakUnions Are Evil! When pixblock size is TINY, it stores...
2007-01-11 buliabyakfix 1632748
2007-01-07 buliabyakwhen bailing out on update due to missing curve or...
2006-11-18 bryceCleanup work for markers - adding some documentation...
2006-11-04 buliabyakfix bug: stroke width was not changed when switching...
2006-10-25 buliabyakfix visibility and pickability of nofill/nostroke objec...
2006-10-14 buliabyakdeal with the possible failure to create pixblock due...
2006-08-20 haa_rodriguesObject groups can be blurred. Blur slider updates when...
2006-08-14 haa_rodriguesWork on filters. spFilterPrimitive structure added...
2006-07-29 buliabyakpatch for rendering quality and speed from Jasper van...
2006-06-21 kiiralasvg-filters branch merged back to head
2006-05-26 buliabyakfactor out dashing code
2006-05-19 rwstinit matrix variable, removes compiler warnings
2006-05-09 mentaleliminate direct accesses to SPCurve::bpath
2006-04-29 mentalrationalize function names and remove spurious soft_ptr
2006-04-20 knutuxdisabling rendering optimization for dashed strokes...
2006-04-19 knutuxRendering optimisation, which gives best results for...
2006-04-03 pjrmCodingStyle: whitespace
2006-04-03 pjrmCodingStyle: const placement
2006-04-03 pjrmcleanup: Remove some commented-out code.
2006-03-26 buliabyakfix 1457118
2006-03-19 buliabyakfix clipping with unfilled paths
2006-01-16 mentalmoving trunk for module inkscape