summaryrefslogtreecommitdiffstats
path: root/src/helper/geom-satellite.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix for inbox issue 467Jabiertxof2019-05-101-0/+4
|
* 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
|
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This replaces empty constructors and destructors with the default keyword.
* 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
|
* Misc. typosluz.paz2018-01-081-2/+2
| | | Found via `codespell`
* Misc. typosUnknown2017-11-071-1/+1
| | | | | | | | | | | | 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 ```
* Organize doeffect functionJabier Arraiza Cenoz2016-06-191-1/+1
| | | (bzr r13645.1.164)
* Fix 90% of tweenk reviewJabier Arraiza Cenoz2016-06-121-41/+17
| | | (bzr r13645.1.155)
* Working with path updatesJabier Arraiza Cenoz2016-05-101-11/+11
| | | (bzr r13645.1.130)
* First attempt to make fixed tweenk reviewJabier Arraiza Cenoz2016-05-081-33/+27
| | | (bzr r13645.1.128)
* astyle codeJabier Arraiza Cenoz2015-08-261-8/+8
| | | (bzr r13645.1.116)
* Removed cache work :(Jabier Arraiza Cenoz2015-08-251-77/+1
| | | (bzr r13645.1.113)
* addes cache and log to a function, result of the test, no diference so ↵Jabier Arraiza Cenoz2015-08-251-29/+79
| | | | | remove cache on next commit (bzr r13645.1.112)
* Cached some functionsJabier Arraiza Cenoz2015-08-231-2/+2
| | | (bzr r13645.1.111)
* satellites in curvesJabier Arraiza Cenoz2015-08-231-64/+99
| | | (bzr r13645.1.110)
* Not sure about this changes :(Jabier Arraiza Cenoz2015-08-211-1/+8
| | | (bzr r13645.1.107)
* astyleJabier Arraiza Cenoz2015-07-061-3/+2
| | | (bzr r13645.1.105)
* fix to compile on Krzysztof merge previous to fix the improvements in the ↵Jabier Arraiza Cenoz2015-07-051-6/+5
| | | | | merge request (bzr r13645.1.100)
* fix a minor bug calculating max timeJabier Arraiza Cenoz2015-05-101-1/+1
| | | (bzr r13645.1.92)
* some comments and pointwise related refactorJabier Arraiza Cenoz2015-05-101-1/+1
| | | (bzr r13645.1.91)
* Added some commentsJabier Arraiza Cenoz2015-05-101-4/+2
| | | (bzr r13645.1.90)
* Working on Krzysztof review. Seems to be all fixed.Jabier Arraiza Cenoz2015-05-101-11/+60
| | | | | TODO: double check review and comment (bzr r13645.1.89)
* fixing reviewJabier Arraiza Cenoz2015-05-091-50/+0
| | | (bzr r13645.1.87)
* fixing reviewJabier Arraiza Cenoz2015-05-091-103/+98
| | | (bzr r13645.1.86)
* Added documentation and fix to coding style.Jabier Arraiza Cenoz2015-04-011-70/+83
| | | (bzr r13645.1.66)
* add documentationJabier Arraiza Cenoz2015-04-011-37/+56
| | | (bzr r13645.1.65)
* Move 2Geom work to a intermediate positon -helper-Jabier Arraiza Cenoz2015-04-011-0/+237
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)