summaryrefslogtreecommitdiffstats
path: root/src/document-undo.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More cleanup of document.h.Tavmjong Bah2019-04-051-2/+4
|
* Timestamp: Switch to std::shared_ptr.Emmanuel Gil Peyrot2019-01-241-1/+1
|
* Event: Switch all call sites from Util::ptr_shared to char const* or ↵Emmanuel Gil Peyrot2019-01-241-8/+5
| | | | std::shared_ptr.
* DocumentUndo::ScopedInsensitiveThomas Holder2018-12-141-7/+0
|
* 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
* Move contents of document-private.h to document.h.Tavmjong Bah2018-10-291-69/+61
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-17/+17
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-5/+5
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-5/+5
|
* Misc. typosUnknown2017-11-071-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 ```
* Implement rotation via desktop to window affine.Tavmjong Bah2017-03-201-4/+0
| | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603)
* Fixes bug Envelope Deformation LPE makes Inkscape fail to undo properlyJabiertxof2017-03-061-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1668003 (bzr r15571)
* Fix some canvas item problems and refresh items on rotateJabier Arraiza Cenoz2016-10-101-26/+25
| | | (bzr r15142.1.10)
* Fix some canvas problems and refactorizationJabier Arraiza Cenoz2016-10-101-0/+4
| | | (bzr r15142.1.8)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+1
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+0
| | | (bzr r15025)
* Fix auto palette when using extensionsMarc Jeanmougin2016-07-231-1/+6
| | | (bzr r15019)
* cppification: GSList replaced by vectors (undo/redo)Marc Jeanmougin2015-12-081-39/+31
| | | (bzr r14504.1.14)
* 1357805+1227193 revisitedLiam P. White2015-06-101-1/+21
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/1227193 - https://launchpad.net/bugs/1357805 (bzr r14199)
* Update to experimental r13598Liam P. White2014-10-081-1/+1
|\ | | | | (bzr r13341.5.17)
| * Update to trunk r13580Liam P. White2014-10-061-1/+1
| |\ | | | | | | (bzr r13341.1.255)
| | * Revert r13496 (regression -- needs more work)Liam P. White2014-10-011-1/+1
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1357805 (bzr r13570)
| * | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-13/+0
| | | | | | | | | | | | | | | GThread deprecation errors. (bzr r13341.1.190)
| * | Standardise InkscapeApplication GObject implementation (namespace not ↵Alex Valavanis2014-08-261-1/+1
| |/ | | | | | | | | supported properly) (bzr r13341.1.179)
* | Update to experimental r13565Liam P. White2014-09-271-13/+0
| | | | | | (bzr r13341.5.16)
* | Update to experimental r13464Liam P. White2014-08-081-0/+1
|\| | | | | (bzr r13341.5.14)
| * Fix for bug #1227193 (undo issues)Tomasz Boczkowski2014-08-061-0/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1227193 (bzr r13496)
* | 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-2/+2
| | | | | | | | | | disallow pointers to Application (bzr r13341.5.9)
* | 2. connect signalsLiam P. White2014-06-251-2/+1
| | | | | | (bzr r13341.5.2)
* | 1. make it compileLiam P. White2014-06-251-2/+2
|/ | | (bzr r13341.5.1)
* Revert changes from r12959 and r12955, impliment new stratedgy to fix bug ↵Martin Owens2014-01-201-4/+4
| | | | | | | | #168695 Fixed bugs: - https://launchpad.net/bugs/168695 (bzr r12960)
* Allow undo methods to survive a non-sensitive call.Martin Owens2014-01-191-3/+3
| | | (bzr r12959)
* Try another fix for the undo when dragging bug #168695Martin Owens2014-01-191-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/168695 (bzr r12955)
* 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)