summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-bspline.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor to remove references to Desktop/Ui in Effect, bspline and ↵Jabier Arraiza Cenoz2014-11-051-132/+19
| | | | | | | | 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)
* i18n. Fix for bug #1389509 (typos in trunk-r13669).Masato Hashimoto2014-11-051-1/+1
| | | (bzr r13670)
* Update wrong variable name and apply the same way to select nodes to ↵Jabier Arraiza Cenoz2014-11-031-11/+12
| | | | | fillet/chamfer and BSpline, still the boring bug -ignore apply only to selected nodes- when document not in 'px' (bzr r13668)
* Change calls to desktop with SP_ACTIVE_DESKTOPJabier Arraiza Cenoz2014-11-021-5/+4
| | | (bzr r13656)
* Warning cleanup.Jon A. Cruz2014-11-011-1/+1
| | | (bzr r13653)
* Update to bspline branch, now helper path fixed and optionalroot2014-10-161-40/+86
| | | (bzr r13341.1.275)
* add support for document-units in the helper path of bsplineJabier Arraiza Cenoz2014-09-291-2/+9
| | | (bzr r13341.1.234)
* Add helper paths to BSPlineJabier Arraiza Cenoz2014-09-291-0/+33
| | | (bzr r13341.1.226)
* remove magic numbers from bsplineJabier Arraiza Cenoz2014-09-231-19/+23
| | | (bzr r13341.1.219)
* Fix for strange gap at shift to cusp in bsplineJabier Arraiza Cenoz2014-09-221-259/+101
| | | | | | | | Now curves with cusp noden in bspline mode looks better, more smooth. Remove some duplicate code from outside for loops Fix a bug continuing shapes in bspline-spiro mode. Style code formating (bzr r13341.1.215)
* remove gtkmm sub-headersJabier Arraiza Cenoz2014-08-261-14/+7
| | | (bzr r13341.1.177)
* Add signals to ToggleButton; more coding styleLiam P. White2014-07-081-626/+616
| | | (bzr r13341.1.87)
* Fix GTK+ 3 buildLiam P. White2014-05-161-0/+13
| | | (bzr r13341.1.35)
* Fixed a bug in bspline with snaps and 1 sice segments. Pointed by LiamWJabier Arraiza Cenoz2014-05-131-3/+19
| | | (bzr r13341.1.12)
* Redesign of the BSpline LPE widgetsJabier Arraiza Cenoz2014-04-221-17/+40
| | | (bzr r11950.1.335)
* align two buttons in LPE widgetJabier Arraiza Cenoz2014-04-221-6/+4
| | | (bzr r11950.1.334)
* Fixed bug in LPE Bspline widget, on apply selected nodes, because a rounding ↵Jabier Arraiza Cenoz2014-03-311-19/+2
| | | | | problem. Thanks very much to Johan Engelen for point me to the correct direction. maybe is better round it previously to the are_near function, not sure (bzr r11950.1.318)
* clang-format bspline lpe filesJabier Arraiza Cenoz2014-03-301-565/+617
| | | (bzr r11950.1.316)
* Adding cout << output to check bug in Geom::are_nearJabier Arraiza Cenoz2014-03-271-5/+21
| | | (bzr r11950.1.314)
* Update to trunkJabier Arraiza Cenoz2013-11-101-1/+1
| | | (bzr r11950.1.196)
* Fixing bugs on update to trunkJabier Arraiza Cenoz2013-11-081-2/+2
| | | (bzr r11950.1.194)
* update to trunkroot2013-10-051-1/+1
| | | (bzr r11950.1.159)
* Reverted po files to master branch, now the diff of launchpad is more usableJabier Arraiza Cenoz2013-08-181-1/+1
| | | (bzr r11950.1.136)
* Update color lines overlay, with halo of 1 px matched by Gez. Fix some crash ↵root2013-04-171-35/+60
| | | | | snapping. Added new button widget to make cusp node (bzr r11950.1.96)
* Fixed bug moving selected nodesJabier Arraiza Cenoz2013-04-101-108/+60
| | | (bzr r11950.1.88)
* Fixing problem whith changing node sselected - not solvedJabier Arraiza Cenoz2013-04-101-1/+3
| | | (bzr r11950.1.87)
* fixing error moving selected nodesroot2013-04-101-52/+50
| | | (bzr r11950.1.86)
* Change width only for selected nodes by widgetroot2013-04-071-21/+25
| | | (bzr r11950.1.83)
* Changing width only to selected nodesJabier Arraiza Cenoz2013-04-041-75/+207
| | | (bzr r11950.1.81)
* Fix scale and rotate some nodesJabier Arraiza Cenoz2013-03-311-1/+21
| | | (bzr r11950.1.78)
* Fix weight 0 by widget now give a full cusp nodeJabier Arraiza Cenoz2013-03-231-6/+6
| | | (bzr r11950.1.70)
* Mauro based feedbak added some fixesJabier Arraiza Cenoz2013-03-231-20/+25
| | | (bzr r11950.1.68)
* For testing, widget added, regression fixedJabier Arraiza Cenoz2013-03-201-11/+24
| | | (bzr r11950.1.62)
* Working width widgetsJabier Arraiza Cenoz2013-03-191-124/+112
| | | (bzr r11950.1.58)
* working whith widgetsJabier Arraiza Cenoz2013-03-181-25/+69
| | | (bzr r11950.1.57)
* Working with widjetsJabier Arraiza Cenoz2013-03-171-31/+17
| | | (bzr r11950.1.56)
* Working in widgetsroot2013-03-171-15/+29
| | | (bzr r11950.1.55)
* widget working not compileroot2013-03-161-72/+247
| | | (bzr r11950.1.54)
* Updating original pathJabier Arraiza Cenoz2013-03-141-135/+73
| | | (bzr r11950.1.53)
* ~sub fix, double click to reset default handles and control to 10% steproot2013-03-111-2/+133
| | | (bzr r11950.1.51)
* refactor bsplineSpiroliveJabier Arraiza Cenoz2013-03-051-55/+51
| | | (bzr r11950.1.44)
* Spiro refactorJabier Arraiza Cenoz2013-03-031-34/+38
| | | (bzr r11950.1.42)
* BSpline refactorJabier Arraiza Cenoz2013-03-011-66/+52
| | | (bzr r11950.1.41)
* Fixed closed pc->eaJabier Arraiza Cenoz2013-02-281-7/+3
| | | (bzr r11950.1.40)
* Saved for next refactorJabier Arraiza Cenoz2013-02-231-29/+48
| | | (bzr r11950.1.37)
* Mayor refactorJabier Arraiza Cenoz2013-02-191-46/+34
| | | (bzr r11950.1.36)
* refactorJabier Arraiza Cenoz2013-02-181-23/+23
| | | (bzr r11950.1.35)
* All done except cusp continuous and close bsplineJabier Arraiza Cenoz2013-02-141-1/+1
| | | (bzr r11950.1.32)
* First Steps, BSpline Live Path Ok, working Pen ContextJabier Arraiza Cenoz2013-02-131-35/+53
| | | (bzr r11950.1.29)
* First attempt for Adjustable WheightJabier Arraiza Cenoz2013-02-121-54/+28
| | | (bzr r11950.1.28)