Code

No more NRMatrix or NRPoint.
[inkscape.git] / src / display / nr-filter-gaussian.cpp
2008-03-21 jaspervdgNo more NRMatrix or NRPoint.
2008-01-31 bryceApplying fixes for gcc 4.3 build issues (closes LP...
2008-01-04 kiiralaAdded more error checking to filter effects code
2007-10-31 kiiralaModified filter primitives' render method to use Filter...
2007-09-29 pjrmnoop: CodingStyle: re-indent a few files that had mixtu...
2007-08-18 kiiralaImproved handling bounding boxes and rotated/skewed...
2007-06-25 pjrmfunctional noop: src/display/nr-filter-gaussian.cpp...
2007-06-04 kiiralaModified filter rendering area handling to better accom...
2007-04-02 kiiralaRemoved C99 isnormal from nr-filter-gaussian.cpp (bug...
2007-03-01 buliabyakjasper's patch for bug 1666430; see that patch for...
2007-03-01 schwarzenbergcommited Solaris 2.8 / gcc-3.2.3 fixes
2007-02-19 joncruzCleaned up DOS line ends that had snuck in.
2007-02-11 buliabyakjasper's patch for fast iir blur
2007-02-04 buliabyakUnions Are Evil! When pixblock size is TINY, it stores...
2006-12-11 buliabyakpatch by Jasper van de Gronde from bug 1576258
2006-10-14 buliabyakdeal with the possible failure to create pixblock due...
2006-10-09 buliabyakadd blur speed/quality options
2006-07-26 kiiralaAdded renderer support for accessing background image...
2006-07-10 kiiralaBicubic scaler added to filtering, allowing changes...
2006-07-04 kiiralaCreated NR::FilterSlot to handle pixblocks in rendering...
2006-06-26 kiiralaAdded sanity checks and fixed buffer overflow in nr...
2006-06-22 kiiralaAdded virtual destructors for filter primitives. Corrected
2006-06-21 kiiralasvg-filters branch merged back to head