Code

Store cached icons to disk between runs, and invalidate/purge as needed.
[inkscape.git] / src / display / nr-filter-colormatrix.cpp
2010-12-12 Jon A. CruzMerge and cleanup of GSoC C++-ification project.
2010-11-17 Chris MorganSuper duper mega (fun!) commit: replaced encoding=utf...
2010-01-14 Krzysztof Kosiński* Merge from trunk
2009-12-27 Arcadie M. CracanConnector tool: make connectors avoid the convex hull...
2009-12-21 Ted GouldUpdating to current trunk
2009-12-21 Ted GouldUpdating the READMEs to better handle OSX.
2009-12-13 Felipe C. da S.... updating my email address in file headers
2009-04-05 jaspervdgFixes some wrong uses of CLAMP_D_TO_U8 in filtering...
2009-01-19 kiiralaRounding errors in feComposite: patch by Preben S ...
2009-01-02 johanengelenMove filters into their own namespace Inkscape::Filters...
2008-12-28 jaspervdgEliminate unnecessary premultiplied boolean from nr...
2008-12-22 jaspervdgSome accuracy improvements for nr-filter-colormatrix...
2008-12-05 johanengelen2geom more as fix
2008-06-02 kiiralaFixed uninitialized data in rendering filter effects...
2008-02-24 jfbarraudpixblock-transform and scaler: convert src if needed...
2008-02-21 jucablues* convert to non-premultiplied alpha on fedisplacementmap
2008-02-21 jucabluesfix for bug #193838 (colormatrix uses premultiplied...
2008-01-04 kiiralaAdded more error checking to filter effects code
2007-11-25 joncruzWarning cleanup
2007-10-31 kiiralaModified filter primitives' render method to use Filter...
2007-09-28 tavmjongColor Matrix Filter:
2007-08-05 nicholasbishopFilter effects:
2007-08-05 jucabluesfeColorMatrix filter primitive implementation
2007-08-04 jucabluessetting of attributes and default values for feColorMatrix.
2007-08-04 jucabluesboilerplate code for the remaining filters. My next...