summaryrefslogtreecommitdiffstats
path: root/src/document-undo.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in Gtk3 fixes, and fix separator API usageAlex Valavanis2012-04-301-1/+1
| | | (bzr r11309)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-1/+1
| | | (bzr r10697)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-38/+19
|\ | | | | (bzr r9945.1.1)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-12/+13
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-1/+1
| | | | | | (bzr r9546.1.2)
* | Safer fix for bug #579932 that won't leak memory.Jon A. Cruz2010-07-281-10/+14
| | | | | | (bzr r9662)
* | Duplicate the undo key passed to sp_document_maybe_done, instead of simplyKrzysztof Kosi??ski2010-07-271-1/+3
|/ | | | | | | | | | assigning it. Allows the function to be used with dynamically created keys and fixes undo stack spam when adjusting filter parameter values (LP #579932). Fixed bugs: - https://launchpad.net/bugs/579932 (bzr r9661)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-15/+15
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-15/+15
| | | (bzr r8404)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
| | | (bzr r4629)
* stop toggling insensitive state for modification flag updates (fixes ↵MenTaLguY2008-01-151-12/+3
| | | | | | | | | 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-5/+12
| | | (bzr r4490)
* Warning cleanupJon A. Cruz2007-11-041-4/+4
| | | (bzr r4025)
* warning cleanupJon A. Cruz2007-11-021-1/+1
| | | (bzr r4012)
* CodingStyle: Use static for file-local function as per wiki CodingStyle ↵Peter Moulder2007-05-171-5/+1
| | | | | document. (I didn't notice the anonymous namespace wrapping.) (bzr r3021)
* Fixed print specifierJon A. Cruz2007-05-121-1/+1
| | | (bzr r3006)
* add document serial numbersMenTaLguY2007-05-101-0/+3
| | | (bzr r2989)
* remove description for privacy reasons, and allow nesting under commitMenTaLguY2007-05-061-5/+3
| | | | | element (bzr r2981)
* instrument undo commitsMenTaLguY2007-05-061-0/+34
| | | (bzr r2979)
* Use the existing Inkscape::Event instead of creating a new one (andgustav_b2007-04-111-3/+2
| | | | | leaking the old) when coalescing Inkscape::XML::Events in sp_document_maybe_done. (bzr r2862)
* Notify UndoStackObservers on commited incomplete transactions and ↵gustav_b2007-03-291-1/+9
| | | | | | | 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-1/+1
| | | (bzr r2774)
* better way to deal with undo+id collisionsMenTaLguY2007-03-171-0/+5
| | | (bzr r2680)
* gboolean -> bool conversion commit 1. Modifies code to do with getting the ↵Michael G. Sloan2006-08-261-6/+13
| | | | | | | undo system to ignore actions, as well as SVG/XML save/load. Shouldn't cause problems though. (bzr r1639)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-7/+7
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-7/+7
| | | | | one major janitorial task we identified.... (bzr r1633)
* Forced redraw of canvas upon document commit to work around event starvation ↵John Bintz2006-07-231-0/+2
| | | | | issue at high zoom levels (bzr r1458)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-14/+19
| | | (bzr r1315)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-5/+5
| | | (bzr r149)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+322
(bzr r1)