summaryrefslogtreecommitdiffstats
path: root/src/layer-manager.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-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
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White2015-02-261-1/+1
| | | (bzr r13950)
* Isolate components of libgcLiam P. White2015-02-251-1/+1
| | | (bzr r13946)
* Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-5/+6
| | | | | GThread deprecation errors. (bzr r13341.1.190)
* Fix for 1019974 : Default layer names are inconsistentJohn Smith2012-10-121-0/+1
| | | (bzr r11785)
* 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-2/+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-3/+3
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-3/+3
| | | (bzr r8404)
* part of #339660; layers dialog allows non-unique inkscape:label attributesEd Halley2009-03-081-1/+1
| | | (bzr r7443)
* Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵Johan B. C. Engelen2007-11-041-1/+1
| | | | | reverted for some files to keep them C-compatible. (bzr r4024)
* add destructor to LayerManager that disconnects it signals. see bug: [ ↵Johan B. C. Engelen2007-11-031-0/+1
| | | | | 1720871 ] Crash when adding a layer (bzr r4019)
* switch to sigc++ signals and manually clean up signal connections (although ↵MenTaLguY2006-07-211-2/+1
| | | | | it may not be strictly necessary to do so here) (bzr r1453)
* Option to keep selection when changing layersJon A. Cruz2006-05-281-0/+1
| | | (bzr r1037)
* Prevent layer name duplicationJon A. Cruz2006-05-271-0/+2
| | | (bzr r1024)
* Cleaned up propagation of status changes.Jon A. Cruz2006-05-261-0/+6
| | | (bzr r1018)
* Adding notification when managed layers change.Jon A. Cruz2006-05-211-0/+14
| | | (bzr r917)
* Corrected base structure and avoiding infinite loop.Jon A. Cruz2006-05-141-1/+2
| | | (bzr r833)
* draft of layer managerMenTaLguY2006-03-291-0/+52
(bzr r326)