index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
sp-pattern.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
merged SPPattern c++-sification from svgpaints branch
Tomasz Boczkowski
2015-04-25
1
-137
/
+105
|
\
|
*
SPPattern c++-sification: class fields are private
Tomasz Boczkowski
2014-05-29
1
-4
/
+4
|
*
SPPattern c++-sification: replaced function by methods pt3
Tomasz Boczkowski
2014-05-29
1
-29
/
+10
|
*
SPPattern c++-sification: replaced function by methods
Tomasz Boczkowski
2014-05-28
1
-30
/
+20
|
*
SPPattern c++-sification: replacing pattern_ functions by methods pt1
Tomasz Boczkowski
2014-05-27
1
-33
/
+33
|
*
SPPattern c++-sification: replaced GSList by std::list
Tomasz Boczkowski
2014-05-27
1
-20
/
+21
|
*
SPPattern c++-sification: replaced gchar* by Glib::ustring
Tomasz Boczkowski
2014-05-26
1
-15
/
+10
|
*
SPPattern c++-sification: replaced guint by bool and enum
Tomasz Boczkowski
2014-05-26
1
-20
/
+20
*
|
create SPObject factory
Liam P. White
2015-02-25
1
-10
/
+0
*
|
Fix build (not pretty).
Liam P. White
2014-08-18
1
-0
/
+2
|
/
*
fix compliance test pservers-pattern-04-f - inheriting pattern viewBox
Tomasz Boczkowski
2014-05-17
1
-2
/
+3
*
fix compliance test pservers-pattern-03-f - using fallback when pattern is empty
Tomasz Boczkowski
2014-05-16
1
-0
/
+10
*
don't rely on operator precedence (rev. 13372)
Johan B. C. Engelen
2014-05-16
1
-2
/
+2
*
Fix crash in preview widget for files containing objectBoundingBox related pa...
Tomasz Boczkowski
2014-05-16
1
-2
/
+2
*
Take "preserveAspectRatio" into account in pattern.
Tavmjong Bah
2014-03-06
1
-10
/
+5
*
Rewrite of pattern geometry code. Fix for 1288489.
Tavmjong Bah
2014-03-06
1
-35
/
+49
*
Fix for W3C test suite coords-units-01-b.svg. Fixes pattern positioning.
Tavmjong Bah
2014-03-04
1
-5
/
+4
*
DrawingContext: change variable names ct to dc (bug #1272073)
David Mathog
2014-02-08
1
-6
/
+6
*
Added new base class to handle viewBox and preserveAspectRatio.
Tavmjong Bah
2014-02-06
1
-45
/
+10
*
Increased pattern resolution to fix blocker bug #1251039.
Tavmjong Bah
2013-11-19
1
-1
/
+2
*
Merged from trunk (r12488).
Markus Engel
2013-08-30
1
-54
/
+54
|
\
|
*
cppcheck
Kris De Gussem
2013-08-04
1
-253
/
+250
*
|
Cleaned up.
Markus Engel
2013-08-03
1
-4
/
+0
*
|
Removed placement news / explicit destructor calls.
Markus Engel
2013-07-31
1
-2
/
+2
*
|
Merged from trunk (r12419).
Markus Engel
2013-07-14
1
-1
/
+1
|
\
|
|
*
Fixed logic error confusing bitwise and with logical and.
Jon A. Cruz
2013-04-29
1
-1
/
+1
*
|
merged from trunk (r12287)
Markus Engel
2013-04-20
1
-1
/
+1
|
\
|
|
*
Fix some broken Vim modelines
Alex Valavanis
2013-04-11
1
-1
/
+1
*
|
Merge Object and subclasses. Merging of SP- and C-classes complete.
Markus Engel
2013-04-07
1
-2
/
+0
*
|
Merged PaintServer and subclasses; moved Gradient classes to own files.
Markus Engel
2013-04-05
1
-150
/
+150
*
|
Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...
Markus Engel
2013-04-02
1
-0
/
+10
*
|
Added constructors to SP classes.
Markus Engel
2013-04-01
1
-4
/
+12
*
|
Prepared exchange of casting macros.
Markus Engel
2013-03-31
1
-0
/
+1
*
|
Renamed virtual function names.
Markus Engel
2013-03-29
1
-9
/
+9
*
|
merged from trunk
Markus Engel
2013-03-29
1
-146
/
+91
|
\
|
|
*
More GObject boilerplate reduction
Alex Valavanis
2013-01-26
1
-35
/
+7
|
*
const ....
Johan B. C. Engelen
2013-01-17
1
-45
/
+45
|
*
Second attempt at fix for #955141, rasterization of clipped/masked objects in...
Tavmjong Bah
2012-12-09
1
-3
/
+4
|
*
noop: Added some comments, rearranged some lines to make code easier to follow.
Tavmjong Bah
2012-12-09
1
-11
/
+41
|
*
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
2012-10-04
1
-3
/
+3
*
|
Removed function pointers from SPObject and subclasses.
Markus Engel
2013-03-29
1
-4
/
+4
*
|
Replaced calls to "pattern_new".
Markus Engel
2013-03-29
1
-1
/
+1
*
|
Various changes.
Markus Engel
2013-03-14
1
-1
/
+1
*
|
Added "virtual pad" to
Markus Engel
2012-08-21
1
-24
/
+67
|
/
*
Remove all NRRect use.
Krzysztof Kosi??ski
2011-08-27
1
-14
/
+15
*
Remove NRRect from paint servers and temporary calculations
Krzysztof Kosi??ski
2011-08-27
1
-4
/
+4
*
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
2011-08-07
1
-11
/
+13
*
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
2011-08-06
1
-9
/
+10
*
Replace direct use of Cairo contexts and surfaces in the rendering tree
Krzysztof Kosi??ski
2011-07-22
1
-27
/
+16
*
Merge from trunk
Krzysztof Kosi??ski
2011-06-19
1
-2
/
+2
|
\
[next]