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