summaryrefslogtreecommitdiffstats
path: root/src/display/sp-ctrlcurve.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-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 #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-3/+3
| | | | | 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 Jeanmougin2018-05-041-3/+3
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-3/+3
|
* Select mesh nodes by clicking on control lines.Tavmjong Bah2016-11-231-0/+2
| | | (bzr r15267)
* More GObject boilerplate reductionAlex Valavanis2014-08-241-32/+9
| | | (bzr r13341.1.175)
* Stop deriving SPCanvasItem from GtkObjectAlex Valavanis2012-06-091-4/+4
| | | (bzr r11469.1.1)
* Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah2012-05-231-2/+0
| | | (bzr r11406)
* Added sp-ctrlcurve, usefull for meshes.Tavmjong Bah2012-05-211-0/+218
(bzr r11395)