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-switch.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-5
/
+5
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-2
/
+2
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-2
/
+2
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-0
/
+0
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-1
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+1
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-1
/
+0
2016-07-14
Renamed children list in SPObject
Adrian Boguszewski
1
-1
/
+1
2016-07-13
Second part of new SPObject children list
Adrian Boguszewski
1
-3
/
+4
2015-12-07
static code analysis
Kris De Gussem
1
-2
/
+2
2015-02-27
corrected the casts (hopefully)
Marc Jeanmougin
1
-2
/
+2
2015-02-25
create SPObject factory
Liam P. White
1
-14
/
+0
2015-02-19
added a set to the Selection
Marc Jeanmougin
1
-7
/
+7
2015-02-17
At first, I was thinking "I just have to go to the selection file, and change...
Marc Jeanmougin
1
-13
/
+11
2014-02-19
Fix for SPSwitch updates.
Markus Engel
1
-4
/
+10
2013-11-12
Fix bug in SPSwitch.
Markus Engel
1
-0
/
+1
2013-10-28
"fix" some "unused parameter" warnings
Kris De Gussem
1
-1
/
+1
2013-10-26
Added some consts.
Markus Engel
1
-2
/
+2
2013-09-24
change names for displayName and detailedDescription, improve char code and r...
Martin Owens
1
-1
/
+1
2013-09-20
Refactor status-bar text for multiple items, was very broken
Martin Owens
1
-3
/
+5
2013-04-08
Reactivated independent reference counting in the SPObject tree.
Markus Engel
1
-2
/
+4
2013-04-07
Merge Object and subclasses. Merging of SP- and C-classes complete.
Markus Engel
1
-2
/
+0
2013-04-05
Merged Item.
Markus Engel
1
-1
/
+0
2013-04-05
Merged more classes.
Markus Engel
1
-1
/
+0
2013-04-05
Merged Group and subclasses.
Markus Engel
1
-38
/
+21
2013-04-02
Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...
Markus Engel
1
-0
/
+10
2013-04-01
Added constructors to SP classes.
Markus Engel
1
-3
/
+9
2013-03-31
Prepared exchange of casting macros.
Markus Engel
1
-0
/
+1
2013-03-29
Renamed virtual function names.
Markus Engel
1
-4
/
+4
2013-01-17
Cleanup more GObject type definitions
Alex Valavanis
1
-27
/
+3
2012-08-18
Added "virtual pad" to SPGroup and SPSwitch. There was some weird try by some...
Markus Engel
1
-32
/
+35
2011-08-07
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
1
-3
/
+3
2011-08-06
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
1
-6
/
+4
2011-07-16
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
1
-6
/
+3
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
-1
/
+1
2008-09-16
remove extra unref; now ref/unref is done by show/hide; this used to stop thi...
bulia byak
1
-1
/
+0
2007-11-10
Warning cleanup
Jon A. Cruz
1
-1
/
+1
2006-07-29
switch to sigc++ SPObject signals for SPSwitch
MenTaLguY
1
-7
/
+7
2006-07-20
marker refactoring work
Bryce Harrington
1
-5
/
+5
2006-06-07
Applied patch #1501709
Jon A. Cruz
1
-3
/
+1
2006-04-21
Bug-1474013 - switch works incorrectly with non SP_ITEM children
Andrius Ramanauskas
1
-1
/
+1
2006-04-20
SVG 1.1 Conditional Processing Module rendering support (<switch> element, re...
Andrius Ramanauskas
1
-0
/
+182