| Commit message (Collapse) | 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 ↵ | Emmanuel Gil Peyrot | 1 | -8/+5 | |
| std::shared_ptr. | |||||
| 2018-12-14 | DocumentUndo::ScopedInsensitive | Thomas Holder | 1 | -7/+0 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -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-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 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -5/+5 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 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 | |
| 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-20 | Implement rotation via desktop to window affine. | Tavmjong Bah | 1 | -4/+0 | |
| Remove rotation via viewbox. Still some work to do... (bzr r15603) | |||||
| 2017-03-06 | Fixes bug Envelope Deformation LPE makes Inkscape fail to undo properly | Jabiertxof | 1 | -1/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/1668003 (bzr r15571) | |||||
| 2017-01-24 | Fixing to merge | Jabiertxof | 1 | -0/+3 | |
| (bzr r15392.1.8) | |||||
| 2016-10-10 | Fix some canvas item problems and refresh items on rotate | Jabier Arraiza Cenoz | 1 | -26/+25 | |
| (bzr r15142.1.10) | |||||
| 2016-10-10 | Fix some canvas problems and refactorization | Jabier Arraiza Cenoz | 1 | -0/+4 | |
| (bzr r15142.1.8) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -1/+0 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+1 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -1/+0 | |
| (bzr r15025) | |||||
| 2016-07-23 | Fix auto palette when using extensions | Marc Jeanmougin | 1 | -1/+6 | |
| (bzr r15019) | |||||
| 2016-05-21 | Fixing undo thing | Jabier Arraiza Cenoz | 1 | -132/+166 | |
| (bzr r14865.1.5) | |||||
| 2016-05-06 | working on undo | Jabier Arraiza Cenoz | 1 | -15/+8 | |
| (bzr r14865.1.4) | |||||
| 2016-05-06 | Finishing eraser tool. TODO undo work | Jabier Arraiza Cenoz | 1 | -7/+14 | |
| (bzr r14865.1.2) | |||||
| 2015-12-08 | cppification: GSList replaced by vectors (undo/redo) | Marc Jeanmougin | 1 | -39/+31 | |
| (bzr r14504.1.14) | |||||
| 2015-06-10 | 1357805+1227193 revisited | Liam P. White | 1 | -1/+21 | |
| Fixed bugs: - https://launchpad.net/bugs/1227193 - https://launchpad.net/bugs/1357805 (bzr r14199) | |||||
| 2014-10-01 | Revert r13496 (regression -- needs more work) | Liam P. White | 1 | -1/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/1357805 (bzr r13570) | |||||
| 2014-09-27 | Update to experimental r13565 | Liam P. White | 1 | -13/+0 | |
| (bzr r13341.5.16) | |||||
| 2014-08-31 | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵ | Liam P. White | 1 | -13/+0 | |
| GThread deprecation errors. (bzr r13341.1.190) | |||||
| 2014-08-26 | Standardise InkscapeApplication GObject implementation (namespace not ↵ | Alex Valavanis | 1 | -1/+1 | |
| supported properly) (bzr r13341.1.179) | |||||
| 2014-08-06 | Fix for bug #1227193 (undo issues) | Tomasz Boczkowski | 1 | -0/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/1227193 (bzr r13496) | |||||
| 2014-06-27 | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 1 | -2/+2 | |
| disallow pointers to Application (bzr r13341.5.9) | |||||
| 2014-06-25 | 2. connect signals | Liam P. White | 1 | -2/+1 | |
| (bzr r13341.5.2) | |||||
| 2014-06-25 | 1. make it compile | Liam P. White | 1 | -2/+2 | |
| (bzr r13341.5.1) | |||||
| 2014-01-20 | Revert changes from r12959 and r12955, impliment new stratedgy to fix bug ↵ | Martin Owens | 1 | -4/+4 | |
| #168695 Fixed bugs: - https://launchpad.net/bugs/168695 (bzr r12960) | |||||
| 2014-01-19 | Allow undo methods to survive a non-sensitive call. | Martin Owens | 1 | -3/+3 | |
| (bzr r12959) | |||||
| 2014-01-19 | Try another fix for the undo when dragging bug #168695 | Martin Owens | 1 | -1/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/168695 (bzr r12955) | |||||
| 2012-04-30 | Fix typos in Gtk3 fixes, and fix separator API usage | Alex Valavanis | 1 | -1/+1 | |
| (bzr r11309) | |||||
| 2011-10-27 | Fixing more broken and split doc comments. | Jon A. Cruz | 1 | -1/+1 | |
| (bzr r10697) | |||||
| 2010-07-28 | Applied fix for sp_document_maybe_done() that was holding pointers to ↵ | Jon A. Cruz | 1 | -8/+14 | |
| internal temp buffers. (bzr r9606.1.29) | |||||
| 2010-07-28 | Safer fix for bug #579932 that won't leak memory. | Jon A. Cruz | 1 | -10/+14 | |
| (bzr r9662) | |||||
| 2010-07-27 | Duplicate the undo key passed to sp_document_maybe_done, instead of simply | Krzysztof Kosi??ski | 1 | -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-02 | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 1 | -12/+13 | |
| SPDocument based methods (bzr r9546.1.3) | |||||
| 2010-07-01 | C++fied SPDocument added | Abhishek Sharma Public | 1 | -1/+1 | |
| (bzr r9546.1.2) | |||||
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 1 | -15/+15 | |
| which cannot be fixed easily. (bzr r8422) | |||||
| 2009-08-05 | SPDocument->Document | johnce | 1 | -15/+15 | |
| (bzr r8404) | |||||
| 2008-01-31 | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 1 | -0/+2 | |
| (bzr r4629) | |||||
| 2008-01-15 | stop toggling insensitive state for modification flag updates (fixes ↵ | MenTaLguY | 1 | -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-15 | abstract use of sodipodi:modified | MenTaLguY | 1 | -5/+12 | |
| (bzr r4490) | |||||
| 2007-11-04 | Warning cleanup | Jon A. Cruz | 1 | -4/+4 | |
| (bzr r4025) | |||||
| 2007-11-02 | warning cleanup | Jon A. Cruz | 1 | -1/+1 | |
| (bzr r4012) | |||||
| 2007-05-17 | CodingStyle: Use static for file-local function as per wiki CodingStyle ↵ | Peter Moulder | 1 | -5/+1 | |
| document. (I didn't notice the anonymous namespace wrapping.) (bzr r3021) | |||||
