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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-19
Extensions: catch parameters and translatable values with empty name
Patrick Storz
1
-2
/
+4
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-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
1
-1
/
+1
2019-09-01
Add appearance="multiline" to parameters of type string
Patrick Storz
4
-12
/
+100
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
3
-0
/
+360
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
3
-1
/
+153
2019-08-31
Add new widget "spacer" which adds an empty space between widgets
Patrick Storz
5
-1
/
+136
2019-08-31
Add new widget "separator" which draws a line between widgets
Patrick Storz
3
-1
/
+99
2019-08-31
Add new widgets "hbox" and "vbox" for layouting purposes
Patrick Storz
5
-8
/
+186
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
21
-205
/
+152
2019-08-31
Re-implement get_param() locally using get_widgets()
Patrick Storz
6
-50
/
+3
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
6
-92
/
+58
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
16
-75
/
+65
2019-08-31
InxParameter::string(): remove useless overrides
Patrick Storz
8
-26
/
+7
2019-08-31
More cleanup
Patrick Storz
15
-68
/
+83
2019-08-31
Switch Inkscape::Extension to use InxWidgets instead of InxParameters
Patrick Storz
3
-1
/
+34
2019-08-31
Translatable enum can be protected
Patrick Storz
1
-5
/
+4
2019-08-31
Add WidgetLabel replacing the former ParamDescription
Patrick Storz
4
-20
/
+62
2019-08-31
Rename Parameter -> InxParameter for consistency
Patrick Storz
20
-65
/
+65
2019-08-31
Create new InxWidget base class for extension widgets.
Patrick Storz
13
-135
/
+257
2019-08-31
Implement "translationdomain" attribute for extensions
Patrick Storz
2
-9
/
+3
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
2019-08-31
Refactor a lot of the parameter handling code
Patrick Storz
24
-1647
/
+1083
2019-08-31
Move error classes to Parameter where they belong
Patrick Storz
2
-15
/
+27
2019-08-31
Remove unused and disabled "help" feature for extensions
Patrick Storz
2
-38
/
+1
2019-08-31
Remove unused define ESCAPE_DOLLAR_COMMANDLINE
Patrick Storz
2
-8
/
+0
2019-08-31
Rename parameter source files to avoid name conflicts
Patrick Storz
21
-21
/
+34
2019-08-31
Remove unused functions
Patrick Storz
2
-51
/
+0
2019-08-31
Move prefdialog to own directory
Patrick Storz
22
-0
/
+3867