Code

User message context in extensions
[inkscape.git] / src / display / nr-filter.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-05-15 Ted GouldUpdating to trunk
2010-04-15 Jasper van de GrondefilterUnits and primitiveUnits are now actually read...
2009-11-29 Ted GouldUpdating to current trunk
2009-11-29 Ted GouldMerging in from trunk
2009-10-19 scislacPatch by Luca for 449709
2009-09-22 scislacFix by Adib for 430804.
2009-05-01 theAdibBUG 322116, PDF export does not use the highest quality...
2009-01-02 johanengelenMove filters into their own namespace Inkscape::Filters...
2009-01-01 johanengelenswitch nr-filter to 2geom
2008-12-31 johanengelenswitch nr-filter to 2geom
2008-12-14 kiiralaFilter quality setting revised, seems to not crash...
2008-11-21 Ted GouldMerge from fe-moved
2008-10-27 Ted GouldFrom trunk
2008-10-11 Ted GouldMerging from trunk
2008-08-05 johanengelenreplace unnecessary exception catching with a check...
2008-07-03 verbalshadowPatch so Inkscape will compile on Solaris 10 from LP...
2008-06-02 kiiralaFixed uninitialized data in rendering filter effects...
2008-03-21 jaspervdgNo more NRMatrix or NRPoint.
2008-01-31 bryceApplying fixes for gcc 4.3 build issues (closes LP...
2007-10-31 kiiralaModified filter primitives' render method to use Filter...
2007-09-19 kiiralaFixed a rendering bug & crash when filtering empty...
2007-08-18 kiiralaImproved handling bounding boxes and rotated/skewed...
2007-08-15 kiiralaFixed blur not rotating with the object in some cases...
2007-08-04 jucabluesboilerplate code for the remaining filters. My next...
2007-08-03 jucabluesboiler plate code for feTile
2007-07-26 kiiralaAdded support for feMerge filter priitive
2007-07-26 jucabluesboiler plate code for feTurbulence:
2007-07-26 jucabluesfeImage boilerplate code.
2007-07-25 jucabluesDisplacementMap filter boilerplate code + renderer...
2007-07-21 kiiralaAdded a missing link in making the filterRes attribute...
2007-07-20 kiiralaPatch from Felipe Sanches: support for feConvolveMatrix...
2007-07-20 kiiralaPatch from Jean-René Reinhard: support for feDiffuseLig...
2007-07-09 kiiralaFirst version of feComposite filter effect renderer
2007-06-07 kiiralaFirst version of feOffset support. Contains some render...
2007-06-04 kiiralaModified filter rendering area handling to better accom...
2007-05-29 kiiralaAdded support for in-parameter in filter primitives
2007-05-21 kiiralaRefactoring work for filter effects renderer initialization
2007-05-14 kiiralaAdded renderer support for feBlend filter effect
2007-03-01 schwarzenberg(hopefully) fixed build on linux, added missing isnormal.h
2007-03-01 schwarzenbergcommited Solaris 2.8 / gcc-3.2.3 fixes
2007-02-04 buliabyakUnions Are Evil! When pixblock size is TINY, it stores...
2007-01-03 kiiralaAdded bitmap transformer to fix blur with rotation...
2006-10-20 buliabyakhandle the case of no filter primitives
2006-10-20 buliabyakfill in set methods to enable x/y/w/h
2006-10-14 buliabyakdeal with the possible failure to create pixblock due...
2006-10-02 kiiralaFixed banding problem when rendering filters
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-26 kiiralaAdded renderer support for accessing background image...
2006-07-18 kiiralaAdded a bunch of comments to filter effects rendering...
2006-07-10 kiiralaBicubic scaler added to filtering, allowing changes...
2006-07-09 ishmalfix properly. oops ^^
2006-07-09 ishmalremove conversion warnings
2006-07-09 kiiralaCompiler error in NR::Filter fixed
2006-07-09 kiiralaFilter effects bounding box calculation makes use of...
2006-07-04 kiiralaCreated NR::FilterSlot to handle pixblocks in rendering...
2006-06-21 kiiralasvg-filters branch merged back to head