| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -4/+0 |
| | | |||||
| * | Allow ask for SVG dragged import method. Also split ask question from one to ↵ | Jabier Arraiza | 2018-09-22 | 1 | -1/+2 |
| | | | | | 2 (Bitmap and SVG) | ||||
| * | Fix problems on dialogs with extensions. TODO: Add dialog on drag&drop a SVG | Jabier Arraiza | 2018-09-22 | 1 | -6/+8 |
| | | |||||
| * | Add per embed/linked SVG a DPI value | Jabiertxof | 2018-09-13 | 1 | -3/+4 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -25/+25 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Allow embed on SVG imports | Jabier Arraiza | 2018-05-12 | 1 | -3/+11 |
| | | |||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -10/+10 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -10/+10 |
| | | |||||
| * | Misc. typos | luz.paz | 2018-01-08 | 1 | -1/+1 |
| | | | | Found via `codespell` | ||||
| * | Allow extensions to throw more fine-grained exceptions | Eduard Braun | 2017-12-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | This allows to tell the user something more helpful than "File could not be saved" (leaving the reason open for speculation). The former implementation somehow grew to only ever throw Inkscape::Extension::Output::save_failed for any exception that occurred (which did not really matter as we did not throw anything else but certainly wasn't very useful either). Questionable throwing behavior was introduced in commits trying to workaround other issues: - output.cpp a874b82b41c08fc1738b449d400fcc6aeb85d72a - system.cpp d8d60c60ebeeefb068d9b68bf7d96f1f1f88518a | ||||
| * | Misc. typos | Unknown | 2017-11-07 | 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 ``` | ||||
| * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -3/+2 |
| | | | | (bzr r15034) | ||||
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -2/+4 |
| | | | | (bzr r15027) | ||||
| * | Fixed failed build | Adrian Boguszewski | 2016-07-28 | 1 | -1/+1 |
| | | | | (bzr r15026) | ||||
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -3/+1 |
| | | | | (bzr r15025) | ||||
| * | Fixed path resolution in plugin loader. | Moritz Eberl | 2016-04-27 | 1 | -5/+8 |
| | | | | (bzr r14862.1.1) | ||||
| * | fixed naming of methods. External extensions can now be other module types. | Moritz Eberl | 2016-04-12 | 1 | -5/+3 |
| | | | | (bzr r14761.1.2) | ||||
| * | Added a mechanism to load c++ extensions dynamically. | Moritz Eberl | 2016-04-11 | 1 | -8/+9 |
| | | | | (bzr r14761.1.1) | ||||
| * | Update to experimental r13598 | Liam P. White | 2014-10-08 | 1 | -2/+3 |
| |\ | | | | | (bzr r13341.5.17) | ||||
| | * | Update to trunk r13580 | Liam P. White | 2014-10-06 | 1 | -1/+2 |
| | |\ | | | | | | | (bzr r13341.1.255) | ||||
| | | * | Always check result of sp_repr_read_mem for NULL | Bryce Harrington | 2014-09-14 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In cases where undefined or invalid XML is passed to sp_repr_read_mem(), it will indicate failure by returning NULL. All callers must check for this and handle the error condition accordingly. Fixes: lp: #1170248 Fixed bugs: - https://launchpad.net/bugs/1170248 (bzr r13556) | ||||
| | * | | Move obvious ui component to ui/ | Liam P. White | 2014-10-05 | 1 | -1/+1 |
| | |/ | | | | | (bzr r13341.1.247) | ||||
| * | | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 2014-06-27 | 1 | -1/+1 |
| | | | | | | | | | | | disallow pointers to Application (bzr r13341.5.9) | ||||
| * | | 1. make it compile | Liam P. White | 2014-06-25 | 1 | -1/+1 |
| |/ | | | (bzr r13341.5.1) | ||||
| * | Removed some operator keywords. | Markus Engel | 2014-03-30 | 1 | -1/+1 |
| | | | | (bzr r13237) | ||||
| * | Add GUI for 'image-rendering'. Completes fix for blocker bug #1163449. | Tavmjong Bah | 2013-11-19 | 1 | -2/+2 |
| | | | | | | Removed two unused preference options for bitmaps. (bzr r12823) | ||||
| * | fix warnings | Johan B. C. Engelen | 2013-10-30 | 1 | -2/+14 |
| | | | | (bzr r12752) | ||||
| * | Fix format security errors | Alex Valavanis | 2013-09-21 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1193025 (bzr r12563) | ||||
| * | cppcheck | Kris De Gussem | 2013-03-12 | 1 | -2/+1 |
| | | | | (bzr r12197) | ||||
| * | Fix missing headers for Gtk+ 3 build | Alex Valavanis | 2013-02-23 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122816 (bzr r12145) | ||||
| * | Better fix for Bug #911146 (Inkscape reads .eps files from /tmp instead of ↵ | Nicolas Dufour | 2013-02-15 | 1 | -34/+0 |
| | | | | | | the current directory) by Michael Karcher. (bzr r12127) | ||||
| * | Build. Adding unistd header (fixes compilation on Win32 with OpenSuse ↵ | Nicolas Dufour | 2013-02-13 | 1 | -0/+1 |
| | | | | | | cross-compiled libs.) (bzr r12122) | ||||
| * | Fix for 426763 : Cancelling import leads to error message | John Smith | 2012-10-11 | 1 | -0/+1 |
| | | | | (bzr r11777) | ||||
| * | Fix for Bug #1022719 (Inkscape fails to open file from the web (via URL) on ↵ | Nicolas Dufour | 2012-07-19 | 1 | -0/+10 |
| | | | | | | the command line) by Patrick Monnerat. (bzr r11556) | ||||
| * | C++ify syntax a bit | Johan B. C. Engelen | 2012-04-28 | 1 | -7/+6 |
| | | | | (bzr r11300) | ||||
| * | fix paths when working with command line (Bug #695120 , patch by Patrick ↵ | Kris De Gussem | 2012-04-28 | 1 | -0/+26 |
| | | | | | | Monnerat) (bzr r11299) | ||||
| * | Import. Bitmap import improvements (see Bugs #171842 and #847374). | Nicolas Dufour | 2012-03-18 | 1 | -0/+16 |
| | | | | (bzr r11097) | ||||
| * | UI. Fix for bug #294354 (Unsaved files should have an asterisk (*) in the ↵ | Nicolas Dufour | 2012-03-07 | 1 | -4/+0 |
| | | | | | | | | | titlebar). Fixed bugs: - https://launchpad.net/bugs/294354 (bzr r11054) | ||||
| * | cppcheck | Kris De Gussem | 2012-02-29 | 1 | -1/+0 |
| | | | | | | added todo warning for sp-conn-end (after devmail message) (bzr r11033) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -1/+1 |
| | | | | (bzr r10963) | ||||
| * | Janitorial tasks: get rid of deprecated repr wrapper functions | Kris De Gussem | 2012-01-03 | 1 | -2/+2 |
| | | | | (bzr r10830) | ||||
| * | Save a copy dialog now opens in current directory if this option is set for ↵ | Johan B. C. Engelen | 2011-06-08 | 1 | -2/+8 |
| | | | | | | | | | save as... dialog. (there is also the possibility to manually change the preferences file to change this option independently from save as... dialog) Fixed bugs: - https://launchpad.net/bugs/791098 (bzr r10263) | ||||
| * | Fixed warning to use GUI when appropriate. | Jon A. Cruz | 2011-04-23 | 1 | -8/+10 |
| | | | | (bzr r10191) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -19/+21 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 2010-07-02 | 1 | -9/+9 |
| | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3) | ||||
| | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -3/+3 |
| | | | | | | | (bzr r9546.1.2) | ||||
| * | | Correct the default for the save-as location to match the UI. Fixes bug ↵ | Jon A. Cruz | 2010-07-18 | 1 | -1/+1 |
| |/ | | | | | #561375 (pending branch) (bzr r9623) | ||||
| * | Patch by Adib for 429529 | Josh Andler | 2009-10-18 | 1 | -1/+1 |
| | | | | (bzr r8792) | ||||
| * | Patch by Max to add option for better Save As behavior. | Josh Andler | 2009-10-02 | 1 | -0/+9 |
| | | | | (bzr r8697) | ||||
| * | Fix by Adib for 353847 | Josh Andler | 2009-09-16 | 1 | -0/+8 |
| | | | | (bzr r8601) | ||||
