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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix alignment error for inline-size SVG 1.1 fallback text.
Tavmjong Bah
2019-11-13
1
-3
/
+44
*
Fix SVG 1.1 fallback for SVG 2 text in a shape with 'text-align' not equal to...
Tavmjong Bah
2019-11-09
1
-4
/
+13
*
refactor: Eliminate SPIString::value_default
Thomas Holder
2019-11-03
2
-4
/
+4
*
PDF+LaTeX export: escape ampersands
Patrick Storz
2019-10-30
1
-1
/
+7
*
refactor: clean up SPI constructors
Thomas Holder
2019-10-28
2
-4
/
+4
*
refactor SPIEnum: more type safety
Thomas Holder
2019-10-28
4
-60
/
+64
*
fix poppler 0.82.0 build
Thomas Holder
2019-10-26
4
-3
/
+9
*
Extensions: catch parameters and translatable values with empty name
Patrick Storz
2019-10-19
2
-2
/
+9
*
Extensions: Implement translationdomain functionality
Patrick Storz
2019-10-19
3
-12
/
+136
*
Add export/import PDF blend modes and add isolation modifier
Jabier Arraiza
2019-10-19
3
-17
/
+66
*
fix heap-use-after-free
Thomas Holder
2019-10-17
1
-1
/
+1
*
Inkscape::XML::Node::addChildAtPos
Thomas Holder
2019-10-16
1
-3
/
+5
*
Extensions: only check existence for interpreted scripts.
Patrick Storz
2019-10-16
1
-8
/
+17
*
Extensions: Disable effects that failed to load
Patrick Storz
2019-10-15
3
-12
/
+10
*
Extensions: Do not even attempt to register incompatible extensions
Patrick Storz
2019-10-15
4
-33
/
+50
*
Extensions: Fix file test when checking dependencies by type
Patrick Storz
2019-10-15
3
-36
/
+64
*
Extensions: Switch .xslt file look-up to dependency logic as well
Patrick Storz
2019-10-14
3
-22
/
+12
*
Extensions: Improve logic to lookup script extensions
Patrick Storz
2019-10-14
7
-188
/
+148
*
Revert "Remove unused "nopref" variant of effects"
Patrick Storz
2019-10-12
2
-0
/
+10
*
Fix various minor code problems
Marc Jeanmougin
2019-10-05
1
-1
/
+2
*
Fix some memory leaks found by scan-build
Marc Jeanmougin
2019-10-05
1
-1
/
+1
*
Extensions: Fix filename encoding issues in error logging
Patrick Storz
2019-09-26
4
-31
/
+37
*
Extensions: add a few missing calls to Gtk::manage()
Patrick Storz
2019-09-25
4
-6
/
+6
*
Extensions: Warn for duplicate page names and option names/values
Patrick Storz
2019-09-25
3
-4
/
+31
*
Try to improve match of image-rendering values to cairo filters
Patrick Storz
2019-09-22
1
-8
/
+13
*
Extensions/grid2: fix header file location
Patrick Storz
2019-09-19
1
-1
/
+2
*
Fix bugs appliing in fallback elements
Jabier Arraiza
2019-09-07
1
-1
/
+1
*
Prepared for beta. Fixed blocking bug
Jabiertxof
2019-09-07
1
-1
/
+1
*
Extensions: Handle optiongroup options without value
Patrick Storz
2019-09-07
3
-6
/
+12
*
Update internal extensions for latest .inx format changes
Patrick Storz
2019-09-01
55
-750
/
+750
*
Add appearance="multiline" to parameters of type string
Patrick Storz
2019-09-01
5
-13
/
+102
*
Add appearance="colorbutton" to parameters of type color
Patrick Storz
2019-09-01
3
-14
/
+69
*
Add new parameter of type "path"
Patrick Storz
2019-08-31
4
-0
/
+362
*
Adjust <print> extensions for previous commit.
Patrick Storz
2019-08-31
3
-48
/
+48
*
Make 'gui-text' required for visible parameters
Patrick Storz
2019-08-31
4
-30
/
+41
*
Add new widget "image" which allows to display an image file
Patrick Storz
2019-08-31
4
-1
/
+155
*
Add base_directory for extensions loaded from a file.
Patrick Storz
2019-08-31
13
-44
/
+57
*
Add new widget "spacer" which adds an empty space between widgets
Patrick Storz
2019-08-31
6
-1
/
+138
*
Add new widget "separator" which draws a line between widgets
Patrick Storz
2019-08-31
4
-1
/
+101
*
Add new widgets "hbox" and "vbox" for layouting purposes
Patrick Storz
2019-08-31
6
-8
/
+188
*
Simplify pref_name() function
Patrick Storz
2019-08-31
9
-57
/
+23
*
Make sure we have get_widget()
Patrick Storz
2019-08-31
2
-2
/
+5
*
Remove completely unused "doc" and "node" parameters
Patrick Storz
2019-08-31
23
-315
/
+195
*
Re-implement get_param() locally using get_widgets()
Patrick Storz
2019-08-31
8
-116
/
+59
*
Inherit destructor and recursively delete all widgets
Patrick Storz
2019-08-31
4
-18
/
+5
*
Complete conversion of ParamNotebook to use _children
Patrick Storz
2019-08-31
2
-14
/
+26
*
Make parameter string generation a job of Inkscape::Extension
Patrick Storz
2019-08-31
7
-94
/
+77
*
Accept parameter type "bool"
Patrick Storz
2019-08-31
1
-1
/
+1
*
Parameter float: add note regarding rounding issue
Patrick Storz
2019-08-31
1
-0
/
+3
*
Optimize parameter string generation
Patrick Storz
2019-08-31
17
-76
/
+66
[next]