index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
util
/
expression-evaluator.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove #include "config.h" wherever possible
Eduard Braun
2018-10-01
1
-2
/
+0
*
Run clang-tidy’s modernize-deprecated-headers pass.
Emmanuel Gil Peyrot
2018-06-18
1
-2
/
+2
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-15
/
+15
*
Misc. typos
luz.paz
2018-01-08
1
-1
/
+1
*
[Bug #1587311] Entering + into stroke width dialog crashes Inkscape.
rafael-g
2016-06-05
1
-2
/
+5
*
[Bug #1550178] Inkscape crashed with segfault in ExpressionEvaluator on OpenBSD.
rafael-g
2016-06-05
1
-1
/
+3
*
Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...
Johan B. C. Engelen
2013-10-12
1
-5
/
+5
*
Comment clean up.
Matthew Petroff
2013-09-16
1
-3
/
+0
*
Add exponent to expression evaluator.
Matthew Petroff
2013-09-16
1
-13
/
+31
*
C++ify expression evaluator.
Matthew Petroff
2013-09-16
1
-401
/
+246
*
Switched to global UnitTable.
Matthew Petroff
2013-08-04
1
-2
/
+2
*
code cleanup: quiet warnings with gcc.
Campbell Barton
2012-11-20
1
-1
/
+1
*
Fixing more broken and split doc comments.
Jon A. Cruz
2011-10-27
1
-40
/
+0
*
small tweaks
Johan B. C. Engelen
2011-04-14
1
-3
/
+1
*
add expression evaluator for spinbox input boxes. also knows a little about u...
Johan B. C. Engelen
2011-04-13
1
-0
/
+571