summaryrefslogtreecommitdiffstats
path: root/src/util/expression-evaluator.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-01Fix various minor typosYuri Chornoivan1-1/+1
2018-11-08Clarify licensesMax Gaukler1-0/+4
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-2/+0
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-15/+15
2018-01-08Misc. typosluz.paz1-1/+1
2016-06-05[Bug #1587311] Entering + into stroke width dialog crashes Inkscape.rafael-g1-2/+5
2016-06-05[Bug #1550178] Inkscape crashed with segfault in ExpressionEvaluator on OpenBSD.rafael-g1-1/+3
2013-10-12Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen1-5/+5
2013-09-16Comment clean up.Matthew Petroff1-3/+0
2013-09-16Add exponent to expression evaluator.Matthew Petroff1-13/+31
2013-09-16C++ify expression evaluator.Matthew Petroff1-401/+246
2013-08-04Switched to global UnitTable.Matthew Petroff1-2/+2
2012-11-20code cleanup: quiet warnings with gcc.Campbell Barton1-1/+1
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-40/+0
2011-04-14small tweaksJohan B. C. Engelen1-3/+1
2011-04-13add expression evaluator for spinbox input boxes. also knows a little about u...Johan B. C. Engelen1-0/+571