summaryrefslogtreecommitdiffstats
path: root/src/extension/system.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Give more descriptive names to document file related variables and functions.Tavmjong Bah2019-02-201-8/+8
* Fix some typos and syntax errorsMattia Rizzolo2019-01-221-1/+1
* DocumentUndo::ScopedInsensitiveThomas Holder2018-12-141-9/+3
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
* Allow ask for SVG dragged import method. Also split ask question from one to ...Jabier Arraiza2018-09-221-1/+2
* Fix problems on dialogs with extensions. TODO: Add dialog on drag&drop a SVGJabier Arraiza2018-09-221-6/+8
* Add per embed/linked SVG a DPI valueJabiertxof2018-09-131-3/+4
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-25/+25
* Allow embed on SVG importsJabier Arraiza2018-05-121-3/+11
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-10/+10
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-10/+10
* Misc. typosluz.paz2018-01-081-1/+1
* Allow extensions to throw more fine-grained exceptionsEduard Braun2017-12-221-1/+1
* Misc. typosUnknown2017-11-071-1/+1
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-3/+2
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-2/+4
* Fixed failed buildAdrian Boguszewski2016-07-281-1/+1
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-3/+1
* Fixed path resolution in plugin loader.Moritz Eberl2016-04-271-5/+8
* fixed naming of methods. External extensions can now be other module types.Moritz Eberl2016-04-121-5/+3
* Added a mechanism to load c++ extensions dynamically.Moritz Eberl2016-04-111-8/+9
* Update to experimental r13598Liam P. White2014-10-081-2/+3
|\
| * Update to trunk r13580Liam P. White2014-10-061-1/+2
| |\
| | * Always check result of sp_repr_read_mem for NULLBryce Harrington2014-09-141-1/+2
| * | Move obvious ui component to ui/Liam P. White2014-10-051-1/+1
| |/
* | 5. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White2014-06-271-1/+1
* | 1. make it compileLiam P. White2014-06-251-1/+1
|/
* Removed some operator keywords.Markus Engel2014-03-301-1/+1
* Add GUI for 'image-rendering'. Completes fix for blocker bug #1163449.Tavmjong Bah2013-11-191-2/+2
* fix warningsJohan B. C. Engelen2013-10-301-2/+14
* Fix format security errorsAlex Valavanis2013-09-211-1/+1
* cppcheckKris De Gussem2013-03-121-2/+1
* Fix missing headers for Gtk+ 3 buildAlex Valavanis2013-02-231-0/+1
* Better fix for Bug #911146 (Inkscape reads .eps files from /tmp instead of th...Nicolas Dufour2013-02-151-34/+0
* Build. Adding unistd header (fixes compilation on Win32 with OpenSuse cross-c...Nicolas Dufour2013-02-131-0/+1
* Fix for 426763 : Cancelling import leads to error messageJohn Smith2012-10-111-0/+1
* Fix for Bug #1022719 (Inkscape fails to open file from the web (via URL) on t...Nicolas Dufour2012-07-191-0/+10
* C++ify syntax a bitJohan B. C. Engelen2012-04-281-7/+6
* fix paths when working with command line (Bug #695120 , patch by Patrick Monn...Kris De Gussem2012-04-281-0/+26
* Import. Bitmap import improvements (see Bugs #171842 and #847374).Nicolas Dufour2012-03-181-0/+16
* UI. Fix for bug #294354 (Unsaved files should have an asterisk (*) in the tit...Nicolas Dufour2012-03-071-4/+0
* cppcheckKris De Gussem2012-02-291-1/+0
* Header cleaningAlex Valavanis2012-02-121-1/+1
* Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem2012-01-031-2/+2
* Save a copy dialog now opens in current directory if this option is set for s...Johan B. C. Engelen2011-06-081-2/+8
* Fixed warning to use GUI when appropriate.Jon A. Cruz2011-04-231-8/+10
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-19/+21
|\
| * New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-9/+9
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-3/+3