summaryrefslogtreecommitdiffstats
path: root/src/layer-manager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz2011-02-211-6/+6
| | | (bzr r10064)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-5/+8
|\ | | | | (bzr r9945.1.1)
| * C++ification of SPObject continued along with the onset of XML ↵Abhishek Sharma Public2010-07-061-2/+4
| | | | | | | | | | Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected. (bzr r9546.1.5)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-3/+3
| | | | | | (bzr r9546.1.2)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
|/ | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* Correct desktop tracking for layers dialog. Fixes bug #427514.Jon A. Cruz2010-04-271-1/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/427514 (bzr r9380)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-4/+4
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-4/+4
| | | (bzr r8404)
* part of #339660; layers dialog allows non-unique inkscape:label attributesEd Halley2009-03-081-30/+34
| | | (bzr r7443)
* From trunkTed Gould2008-10-271-2/+3
| | | (bzr r6885)
* 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)