summaryrefslogtreecommitdiffstats
path: root/src/layer-fns.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-06Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot1-2/+0
This makes the code a lot less readable and greppable for no reason.
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-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-4/+4
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-3/+6
A lot of header clean-up.
2017-08-01Fix layer traversingTobias Ellinghaus1-29/+24
This fixes two bugs: - A crash when moving an object away from the root layer - An inconsistency when going through the layers with {ctrl,shift}-Pg{Up,Down}: Going to the previous layer worked fine while going to the next layer only went up the hierarchy but never into sub layers. Now both directions visit the same layers in the same (just reversed) order.
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-6/+6
(bzr r14954.1.21)
2016-07-11First part of new SPObject children listAdrian Boguszewski1-21/+15
(bzr r14954.1.17)
2012-01-03Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem1-1/+1
(bzr r10830)
2011-02-21Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz1-23/+24
(bzr r10060)
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-03-14Move around files to remove some vanity directories.Krzysztof Kosi??ski1-1/+1
Also remove the obsolete IDL file stub. (bzr r9194)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-1/+1
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-1/+1
(bzr r8404)
2007-01-21continue switching sp_repr_new* over to XML::Document::create*Aaron Spike1-1/+2
(bzr r2254)
2006-03-15merged patch #1447043 from Andrius "knutux" R. to create sub-layersMenTaLguY1-33/+62
(bzr r251)
2006-02-15bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan1-3/+3
(bzr r149)