index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
filter-chemistry.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-14
Re-Add blending modes UI using CSS instead filters
Jabier Arraiza
1
-2
/
+0
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-22
Remove 'document-private.h' where not needed plus some other header cleanup.
Tavmjong Bah
1
-4
/
+4
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-10
/
+10
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-3
/
+3
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-3
/
+3
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-3
/
+5
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-5
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+5
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-5
/
+0
2016-07-14
Renamed children list in SPObject
Adrian Boguszewski
1
-5
/
+5
2016-07-13
Second part of new SPObject children list
Adrian Boguszewski
1
-8
/
+6
2015-02-27
corrected the casts (hopefully)
Marc Jeanmougin
1
-1
/
+1
2015-02-17
At first, I was thinking "I just have to go to the selection file, and change...
Marc Jeanmougin
1
-1
/
+1
2014-08-18
Fix build (not pretty).
Liam P. White
1
-0
/
+2
2014-04-04
fix crash. If there are more crashes/issues related to references to undefine...
Johan B. C. Engelen
1
-0
/
+5
2013-09-18
Merge in patch for Jabiertxo Arraiza Cenoz in bug lp:1127103
Martin Owens
1
-0
/
+18
2013-04-26
modify bbox width for Blur filter in Fill & Stroke (Bug 1171208)
Alvin Penner
1
-1
/
+1
2012-12-22
Add support for color-interpolation-filters = linearRGB.
Tavmjong Bah
1
-1
/
+4
2012-10-04
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
1
-1
/
+1
2012-02-29
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
1
-0
/
+1
2011-08-29
Add minimal support for reading color-interpolation and color-interpolation-f...
Tavmjong Bah
1
-0
/
+6
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-2
/
+2
2011-08-20
Filters. More filters clean-up.
Nicolas Dufour
1
-1
/
+1
2011-07-17
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
1
-3
/
+3
2011-06-04
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
1
-4
/
+4
2011-02-22
Finished cleanup of outdated SP_OBJECT_STYLE C macro.
Jon A. Cruz
1
-20
/
+21
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-2
/
+2
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-08-04
Wholesale cruft removal part 2
Krzysztof Kosi??ski
1
-1
/
+0
2010-07-24
Yet mor in c++ification
Abhishek Sharma public
1
-5
/
+10
2010-07-14
Merge redundant *-fns.h into respective filter headers.
Krzysztof Kosi??ski
1
-1
/
+1
2010-07-06
C++ification of SPObject continued along with the onset of XML Privatisation....
Abhishek Sharma Public
1
-1
/
+2
2010-07-03
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
1
-1
/
+1
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-4
/
+4
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-5
/
+5
2009-08-05
SPDocument->Document
johnce
1
-5
/
+5
2009-01-02
Move filters into their own namespace Inkscape::Filters (from NR::)
Johan B. C. Engelen
1
-17
/
+17
2008-12-05
2geomify filter-chemistry
Johan B. C. Engelen
1
-4
/
+4
2008-11-21
Merge from fe-moved
Ted Gould
1
-3
/
+3
2008-10-11
Merging from trunk
Ted Gould
1
-8
/
+8
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-2
/
+2
2008-08-05
NR::Maybe => boost::optional
Johan B. C. Engelen
1
-2
/
+2
2008-07-24
Fixed regression: changing blend mode in layers dialog didn't work
Niko Kiirala
1
-1
/
+1
2008-06-12
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
1
-2
/
+2
2008-06-02
Made possible to use blur on object that has a complex filter applied
Niko Kiirala
1
-1
/
+1
2008-04-02
get_single_gaussian_blur_radius() ended without a return value. scalar, so u...
Bob Jamison
1
-0
/
+1
2008-03-23
helper functions to access a single blur primitive in a filter
bulia byak
1
-2
/
+27
2008-03-21
No more NRMatrix or NRPoint.
Jasper van de Gronde
1
-4
/
+5
2007-08-19
Filter effects dialog:
Nicholas Bishop
1
-1
/
+0
[next]