summaryrefslogtreecommitdiffstats
path: root/src/layer-manager.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White2015-02-261-1/+1
* Isolate components of libgcLiam P. White2015-02-251-1/+1
* Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White2014-08-311-5/+6
* Fix for 1019974 : Default layer names are inconsistentJohn Smith2012-10-121-0/+1
* Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* Correct desktop tracking for layers dialog. Fixes bug #427514.Jon A. Cruz2010-04-271-2/+2
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-3/+3
* SPDocument->Documentjohnce2009-08-051-3/+3
* part of #339660; layers dialog allows non-unique inkscape:label attributesEd Halley2009-03-081-1/+1
* Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...Johan B. C. Engelen2007-11-041-1/+1
* add destructor to LayerManager that disconnects it signals. see bug: [ 172087...Johan B. C. Engelen2007-11-031-0/+1
* switch to sigc++ signals and manually clean up signal connections (although i...MenTaLguY2006-07-211-2/+1
* Option to keep selection when changing layersJon A. Cruz2006-05-281-0/+1
* Prevent layer name duplicationJon A. Cruz2006-05-271-0/+2
* Cleaned up propagation of status changes.Jon A. Cruz2006-05-261-0/+6
* Adding notification when managed layers change.Jon A. Cruz2006-05-211-0/+14
* Corrected base structure and avoiding infinite loop.Jon A. Cruz2006-05-141-1/+2
* draft of layer managerMenTaLguY2006-03-291-0/+52