summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/filletchamferpointarray.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-12-19Remove some ocurrences of desktop in knot functionsJabiertxof1-6/+2
(bzr r15337)
2016-04-21minor warning cleanup.Jon A. Cruz1-1/+1
(bzr r14861)
2016-02-08Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski1-1/+1
(bzr r14639)
2015-10-29static code analysisKris De Gussem1-6/+4
(bzr r14436)
2015-06-25Fix for the bug 1468396. Fix the new bug noticed by su_vJabier Arraiza Cenoz1-0/+3
Fixed bugs: - https://launchpad.net/bugs/1468396 (bzr r14219)
2015-06-25Fix for the bug 1468396Jabier Arraiza Cenoz1-0/+7
Fixed bugs: - https://launchpad.net/bugs/1468396 (bzr r14217)
2015-05-22Update to 2Geom revision 2396Krzysztof Kosi??ski1-1/+0
(bzr r14059.2.16)
2015-05-09Remove documentUnits from live_effect/effect.cpp/hJabier Arraiza Cenoz1-11/+1
Remove units from fillet-chamfer and roughen (bzr r14136)
2015-05-08fixes a few of jenkins warningsMarc Jeanmougin1-1/+0
(bzr r14126)
2015-04-28Fix calls to Geom::cross() - sign change.Krzysztof Kosi??ski1-1/+1
(bzr r14059.2.2)
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-13/+13
(bzr r14059.2.1)
2015-03-08Update simplify and bspline to auto size some helper paths based on current zoomJabier Arraiza Cenoz1-1/+1
(bzr r13974)
2015-02-19Basic filleting using pointwiseJabier Arraiza Cenoz1-881/+0
(bzr r13645.1.16)
2015-01-03Fix for Bug #1407326 (Typo (toogle) in filletchanferpoinarray.cpp).Yuri Chornoivan1-8/+8
Fixed bugs: - https://launchpad.net/bugs/1407326 (bzr r13836)
2014-11-19remove extra commnetsJabier Arraiza Cenoz1-2/+0
(bzr r13732)
2014-11-15add snap to fillet/chamfer knots. Fixed a bug whith 180 degree node angleJabier Arraiza Cenoz1-23/+2
(bzr r13716)
2014-11-15ignore this commitJabier Arraiza Cenoz1-8/+24
(bzr r13682.1.10)
2014-11-14Add inverse subdivision chamfer to fillet chamfer LPE, feature sugested by ↵Jabier Arraiza Cenoz1-8/+24
Ivan Louette. (bzr r13708)
2014-11-09fix a bug pointed by su_v in fillet chamfer dialog, about unitsJabier Arraiza Cenoz1-1/+6
(bzr r13697)
2014-11-05Refactor to remove references to Desktop/Ui in Effect, bspline and ↵Jabier Arraiza Cenoz1-11/+17
fillet-chamfer. Also fixed the selected node problem in units not px. Also fixed two var to not allow NULL pointed by Johan Engelen. (bzr r13672)
2014-11-03Update fillet/chamfer to allow subdivisions in chamfer mode. Jabier Arraiza Cenoz1-11/+11
Still happends bug affecting only selected nodes in document:units diferent than "px". I think the problem is node->position() send me a bad data if document units not px. (bzr r13665)
2014-11-01Warning cleanup.Jon A. Cruz1-2/+2
(bzr r13653)
2014-10-30Fix a bug whith units pointed by suvJabier Arraiza Cenoz1-7/+2
(bzr r13647)
2014-10-30Fix a bug whith units pointed by suvJabier Arraiza Cenoz1-7/+2
(bzr r13645.1.2)
2014-09-29Fillet-Chamfer update. Two things.Jabier Arraiza Cenoz1-19/+18
Helper paths on knots: now work well in rect and curves Method: Now the method ase selectable. Three methods: Auto: Straight lines whith arcs and curves whith bezier Arc: Always use arc. Bezier: Always use bezier. (bzr r13341.1.225)
2014-09-27Update to experimental r13565Liam P. White1-25/+238
(bzr r13341.5.16)
2014-09-11add radius support to fillet-chamfer, bugfixesJabier Arraiza Cenoz1-27/+235
(bzr r13341.1.203)
2014-09-02Fix gtk3 buildLiam P. White1-0/+2
(bzr r13090.1.107)
2014-08-24Fix Gtk+ 2 buildAlex Valavanis1-2/+2
(bzr r13341.1.171)
2014-08-11fix a bug knots resetting in fillet-chamferJabier Arraiza Cenoz1-2/+2
(bzr r13341.1.137)
2014-08-11Added reset modifier to knot in fillet chamferJabier Arraiza Cenoz1-32/+46
(bzr r13341.1.135)
2014-07-05Fix FTBFS gtk3 & make checkLiam P. White1-4/+7
(bzr r13341.1.78)
2014-07-02Add LPE fillet-chamferJabier Arraiza Cenoz1-0/+653
(bzr r13341.1.74)