summaryrefslogtreecommitdiffstats
path: root/src/layer-manager.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-1/+1
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2015-02-26Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White1-1/+1
(bzr r13950)
2015-02-25Isolate components of libgcLiam P. White1-1/+1
(bzr r13946)
2014-09-27Update to experimental r13565Liam P. White1-5/+6
(bzr r13341.5.16)
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White1-5/+6
GThread deprecation errors. (bzr r13341.1.190)
2012-10-12Fix for 1019974 : Default layer names are inconsistentJohn Smith1-0/+1
(bzr r11785)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-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)
2010-04-27Correct desktop tracking for layers dialog. Fixes bug #427514.Jon A. Cruz1-2/+2
Fixed bugs: - https://launchpad.net/bugs/427514 (bzr r9380)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-3/+3
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-3/+3
(bzr r8404)
2009-03-08part of #339660; layers dialog allows non-unique inkscape:label attributesEd Halley1-1/+1
(bzr r7443)
2007-11-04Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵Johan B. C. Engelen1-1/+1
reverted for some files to keep them C-compatible. (bzr r4024)
2007-11-03add destructor to LayerManager that disconnects it signals. see bug: [ ↵Johan B. C. Engelen1-0/+1
1720871 ] Crash when adding a layer (bzr r4019)
2006-07-21switch to sigc++ signals and manually clean up signal connections (although ↵MenTaLguY1-2/+1
it may not be strictly necessary to do so here) (bzr r1453)
2006-05-28Option to keep selection when changing layersJon A. Cruz1-0/+1
(bzr r1037)
2006-05-27Prevent layer name duplicationJon A. Cruz1-0/+2
(bzr r1024)
2006-05-26Cleaned up propagation of status changes.Jon A. Cruz1-0/+6
(bzr r1018)
2006-05-21Adding notification when managed layers change.Jon A. Cruz1-0/+14
(bzr r917)
2006-05-14Corrected base structure and avoiding infinite loop.Jon A. Cruz1-1/+2
(bzr r833)
2006-03-29draft of layer managerMenTaLguY1-0/+52
(bzr r326)