summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-fillet-chamfer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix headers on LPE'sJabiertxof2016-12-101-1/+1
| | | (bzr r15318)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-5/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+5
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-5/+0
| | | (bzr r15025)
* Improve advertaising to Fillet-ChamferJabier Arraiza Cenoz2016-01-291-1/+1
| | | (bzr r14625)
* Add an advert to fillet chamfer users that the coming version in 'pointwise' ↵Jabier Arraiza Cenoz2016-01-291-0/+8
| | | | | branch is not compatible. I hope soon I can commit the code (bzr r14623)
* fixes bug:1492711 in bspline and fillet chamferjtx2015-09-111-0/+10
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1492711 (bzr r14356)
* Update to 2Geom revision 2396Krzysztof Kosi??ski2015-05-221-5/+5
| | | (bzr r14059.2.16)
* Merge from trunkKrzysztof Kosi??ski2015-05-221-6/+1
|\ | | | | (bzr r14059.2.15)
| * Remove documentUnits from live_effect/effect.cpp/hJabier Arraiza Cenoz2015-05-091-6/+1
| | | | | | | | | | Remove units from fillet-chamfer and roughen (bzr r14136)
* | Fix calls to Geom::cross() - sign change.Krzysztof Kosi??ski2015-04-281-1/+1
| | | | | | (bzr r14059.2.2)
* | 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-10/+10
|/ | | (bzr r14059.2.1)
* Update simplify and bspline to auto size some helper paths based on current zoomJabier Arraiza Cenoz2015-03-081-1/+1
| | | (bzr r13974)
* UI/i18n. Fixing inconsistencies in the Fillet/Chamfer LPE dialogs.Nicolas Dufour2015-01-061-5/+5
| | | | | Translations. Translation template and French translation update. (bzr r13842)
* fix a bug in fillet/chamfer on apply on non shapesJabier Arraiza Cenoz2014-11-171-0/+2
| | | (bzr r13727)
* add snap to fillet/chamfer knots. Fixed a bug whith 180 degree node angleJabier Arraiza Cenoz2014-11-151-1/+3
| | | (bzr r13716)
* Update Chamfer Steps to more unequivocal number, thanks to the feedback of ↵Jabier Arraiza Cenoz2014-11-151-3/+3
| | | | | Ivan Louette (bzr r13714)
* Add inverse subdivision chamfer to fillet chamfer LPE, feature sugested by ↵Jabier Arraiza Cenoz2014-11-141-17/+59
| | | | | Ivan Louette. (bzr r13708)
* fix a bug pointed by su_v in fillet chamfer dialog, about unitsJabier Arraiza Cenoz2014-11-091-0/+1
| | | (bzr r13697)
* Refactor to remove references to Desktop/Ui in Effect, bspline and ↵Jabier Arraiza Cenoz2014-11-051-66/+15
| | | | | | | | 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)
* Update wrong variable name and apply the same way to select nodes to ↵Jabier Arraiza Cenoz2014-11-031-11/+11
| | | | | fillet/chamfer and BSpline, still the boring bug -ignore apply only to selected nodes- when document not in 'px' (bzr r13668)
* Update fillet/chamfer to allow subdivisions in chamfer mode. Jabier Arraiza Cenoz2014-11-031-23/+36
| | | | | | 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)
* Change calls to desktop with SP_ACTIVE_DESKTOPJabier Arraiza Cenoz2014-11-021-4/+4
| | | (bzr r13656)
* Fix a bug whith units pointed by suvJabier Arraiza Cenoz2014-10-301-5/+7
| | | (bzr r13647)
* Move more UI code into ui/Liam P. White2014-10-051-1/+1
| | | (bzr r13341.1.253)
* A little fix in fillet-chamfer to hide knot helper path at hide the knotsJabier Arraiza Cenoz2014-09-291-1/+5
| | | (bzr r13341.1.230)
* Fillet-Chamfer update. Two things.Jabier Arraiza Cenoz2014-09-291-4/+12
| | | | | | | | | 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)
* add radius support to fillet-chamfer, bugfixesJabier Arraiza Cenoz2014-09-111-94/+69
| | | (bzr r13341.1.203)
* Fix a bug pointed by su_v on fillet-chamfer open pathsJabier Arraiza Cenoz2014-07-301-0/+6
| | | (bzr r13341.1.109)
* Fix a bug on type of 'fillet' on the closing nodeJabier Arraiza Cenoz2014-07-241-3/+8
| | | (bzr r13341.1.97)
* Fix bug on closed nodes in fillet-chamfer LPEJabier Arraiza Cenoz2014-07-231-8/+16
| | | (bzr r13341.1.96)
* Add signals to ToggleButton; more coding styleLiam P. White2014-07-081-3/+1
| | | (bzr r13341.1.87)
* Coding style improvementsLiam P. White2014-07-061-122/+80
| | | (bzr r13341.1.81)
* Put correctly doubles in a functionJabier Arraiza Cenoz2014-07-021-1/+1
| | | (bzr r13341.1.77)
* Add LPE fillet-chamferJabier Arraiza Cenoz2014-07-021-0/+687
(bzr r13341.1.74)