summaryrefslogtreecommitdiffstats
path: root/src/layer-manager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)