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-shape.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-01
Use two bounding box caches instead of one
Nathan Lee
1
-2
/
+4
2019-06-01
Cache bounding box of shapes
octycs
1
-0
/
+5
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-06
SPAttributeEnum typed function arguments
Thomas Holder
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
1
-13
/
+13
2018-03-26
Allow path move
Jabier Arraiza
1
-1
/
+1
2018-03-26
Fixing refs
Jabier Arraiza
1
-1
/
+1
2018-03-26
Base LPE refactor
Jabier Arraiza
1
-5
/
+8
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-0
/
+0
2014-10-25
Cleaned casts from sp-shape by fixing member type.
Jon A. Cruz
1
-1
/
+2
2014-09-27
Update to experimental r13565
Liam P. White
1
-8
/
+8
2014-08-31
Header cleanup: stop using Glib types where they aren't truly needed. Eases G...
Liam P. White
1
-8
/
+8
2013-10-26
Added some consts.
Markus Engel
1
-3
/
+3
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-04-05
Merged more classes.
Markus Engel
1
-1
/
+1
2013-04-05
Merged Shape and subclasses. Cleaned up a bit.
Markus Engel
1
-16
/
+1
2013-04-02
Cleaned up a bit. Uses some C++11 features.
Markus Engel
1
-15
/
+4
2013-04-02
Added virtual destructor to SPObject. Switched to new factory. Replaced some ...
Markus Engel
1
-1
/
+2
2013-04-01
Added experimental constructor to SPRect. Memory leaks because of non-virtual...
Markus Engel
1
-0
/
+2
2013-04-01
Replaced all casting macros with glib-independent ones.
Markus Engel
1
-4
/
+2
2013-03-29
Renamed virtual function names.
Markus Engel
1
-12
/
+12
2013-01-23
Clean up more GObject type definitions
Alex Valavanis
1
-25
/
+2
2012-09-29
Removed old calls to set_shape and update_patheffect.
Markus Engel
1
-1
/
+1
2012-08-18
Added "virtual pad" to SPShape.
Markus Engel
1
-0
/
+33
2012-01-17
add underscores to some member variables.
Johan B. C. Engelen
1
-17
/
+14
2012-01-17
turn SPPath into a class, and add some methods...
Johan B. C. Engelen
1
-2
/
+2
2012-01-17
part 1 of SPPath cleanup for LPE... remove duplicated original_curve in SPPat...
Johan B. C. Engelen
1
-2
/
+2
2011-12-11
mixed usage of class and struct for same object
Kris De Gussem
1
-1
/
+1
2011-10-04
Cleaned up display-forward.h, including many redundant usages.
Jon A. Cruz
1
-0
/
+6
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-1
/
+1
2011-08-07
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
1
-1
/
+1
2011-08-06
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
1
-2
/
+2
2011-04-01
add curve before LPE to SPShape. this is useful for helperpath display. It wa...
Johan B. C. Engelen
1
-0
/
+5
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-12-23
Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...
Jon A. Cruz
1
-1
/
+0
2010-07-14
SPShape c++ified to the extent it was possible and more changes done for XML ...
Abhishek Sharma Public
1
-14
/
+54
2008-07-07
remove dead code
Johan B. C. Engelen
1
-2
/
+0
2008-07-07
fix orientation of markers
Johan B. C. Engelen
1
-1
/
+4
2008-06-20
sp_shape_render for cairo-renderer extension now uses 2geom for marker positions
Johan B. C. Engelen
1
-0
/
+2
2008-05-09
complete adding const to have only NArtBpath const * get_bpath() const; for a...
Johan B. C. Engelen
1
-1
/
+1
2008-03-28
- Created a SPLPEItem class that handles applying a LPE to an Item
Bastien Bouclet
1
-29
/
+3
2008-01-02
+ Fix bug #179840, forking of LPEs
Johan B. C. Engelen
1
-0
/
+4
2007-10-28
LPE: implement 'edit next LPE parameter'. Accessible through key '7'.
Johan B. C. Engelen
1
-0
/
+3
2007-09-14
fix pasting of LPE's across multiple document; plus a number of small fixes.
Johan B. C. Engelen
1
-1
/
+2
2007-09-06
store and properly disconnect lpe modified connection
bulia byak
1
-0
/
+1
2007-08-14
Commit LivePathEffect branch to trunk!
Johan B. C. Engelen
1
-1
/
+21
2006-07-28
switch to sigc++ SPObject signals for SPShape
MenTaLguY
1
-3
/
+3
2006-05-26
export markers API
bulia byak
1
-4
/
+7
[next]