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
/
parameter.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extensions: catch parameters and translatable values with empty name
Patrick Storz
2019-10-19
1
-2
/
+4
*
Extensions: Handle optiongroup options without value
Patrick Storz
2019-09-07
1
-1
/
+1
*
Add new parameter of type "path"
Patrick Storz
2019-08-31
1
-0
/
+3
*
Make 'gui-text' required for visible parameters
Patrick Storz
2019-08-31
1
-27
/
+39
*
Simplify pref_name() function
Patrick Storz
2019-08-31
1
-4
/
+2
*
Remove completely unused "doc" and "node" parameters
Patrick Storz
2019-08-31
1
-28
/
+28
*
Re-implement get_param() locally using get_widgets()
Patrick Storz
2019-08-31
1
-5
/
+0
*
Make parameter string generation a job of Inkscape::Extension
Patrick Storz
2019-08-31
1
-15
/
+0
*
Accept parameter type "bool"
Patrick Storz
2019-08-31
1
-1
/
+1
*
Optimize parameter string generation
Patrick Storz
2019-08-31
1
-14
/
+14
*
More cleanup
Patrick Storz
2019-08-31
1
-7
/
+12
*
Add WidgetLabel replacing the former ParamDescription
Patrick Storz
2019-08-31
1
-2
/
+21
*
Rename Parameter -> InxParameter for consistency
Patrick Storz
2019-08-31
1
-21
/
+21
*
Create new InxWidget base class for extension widgets.
Patrick Storz
2019-08-31
1
-62
/
+2
*
Implement "translationdomain" attribute for extensions
Patrick Storz
2019-08-31
1
-7
/
+1
*
Add function to get proper translation within context of Parameter
Patrick Storz
2019-08-31
1
-10
/
+13
*
Parameter: remove unused constructors
Patrick Storz
2019-08-31
1
-45
/
+0
*
Refactor a lot of the parameter handling code
Patrick Storz
2019-08-31
1
-153
/
+135
*
Move error classes to Parameter where they belong
Patrick Storz
2019-08-31
1
-15
/
+15
*
Remove unused define ESCAPE_DOLLAR_COMMANDLINE
Patrick Storz
2019-08-31
1
-4
/
+0
*
Rename parameter source files to avoid name conflicts
Patrick Storz
2019-08-31
1
-0
/
+415