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