summaryrefslogtreecommitdiffstats
path: root/src/sp-filter-primitive.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-311-2/+2
* Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-9/+6
* Merged FilterPrimitive and subclasses.Markus Engel2013-04-071-66/+20
* Added constructors to SP classes.Markus Engel2013-04-011-4/+10
* Prepared exchange of casting macros.Markus Engel2013-03-311-0/+1
* Renamed virtual function names.Markus Engel2013-03-291-11/+11
* merged from trunkMarkus Engel2013-03-291-156/+11
|\
| * Add support for color-interpolation-filters = linearRGB.Tavmjong Bah2012-12-221-4/+11
* | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-4/+4
* | Replaced virtual function call to "build_renderer".Markus Engel2013-03-291-1/+1
* | Added "virtual pads" toMarkus Engel2013-03-291-23/+163
* | Various changes.Markus Engel2013-03-141-4/+5
|/
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-051-15/+10
* Add handling filter primitive subregion to filter primitive classes.Tavmjong Bah2011-03-111-1/+38
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-1/+1
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-7/+7
|\
| * SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public2010-07-121-4/+4
| * C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public2010-07-061-1/+2
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
|/
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-2/+2
* SPDocument->Documentjohnce2009-08-051-2/+2
* Fixed several cases of bad SVG being written from filtersNiko Kiirala2009-05-171-9/+35
* Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen2009-01-021-14/+14
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-5/+4
* first set of updates to headers for clean gcc 4.3 buildsKees Cook2008-01-251-0/+2
* Using the blur slider no longer destroys filters already applied to the objectNiko Kiirala2007-06-231-7/+3
* Added support for in-parameter in filter primitivesNiko Kiirala2007-05-291-0/+80
* Refactoring work for filter effects renderer initializationNiko Kiirala2007-05-211-1/+17
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-1/+2
* Cleaned up DOS line ends that had snuck in.Jon A. Cruz2007-02-191-175/+175
* Fixed unintialized variables and minor misc warningsJon A. Cruz2007-02-191-0/+1
* Fixed a crash in modifying filter parameters in XML editor.Niko Kiirala2006-08-251-2/+4
* Object groups can be blurred. Blur slider updates when selection changes. Com...Hugo Rodrigues2006-08-201-27/+1
* Work on filters. spFilterPrimitive structure added. Blur slider updated. Fixe...Hugo Rodrigues2006-08-141-0/+198