index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
live_effects
/
parameter
/
bool.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
1
-2
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-4
/
+4
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-4
/
+4
2018-03-26
Base LPE refactor
Jabier Arraiza
1
-4
/
+2
2017-09-22
Add tooltip to set default LPE widget
Jabier Arraiza
1
-0
/
+7
2017-06-29
Remove old icon handling code
Alexander Valavanis
1
-1
/
+0
2017-05-29
Initial release
Jabiertxof
1
-3
/
+3
2017-05-27
More fixes to LPE
Jabiertxof
1
-2
/
+2
2017-05-27
More fixes to LPE
Jabiertxof
1
-2
/
+2
2017-05-27
Change bad named vars
Jabiertxof
1
-3
/
+3
2017-05-27
Change bad named vars
Jabiertxof
1
-3
/
+3
2017-05-05
LPE widget refactor. Improvement to not update on same value
Jabiertxof
1
-1
/
+3
2017-05-05
Improve responsive from LPE
Jabier Arraiza Cenoz
1
-0
/
+1
2017-05-01
Fix erase lpe in multi LPE mode
Jabiertxof
1
-2
/
+0
2017-04-29
Rewrite UX
Jabiertxof
1
-0
/
+6
2017-04-28
Reset
Jabiertxof
1
-18
/
+2
2017-04-26
Add LPE prefs dialog
Jabiertxof
1
-1
/
+11
2017-04-14
Allow set and reset default values of LPE parameters
Jabiertxof
1
-1
/
+7
2017-01-24
update to trunk
Jabier Arraiza Cenoz
1
-1
/
+2
2017-01-05
Adding base
Jabiertxof
1
-1
/
+2
2016-12-18
working on reflections
Jabiertxof
1
-1
/
+2
2016-07-24
Add strore parameters
Jabier Arraiza Cenoz
1
-0
/
+6
2015-10-18
Added "Spray Friendly" Parameter to roughen LPE
Jabier Arraiza Cenoz
1
-14
/
+18
2013-03-25
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
1
-2
/
+1
2012-06-17
Removed unneeded header style filename #defines
Jon A. Cruz
1
-2
/
+0
2012-06-17
Removed outdated classes.
Jon A. Cruz
1
-0
/
+2
2012-02-26
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
1
-1
/
+1
2012-02-06
Get rid of gtkmm top-level header usage - not required by API
Alex Valavanis
1
-1
/
+0
2012-01-03
Cleanup GSEAL issues and deprecated GtkTooltips
Alex Valavanis
1
-1
/
+1
2008-06-05
Rename param_writeSVGValue() --> param_getSVGValue() since the method doesn't...
Maximilian Albert
1
-1
/
+1
2008-02-28
fixing wrong includes
Felipe Corr??a da Silva Sanches
1
-1
/
+1
2008-02-28
Remove unnecessary dependencies for some of the lpe parameters.
Johan B. C. Engelen
1
-3
/
+1
2008-02-24
Warning and whitespace cleanup
Jon A. Cruz
1
-2
/
+2
2008-01-26
fix initialization of lpe params
Johan B. C. Engelen
1
-0
/
+1
2008-01-15
RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton>
Johan B. C. Engelen
1
-14
/
+13
2008-01-15
prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.
Johan B. C. Engelen
1
-1
/
+3
2007-10-11
trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.
Peter Moulder
1
-93
/
+93
2007-09-15
Refactoring SPColor to C++ and removing legacy CMYK implementation
Jon A. Cruz
1
-1
/
+1
2007-09-04
LPE: add Paste LPE verb + menu item. add scale ratios to curve stitch and pat...
Johan B. C. Engelen
1
-1
/
+1
2007-08-29
Add BoolParam for LPE's
Johan B. C. Engelen
1
-0
/
+93