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
/
prefdialog
/
widget.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-31
Add new widget "image" which allows to display an image file
Patrick Storz
1
-1
/
+5
2019-08-31
Add new widget "spacer" which adds an empty space between widgets
Patrick Storz
1
-1
/
+4
2019-08-31
Add new widget "separator" which draws a line between widgets
Patrick Storz
1
-1
/
+4
2019-08-31
Add new widgets "hbox" and "vbox" for layouting purposes
Patrick Storz
1
-2
/
+7
2019-08-31
Make sure we have get_widget()
Patrick Storz
1
-1
/
+4
2019-08-31
Remove completely unused "doc" and "node" parameters
Patrick Storz
1
-2
/
+2
2019-08-31
Re-implement get_param() locally using get_widgets()
Patrick Storz
1
-1
/
+1
2019-08-31
Inherit destructor and recursively delete all widgets
Patrick Storz
1
-0
/
+4
2019-08-31
Make parameter string generation a job of Inkscape::Extension
Patrick Storz
1
-0
/
+8
2019-08-31
Switch Inkscape::Extension to use InxWidgets instead of InxParameters
Patrick Storz
1
-0
/
+25
2019-08-31
Add WidgetLabel replacing the former ParamDescription
Patrick Storz
1
-1
/
+12
2019-08-31
Create new InxWidget base class for extension widgets.
Patrick Storz
1
-0
/
+111