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
(
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-07
Extensions: Handle optiongroup options without value
Patrick Storz
1
-1
/
+1
2019-08-31
Add new parameter of type "path"
Patrick Storz
1
-0
/
+3
2019-08-31
Make 'gui-text' required for visible parameters
Patrick Storz
1
-27
/
+39
2019-08-31
Simplify pref_name() function
Patrick Storz
1
-4
/
+2
2019-08-31
Remove completely unused "doc" and "node" parameters
Patrick Storz
1
-28
/
+28
2019-08-31
Re-implement get_param() locally using get_widgets()
Patrick Storz
1
-5
/
+0
2019-08-31
Make parameter string generation a job of Inkscape::Extension
Patrick Storz
1
-15
/
+0
2019-08-31
Accept parameter type "bool"
Patrick Storz
1
-1
/
+1
2019-08-31
Optimize parameter string generation
Patrick Storz
1
-14
/
+14
2019-08-31
More cleanup
Patrick Storz
1
-7
/
+12
2019-08-31
Add WidgetLabel replacing the former ParamDescription
Patrick Storz
1
-2
/
+21
2019-08-31
Rename Parameter -> InxParameter for consistency
Patrick Storz
1
-21
/
+21
2019-08-31
Create new InxWidget base class for extension widgets.
Patrick Storz
1
-62
/
+2
2019-08-31
Implement "translationdomain" attribute for extensions
Patrick Storz
1
-7
/
+1
2019-08-31
Add function to get proper translation within context of Parameter
Patrick Storz
1
-10
/
+13
2019-08-31
Parameter: remove unused constructors
Patrick Storz
1
-45
/
+0
2019-08-31
Refactor a lot of the parameter handling code
Patrick Storz
1
-153
/
+135
2019-08-31
Move error classes to Parameter where they belong
Patrick Storz
1
-15
/
+15
2019-08-31
Remove unused define ESCAPE_DOLLAR_COMMANDLINE
Patrick Storz
1
-4
/
+0
2019-08-31
Rename parameter source files to avoid name conflicts
Patrick Storz
1
-9
/
+9
2019-08-31
Remove unused functions
Patrick Storz
1
-46
/
+0
2019-08-31
Move prefdialog to own directory
Patrick Storz
1
-0
/
+0
2019-01-02
modernize loops
Marc Jeanmougin
1
-3
/
+2
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-22
Remove 'document-private.h' where not needed plus some other header cleanup.
Tavmjong Bah
1
-9
/
+13
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-4
/
+0
2018-06-19
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-38
/
+38
2018-05-14
Misc. typos
luz.paz
1
-1
/
+1
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-2
/
+2
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-2
/
+2
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-1
/
+1
2017-04-24
Restore r14978 which was reverted in r15047 due to messed up merge
Eduard Braun
1
-1
/
+0
2017-04-24
Extensions: Fixes and improvements for "gui-description" parameter attribute ...
Eduard Braun
1
-0
/
+8
2017-04-24
Restore r14955 which was reverted in r15047 due to messed up merge
Eduard Braun
1
-0
/
+11
2017-04-09
Some code refactoring for consistency
Eduard Braun
1
-44
/
+44
2017-04-09
Remove unused field "scope"
Eduard Braun
1
-29
/
+13
2017-04-09
Remove unused field "gui_tip"
Eduard Braun
1
-26
/
+14
2017-02-13
Extensions: Add 'appearance="url"' to desccription parameters.
Eduard Braun
1
-4
/
+8
2017-02-13
Extensions: Do not require name for pure UI elements (i.e. parameters that do...
Eduard Braun
1
-2
/
+9
2017-02-12
Extensions: Make "indent" attribute a common attribute for all parameters tha...
Eduard Braun
1
-15
/
+28
2016-06-11
Clean up includes after r14955
Eduard Braun
1
-1
/
+2
2016-06-05
Extensions: Fixes and improvements for "gui-text" parameter attribute
Eduard Braun
1
-0
/
+11
2015-12-27
Fix more GThreads issues
Alex Valavanis
1
-5
/
+2
2014-06-01
moved ColorNotebook to ui/widget
Tomasz Boczkowski
1
-2
/
+1
2014-05-30
SPColorNotebok c++-sification - available pages list
Tomasz Boczkowski
1
-0
/
+4
2013-06-05
Add command line option to specify PDF export version. Patch from schwieni.
Vinícius dos Santos Oliveira
1
-0
/
+18
2012-02-29
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
1
-0
/
+1
2011-12-19
Const correctness fixes that also correct bug #893146.
Jon A. Cruz
1
-147
/
+122
[next]