summaryrefslogtreecommitdiffstats
path: root/src/composite-undo-stack-observer.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
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-equals-default pass.Emmanuel Gil Peyrot1-1/+1
This replaces empty constructors and destructors with the default keyword.
2011-11-05Various fixes: initialization, memory leak, wrong iterator usageKris De Gussem1-4/+10
(bzr r10721)
2011-10-23Documentation update pass.Jon A. Cruz1-3/+1
(bzr r10692)
2011-10-15cppcheckKris De Gussem1-2/+2
(bzr r10678)
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-03-29Notify UndoStackObservers on commited incomplete transactions and ↵gustav_b1-0/+24
sp_document_{undo,redo}_clear, see #1684042. (bzr r2780)
2007-03-18add required includes for gcc 4.3 and fix a const issue -- patch #1675635MenTaLguY1-0/+1
from mellum (Falk Hueffner) (bzr r2696)
2006-06-29backed out Event -> XML::Event changesDavid Yip1-3/+3
(bzr r1319)
2006-06-29Event -> XML::Event*David Yip1-3/+3
(bzr r1317)
2006-06-29patch from Gustav Broberg: undo annotations and history dialogbulia byak1-3/+3
(bzr r1315)