| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove remaining uses of sp_round. | Tavmjong Bah | 2019-09-24 | 1 | -15/+18 |
| | | |||||
| * | UX improvement for creating/modifying 'inline-size' text. | Tavmjong Bah | 2019-09-13 | 1 | -4/+29 |
| | | |||||
| * | A value of zero for 'inline-size' should act as if 'inline-size' is not set. ↵ | Tavmjong Bah | 2019-09-13 | 1 | -1/+1 |
| | | | | | Fixes #852. | ||||
| * | Fix a crash undoing creation of a SVG 2 Flow | Jabiertxof | 2019-09-10 | 1 | -8/+9 |
| | | |||||
| * | Prepared for beta. Fixed blocking bug | Jabiertxof | 2019-09-07 | 1 | -1/+0 |
| | | |||||
| * | Hatch knot editing initial commit | vanntile | 2019-08-17 | 1 | -0/+6 |
| | | |||||
| * | Add knot ungrabbed event | Jabiertxof | 2019-05-20 | 1 | -0/+28 |
| | | |||||
| * | Replace IS_FINITE with std::isfinite (exists since C++11) | Patrick Storz | 2019-04-02 | 1 | -1/+1 |
| | | |||||
| * | Separate knots for 'shape-inside' and 'inline-size'. | Tavmjong Bah | 2018-12-19 | 1 | -101/+130 |
| | | |||||
| * | Add ability to create SVG 2 text: | Tavmjong Bah | 2018-12-18 | 1 | -0/+189 |
| | | | | | | 'shape-inside' (disabled for the moment) 'inline-size' (via on-screen knot) | ||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| | | | | | | | - 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 | ||||
| * | Move macros.h and remove unneeded macros | Eduard Braun | 2018-10-01 | 1 | -1/+1 |
| | | |||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -4/+0 |
| | | |||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -8/+8 |
| | | | | | | 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 | -71/+71 |
| | | | | | | 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 | -73/+73 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -2/+2 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -2/+2 |
| | | |||||
| * | Allow FER edition on canvas | Marc Jeanmougin | 2018-04-28 | 1 | -0/+2 |
| | | |||||
| * | Base LPE refactor | Jabier Arraiza | 2018-03-26 | 1 | -7/+15 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -14/+16 |
| | | | | | A lot of header clean-up. | ||||
| * | Rename object-edit.cpp to what it really is | Stefano Facchini | 2017-10-01 | 1 | -0/+1666 |
