summaryrefslogtreecommitdiffstats
path: root/src/helper/geom-satellite.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-9/+11
| | | | | | - 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
* fix vi modelines: encoding -> fileencodingThomas Holder2018-10-151-3/+1
|
* Misc. typosUnknown2017-11-071-2/+2
| | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
* Add improvement pointed in IRC by Ede_123 to allow defaultables parametes on ↵Jabiertxof2017-05-061-3/+3
| | | | | fillet chamfer (bzr r15668)
* Fix 90% of tweenk reviewJabier Arraiza Cenoz2016-06-121-4/+9
| | | (bzr r13645.1.155)
* First attempt to make fixed tweenk reviewJabier Arraiza Cenoz2016-05-081-9/+7
| | | (bzr r13645.1.128)
* Removed cache work :(Jabier Arraiza Cenoz2015-08-251-2/+2
| | | (bzr r13645.1.113)
* addes cache and log to a function, result of the test, no diference so ↵Jabier Arraiza Cenoz2015-08-251-3/+4
| | | | | remove cache on next commit (bzr r13645.1.112)
* satellites in curvesJabier Arraiza Cenoz2015-08-231-13/+12
| | | (bzr r13645.1.110)
* astyleJabier Arraiza Cenoz2015-07-061-7/+28
| | | (bzr r13645.1.105)
* fix to compile on Krzysztof merge previous to fix the improvements in the ↵Jabier Arraiza Cenoz2015-07-051-2/+1
| | | | | merge request (bzr r13645.1.100)
* Working on Krzysztof review. Seems to be all fixed.Jabier Arraiza Cenoz2015-05-101-52/+3
| | | | | TODO: double check review and comment (bzr r13645.1.89)
* fixing reviewJabier Arraiza Cenoz2015-05-091-1/+53
| | | (bzr r13645.1.87)
* fixing reviewJabier Arraiza Cenoz2015-05-091-22/+28
| | | (bzr r13645.1.86)
* Added documentation and fix to coding style.Jabier Arraiza Cenoz2015-04-011-20/+27
| | | (bzr r13645.1.66)
* add documentationJabier Arraiza Cenoz2015-04-011-30/+14
| | | (bzr r13645.1.65)
* Move 2Geom work to a intermediate positon -helper-Jabier Arraiza Cenoz2015-04-011-0/+87
Removed dependency to helper/geom.h Now use a simple vector, not a vector of pairs of size_t and Satellite Getters and setters on Satellite removed Update store parameter to a more friendly string, like powerstroke Todo: Documentation and Fix coding style. (bzr r13645.1.63)