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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-3
/
+2
*
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-2
/
+4
*
Fixed failed build
Adrian Boguszewski
2016-07-28
1
-1
/
+1
*
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-3
/
+1
*
Fixed path resolution in plugin loader.
Moritz Eberl
2016-04-27
1
-5
/
+8
*
fixed naming of methods. External extensions can now be other module types.
Moritz Eberl
2016-04-12
1
-5
/
+3
*
Added a mechanism to load c++ extensions dynamically.
Moritz Eberl
2016-04-11
1
-8
/
+9
*
Update to experimental r13598
Liam P. White
2014-10-08
1
-2
/
+3
|
\
|
*
Update to trunk r13580
Liam P. White
2014-10-06
1
-1
/
+2
|
|
\
|
|
*
Always check result of sp_repr_read_mem for NULL
Bryce Harrington
2014-09-14
1
-1
/
+2
|
*
|
Move obvious ui component to ui/
Liam P. White
2014-10-05
1
-1
/
+1
|
|
/
*
|
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
2014-06-27
1
-1
/
+1
*
|
1. make it compile
Liam P. White
2014-06-25
1
-1
/
+1
|
/
*
Removed some operator keywords.
Markus Engel
2014-03-30
1
-1
/
+1
*
Add GUI for 'image-rendering'. Completes fix for blocker bug #1163449.
Tavmjong Bah
2013-11-19
1
-2
/
+2
*
fix warnings
Johan B. C. Engelen
2013-10-30
1
-2
/
+14
*
Fix format security errors
Alex Valavanis
2013-09-21
1
-1
/
+1
*
cppcheck
Kris De Gussem
2013-03-12
1
-2
/
+1
*
Fix missing headers for Gtk+ 3 build
Alex Valavanis
2013-02-23
1
-0
/
+1
*
Better fix for Bug #911146 (Inkscape reads .eps files from /tmp instead of th...
Nicolas Dufour
2013-02-15
1
-34
/
+0
*
Build. Adding unistd header (fixes compilation on Win32 with OpenSuse cross-c...
Nicolas Dufour
2013-02-13
1
-0
/
+1
*
Fix for 426763 : Cancelling import leads to error message
John Smith
2012-10-11
1
-0
/
+1
*
Fix for Bug #1022719 (Inkscape fails to open file from the web (via URL) on t...
Nicolas Dufour
2012-07-19
1
-0
/
+10
*
C++ify syntax a bit
Johan B. C. Engelen
2012-04-28
1
-7
/
+6
*
fix paths when working with command line (Bug #695120 , patch by Patrick Monn...
Kris De Gussem
2012-04-28
1
-0
/
+26
*
Import. Bitmap import improvements (see Bugs #171842 and #847374).
Nicolas Dufour
2012-03-18
1
-0
/
+16
*
UI. Fix for bug #294354 (Unsaved files should have an asterisk (*) in the tit...
Nicolas Dufour
2012-03-07
1
-4
/
+0
*
cppcheck
Kris De Gussem
2012-02-29
1
-1
/
+0
*
Header cleaning
Alex Valavanis
2012-02-12
1
-1
/
+1
*
Janitorial tasks: get rid of deprecated repr wrapper functions
Kris De Gussem
2012-01-03
1
-2
/
+2
*
Save a copy dialog now opens in current directory if this option is set for s...
Johan B. C. Engelen
2011-06-08
1
-2
/
+8
*
Fixed warning to use GUI when appropriate.
Jon A. Cruz
2011-04-23
1
-8
/
+10
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-19
/
+21
|
\
|
*
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
2010-07-02
1
-9
/
+9
|
*
C++fied SPDocument added
Abhishek Sharma Public
2010-07-01
1
-3
/
+3
*
|
Correct the default for the save-as location to match the UI. Fixes bug #5613...
Jon A. Cruz
2010-07-18
1
-1
/
+1
|
/
*
Patch by Adib for 429529
Josh Andler
2009-10-18
1
-1
/
+1
*
Patch by Max to add option for better Save As behavior.
Josh Andler
2009-10-02
1
-0
/
+9
*
Fix by Adib for 353847
Josh Andler
2009-09-16
1
-0
/
+8
*
Don't open 'Save as ...' dialog inside the application bundle on OS X when it...
Maximilian Albert
2009-08-12
1
-4
/
+6
*
Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. rememberi...
Maximilian Albert
2009-08-09
1
-5
/
+97
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-3
/
+3
*
SPDocument->Document
johnce
2009-08-05
1
-3
/
+3
*
FIX 309856 353847 in case save_as fails the document uri is reverted
theAdib
2009-08-02
1
-10
/
+23
*
FIX 309856 353847: correctly advertise exception leads to error message dialogue
Adib Taraben
2009-08-01
1
-1
/
+13
*
BUG 218090 opening of bitmap fails, now error message
theAdib
2009-05-10
1
-1
/
+1
*
Use the new sp_document_change_uri_and_hrefs function.
Peter Moulder
2009-04-07
1
-8
/
+1
*
Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file xml/...
Peter Moulder
2009-04-07
1
-6
/
+11
*
Remove trivial wrapper function sp_repr_print that hasn't been used in years.
Peter Moulder
2009-04-06
1
-2
/
+0
*
noop: whitespace (and localize one var)
Peter Moulder
2009-04-05
1
-23
/
+25
[next]