| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Run clang-tidy’s modernize-use-noexcept pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+2 |
| | | | | | This removes deprecated dynamic exception specifications. | ||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+2 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | Misc. typos | luz.paz | 2018-05-14 | 1 | -1/+1 |
| | | | | Found via `codespell` and `grep` | ||||
| * | Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵ | Johan B. C. Engelen | 2013-10-12 | 1 | -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 Petroff | 2013-09-16 | 1 | -8/+21 |
| | | | | (bzr r12475.1.27) | ||||
| * | Add exponent to expression evaluator. | Matthew Petroff | 2013-09-16 | 1 | -0/+1 |
| | | | | (bzr r12475.1.25) | ||||
| * | C++ify expression evaluator. | Matthew Petroff | 2013-09-16 | 1 | -15/+71 |
| | | | | (bzr r12475.1.23) | ||||
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 1 | -3/+45 |
| | | | | (bzr r10697) | ||||
| * | add expression evaluator for spinbox input boxes. also knows a little about ↵ | Johan B. C. Engelen | 2011-04-13 | 1 | -0/+80 |
| units. needs more work to fully integrate it in all of inkscape spinboxes also needs documentation rework (bzr r10162) | |||||
