index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-09-07
Add fixes pointer in the MR by @speleo3
Jabier Arraiza
1
-40
/
+1
2019-09-07
Add line height UX improvements
Jabier Arraiza
9
-673
/
+590
2019-09-07
Add scrolled window to XMLDialog and CSS dialog to avoid auto growing when ad...
Jabier Arraiza
2
-4
/
+4
2019-09-07
Add scrolled window to XMLDialog and CSS dialog to avoid auto growing when ad...
Jabier Arraiza
2
-4
/
+19
2019-09-07
Extensions: Handle optiongroup options without value
Patrick Storz
3
-6
/
+12
2019-09-07
Write out 'x' and 'y' attribute values to repr when some text property value ...
Tavmjong Bah
2
-0
/
+12
2019-09-06
Update 2geom
Patrick Storz
4
-7
/
+14
2019-09-06
Add listeners for when shapes used by text are changed.
Tavmjong Bah
6
-31
/
+121
2019-09-04
Fix issue https://gitlab.com/inkscape/inbox/issues/816 Stroke to Path convers...
Jabier Arraiza
1
-74
/
+34
2019-09-02
2geom: Use sincos function if available
Patrick Storz
1
-0
/
+4
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
Templates: Improve translatability for "More info" dialog
Patrick Storz
1
-19
/
+29
2019-08-31
Templates: Translate metadata within extension contexts
Patrick Storz
2
-24
/
+40
2019-08-31
Templates: Accept non-underscored variants of "inkscape:templateinfo"
Patrick Storz
4
-19
/
+40
2019-08-31
Templates: Remove unused "long_description" ("inkscape:_long" tag)
Patrick Storz
3
-7
/
+2
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
2019-08-31
InxParameter::string(): remove useless overrides
Patrick Storz
8
-26
/
+7
2019-08-31
More cleanup
Patrick Storz
16
-68
/
+85
2019-08-31
cleanup includes a bit
Patrick Storz
10
-26
/
+68
2019-08-31
Switch Inkscape::Extension to use InxWidgets instead of InxParameters
Patrick Storz
8
-60
/
+106
2019-08-31
Translatable enum can be protected
Patrick Storz
1
-5
/
+4
2019-08-31
Add WidgetLabel replacing the former ParamDescription
Patrick Storz
5
-22
/
+64
2019-08-31
Rename Parameter -> InxParameter for consistency
Patrick Storz
22
-91
/
+90
2019-08-31
Create new InxWidget base class for extension widgets.
Patrick Storz
14
-135
/
+259
2019-08-31
Implement "translationdomain" attribute for extensions
Patrick Storz
11
-83
/
+140
2019-08-31
Remove unused "nopref" variant of effects
Patrick Storz
2
-10
/
+0
2019-08-31
Properly handle extensions without id or name
Patrick Storz
3
-101
/
+113
2019-08-31
Derive optiongroup options from Parameter
Patrick Storz
2
-46
/
+52
2019-08-31
cleanup includes in parameters
Patrick Storz
6
-24
/
+23
2019-08-31
Add function to get proper translation within context of Parameter
Patrick Storz
7
-34
/
+33
2019-08-31
Parameter: remove unused constructors
Patrick Storz
2
-56
/
+0
[prev]
[next]