| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-05-20 | Add knot ungrabbed event | Jabiertxof | 1 | -0/+2 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 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 | |||||
| 2018-09-29 | Fix bug: #1644805 | Jabier Arraiza | 1 | -0/+6 | |
| LPE Parallel crashes Inkscape with Text converted to Path | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 1 | -3/+1 | |
| This replaces empty constructors and destructors with the default keyword. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 1 | -4/+4 | |
| This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -1/+1 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -1/+1 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -1/+1 | |
| A lot of header clean-up. | |||||
| 2017-04-28 | Code formating | Jabiertxof | 1 | -3/+3 | |
| (bzr r15649) | |||||
| 2017-04-28 | Reset | Jabiertxof | 1 | -3/+3 | |
| (bzr r15620.1.9) | |||||
| 2017-04-14 | Allow set and reset default values of LPE parameters | Jabiertxof | 1 | -3/+3 | |
| (bzr r15620.1.1) | |||||
| 2016-12-16 | remove rollback to 15315 | Jabiertxof | 1 | -2/+3 | |
| (bzr r15295.1.26) | |||||
| 2016-12-16 | Rollback 15315 | Jabiertxof | 1 | -3/+2 | |
| (bzr r15295.1.25) | |||||
| 2016-12-10 | Fix headers on LPE's | Jabiertxof | 1 | -2/+3 | |
| (bzr r15318) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -4/+0 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+4 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -4/+0 | |
| (bzr r15025) | |||||
| 2015-04-27 | 2Geom sync - initial commit | Krzysztof Kosi??ski | 1 | -1/+1 | |
| (bzr r14059.2.1) | |||||
| 2015-03-12 | Point parameter refactor, Fixes a bug in Lattice2 whith lines. | Jabier Arraiza Cenoz | 1 | -1/+1 | |
| (bzr r13995) | |||||
| 2015-03-02 | Merged pointreseteable parameter to point parameter | Jabier Arraiza Cenoz | 1 | -2/+3 | |
| (bzr r13961) | |||||
| 2013-01-17 | const .... | Johan B. C. Engelen | 1 | -6/+6 | |
| (bzr r12039) | |||||
| 2013-01-17 | more const happiness (and removal of duplicate code in sp-object.h) | Johan B. C. Engelen | 1 | -1/+1 | |
| (bzr r12038) | |||||
| 2012-10-21 | UI uniformisation | Kris De Gussem | 1 | -2/+2 | |
| (bzr r11817) | |||||
| 2012-10-14 | Fix "shift disables snapping" for LPEs and for editing objects | Diederik van Lierop | 1 | -4/+4 | |
| Fixed bugs: - https://launchpad.net/bugs/1065931 (bzr r11800) | |||||
| 2012-06-17 | Removed unneeded header style filename #defines | Jon A. Cruz | 1 | -1/+0 | |
| (bzr r11503) | |||||
| 2012-06-17 | Removed outdated classes. | Jon A. Cruz | 1 | -0/+2 | |
| Pruned header to not introduce extraneous includes. (bzr r11502) | |||||
| 2012-05-03 | Adding base configurable sizing of controls/handles. | Jon A. Cruz | 1 | -8/+5 | |
| (bzr r11316) | |||||
| 2012-04-07 | cleanup knotholder code for LPEs | Johan B. C. Engelen | 1 | -26/+33 | |
| (bzr r11170) | |||||
| 2012-01-17 | add underscores to some member variables. | Johan B. C. Engelen | 1 | -1/+1 | |
| add some const stuff (bzr r10900) | |||||
| 2008-08-13 | make spcurve::first_point and last_point boost::optional | Johan B. C. Engelen | 1 | -2/+2 | |
| (bzr r6617) | |||||
| 2008-08-01 | 2geomify a lot of NR::Points to Geom::Point | Johan B. C. Engelen | 1 | -12/+12 | |
| (bzr r6513) | |||||
| 2008-08-01 | Make LPE knotholder handles snap | Maximilian Albert | 1 | -2/+6 | |
| (bzr r6506) | |||||
| 2008-07-29 | Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity ↵ | Maximilian Albert | 1 | -6/+2 | |
| and make inheritance from it a bit less clumsy (bzr r6448) | |||||
| 2008-07-17 | convert all SPCurve's points and matrices arguments and return types to 2Geom | Johan B. C. Engelen | 1 | -2/+2 | |
| (bzr r6339) | |||||
| 2008-07-02 | Enable status bar tips for LPE handles that are automatically created from ↵ | Maximilian Albert | 1 | -1/+1 | |
| PointParams (bzr r6118) | |||||
| 2008-06-18 | New LPE: Parallel | Maximilian Albert | 1 | -0/+170 | |
| (bzr r5975) | |||||
