summaryrefslogtreecommitdiffstats
path: root/src/filter-chemistry.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix build (not pretty).Liam P. White2014-08-181-0/+2
* fix crash. If there are more crashes/issues related to references to undefine...Johan B. C. Engelen2014-04-041-0/+5
* Merge in patch for Jabiertxo Arraiza Cenoz in bug lp:1127103Martin Owens2013-09-181-0/+18
* modify bbox width for Blur filter in Fill & Stroke (Bug 1171208)Alvin Penner2013-04-261-1/+1
* Add support for color-interpolation-filters = linearRGB.Tavmjong Bah2012-12-221-1/+4
* code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton2012-10-041-1/+1
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-0/+1
* Add minimal support for reading color-interpolation and color-interpolation-f...Tavmjong Bah2011-08-291-0/+6
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-2/+2
* Filters. More filters clean-up.Nicolas Dufour2011-08-201-1/+1
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen2011-07-171-3/+3
* Merge from trunkKrzysztof Kosi??ski2011-06-191-4/+4
|\
| * Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz2011-06-041-4/+4
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-22/+23
|\|
| * Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz2011-02-221-20/+21
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-2/+2
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-26/+23
|\|
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-26/+23
| |\
| | * Yet mor in c++ificationAbhishek Sharma public2010-07-241-5/+10
| | * C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public2010-07-061-1/+2
| | * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-1/+1
| | * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-4/+4
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+1
|\| |
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
| |/
* | 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