summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-fillet-chamfer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix headers on LPE'sJabiertxof2016-12-101-1/+1
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-5/+0
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+5
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-5/+0
* Improve advertaising to Fillet-ChamferJabier Arraiza Cenoz2016-01-291-1/+1
* Add an advert to fillet chamfer users that the coming version in 'pointwise' ...Jabier Arraiza Cenoz2016-01-291-0/+8
* fixes bug:1492711 in bspline and fillet chamferjtx2015-09-111-0/+10
* Update to 2Geom revision 2396Krzysztof Kosi??ski2015-05-221-5/+5
* Merge from trunkKrzysztof Kosi??ski2015-05-221-6/+1
|\
| * Remove documentUnits from live_effect/effect.cpp/hJabier Arraiza Cenoz2015-05-091-6/+1
* | Fix calls to Geom::cross() - sign change.Krzysztof Kosi??ski2015-04-281-1/+1
* | 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-10/+10
|/
* Update simplify and bspline to auto size some helper paths based on current zoomJabier Arraiza Cenoz2015-03-081-1/+1
* UI/i18n. Fixing inconsistencies in the Fillet/Chamfer LPE dialogs.Nicolas Dufour2015-01-061-5/+5
* fix a bug in fillet/chamfer on apply on non shapesJabier Arraiza Cenoz2014-11-171-0/+2
* add snap to fillet/chamfer knots. Fixed a bug whith 180 degree node angleJabier Arraiza Cenoz2014-11-151-1/+3
* Update Chamfer Steps to more unequivocal number, thanks to the feedback of Iv...Jabier Arraiza Cenoz2014-11-151-3/+3
* Add inverse subdivision chamfer to fillet chamfer LPE, feature sugested by Iv...Jabier Arraiza Cenoz2014-11-141-17/+59
* fix a bug pointed by su_v in fillet chamfer dialog, about unitsJabier Arraiza Cenoz2014-11-091-0/+1
* Refactor to remove references to Desktop/Ui in Effect, bspline and fillet-cha...Jabier Arraiza Cenoz2014-11-051-66/+15
* Update wrong variable name and apply the same way to select nodes to fillet/c...Jabier Arraiza Cenoz2014-11-031-11/+11
* Update fillet/chamfer to allow subdivisions in chamfer mode. Jabier Arraiza Cenoz2014-11-031-23/+36
* Change calls to desktop with SP_ACTIVE_DESKTOPJabier Arraiza Cenoz2014-11-021-4/+4
* Fix a bug whith units pointed by suvJabier Arraiza Cenoz2014-10-301-5/+7
* Move more UI code into ui/Liam P. White2014-10-051-1/+1
* A little fix in fillet-chamfer to hide knot helper path at hide the knotsJabier Arraiza Cenoz2014-09-291-1/+5
* Fillet-Chamfer update. Two things.Jabier Arraiza Cenoz2014-09-291-4/+12
* add radius support to fillet-chamfer, bugfixesJabier Arraiza Cenoz2014-09-111-94/+69
* Fix a bug pointed by su_v on fillet-chamfer open pathsJabier Arraiza Cenoz2014-07-301-0/+6
* Fix a bug on type of 'fillet' on the closing nodeJabier Arraiza Cenoz2014-07-241-3/+8
* Fix bug on closed nodes in fillet-chamfer LPEJabier Arraiza Cenoz2014-07-231-8/+16
* Add signals to ToggleButton; more coding styleLiam P. White2014-07-081-3/+1
* Coding style improvementsLiam P. White2014-07-061-122/+80
* Put correctly doubles in a functionJabier Arraiza Cenoz2014-07-021-1/+1
* Add LPE fillet-chamferJabier Arraiza Cenoz2014-07-021-0/+687