summaryrefslogtreecommitdiffstats
path: root/src/document-subset.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-02modernize loopsMarc Jeanmougin1-14/+10
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-nullptr pass.Emmanuel Gil Peyrot1-19/+19
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
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.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-2/+4
A lot of header clean-up.
2017-11-07Misc. typosUnknown1-1/+1
Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-11/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+11
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-11/+0
(bzr r15025)
2012-10-02Fix for Bug #1049440 (Crash in Object Properties if label is empty string ↵Kris De Gussem1-1/+1
(regression, trunk)) (bzr r11724)
2012-02-15cppcheckKris De Gussem1-2/+2
(bzr r10987)
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
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-07-12SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public1-2/+2
Privatisation tweaks (bzr r9546.1.6)
2010-04-27Correct desktop tracking for layers dialog. Fixes bug #427514.Jon A. Cruz1-1/+1
Fixed bugs: - https://launchpad.net/bugs/427514 (bzr r9380)
2010-02-04Fix access to removed elements of a map in document-subset.cppKrzysztof Kosi??ski1-3/+3
Fixed bugs: - https://launchpad.net/bugs/508649 (bzr r9045)
2008-09-21fix crash: connections were not disconnected on destructionbulia byak1-1/+5
(bzr r6862)
2008-04-01suppress warning when closing second documentbulia byak1-1/+2
(bzr r5293)
2006-07-21switch to sigc++ signal for "release"MenTaLguY1-12/+9
(bzr r1450)
2006-05-16Corrected ordering of children in subsetJon A. Cruz1-18/+17
(bzr r855)
2006-05-14Corrected base structure and avoiding infinite loop.Jon A. Cruz1-5/+20
(bzr r833)
2006-05-08Fixed a couple of bugsJon A. Cruz1-1/+12
(bzr r763)
2006-03-06add DocumentSubset::_clearMenTaLguY1-0/+15
(bzr r210)
2006-03-06remove unneeded document parameter from constructorMenTaLguY1-2/+2
(bzr r208)
2006-03-05Wire up new SPObject signal to DocumentSubset, so object order changes will ↵MenTaLguY1-0/+7
be reflected in the subset (bzr r207)
2006-03-05Add DocumentSubset as groundwork for layersMenTaLguY1-0/+362
(bzr r205)