summaryrefslogtreecommitdiffstats
path: root/src/document-subset.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-02modernize loopsMarc Jeanmougin1-14/+10
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-19/+19
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-1/+1
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
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
2017-11-07Misc. typosUnknown1-1/+1
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-11/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+11
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-11/+0
2012-10-02Fix for Bug #1049440 (Crash in Object Properties if label is empty string (re...Kris De Gussem1-1/+1
2012-02-15cppcheckKris De Gussem1-2/+2
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-07-12SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public1-2/+2
2010-04-27Correct desktop tracking for layers dialog. Fixes bug #427514.Jon A. Cruz1-1/+1
2010-02-04Fix access to removed elements of a map in document-subset.cppKrzysztof Kosi??ski1-3/+3
2008-09-21fix crash: connections were not disconnected on destructionbulia byak1-1/+5
2008-04-01suppress warning when closing second documentbulia byak1-1/+2
2006-07-21switch to sigc++ signal for "release"MenTaLguY1-12/+9
2006-05-16Corrected ordering of children in subsetJon A. Cruz1-18/+17
2006-05-14Corrected base structure and avoiding infinite loop.Jon A. Cruz1-5/+20
2006-05-08Fixed a couple of bugsJon A. Cruz1-1/+12
2006-03-06add DocumentSubset::_clearMenTaLguY1-0/+15
2006-03-06remove unneeded document parameter from constructorMenTaLguY1-2/+2
2006-03-05Wire up new SPObject signal to DocumentSubset, so object order changes will b...MenTaLguY1-0/+7
2006-03-05Add DocumentSubset as groundwork for layersMenTaLguY1-0/+362