summaryrefslogtreecommitdiffstats
path: root/src/document-undo.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-5/+5
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-5/+5
2017-11-07Misc. typosUnknown1-1/+1
2017-03-20Implement rotation via desktop to window affine.Tavmjong Bah1-4/+0
2017-03-06Fixes bug Envelope Deformation LPE makes Inkscape fail to undo properlyJabiertxof1-1/+1
2017-01-24Fixing to mergeJabiertxof1-0/+3
2016-10-10Fix some canvas item problems and refresh items on rotateJabier Arraiza Cenoz1-26/+25
2016-10-10Fix some canvas problems and refactorizationJabier Arraiza Cenoz1-0/+4
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
2016-07-23Fix auto palette when using extensionsMarc Jeanmougin1-1/+6
2016-05-21Fixing undo thingJabier Arraiza Cenoz1-132/+166
2016-05-06working on undoJabier Arraiza Cenoz1-15/+8
2016-05-06Finishing eraser tool. TODO undo workJabier Arraiza Cenoz1-7/+14
2015-12-08cppification: GSList replaced by vectors (undo/redo)Marc Jeanmougin1-39/+31
2015-06-101357805+1227193 revisitedLiam P. White1-1/+21
2014-10-01Revert r13496 (regression -- needs more work)Liam P. White1-1/+1
2014-09-27Update to experimental r13565Liam P. White1-13/+0
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White1-13/+0
2014-08-26Standardise InkscapeApplication GObject implementation (namespace not support...Alex Valavanis1-1/+1
2014-08-06Fix for bug #1227193 (undo issues)Tomasz Boczkowski1-0/+1
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-2/+2
2014-06-252. connect signalsLiam P. White1-2/+1
2014-06-251. make it compileLiam P. White1-2/+2
2014-01-20Revert changes from r12959 and r12955, impliment new stratedgy to fix bug #16...Martin Owens1-4/+4
2014-01-19Allow undo methods to survive a non-sensitive call.Martin Owens1-3/+3
2014-01-19Try another fix for the undo when dragging bug #168695Martin Owens1-1/+1
2012-04-30Fix typos in Gtk3 fixes, and fix separator API usageAlex Valavanis1-1/+1
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-1/+1
2010-07-28Applied fix for sp_document_maybe_done() that was holding pointers to interna...Jon A. Cruz1-8/+14
2010-07-28Safer fix for bug #579932 that won't leak memory.Jon A. Cruz1-10/+14
2010-07-27Duplicate the undo key passed to sp_document_maybe_done, instead of simplyKrzysztof Kosi??ski1-1/+3
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-12/+13
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-1/+1
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-15/+15
2009-08-05SPDocument->Documentjohnce1-15/+15
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+2
2008-01-15stop toggling insensitive state for modification flag updates (fixes critical...MenTaLguY1-12/+3
2008-01-15abstract use of sodipodi:modifiedMenTaLguY1-5/+12
2007-11-04Warning cleanupJon A. Cruz1-4/+4
2007-11-02warning cleanupJon A. Cruz1-1/+1
2007-05-17CodingStyle: Use static for file-local function as per wiki CodingStyle docum...Peter Moulder1-5/+1
2007-05-12Fixed print specifierJon A. Cruz1-1/+1
2007-05-10add document serial numbersMenTaLguY1-0/+3
2007-05-06remove description for privacy reasons, and allow nesting under commitMenTaLguY1-5/+3
2007-05-06instrument undo commitsMenTaLguY1-0/+34
2007-04-11Use the existing Inkscape::Event instead of creating a new one (andgustav_b1-3/+2