summaryrefslogtreecommitdiffstats
path: root/src/sp-filter-primitive.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-276/+0
| | | | A lot of header clean-up.
* Extract SPDimensions from spfiltersShlomi Fish2017-10-051-19/+1
|
* Merged trunkAdrian Boguszewski2016-08-031-5/+1
|\ | | | | (bzr r14954.1.29)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-5/+1
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+5
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-5/+1
| | | | | | (bzr r15025)
* | Last part of new SPObject children listAdrian Boguszewski2016-07-141-2/+4
|/ | | (bzr r14954.1.20)
* ||Liam P. White2015-07-271-1/+1
| | | (bzr r14267)
* + NULL check (fixes bug #1474011 : Segmentation fault in ↵Kris De Gussem2015-07-271-1/+3
| | | | | sp_filter_primitive_read_in) (bzr r14263)
* Fix build (not pretty).Liam P. White2014-08-181-2/+3
| | | (bzr r13341.1.146)
* Use viewport when calculating filter primitive region when 'primitiveUnits' ↵Tavmjong Bah2014-03-011-0/+29
| | | | | set to "userSpaceOnUse". (bzr r13083)
* Code cleanup and indentation.Tavmjong Bah2014-03-011-45/+28
| | | (bzr r13082)
* Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-311-2/+2
| | | (bzr r11608.1.111)
* Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-9/+6
| | | (bzr r11608.1.86)
* Merged FilterPrimitive and subclasses.Markus Engel2013-04-071-66/+20
| | | (bzr r11608.1.85)
* Added constructors to SP classes.Markus Engel2013-04-011-4/+10
| | | (bzr r11608.1.67)
* Prepared exchange of casting macros.Markus Engel2013-03-311-0/+1
| | | (bzr r11608.1.63)
* Renamed virtual function names.Markus Engel2013-03-291-11/+11
| | | (bzr r11608.1.57)
* merged from trunkMarkus Engel2013-03-291-156/+11
|\ | | | | (bzr r11608.1.56)
| * Add support for color-interpolation-filters = linearRGB.Tavmjong Bah2012-12-221-4/+11
| | | | | | (bzr r11972)
* | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-4/+4
| | | | | | | | | | Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
* | Replaced virtual function call to "build_renderer".Markus Engel2013-03-291-1/+1
| | | | | | (bzr r11608.1.53)
* | Added "virtual pads" toMarkus Engel2013-03-291-23/+163
| | | | | | | | | | | | | | - SPFilterPrimitive and all subclasses All subclasses of SPObject now have got virtual pads. (bzr r11608.1.52)
* | Various changes.Markus Engel2013-03-141-4/+5
|/ | | (bzr r11608.1.48)
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-051-15/+10
| | | (bzr r10939)
* Add handling filter primitive subregion to filter primitive classes.Tavmjong Bah2011-03-111-1/+38
| | | | | More correct handling of image placement in feImage filter primitive. (bzr r10092)
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-1/+1
| | | (bzr r10067)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-7/+7
|\ | | | | (bzr r9945.1.1)
| * SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-121-4/+4
| | | | | | | | | | Privatisation tweaks (bzr r9546.1.6)
| * C++ification of SPObject continued along with the onset of XML ↵Abhishek Sharma Public2010-07-061-1/+2
| | | | | | | | | | Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected. (bzr r9546.1.5)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
|/ | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8404)
* Fixed several cases of bad SVG being written from filtersNiko Kiirala2009-05-171-9/+35
| | | (bzr r7900)
* Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen2009-01-021-14/+14
| | | (bzr r7058)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-5/+4
| | | (bzr r5884)
* first set of updates to headers for clean gcc 4.3 buildsKees Cook2008-01-251-0/+2
| | | (bzr r4588)
* Using the blur slider no longer destroys filters already applied to the objectNiko Kiirala2007-06-231-7/+3
| | | (bzr r3086)
* Added support for in-parameter in filter primitivesNiko Kiirala2007-05-291-0/+80
| | | (bzr r3041)
* Refactoring work for filter effects renderer initializationNiko Kiirala2007-05-211-1/+17
| | | (bzr r3035)
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-1/+2
| | | (bzr r2723)
* Cleaned up DOS line ends that had snuck in.Jon A. Cruz2007-02-191-175/+175
| | | (bzr r2399)
* Fixed unintialized variables and minor misc warningsJon A. Cruz2007-02-191-0/+1
| | | (bzr r2398)
* Fixed a crash in modifying filter parameters in XML editor.Niko Kiirala2006-08-251-2/+4
| | | | | Fixed filters not appearing, when a file with filters is loaded. (bzr r1638)
* Object groups can be blurred. Blur slider updates when selection changes. ↵Hugo Rodrigues2006-08-201-27/+1
| | | | | Comments added/fixed. (bzr r1622)
* Work on filters. spFilterPrimitive structure added. Blur slider updated. ↵Hugo Rodrigues2006-08-141-0/+198
Fixed sp-object-repr.cpp typos (bzr r1598)