index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
layer-manager.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-02
modernize loops
Marc Jeanmougin
1
-5
/
+4
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-19
Remove unused includes.
Emmanuel Gil Peyrot
1
-3
/
+0
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-4
/
+4
2018-06-18
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
1
-5
/
+5
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
-6
/
+12
2017-10-18
Refactor Util::ptr_shared
Jan Lingscheid
1
-7
/
+7
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-6
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+6
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-6
/
+0
2016-05-21
Fix regression: restore order in resources (e.g. pattern list)
Marc Jeanmougin
1
-5
/
+5
2015-12-13
fix minor bug from recent merge: layer names were incorrectly created
Marc Jeanmougin
1
-2
/
+3
2015-12-07
cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...
Marc Jeanmougin
1
-11
/
+9
2015-02-26
Rename libgc/ => inkgc/ to reflect difference from Boehm GC
Liam P. White
1
-1
/
+1
2015-02-25
Isolate components of libgc
Liam P. White
1
-1
/
+1
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-1
/
+1
2014-12-21
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
1
-1
/
+1
2012-10-12
Fix for 1019974 : Default layer names are inconsistent
John Smith
1
-34
/
+47
2012-08-15
code style (use NULL for pointers instead of 0)
Johan B. C. Engelen
1
-3
/
+3
2011-02-21
Finished cleanup of outdated SP_OBJECT_PARENT C macro.
Jon A. Cruz
1
-6
/
+6
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-07-06
C++ification of SPObject continued along with the onset of XML Privatisation....
Abhishek Sharma Public
1
-2
/
+4
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-3
/
+3
2010-04-27
Correct desktop tracking for layers dialog. Fixes bug #427514.
Jon A. Cruz
1
-1
/
+2
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-4
/
+4
2009-08-05
SPDocument->Document
johnce
1
-4
/
+4
2009-03-08
part of #339660; layers dialog allows non-unique inkscape:label attributes
Ed Halley
1
-30
/
+34
2008-10-27
From trunk
Ted Gould
1
-2
/
+3
2008-03-03
Avoid redundant additions for non-layer layers
Jon A. Cruz
1
-1
/
+3
2008-03-03
Avoid adding layers who's repr is null or disconnected, or with a parent who'...
Jon A. Cruz
1
-3
/
+19
2008-03-03
Avoiding adding layers that are not listed in the document's current set.
Jon A. Cruz
1
-21
/
+108
2007-11-30
http://sourceforge.net/mailarchive/forum.php?thread_name=5747bce9a7ed077c1b4f...
Johan B. C. Engelen
1
-0
/
+3
2007-11-03
add destructor to LayerManager that disconnects it signals. see bug: [ 172087...
Johan B. C. Engelen
1
-0
/
+6
2007-11-02
warning cleanup
Jon A. Cruz
1
-6
/
+6
2007-03-18
fix 64-bit issues with width of npos -- patch #1675697 from mellum
MenTaLguY
1
-1
/
+1
2006-07-21
switch to sigc++ signals and manually clean up signal connections (although i...
MenTaLguY
1
-9
/
+7
2006-05-29
workaround assertion upon file revert
Jon A. Cruz
1
-3
/
+6
2006-05-28
Option to keep selection when changing layers
Jon A. Cruz
1
-0
/
+12
2006-05-27
Prevent layer name duplication
Jon A. Cruz
1
-0
/
+52
2006-05-26
Cleaned up propagation of status changes.
Jon A. Cruz
1
-1
/
+49
2006-05-21
Adding notification when managed layers change.
Jon A. Cruz
1
-1
/
+21
2006-05-18
stop structure rebuilds on change of selected layer. Added scrolling, pop-up ...
Jon A. Cruz
1
-3
/
+1
2006-05-15
Base implementation of a layers dialog.
Jon A. Cruz
1
-0
/
+3
2006-05-14
Minor update for compile problem
Jon A. Cruz
1
-13
/
+15
2006-05-14
Corrected base structure and avoiding infinite loop.
Jon A. Cruz
1
-13
/
+30
2006-03-29
draft of layer manager
MenTaLguY
1
-0
/
+71