index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
extension
/
system.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-15
Extensions: Do not even attempt to register incompatible extensions
Patrick Storz
1
-19
/
+35
2019-08-31
Add base_directory for extensions loaded from a file.
Patrick Storz
1
-7
/
+7
2019-08-31
Properly handle extensions without id or name
Patrick Storz
1
-28
/
+35
2019-02-20
Give more descriptive names to document file related variables and functions.
Tavmjong Bah
1
-8
/
+8
2019-01-22
Fix some typos and syntax errors
Mattia Rizzolo
1
-1
/
+1
2018-12-14
DocumentUndo::ScopedInsensitive
Thomas Holder
1
-9
/
+3
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-4
/
+0
2018-09-22
Allow ask for SVG dragged import method. Also split ask question from one to ...
Jabier Arraiza
1
-1
/
+2
2018-09-22
Fix problems on dialogs with extensions. TODO: Add dialog on drag&drop a SVG
Jabier Arraiza
1
-6
/
+8
2018-09-13
Add per embed/linked SVG a DPI value
Jabiertxof
1
-3
/
+4
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-25
/
+25
2018-05-12
Allow embed on SVG imports
Jabier Arraiza
1
-3
/
+11
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-10
/
+10
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-10
/
+10
2018-01-08
Misc. typos
luz.paz
1
-1
/
+1
2017-12-22
Allow extensions to throw more fine-grained exceptions
Eduard Braun
1
-1
/
+1
2017-11-07
Misc. typos
Unknown
1
-1
/
+1
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-3
/
+2
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-2
/
+4
2016-07-28
Fixed failed build
Adrian Boguszewski
1
-1
/
+1
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-3
/
+1
2016-04-27
Fixed path resolution in plugin loader.
Moritz Eberl
1
-5
/
+8
2016-04-12
fixed naming of methods. External extensions can now be other module types.
Moritz Eberl
1
-5
/
+3
2016-04-11
Added a mechanism to load c++ extensions dynamically.
Moritz Eberl
1
-8
/
+9
2014-10-05
Move obvious ui component to ui/
Liam P. White
1
-1
/
+1
2014-09-14
Always check result of sp_repr_read_mem for NULL
Bryce Harrington
1
-1
/
+2
2014-06-27
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
1
-1
/
+1
2014-06-25
1. make it compile
Liam P. White
1
-1
/
+1
2014-03-30
Removed some operator keywords.
Markus Engel
1
-1
/
+1
2013-11-19
Add GUI for 'image-rendering'. Completes fix for blocker bug #1163449.
Tavmjong Bah
1
-2
/
+2
2013-10-30
fix warnings
Johan B. C. Engelen
1
-2
/
+14
2013-09-21
Fix format security errors
Alex Valavanis
1
-1
/
+1
2013-03-12
cppcheck
Kris De Gussem
1
-2
/
+1
2013-02-23
Fix missing headers for Gtk+ 3 build
Alex Valavanis
1
-0
/
+1
2013-02-15
Better fix for Bug #911146 (Inkscape reads .eps files from /tmp instead of th...
Nicolas Dufour
1
-34
/
+0
2013-02-13
Build. Adding unistd header (fixes compilation on Win32 with OpenSuse cross-c...
Nicolas Dufour
1
-0
/
+1
2012-10-11
Fix for 426763 : Cancelling import leads to error message
John Smith
1
-0
/
+1
2012-07-19
Fix for Bug #1022719 (Inkscape fails to open file from the web (via URL) on t...
Nicolas Dufour
1
-0
/
+10
2012-04-28
C++ify syntax a bit
Johan B. C. Engelen
1
-7
/
+6
2012-04-28
fix paths when working with command line (Bug #695120 , patch by Patrick Monn...
Kris De Gussem
1
-0
/
+26
2012-03-18
Import. Bitmap import improvements (see Bugs #171842 and #847374).
Nicolas Dufour
1
-0
/
+16
2012-03-07
UI. Fix for bug #294354 (Unsaved files should have an asterisk (*) in the tit...
Nicolas Dufour
1
-4
/
+0
2012-02-29
cppcheck
Kris De Gussem
1
-1
/
+0
2012-02-12
Header cleaning
Alex Valavanis
1
-1
/
+1
2012-01-03
Janitorial tasks: get rid of deprecated repr wrapper functions
Kris De Gussem
1
-2
/
+2
2011-06-08
Save a copy dialog now opens in current directory if this option is set for s...
Johan B. C. Engelen
1
-2
/
+8
2011-04-23
Fixed warning to use GUI when appropriate.
Jon A. Cruz
1
-8
/
+10
2010-07-18
Correct default for save-as location. Fixes bug #561375.
Jon A. Cruz
1
-1
/
+1
2010-07-18
Correct the default for the save-as location to match the UI. Fixes bug #5613...
Jon A. Cruz
1
-1
/
+1
[next]