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
/
extension.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-19
Extensions: Implement translationdomain functionality
Patrick Storz
1
-0
/
+6
2019-10-17
fix heap-use-after-free
Thomas Holder
1
-1
/
+1
2019-10-15
Extensions: Disable effects that failed to load
Patrick Storz
1
-0
/
+2
2019-10-15
Extensions: Do not even attempt to register incompatible extensions
Patrick Storz
1
-0
/
+3
2019-10-14
Extensions: Improve logic to lookup script extensions
Patrick Storz
1
-3
/
+4
2019-09-26
Extensions: Fix filename encoding issues in error logging
Patrick Storz
1
-1
/
+2
2019-08-31
Add base_directory for extensions loaded from a file.
Patrick Storz
1
-3
/
+6
2019-08-31
Remove completely unused "doc" and "node" parameters
Patrick Storz
1
-57
/
+16
2019-08-31
Re-implement get_param() locally using get_widgets()
Patrick Storz
1
-18
/
+11
2019-08-31
cleanup includes a bit
Patrick Storz
1
-2
/
+2
2019-08-31
Switch Inkscape::Extension to use InxWidgets instead of InxParameters
Patrick Storz
1
-17
/
+15
2019-08-31
Rename Parameter -> InxParameter for consistency
Patrick Storz
1
-6
/
+5
2019-08-31
Implement "translationdomain" attribute for extensions
Patrick Storz
1
-9
/
+14
2019-08-31
Properly handle extensions without id or name
Patrick Storz
1
-14
/
+20
2019-08-31
Refactor a lot of the parameter handling code
Patrick Storz
1
-78
/
+58
2019-08-31
Move error classes to Parameter where they belong
Patrick Storz
1
-10
/
+0
2019-08-31
Remove effectively unused "silent" option from extensions.
Patrick Storz
1
-2
/
+0
2019-08-31
Remove unused and disabled "help" feature for extensions
Patrick Storz
1
-5
/
+1
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-09-22
Fix problems on dialogs with extensions. TODO: Add dialog on drag&drop a SVG
Jabier Arraiza
1
-0
/
+1
2018-06-20
Replace typedef enum with enum in POD type declarations.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-06-19
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
1
-18
/
+18
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-31
/
+31
2018-01-08
Misc. typos
luz.paz
1
-1
/
+1
2017-12-20
Make script warnings transient for "Working..." dialog
Eduard Braun
1
-0
/
+4
2017-10-01
Removed all GSList occurences in .h files
Marc Jeanmougin
1
-3
/
+2
2017-07-02
Move directory scanners to new get_filenames(...) calls
Martin Owens
1
-1
/
+0
2017-02-12
Extensions: Make "indent" attribute a common attribute for all parameters tha...
Eduard Braun
1
-1
/
+1
2016-07-28
extensions: Drop GTKMM2 fallbacks
Alex Valavanis
1
-9
/
+0
2013-10-09
Documentation/Translation. Fix for Bug #1236382 (Typos in comments and messag...
Nicolas Dufour
1
-2
/
+2
2013-06-05
Refactor: Changed some functions from Extension to const.
Vinícius dos Santos Oliveira
1
-4
/
+4
2013-06-05
Add command line option to specify PDF export version. Patch from schwieni.
Vinícius dos Santos Oliveira
1
-0
/
+10
2013-03-14
Kill ancient gcc version check in configure.ac and fix a load of broken forwa...
Alex Valavanis
1
-1
/
+1
2013-03-08
Drop more Gtk::Table usage
Alex Valavanis
1
-1
/
+9
2013-02-11
A couple of forward declarations
Alex Valavanis
1
-0
/
+1
2012-02-29
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
1
-2
/
+2
2012-02-12
Cleaning up a few headers
Alex Valavanis
1
-1
/
+4
2011-12-19
Const correctness fixes that also correct bug #893146.
Jon A. Cruz
1
-4
/
+35
2011-10-04
More forward.h purging.
Jon A. Cruz
1
-5
/
+15
2011-05-27
Add "silent" option to extension inx file so that extension authors can opt-o...
Felipe Corr??a da Silva Sanches
1
-0
/
+2
2011-04-15
No more PrintWin32, including no special cases for non-Unicode Windows anymore.
Jasper van de Gronde
1
-9
/
+0
2010-12-03
Extensions. Notebooks now work with internal extensions.
Nicolas Dufour
1
-4
/
+3
2010-03-18
Added wrappers for the "optiongroup" type that correspond to existing "float"...
Jon A. Cruz
1
-6
/
+26
2010-03-04
Improve behavior when pasting, DnDing and importing bitmap images
Krzysztof Kosi??ski
1
-0
/
+2
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-13
/
+13
2009-08-05
SPDocument->Document
johnce
1
-13
/
+13
2009-01-13
Improved version reporting. Add SVN revision and custom status to
Krzysztof Kosi??ski
1
-1
/
+2
2008-09-01
Fix for missing define
Jon A. Cruz
1
-0
/
+1
2008-04-21
r19076@shi: ted | 2008-04-21 15:42:45 -0700
Ted Gould
1
-0
/
+5
2008-04-09
Following this thread: http://www.nabble.com/Extension-parameters-td9064285.h...
Marcin Floryan
1
-1
/
+1
[next]