summaryrefslogtreecommitdiffstats
path: root/src/util/expression-evaluator.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-121-3/+3
| | | | | objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679)
* Comment clean up.Matthew Petroff2013-09-161-8/+21
| | | (bzr r12475.1.27)
* Add exponent to expression evaluator.Matthew Petroff2013-09-161-0/+1
| | | (bzr r12475.1.25)
* C++ify expression evaluator.Matthew Petroff2013-09-161-15/+71
| | | (bzr r12475.1.23)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-3/+45
| | | (bzr r10697)
* add expression evaluator for spinbox input boxes. also knows a little about ↵Johan B. C. Engelen2011-04-131-0/+80
units. needs more work to fully integrate it in all of inkscape spinboxes also needs documentation rework (bzr r10162)