| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix crash after deleting a grouped connection | Nathan Lee | 2019-06-14 | 1 | -0/+1 |
| | | | | | Fix gitlab.com/inkscape/inkscape/issues/205 | ||||
| * | Fix nullptr deref after connector delete | Bryce Harrington | 2019-04-14 | 1 | -2/+6 |
| | | | | | | | | | When a connector has been deleted, its _connRef will be set to NULL. Some logic should be bypassed in this case, other should check NULL status as a pre-condition. Fixes: https://gitlab.com/inkscape/inbox/issues/313 | ||||
| * | More document.h cleanup. | Tavmjong Bah | 2019-04-06 | 1 | -2/+2 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -10/+10 |
| | | |||||
| * | 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 | ||||
| * | remove Inkscape::URI::toString | Thomas Holder | 2018-11-05 | 1 | -3/+2 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -11/+11 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -6/+6 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -6/+6 |
| | | |||||
| * | Put adaptagrams into its own folder | Marc Jeanmougin | 2018-04-29 | 1 | -1/+1 |
| | | |||||
| * | Base LPE refactor | Jabier Arraiza | 2018-03-26 | 1 | -2/+2 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -0/+345 |
| A lot of header clean-up. | |||||
