summaryrefslogtreecommitdiffstats
path: root/src/filter-chemistry.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-14Re-Add blending modes UI using CSS instead filtersJabier Arraiza1-2/+0
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-22Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah1-4/+4
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-10/+10
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-3/+3
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-3/+3
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-3/+5
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-5/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+5
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-5/+0
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-5/+5
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-8/+6
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-1/+1
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-1/+1
2014-08-18Fix build (not pretty).Liam P. White1-0/+2
2014-04-04fix crash. If there are more crashes/issues related to references to undefine...Johan B. C. Engelen1-0/+5
2013-09-18Merge in patch for Jabiertxo Arraiza Cenoz in bug lp:1127103Martin Owens1-0/+18
2013-04-26modify bbox width for Blur filter in Fill & Stroke (Bug 1171208)Alvin Penner1-1/+1
2012-12-22Add support for color-interpolation-filters = linearRGB.Tavmjong Bah1-1/+4
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-1/+1
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-0/+1
2011-08-29Add minimal support for reading color-interpolation and color-interpolation-f...Tavmjong Bah1-0/+6
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-2/+2
2011-08-20Filters. More filters clean-up.Nicolas Dufour1-1/+1
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-3/+3
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz1-4/+4
2011-02-22Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz1-20/+21
2011-02-02update to latest 2geom !Johan B. C. Engelen1-2/+2
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-08-04Wholesale cruft removal part 2Krzysztof Kosi??ski1-1/+0
2010-07-24Yet mor in c++ificationAbhishek Sharma public1-5/+10
2010-07-14Merge redundant *-fns.h into respective filter headers.Krzysztof Kosi??ski1-1/+1
2010-07-06C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public1-1/+2
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-1/+1
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-4/+4
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-5/+5
2009-08-05SPDocument->Documentjohnce1-5/+5
2009-01-02Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen1-17/+17
2008-12-052geomify filter-chemistryJohan B. C. Engelen1-4/+4
2008-11-21Merge from fe-movedTed Gould1-3/+3
2008-10-11Merging from trunkTed Gould1-8/+8
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-2/+2
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-2/+2
2008-07-24Fixed regression: changing blend mode in layers dialog didn't workNiko Kiirala1-1/+1
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-2/+2
2008-06-02Made possible to use blur on object that has a complex filter appliedNiko Kiirala1-1/+1
2008-04-02get_single_gaussian_blur_radius() ended without a return value. scalar, so u...Bob Jamison1-0/+1
2008-03-23helper functions to access a single blur primitive in a filterbulia byak1-2/+27
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-4/+5
2007-08-19Filter effects dialog:Nicholas Bishop1-1/+0