index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
document-subset.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-02
modernize loops
Marc Jeanmougin
1
-14
/
+10
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
-19
/
+19
2018-06-18
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-1
/
+1
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-1
/
+1
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-2
/
+4
2017-11-07
Misc. typos
Unknown
1
-1
/
+1
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-11
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+11
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-11
/
+0
2012-10-02
Fix for Bug #1049440 (Crash in Object Properties if label is empty string (re...
Kris De Gussem
1
-1
/
+1
2012-02-15
cppcheck
Kris De Gussem
1
-2
/
+2
2011-12-08
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
1
-1
/
+1
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-07-12
SPObject c++ification finalized along with the beginning of XML Privatisation...
Abhishek Sharma Public
1
-2
/
+2
2010-04-27
Correct desktop tracking for layers dialog. Fixes bug #427514.
Jon A. Cruz
1
-1
/
+1
2010-02-04
Fix access to removed elements of a map in document-subset.cpp
Krzysztof Kosi??ski
1
-3
/
+3
2008-09-21
fix crash: connections were not disconnected on destruction
bulia byak
1
-1
/
+5
2008-04-01
suppress warning when closing second document
bulia byak
1
-1
/
+2
2006-07-21
switch to sigc++ signal for "release"
MenTaLguY
1
-12
/
+9
2006-05-16
Corrected ordering of children in subset
Jon A. Cruz
1
-18
/
+17
2006-05-14
Corrected base structure and avoiding infinite loop.
Jon A. Cruz
1
-5
/
+20
2006-05-08
Fixed a couple of bugs
Jon A. Cruz
1
-1
/
+12
2006-03-06
add DocumentSubset::_clear
MenTaLguY
1
-0
/
+15
2006-03-06
remove unneeded document parameter from constructor
MenTaLguY
1
-2
/
+2
2006-03-05
Wire up new SPObject signal to DocumentSubset, so object order changes will b...
MenTaLguY
1
-0
/
+7
2006-03-05
Add DocumentSubset as groundwork for layers
MenTaLguY
1
-0
/
+362