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