summaryrefslogtreecommitdiffstats
path: root/src/document-undo.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-05More cleanup of document.h.Tavmjong Bah1-2/+4
2019-01-24Timestamp: Switch to std::shared_ptr.Emmanuel Gil Peyrot1-1/+1
2019-01-24Event: Switch all call sites from Util::ptr_shared to char const* or ↵Emmanuel Gil Peyrot1-8/+5
std::shared_ptr.
2018-12-14DocumentUndo::ScopedInsensitiveThomas Holder1-7/+0
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-10-29Move contents of document-private.h to document.h.Tavmjong Bah1-69/+61
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-17/+17
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-5/+5
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-5/+5
2017-11-07Misc. typosUnknown1-1/+1
Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
2017-03-20Implement rotation via desktop to window affine.Tavmjong Bah1-4/+0
Remove rotation via viewbox. Still some work to do... (bzr r15603)
2017-03-06Fixes bug Envelope Deformation LPE makes Inkscape fail to undo properlyJabiertxof1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1668003 (bzr r15571)
2017-01-24Fixing to mergeJabiertxof1-0/+3
(bzr r15392.1.8)
2016-10-10Fix some canvas item problems and refresh items on rotateJabier Arraiza Cenoz1-26/+25
(bzr r15142.1.10)
2016-10-10Fix some canvas problems and refactorizationJabier Arraiza Cenoz1-0/+4
(bzr r15142.1.8)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
(bzr r15025)
2016-07-23Fix auto palette when using extensionsMarc Jeanmougin1-1/+6
(bzr r15019)
2016-05-21Fixing undo thingJabier Arraiza Cenoz1-132/+166
(bzr r14865.1.5)
2016-05-06working on undoJabier Arraiza Cenoz1-15/+8
(bzr r14865.1.4)
2016-05-06Finishing eraser tool. TODO undo workJabier Arraiza Cenoz1-7/+14
(bzr r14865.1.2)
2015-12-08cppification: GSList replaced by vectors (undo/redo)Marc Jeanmougin1-39/+31
(bzr r14504.1.14)
2015-06-101357805+1227193 revisitedLiam P. White1-1/+21
Fixed bugs: - https://launchpad.net/bugs/1227193 - https://launchpad.net/bugs/1357805 (bzr r14199)
2014-10-01Revert r13496 (regression -- needs more work)Liam P. White1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1357805 (bzr r13570)
2014-09-27Update to experimental r13565Liam P. White1-13/+0
(bzr r13341.5.16)
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White1-13/+0
GThread deprecation errors. (bzr r13341.1.190)
2014-08-26Standardise InkscapeApplication GObject implementation (namespace not ↵Alex Valavanis1-1/+1
supported properly) (bzr r13341.1.179)
2014-08-06Fix for bug #1227193 (undo issues)Tomasz Boczkowski1-0/+1
Fixed bugs: - https://launchpad.net/bugs/1227193 (bzr r13496)
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White1-2/+2
disallow pointers to Application (bzr r13341.5.9)
2014-06-252. connect signalsLiam P. White1-2/+1
(bzr r13341.5.2)
2014-06-251. make it compileLiam P. White1-2/+2
(bzr r13341.5.1)
2014-01-20Revert changes from r12959 and r12955, impliment new stratedgy to fix bug ↵Martin Owens1-4/+4
#168695 Fixed bugs: - https://launchpad.net/bugs/168695 (bzr r12960)
2014-01-19Allow undo methods to survive a non-sensitive call.Martin Owens1-3/+3
(bzr r12959)
2014-01-19Try another fix for the undo when dragging bug #168695Martin Owens1-1/+1
Fixed bugs: - https://launchpad.net/bugs/168695 (bzr r12955)
2012-04-30Fix typos in Gtk3 fixes, and fix separator API usageAlex Valavanis1-1/+1
(bzr r11309)
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-1/+1
(bzr r10697)
2010-07-28Applied fix for sp_document_maybe_done() that was holding pointers to ↵Jon A. Cruz1-8/+14
internal temp buffers. (bzr r9606.1.29)
2010-07-28Safer fix for bug #579932 that won't leak memory.Jon A. Cruz1-10/+14
(bzr r9662)
2010-07-27Duplicate the undo key passed to sp_document_maybe_done, instead of simplyKrzysztof Kosi??ski1-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)
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public1-12/+13
SPDocument based methods (bzr r9546.1.3)
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-1/+1
(bzr r9546.1.2)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-15/+15
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-15/+15
(bzr r8404)
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+2
(bzr r4629)
2008-01-15stop toggling insensitive state for modification flag updates (fixes ↵MenTaLguY1-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)
2008-01-15abstract use of sodipodi:modifiedMenTaLguY1-5/+12
(bzr r4490)
2007-11-04Warning cleanupJon A. Cruz1-4/+4
(bzr r4025)
2007-11-02warning cleanupJon A. Cruz1-1/+1
(bzr r4012)
2007-05-17CodingStyle: Use static for file-local function as per wiki CodingStyle ↵Peter Moulder1-5/+1
document. (I didn't notice the anonymous namespace wrapping.) (bzr r3021)