summaryrefslogtreecommitdiffstats
path: root/src/layer-manager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Avoid redundant additions for non-layer layersJon A. Cruz2008-03-031-1/+3
| | | (bzr r4943)
* Avoid adding layers who's repr is null or disconnected, or with a parent ↵Jon A. Cruz2008-03-031-3/+19
| | | | | | | who's repr is null or disconnected. Fixes Bug #168586 (bzr r4939)
* Avoiding adding layers that are not listed in the document's current set.Jon A. Cruz2008-03-031-21/+108
| | | | | Fixes Bug #196098 (bzr r4938)
* http://sourceforge.net/mailarchive/forum.php?thread_name=5747bce9a7ed077c1b4 ↵Johan B. C. Engelen2007-11-301-0/+3
| | | | | fc9f0f4f8a5e0%40localhost&forum_name=inkscape-devel (bzr r4147)
* add destructor to LayerManager that disconnects it signals. see bug: [ ↵Johan B. C. Engelen2007-11-031-0/+6
| | | | | 1720871 ] Crash when adding a layer (bzr r4019)
* warning cleanupJon A. Cruz2007-11-021-6/+6
| | | (bzr r4012)
* fix 64-bit issues with width of npos -- patch #1675697 from mellumMenTaLguY2007-03-181-1/+1
| | | | | (Falk Hueffner) (bzr r2695)
* switch to sigc++ signals and manually clean up signal connections (although ↵MenTaLguY2006-07-211-9/+7
| | | | | it may not be strictly necessary to do so here) (bzr r1453)
* workaround assertion upon file revertJon A. Cruz2006-05-291-3/+6
| | | (bzr r1064)
* Option to keep selection when changing layersJon A. Cruz2006-05-281-0/+12
| | | (bzr r1037)
* Prevent layer name duplicationJon A. Cruz2006-05-271-0/+52
| | | (bzr r1024)
* Cleaned up propagation of status changes.Jon A. Cruz2006-05-261-1/+49
| | | (bzr r1018)
* Adding notification when managed layers change.Jon A. Cruz2006-05-211-1/+21
| | | (bzr r917)
* stop structure rebuilds on change of selected layer. Added scrolling, pop-up ↵Jon A. Cruz2006-05-181-3/+1
| | | | | menu, in-place renamimg, and position-sensitive enabling (bzr r873)
* Base implementation of a layers dialog.Jon A. Cruz2006-05-151-0/+3
| | | (bzr r843)
* Minor update for compile problemJon A. Cruz2006-05-141-13/+15
| | | (bzr r839)
* Corrected base structure and avoiding infinite loop.Jon A. Cruz2006-05-141-13/+30
| | | (bzr r833)
* draft of layer managerMenTaLguY2006-03-291-0/+71
(bzr r326)