summaryrefslogtreecommitdiffstats
path: root/src/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-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This replaces empty constructors and destructors with the default keyword.
* 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)
* Fix another load of forward declaration tagsAlex Valavanis2013-03-141-1/+1
| | | (bzr r12205)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-8/+4
| | | (bzr r10696)
* Notify UndoStackObservers on commited incomplete transactions and ↵gustav_b2007-03-291-0/+11
| | | | | | | sp_document_{undo,redo}_clear, see #1684042. (bzr r2780)
* switched UndoStackObserver / CompositeUndoStackObserver to use GC David Yip2006-07-041-1/+3
| | | | | managed memory. Initial tests seem to check out okay (bzr r1352)
* backed out Event -> XML::Event changesDavid Yip2006-06-291-7/+3
| | | (bzr r1319)
* made parameters and forward declarations point back to XML::EventDavid Yip2006-06-291-3/+7
| | | (bzr r1316)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-10/+6
| | | (bzr r1315)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+68
(bzr r1)