summaryrefslogtreecommitdiffstats
path: root/src/2geom/pointwise.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-04-01Move 2Geom work to a intermediate positon -helper-Jabier Arraiza Cenoz1-519/+0
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)
2015-03-31end append pathJabier Arraiza Cenoz1-29/+145
(bzr r13645.1.57)
2015-03-26adding append modeJabier Arraiza Cenoz1-14/+17
(bzr r13645.1.54)
2015-03-22Fixed bug when deleting nodesJabier Arraiza Cenoz1-60/+71
(bzr r13645.1.51)
2015-03-21Fixed bug whith mapsJabier Arraiza Cenoz1-17/+15
(bzr r13645.1.49)
2015-03-21fix bspline calls and atemp to fic a bug whith mapJabier Arraiza Cenoz1-70/+39
(bzr r13645.1.46)
2015-03-19Added delete nodes/satellitesJabier Arraiza Cenoz1-15/+19
(bzr r13645.1.45)
2015-03-19fixing a boring bug in path manipulatorJabier Arraiza Cenoz1-221/+251
(bzr r13645.1.43)
2015-03-14commit for refactoringJabier Arraiza Cenoz1-0/+148
(bzr r13645.1.42)
2015-03-07finish helper paths and beter handle of fillet/chamfer overflow. Also make ↵Jabier Arraiza Cenoz1-1/+1
the satellitepairarray LPE parameter usable for other pointwise effects, not only to fillet chamfer (bzr r13645.1.35)
2015-03-04All features done, only need piecewise update functionJabier Arraiza Cenoz1-9/+78
(bzr r13645.1.33)
2015-03-03added helper paths and fixed some bugsJabier Arraiza Cenoz1-2/+2
(bzr r13645.1.30)
2015-03-01added mirror knotsJabier Arraiza Cenoz1-0/+35
(bzr r13645.1.26)
2015-03-01adding mirror knotJabier Arraiza Cenoz1-0/+61
(bzr r13645.1.25)
2015-02-23Added flexible/fixed to fillet chamfer and fix bugsJabier Arraiza Cenoz1-0/+5
(bzr r13645.1.20)
2015-02-19Basic filleting using pointwiseJabier Arraiza Cenoz1-1/+6
(bzr r13645.1.16)
2015-02-15first stepsJabier Arraiza Cenoz1-4/+11
(bzr r13645.1.9)
2015-02-08starting whith pointwiseJabier Arraiza Cenoz1-2/+4
(bzr r13645.1.7)
2015-02-07refactor of pointwise baseJabier Arraiza Cenoz1-14/+8
(bzr r13645.1.6)
2014-10-30Starting poinwise code for 0.92. Add base filesJabier Arraiza Cenoz1-23/+22
(bzr r13645.1.1)
2011-06-23Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski1-17/+22
(bzr r10347.1.1)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-10/+3
(bzr r10025)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-1/+1
fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
2008-10-28Merge from trunkTed Gould1-2/+3
(bzr r6886)
2008-07-16update to latest 2geom (rev1497)Johan B. C. Engelen1-1/+1
(bzr r6332)
2008-07-03update 2geom (svn rev1433)Johan B. C. Engelen1-6/+7
(bzr r6134)
2008-05-26implemented new classes for horizontal and vertical line segments; path.h ↵mcecchetti1-16/+22
has been splitted in several files: curve.h, sbasis-curve.h, bezier-curve.h, elliptical-arc.h, path.h; curves.h allows to include all curve types at once (bzr r5755)
2008-04-18update to latest 2geom. (eol-style fix)Johan B. C. Engelen1-0/+11
(bzr r5470)
2007-08-14Commit LivePathEffect branch to trunk!Johan B. C. Engelen1-0/+46
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)