summaryrefslogtreecommitdiffstats
path: root/src/undo-stack-observer.h (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-2/+2
This replaces empty constructors and destructors with the default keyword.
2015-02-26Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White1-1/+1
(bzr r13950)
2015-02-25Isolate components of libgcLiam P. White1-1/+1
(bzr r13946)
2013-03-19Fixing regressionjtx1-1/+1
(bzr r11950.1.61)
2013-03-17Working with widjetsJabier Arraiza Cenoz1-1/+1
(bzr r11950.1.56)
2013-03-14Fix another load of forward declaration tagsAlex Valavanis1-1/+1
(bzr r12205)
2011-10-25Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz1-8/+4
(bzr r10696)
2007-03-29Notify UndoStackObservers on commited incomplete transactions and ↵gustav_b1-0/+11
sp_document_{undo,redo}_clear, see #1684042. (bzr r2780)
2006-07-04switched UndoStackObserver / CompositeUndoStackObserver to use GC David Yip1-1/+3
managed memory. Initial tests seem to check out okay (bzr r1352)
2006-06-29backed out Event -> XML::Event changesDavid Yip1-7/+3
(bzr r1319)
2006-06-29made parameters and forward declarations point back to XML::EventDavid Yip1-3/+7
(bzr r1316)
2006-06-29patch from Gustav Broberg: undo annotations and history dialogbulia byak1-10/+6
(bzr r1315)