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
/
effect.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-16
Inkscape::XML::Node::addChildAtPos
Thomas Holder
1
-3
/
+5
2019-10-15
Extensions: Disable effects that failed to load
Patrick Storz
1
-5
/
+2
2019-10-12
Revert "Remove unused "nopref" variant of effects"
Patrick Storz
1
-0
/
+3
2019-08-31
Add base_directory for extensions loaded from a file.
Patrick Storz
1
-5
/
+5
2019-08-31
Switch Inkscape::Extension to use InxWidgets instead of InxParameters
Patrick Storz
1
-1
/
+1
2019-08-31
Implement "translationdomain" attribute for extensions
Patrick Storz
1
-13
/
+15
2019-08-31
Remove unused "nopref" variant of effects
Patrick Storz
1
-3
/
+0
2019-08-31
Remove unused and disabled "help" feature for extensions
Patrick Storz
1
-1
/
+1
2019-08-31
Move prefdialog to own directory
Patrick Storz
1
-6
/
+7
2019-05-29
Rename effect attribute to "implements-custom-gui"
Sergei Izmailov
1
-1
/
+1
2019-05-29
Fix indentation
Sergei Izmailov
1
-3
/
+3
2019-05-29
Rename "suppress-working-dialog" effect attribute to "application"
Sergei Izmailov
1
-1
/
+1
2019-05-29
feature: Allow effect extensions to disable working dialog
Sergei Izmailov
1
-1
/
+4
2019-03-24
Extensions/Filters: Fix translations of submenu names
Patrick Storz
1
-2
/
+1
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-09-27
SP_ACTIVE_DESKTOP: check for NULL or eliminate
Thomas Holder
1
-2
/
+0
2018-06-19
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
1
-4
/
+4
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-45
/
+45
2018-06-06
Fixes to extension system and simplify the code
Jabiertxo Arraiza Cenoz
1
-2
/
+1
2018-05-14
Source typos
luz.paz
1
-10
/
+10
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-2
/
+2
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-2
/
+2
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-1
/
+0
2018-01-08
Misc. typos
luz.paz
1
-1
/
+1
2017-12-20
Make script warnings transient for "Working..." dialog
Eduard Braun
1
-0
/
+1
2017-12-20
Effects: make "Working..." dialog transient for preferences dialog
Eduard Braun
1
-0
/
+6
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-1
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+1
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-1
/
+0
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-1
/
+1
2014-06-27
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
1
-3
/
+5
2014-06-26
3. remove dead code, refactor existing code. Connect overlooked signals.
Liam P. White
1
-1
/
+1
2014-06-25
1. make it compile
Liam P. White
1
-3
/
+3
2013-11-18
i18n. Fix for Bug #1252229 (As for the verb name XXX (No preferences), XXX ar...
Nicolas Dufour
1
-1
/
+1
2013-09-28
effects don't need to merge into menus if we're running without gui; with thi...
buliabyak
1
-1
/
+1
2013-07-04
Code readability improvements and licence changes for action-context.*
Eric Greveson
1
-5
/
+2
2013-07-01
Added error messages when attempting to use verbs requiring GUI in
Eric Greveson
1
-1
/
+4
2013-07-01
Factored layer model out into new Inkscape::LayerModel class. This allows
Eric Greveson
1
-2
/
+2
2012-02-29
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
1
-1
/
+1
2012-02-12
Header cleaning
Alex Valavanis
1
-0
/
+1
2012-01-03
Janitorial tasks: get rid of deprecated repr wrapper functions
Kris De Gussem
1
-6
/
+6
2011-10-28
fix potential null pointer deref
Johan B. C. Engelen
1
-12
/
+14
2011-08-28
Remove nr-object.h and nr-macros.h
Krzysztof Kosi??ski
1
-16
/
+2
2011-06-25
warning cleanup (no functional changes)
Campbell Barton
1
-1
/
+1
2010-09-28
Help files no longer get registered as a recently used extension
Craig Marshall
1
-0
/
+13
2010-07-02
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
1
-1
/
+1
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-1
/
+1
2009-08-05
SPDocument->Document
johnce
1
-1
/
+1
2009-02-18
trying to fix the filters placement
bulia byak
1
-1
/
+1
2009-02-10
Filters, Extensions menus
bulia byak
1
-17
/
+34
[next]