Code

Merge and cleanup of GSoC C++-ification project.
[inkscape.git] / src / display / nr-filter-gaussian.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-08-30 JazzyNicoExtensions. Shebangs branch merge.
2010-07-21 Josh AndlerOpenMP fix for Linux & OS X
2010-07-21 Krzysztof KosińskiMake OpenMP actually work on systems that use Autoconf.
2010-05-15 Ted GouldUpdating to trunk
2010-04-05 Krzysztof KosińskiSecond batch of coords fixes (guides, text cursor,...
2010-04-03 Krzysztof KosińskiChange desktop coordinate system to match SVG (LP ...
2010-04-03 Jasper van de GrondeA few small fixes/clarifications for Gaussian blur.
2009-05-03 joncruzWarning cleanup
2009-05-01 theAdibBUG 322116, PDF export does not use the highest quality...
2009-01-02 johanengelenMove filters into their own namespace Inkscape::Filters...
2008-12-28 jaspervdgMakes sure a Gaussian filter is applied to premultiplie...
2008-12-19 jaspervdgMakes copy_n inline in nr-filter-gaussian.
2008-12-05 johanengelenmore 2geomification
2008-12-05 joncruzWarning cleanup.
2008-12-02 jaspervdgSmall changes to Gaussian filtering that make part...
2008-11-26 jaspervdgDefined HAVE_OPENMP in build.xml and included config...
2008-11-25 joncruzFixed OpenMP dependency to be optional.
2008-11-23 Ted GouldMerging in the OpenMP work from the mailing list with...
2008-10-27 Ted GouldFrom trunk
2008-06-22 mjwybrow * src/2geom/isnan.h, src/libcola/cola.cpp, src/style...
2008-06-06 johanengelenmerge gsoc2008_johan_path2geom into trunk
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