summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-bspline.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Update to experimental r13565Liam P. White2014-09-271-274/+120
| | | | | | (bzr r13341.5.16)
* | Update to experimental r13527Liam P. White2014-08-301-14/+7
|\| | | | | (bzr r13341.5.15)
| * remove gtkmm sub-headersJabier Arraiza Cenoz2014-08-261-14/+7
| | | | | | (bzr r13341.1.177)
* | Update to experimental r13440Liam P. White2014-07-241-626/+616
|\| | | | | (bzr r13341.5.13)
| * Add signals to ToggleButton; more coding styleLiam P. White2014-07-081-626/+616
| | | | | | (bzr r13341.1.87)
* | 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-2/+2
|/ | | | | disallow pointers to Application (bzr r13341.5.9)
* 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)
* Fix BSplines whit 1 segmentJabier Arraiza Cenoz2013-01-081-0/+2
| | | (bzr r11950.1.16)
* fix continueJabier Arraiza Cenoz2013-01-061-12/+15
| | | (bzr r11950.1.12)
* fix continueJabier Arraiza Cenoz2013-01-051-12/+9
| | | (bzr r11950.1.11)
* Fixing StartAnchor problems in bsplineJabier Arraiza Cenoz2013-01-041-4/+15
| | | (bzr r11950.1.10)
* Going to mergeJabier Arraiza Cenoz2012-12-241-0/+226
(bzr r11950.1.5)