index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
object
/
sp-pattern.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-06-06
Refactoring: call setAttribute() directly.
Shlomi Fish
1
-1
/
+1
2019-01-02
modernize loops
Marc Jeanmougin
1
-8
/
+3
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
-7
/
+10
2018-10-06
SPAttributeEnum typed function arguments
Thomas Holder
1
-1
/
+1
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-4
/
+0
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-20
/
+20
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-5
/
+5
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-5
/
+5
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-0
/
+3
2017-09-24
Remove unused parameter in SPItem::doWriteTransform
Stefano Facchini
1
-1
/
+1
2017-05-18
fix a brunch of memory leaks
chr
1
-0
/
+1
2017-05-18
bugfix crash while moving objects
chr
1
-2
/
+3
2017-02-05
Fix C++11 errors and warnings with g++-7
Alex Valavanis
1
-1
/
+3
2016-09-06
Improve pattern rendering with large pattern transform.
Tavmjong Bah
1
-2
/
+12
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-5
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+5
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-5
/
+1
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
-15
/
+15
2016-04-29
Backout last commit as it introduced subtle errors.
Tavmjong Bah
1
-2
/
+0
2016-04-29
SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'.
Tavmjong Bah
1
-0
/
+2
2016-03-12
Add new TTF to the logo in seamless pattern extension
Jabier Arraiza Cenoz
1
-4
/
+5
2015-11-13
static code analysis
Kris De Gussem
1
-3
/
+3
2015-05-03
renamed SPPattern methods to match coding style
Tomasz Boczkowski
1
-81
/
+81
2015-05-03
Reformatted SPPattern
Tomasz Boczkowski
1
-247
/
+265
2015-02-27
corrected the casts (hopefully)
Marc Jeanmougin
1
-1
/
+1
2015-02-25
create SPObject factory
Liam P. White
1
-10
/
+0
2015-02-19
Put a few std::vector<SPitem*>
Marc Jeanmougin
1
-2
/
+2
2015-02-17
At first, I was thinking "I just have to go to the selection file, and change...
Marc Jeanmougin
1
-3
/
+3
2014-08-18
Fix build (not pretty).
Liam P. White
1
-0
/
+2
2014-05-29
fixed possible bug SPPattern::_get_children
Tomasz Boczkowski
1
-3
/
+2
2014-05-29
SPPattern c++-sification: class fields are private
Tomasz Boczkowski
1
-4
/
+4
2014-05-29
SPPattern c++-sification: replaced function by methods pt3
Tomasz Boczkowski
1
-29
/
+10
2014-05-28
SPPattern c++-sification: replaced function by methods
Tomasz Boczkowski
1
-30
/
+20
2014-05-27
SPPattern c++-sification: replacing pattern_ functions by methods pt1
Tomasz Boczkowski
1
-33
/
+33
2014-05-27
SPPattern c++-sification: replaced GSList by std::list
Tomasz Boczkowski
1
-20
/
+21
2014-05-26
SPPattern c++-sification: replaced gchar* by Glib::ustring
Tomasz Boczkowski
1
-15
/
+10
2014-05-26
SPPattern c++-sification: replaced guint by bool and enum
Tomasz Boczkowski
1
-20
/
+20
2014-05-17
fix compliance test pservers-pattern-04-f - inheriting pattern viewBox
Tomasz Boczkowski
1
-2
/
+3
2014-05-16
fix compliance test pservers-pattern-03-f - using fallback when pattern is empty
Tomasz Boczkowski
1
-0
/
+10
2014-05-16
don't rely on operator precedence (rev. 13372)
Johan B. C. Engelen
1
-2
/
+2
2014-05-16
Fix crash in preview widget for files containing objectBoundingBox related pa...
Tomasz Boczkowski
1
-2
/
+2
2014-03-06
Take "preserveAspectRatio" into account in pattern.
Tavmjong Bah
1
-10
/
+5
2014-03-06
Rewrite of pattern geometry code. Fix for 1288489.
Tavmjong Bah
1
-35
/
+49
2014-03-04
Fix for W3C test suite coords-units-01-b.svg. Fixes pattern positioning.
Tavmjong Bah
1
-5
/
+4
2014-02-08
DrawingContext: change variable names ct to dc (bug #1272073)
David Mathog
1
-6
/
+6
2014-02-06
Added new base class to handle viewBox and preserveAspectRatio.
Tavmjong Bah
1
-45
/
+10
2013-11-19
Increased pattern resolution to fix blocker bug #1251039.
Tavmjong Bah
1
-1
/
+2
[next]