summaryrefslogtreecommitdiffstats
path: root/src/event-log.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* stop toggling insensitive state for modification flag updates (fixes ↵MenTaLguY2008-01-151-4/+1
| | | | | | | | | critical bug #182401) In order to do this, I got rid of sodipodi:modified in favor of a simple flag in SPDocument, also renaming SPDocument::{set,is}Modified to SPDocument::{set,is}ModifiedSinceSave (bzr r4491)
* abstract use of sodipodi:modifiedMenTaLguY2008-01-151-2/+1
| | | (bzr r4490)
* Partial fix for bug #1824387 [Still asks to save after complete undo]Maximilian Albert2007-11-131-1/+23
| | | (bzr r4078)
* Notify UndoStackObservers on commited incomplete transactions and ↵gustav_b2007-03-291-29/+56
| | | | | | | sp_document_{undo,redo}_clear, see #1684042. (bzr r2780)
* Fix for #1684042 (undo while adding a shape with the mouse results in a crash.)gustav_b2007-03-281-0/+7
| | | (bzr r2774)
* Implement singleton behaviour for undo history dialog. Make sure eventgustav_b2006-10-061-3/+3
| | | | | log gets created on SPDesktop::change_document. (bzr r1772)
* Moved EventLog from SPDocument to SPDesktop to prevent it from beinggustav_b2006-10-011-11/+2
| | | | | | created when Inkscape is started in non-gui mode. Fixes a critical assertion caused by creation of a Gtk::TreeStore. (bzr r1749)
* add colonbulia byak2006-07-151-2/+2
| | | (bzr r1418)
* Added descriptions to Undo/Redo commands in the menusgustav_b2006-07-091-2/+87
| | | (bzr r1379)
* added files from Gustav Broberg's patchbulia byak2006-06-291-0/+255
(bzr r1318)