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.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-148
/
+0
2015-07-14
Fix for circular references detection in almost all cases, fixing https://bug...
Marc Jeanmougin
1
-3
/
+2
2015-05-03
renamed SPPattern methods to match coding style
Tomasz Boczkowski
1
-25
/
+25
2015-05-03
Reformatted SPPattern
Tomasz Boczkowski
1
-38
/
+40
2015-02-19
Put a few std::vector<SPitem*>
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-09-27
Update to experimental r13565
Liam P. White
1
-15
/
+16
2014-08-31
Header cleanup: stop using Glib types where they aren't truly needed. Eases G...
Liam P. White
1
-15
/
+16
2014-08-30
Reduce header bloat
Alex Valavanis
1
-5
/
+1
2014-05-29
SPPattern c++-sification: class fields are private
Tomasz Boczkowski
1
-19
/
+18
2014-05-29
SPPattern c++-sification: replaced function by methods pt3
Tomasz Boczkowski
1
-5
/
+19
2014-05-28
SPPattern c++-sification: replaced function by methods
Tomasz Boczkowski
1
-5
/
+10
2014-05-27
SPPattern c++-sification: removed unused declatations and includes
Tomasz Boczkowski
1
-11
/
+9
2014-05-27
SPPattern c++-sification: replacing pattern_ functions by methods pt1
Tomasz Boczkowski
1
-8
/
+12
2014-05-27
SPPattern c++-sification: replaced GSList by std::list
Tomasz Boczkowski
1
-7
/
+14
2014-05-26
SPPattern c++-sification: replaced gchar* by Glib::ustring
Tomasz Boczkowski
1
-1
/
+1
2014-05-26
SPPattern c++-sification: replaced guint by bool and enum
Tomasz Boczkowski
1
-12
/
+12
2014-05-16
fix compliance test pservers-pattern-03-f - using fallback when pattern is empty
Tomasz Boczkowski
1
-0
/
+2
2014-02-06
Added new base class to handle viewBox and preserveAspectRatio.
Tavmjong Bah
1
-4
/
+2
2013-09-15
Added runtime check in SP_-cast macros.
Markus Engel
1
-1
/
+1
2013-09-14
Modified SP_IS_ macros.
Markus Engel
1
-1
/
+1
2013-08-03
Cleaned up.
Markus Engel
1
-1
/
+3
2013-07-31
Cleaned up a bit; fixed struct vs. class forward declarations.
Markus Engel
1
-1
/
+1
2013-04-05
Merged PaintServer and subclasses; moved Gradient classes to own files.
Markus Engel
1
-21
/
+3
2013-04-01
Added constructors to SP classes.
Markus Engel
1
-0
/
+1
2013-04-01
Replaced all casting macros with glib-independent ones.
Markus Engel
1
-23
/
+21
2013-03-29
Renamed virtual function names.
Markus Engel
1
-6
/
+6
2013-03-19
Fixing regression
jtx
1
-2
/
+1
2013-03-17
Working with widjets
Jabier Arraiza Cenoz
1
-1
/
+2
2013-03-14
Fix another load of forward declaration tags
Alex Valavanis
1
-2
/
+1
2013-01-17
const ....
Johan B. C. Engelen
1
-7
/
+7
2012-08-21
Added "virtual pad" to
Markus Engel
1
-1
/
+24
2012-02-25
(cppcheck and janitorial tasks:) C-style casting to C++-style casting
Kris De Gussem
1
-1
/
+1
2011-10-05
Cleanup for src/forward.h. (About 19 of the affected files did not require th...
Jon A. Cruz
1
-1
/
+2
2011-08-27
Completely remove NRRect, NRRectL, in-svg-plane.h
Krzysztof Kosi??ski
1
-1
/
+0
2011-08-27
Remove all NRRect use.
Krzysztof Kosi??ski
1
-2
/
+2
2011-06-14
Remove deprecated glib macro wrappers
Alex Valavanis
1
-4
/
+4
2011-06-03
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
1
-1
/
+1
2011-02-27
compatibility patch to compile using gcc 4.6
Adib Taraben
1
-0
/
+1
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-4
/
+4
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 1
Krzysztof Kosi??ski
1
-1
/
+0
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-1
/
+1
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-1
/
+1
2009-08-05
SPDocument->Document
johnce
1
-1
/
+1
2008-10-31
Merge from trunk
Ted Gould
1
-4
/
+4
2008-08-02
whitespace
Johan B. C. Engelen
1
-33
/
+44
2006-07-29
switch to sigc++ SPObject signals for SPPattern
MenTaLguY
1
-0
/
+4