summaryrefslogtreecommitdiffstats
path: root/src/filter-chemistry.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Wholesale cruft removal part 2Krzysztof Kosi??ski2010-08-041-1/+0
* Merge redundant *-fns.h into respective filter headers.Krzysztof Kosi??ski2010-07-141-1/+1
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-5/+5
* SPDocument->Documentjohnce2009-08-051-5/+5
* Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen2009-01-021-17/+17
* 2geomify filter-chemistryJohan B. C. Engelen2008-12-051-4/+4
* Merge from fe-movedTed Gould2008-11-211-3/+3
* Merging from trunkTed Gould2008-10-111-8/+8
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-2/+2
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-2/+2
* Fixed regression: changing blend mode in layers dialog didn't workNiko Kiirala2008-07-241-1/+1
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-2/+2
* Made possible to use blur on object that has a complex filter appliedNiko Kiirala2008-06-021-1/+1
* get_single_gaussian_blur_radius() ended without a return value. scalar, so u...Bob Jamison2008-04-021-0/+1
* helper functions to access a single blur primitive in a filterbulia byak2008-03-231-2/+27
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-4/+5
* Filter effects dialog:Nicholas Bishop2007-08-191-1/+0
* Filter effects dialog:Nicholas Bishop2007-07-221-0/+2
* Filter effects dialog:Nicholas Bishop2007-07-171-1/+1
* Filter effects:Nicholas Bishop2007-07-141-2/+47
* use an accessor method to get filter from stylebulia byak2007-06-271-6/+6
* switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...bulia byak2007-06-271-6/+7
* move blend after blur, and blend with background buffer (enabled asMenTaLguY2007-06-241-15/+22
* initial filter UI code drop from NickMenTaLguY2007-06-241-4/+128
* Fixed a crash when changing blur of filtered object after duplicating itNiko Kiirala2007-06-231-1/+1
* Using the blur slider no longer destroys filters already applied to the objectNiko Kiirala2007-06-231-14/+169
* Merge further bbox workMenTaLguY2007-03-101-3/+10
* fix 1662589: increase blur margins so that the cutoff is not noticeable (now ...bulia byak2007-02-211-3/+5
* start switching sp_repr_new* over to XML::Document::create*, and rename creat...MenTaLguY2007-01-211-2/+4
* safety checkbulia byak2007-01-171-2/+2
* fix filter area clipping when blurring a squeezed objectbulia byak2007-01-161-5/+8
* change API: separate functions creating a blur filter, one for a given item, ...bulia byak2006-10-231-5/+25
* make blur slider a percentage; change opacity to 1..100 as well; ensure the f...bulia byak2006-10-201-5/+15
* new file for filter manipulation stuffbulia byak2006-10-071-0/+91