summaryrefslogtreecommitdiffstats
path: root/src/layer-manager.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* part of #339660; layers dialog allows non-unique inkscape:label attributesEd Halley2009-03-081-30/+34
* From trunkTed Gould2008-10-271-2/+3
* Avoid redundant additions for non-layer layersJon A. Cruz2008-03-031-1/+3
* Avoid adding layers who's repr is null or disconnected, or with a parent who'...Jon A. Cruz2008-03-031-3/+19
* Avoiding adding layers that are not listed in the document's current set.Jon A. Cruz2008-03-031-21/+108
* http://sourceforge.net/mailarchive/forum.php?thread_name=5747bce9a7ed077c1b4f...Johan B. C. Engelen2007-11-301-0/+3
* add destructor to LayerManager that disconnects it signals. see bug: [ 172087...Johan B. C. Engelen2007-11-031-0/+6
* warning cleanupJon A. Cruz2007-11-021-6/+6
* fix 64-bit issues with width of npos -- patch #1675697 from mellumMenTaLguY2007-03-181-1/+1
* switch to sigc++ signals and manually clean up signal connections (although i...MenTaLguY2006-07-211-9/+7
* workaround assertion upon file revertJon A. Cruz2006-05-291-3/+6
* Option to keep selection when changing layersJon A. Cruz2006-05-281-0/+12
* Prevent layer name duplicationJon A. Cruz2006-05-271-0/+52
* Cleaned up propagation of status changes.Jon A. Cruz2006-05-261-1/+49
* Adding notification when managed layers change.Jon A. Cruz2006-05-211-1/+21
* stop structure rebuilds on change of selected layer. Added scrolling, pop-up ...Jon A. Cruz2006-05-181-3/+1
* Base implementation of a layers dialog.Jon A. Cruz2006-05-151-0/+3
* Minor update for compile problemJon A. Cruz2006-05-141-13/+15
* Corrected base structure and avoiding infinite loop.Jon A. Cruz2006-05-141-13/+30
* draft of layer managerMenTaLguY2006-03-291-0/+71