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-string.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-09-01
Add appearance="multiline" to parameters of type string
Patrick Storz
1
-2
/
+8
2019-08-31
Remove completely unused "doc" and "node" parameters
Patrick Storz
1
-3
/
+3
2019-08-31
Optimize parameter string generation
Patrick Storz
1
-1
/
+1
2019-08-31
InxParameter::string(): remove useless overrides
Patrick Storz
1
-3
/
+0
2019-08-31
More cleanup
Patrick Storz
1
-3
/
+2
2019-08-31
Rename Parameter -> InxParameter for consistency
Patrick Storz
1
-2
/
+2
2019-08-31
Refactor a lot of the parameter handling code
Patrick Storz
1
-19
/
+16
2019-08-31
Rename parameter source files to avoid name conflicts
Patrick Storz
1
-0
/
+0
2019-08-31
Move prefdialog to own directory
Patrick Storz
1
-0
/
+0
2019-07-01
Fix various minor typos
Yuri Chornoivan
1
-1
/
+1
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
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-override pass.
Emmanuel Gil Peyrot
1
-4
/
+4
2018-01-08
Misc. typos
luz.paz
1
-1
/
+1
2017-04-09
Some code refactoring for consistency
Eduard Braun
1
-3
/
+3
2017-04-09
Remove unused field "scope"
Eduard Braun
1
-1
/
+0
2017-04-09
Remove unused field "gui_tip"
Eduard Braun
1
-1
/
+0
2017-02-12
Extensions: Make "indent" attribute a common attribute for all parameters tha...
Eduard Braun
1
-3
/
+10
2012-02-29
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
1
-3
/
+0
2011-12-19
Const correctness fixes that also correct bug #893146.
Jon A. Cruz
1
-4
/
+13
2011-08-06
Extensions. New "indent" attribute to add an indent level to extension elements.
Nicolas Dufour
1
-0
/
+1
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-3
/
+3
2009-08-05
SPDocument->Document
johnce
1
-3
/
+3
2008-04-15
Fixes Bug #216584 (Effects/Color/Replace color not accepting UC) and also imp...
Marcin Floryan
1
-0
/
+5
2008-04-04
r18381@shi: ted | 2008-03-07 20:11:34 -0800
Ted Gould
1
-1
/
+1
2008-02-29
r18220@shi: ted | 2008-02-29 13:18:55 -0800
Ted Gould
1
-1
/
+1
2008-02-28
Warning cleanup
Jon A. Cruz
1
-4
/
+4
2007-11-04
Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...
Johan B. C. Engelen
1
-1
/
+1
2007-08-10
r16217@tres: ted | 2007-08-10 10:36:27 -0700
Ted Gould
1
-34
/
+16
2007-06-27
r15506@tres: ted | 2007-05-24 22:30:55 -0700
Ted Gould
1
-1
/
+1
2007-02-19
Cleaned up DOS line ends that had snuck in.
Jon A. Cruz
1
-67
/
+67
2007-01-27
Fixed: Non-translatable strings in "enum" type extensions
Johan B. C. Engelen
1
-1
/
+1
2006-09-18
Added support for enumerated types in the UI of Extensions! (all eyes on requ...
Johan B. C. Engelen
1
-13
/
+12
2006-09-14
Added notebook (tabs) support for Effects. Now you can specify a notebook par...
Johan B. C. Engelen
1
-0
/
+68