summaryrefslogtreecommitdiffstats
path: root/src/composite-undo-stack-observer.h (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-override pass.Emmanuel Gil Peyrot2018-06-181-6/+6
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White2015-02-261-1/+1
| | | (bzr r13950)
* Isolate components of libgcLiam P. White2015-02-251-1/+1
| | | (bzr r13946)
* Remove unused includes to tidy up the code.Martin Owens2014-03-091-1/+0
| | | (bzr r13132)
* Fix another load of forward declaration tagsAlex Valavanis2013-03-141-1/+1
| | | (bzr r12205)
* Documentation update pass.Jon A. Cruz2011-10-231-8/+6
| | | (bzr r10692)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8404)
* Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵Johan B. C. Engelen2007-11-041-1/+1
| | | | | reverted for some files to keep them C-compatible. (bzr r4024)
* Notify UndoStackObservers on commited incomplete transactions and ↵gustav_b2007-03-291-0/+23
| | | | | | | sp_document_{undo,redo}_clear, see #1684042. (bzr r2780)
* GC utilization fixesDavid Yip2006-07-071-1/+1
| | | (bzr r1373)
* fixed compile bugDavid Yip2006-07-051-2/+2
| | | (bzr r1355)
* switched UndoStackObserver / CompositeUndoStackObserver to use GC David Yip2006-07-041-2/+4
| | | | | managed memory. Initial tests seem to check out okay (bzr r1352)
* backed out Event -> XML::Event changesDavid Yip2006-06-291-10/+6
| | | (bzr r1319)
* Event -> XML::Event*David Yip2006-06-291-6/+10
| | | (bzr r1317)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-10/+6
| | | (bzr r1315)
* a CompositeUndoStackObserver is still an UndoStackObserver -- forgot about thatDavid Yip2006-06-231-3/+1
| | | (bzr r1265)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+165
(bzr r1)