summaryrefslogtreecommitdiffstats
path: root/src/composite-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-override pass.Emmanuel Gil Peyrot1-6/+6
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
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)
2014-03-09Remove unused includes to tidy up the code.Martin Owens1-1/+0
(bzr r13132)
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-23Documentation update pass.Jon A. Cruz1-8/+6
(bzr r10692)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-2/+2
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-2/+2
(bzr r8404)
2007-11-04Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵Johan B. C. Engelen1-1/+1
reverted for some files to keep them C-compatible. (bzr r4024)
2007-03-29Notify UndoStackObservers on commited incomplete transactions and ↵gustav_b1-0/+23
sp_document_{undo,redo}_clear, see #1684042. (bzr r2780)
2006-07-07GC utilization fixesDavid Yip1-1/+1
(bzr r1373)
2006-07-05fixed compile bugDavid Yip1-2/+2
(bzr r1355)
2006-07-04switched UndoStackObserver / CompositeUndoStackObserver to use GC David Yip1-2/+4
managed memory. Initial tests seem to check out okay (bzr r1352)
2006-06-29backed out Event -> XML::Event changesDavid Yip1-10/+6
(bzr r1319)
2006-06-29Event -> XML::Event*David Yip1-6/+10
(bzr r1317)
2006-06-29patch from Gustav Broberg: undo annotations and history dialogbulia byak1-10/+6
(bzr r1315)
2006-06-23a CompositeUndoStackObserver is still an UndoStackObserver -- forgot about thatDavid Yip1-3/+1
(bzr r1265)