summaryrefslogtreecommitdiffstats
path: root/src/document-subset.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* modernize loopsMarc Jeanmougin2019-01-021-14/+10
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-19/+19
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-2/+4
* Misc. typosUnknown2017-11-071-1/+1
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-11/+0
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+11
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-11/+0
* Fix for Bug #1049440 (Crash in Object Properties if label is empty string (re...Kris De Gussem2012-10-021-1/+1
* cppcheckKris De Gussem2012-02-151-2/+2
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-0/+1
|\
| * SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public2010-07-121-2/+2
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
|/
* Correct desktop tracking for layers dialog. Fixes bug #427514.Jon A. Cruz2010-04-271-1/+1
* Fix access to removed elements of a map in document-subset.cppKrzysztof Kosi??ski2010-02-041-3/+3
* fix crash: connections were not disconnected on destructionbulia byak2008-09-211-1/+5
* suppress warning when closing second documentbulia byak2008-04-011-1/+2
* switch to sigc++ signal for "release"MenTaLguY2006-07-211-12/+9
* Corrected ordering of children in subsetJon A. Cruz2006-05-161-18/+17
* Corrected base structure and avoiding infinite loop.Jon A. Cruz2006-05-141-5/+20
* Fixed a couple of bugsJon A. Cruz2006-05-081-1/+12
* add DocumentSubset::_clearMenTaLguY2006-03-061-0/+15
* remove unneeded document parameter from constructorMenTaLguY2006-03-061-2/+2
* Wire up new SPObject signal to DocumentSubset, so object order changes will b...MenTaLguY2006-03-051-0/+7
* Add DocumentSubset as groundwork for layersMenTaLguY2006-03-051-0/+362