| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix various minor typos | Yuri Chornoivan | 2019-07-01 | 1 | -1/+1 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -0/+4 |
| | | | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | ||||
| * | 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 |
| | | | | | This renames most C <*.h> includes into C++ <c*> includes. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -15/+15 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Misc. typos | luz.paz | 2018-01-08 | 1 | -1/+1 |
| | | | | Found via `codespell` | ||||
| * | [Bug #1587311] Entering + into stroke width dialog crashes Inkscape. | rafael-g | 2016-06-05 | 1 | -2/+5 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1587311 (bzr r14952) | ||||
| * | [Bug #1550178] Inkscape crashed with segfault in ExpressionEvaluator on OpenBSD. | rafael-g | 2016-06-05 | 1 | -1/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1550178 (bzr r14951) | ||||
| * | Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵ | Johan B. C. Engelen | 2013-10-12 | 1 | -5/+5 |
| | | | | | | 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 | -3/+0 |
| | | | | (bzr r12475.1.27) | ||||
| * | Add exponent to expression evaluator. | Matthew Petroff | 2013-09-16 | 1 | -13/+31 |
| | | | | (bzr r12475.1.25) | ||||
| * | C++ify expression evaluator. | Matthew Petroff | 2013-09-16 | 1 | -401/+246 |
| | | | | (bzr r12475.1.23) | ||||
| * | Switched to global UnitTable. | Matthew Petroff | 2013-08-04 | 1 | -2/+2 |
| | | | | (bzr r12380.1.62) | ||||
| * | code cleanup: quiet warnings with gcc. | Campbell Barton | 2012-11-20 | 1 | -1/+1 |
| | | | | (bzr r11888) | ||||
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 1 | -40/+0 |
| | | | | (bzr r10697) | ||||
| * | small tweaks | Johan B. C. Engelen | 2011-04-14 | 1 | -3/+1 |
| | | | | (bzr r10164) | ||||
| * | add expression evaluator for spinbox input boxes. also knows a little about ↵ | Johan B. C. Engelen | 2011-04-13 | 1 | -0/+571 |
| units. needs more work to fully integrate it in all of inkscape spinboxes also needs documentation rework (bzr r10162) | |||||
