summaryrefslogtreecommitdiffstats
path: root/src/composite-undo-stack-observer.cpp (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-equals-default pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Various fixes: initialization, memory leak, wrong iterator usageKris De Gussem2011-11-051-4/+10
| | | (bzr r10721)
* Documentation update pass.Jon A. Cruz2011-10-231-3/+1
| | | (bzr r10692)
* cppcheckKris De Gussem2011-10-151-2/+2
| | | (bzr r10678)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8404)
* Notify UndoStackObservers on commited incomplete transactions and ↵gustav_b2007-03-291-0/+24
| | | | | | | sp_document_{undo,redo}_clear, see #1684042. (bzr r2780)
* add required includes for gcc 4.3 and fix a const issue -- patch #1675635MenTaLguY2007-03-181-0/+1
| | | | | from mellum (Falk Hueffner) (bzr r2696)
* backed out Event -> XML::Event changesDavid Yip2006-06-291-3/+3
| | | (bzr r1319)
* Event -> XML::Event*David Yip2006-06-291-3/+3
| | | (bzr r1317)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-3/+3
| | | (bzr r1315)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+136
(bzr r1)