index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
document-undo.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-05
More cleanup of document.h.
Tavmjong Bah
1
-2
/
+4
2019-01-24
Timestamp: Switch to std::shared_ptr.
Emmanuel Gil Peyrot
1
-1
/
+1
2019-01-24
Event: Switch all call sites from Util::ptr_shared to char const* or std::sha...
Emmanuel Gil Peyrot
1
-8
/
+5
2018-12-14
DocumentUndo::ScopedInsensitive
Thomas Holder
1
-7
/
+0
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-29
Move contents of document-private.h to document.h.
Tavmjong Bah
1
-69
/
+61
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-17
/
+17
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-5
/
+5
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-5
/
+5
2017-11-07
Misc. typos
Unknown
1
-1
/
+1
2017-03-20
Implement rotation via desktop to window affine.
Tavmjong Bah
1
-4
/
+0
2017-03-06
Fixes bug Envelope Deformation LPE makes Inkscape fail to undo properly
Jabiertxof
1
-1
/
+1
2017-01-24
Fixing to merge
Jabiertxof
1
-0
/
+3
2016-10-10
Fix some canvas item problems and refresh items on rotate
Jabier Arraiza Cenoz
1
-26
/
+25
2016-10-10
Fix some canvas problems and refactorization
Jabier Arraiza Cenoz
1
-0
/
+4
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-1
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+1
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-1
/
+0
2016-07-23
Fix auto palette when using extensions
Marc Jeanmougin
1
-1
/
+6
2016-05-21
Fixing undo thing
Jabier Arraiza Cenoz
1
-132
/
+166
2016-05-06
working on undo
Jabier Arraiza Cenoz
1
-15
/
+8
2016-05-06
Finishing eraser tool. TODO undo work
Jabier Arraiza Cenoz
1
-7
/
+14
2015-12-08
cppification: GSList replaced by vectors (undo/redo)
Marc Jeanmougin
1
-39
/
+31
2015-06-10
1357805+1227193 revisited
Liam P. White
1
-1
/
+21
2014-10-01
Revert r13496 (regression -- needs more work)
Liam P. White
1
-1
/
+1
2014-09-27
Update to experimental r13565
Liam P. White
1
-13
/
+0
2014-08-31
Header cleanup: stop using Glib types where they aren't truly needed. Eases G...
Liam P. White
1
-13
/
+0
2014-08-26
Standardise InkscapeApplication GObject implementation (namespace not support...
Alex Valavanis
1
-1
/
+1
2014-08-06
Fix for bug #1227193 (undo issues)
Tomasz Boczkowski
1
-0
/
+1
2014-06-27
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
1
-2
/
+2
2014-06-25
2. connect signals
Liam P. White
1
-2
/
+1
2014-06-25
1. make it compile
Liam P. White
1
-2
/
+2
2014-01-20
Revert changes from r12959 and r12955, impliment new stratedgy to fix bug #16...
Martin Owens
1
-4
/
+4
2014-01-19
Allow undo methods to survive a non-sensitive call.
Martin Owens
1
-3
/
+3
2014-01-19
Try another fix for the undo when dragging bug #168695
Martin Owens
1
-1
/
+1
2012-04-30
Fix typos in Gtk3 fixes, and fix separator API usage
Alex Valavanis
1
-1
/
+1
2011-10-27
Fixing more broken and split doc comments.
Jon A. Cruz
1
-1
/
+1
2010-07-28
Applied fix for sp_document_maybe_done() that was holding pointers to interna...
Jon A. Cruz
1
-8
/
+14
2010-07-28
Safer fix for bug #579932 that won't leak memory.
Jon A. Cruz
1
-10
/
+14
2010-07-27
Duplicate the undo key passed to sp_document_maybe_done, instead of simply
Krzysztof Kosi??ski
1
-1
/
+3
2010-07-02
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
1
-12
/
+13
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-1
/
+1
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-15
/
+15
2009-08-05
SPDocument->Document
johnce
1
-15
/
+15
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
1
-0
/
+2
2008-01-15
stop toggling insensitive state for modification flag updates (fixes critical...
MenTaLguY
1
-12
/
+3
2008-01-15
abstract use of sodipodi:modified
MenTaLguY
1
-5
/
+12
2007-11-04
Warning cleanup
Jon A. Cruz
1
-4
/
+4
2007-11-02
warning cleanup
Jon A. Cruz
1
-1
/
+1
2007-05-17
CodingStyle: Use static for file-local function as per wiki CodingStyle docum...
Peter Moulder
1
-5
/
+1
[next]