summaryrefslogtreecommitdiffstats
path: root/src/util/expression-evaluator.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-0/+4
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-2/+0
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-2/+2
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-15/+15
* Misc. typosluz.paz2018-01-081-1/+1
* [Bug #1587311] Entering + into stroke width dialog crashes Inkscape.rafael-g2016-06-051-2/+5
* [Bug #1550178] Inkscape crashed with segfault in ExpressionEvaluator on OpenBSD.rafael-g2016-06-051-1/+3
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen2013-10-121-5/+5
* Comment clean up.Matthew Petroff2013-09-161-3/+0
* Add exponent to expression evaluator.Matthew Petroff2013-09-161-13/+31
* C++ify expression evaluator.Matthew Petroff2013-09-161-401/+246
* Switched to global UnitTable.Matthew Petroff2013-08-041-2/+2
* code cleanup: quiet warnings with gcc.Campbell Barton2012-11-201-1/+1
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-40/+0
* small tweaksJohan B. C. Engelen2011-04-141-3/+1
* add expression evaluator for spinbox input boxes. also knows a little about u...Johan B. C. Engelen2011-04-131-0/+571