summaryrefslogtreecommitdiffstats
path: root/src/live_effects (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | Code refactor: now helper paths draw ok when handle is degenerate or cirle ha...Jabier Arraiza Cenoz2014-08-111-28/+22
* | | | | | | | | | | | | | | | | Added reset modifier to knot in fillet chamferJabier Arraiza Cenoz2014-08-111-32/+46
* | | | | | | | | | | | | | | | | Simplify original paths on helper paths pointed by Liam. Also used arcs for h...Jabier Arraiza Cenoz2014-08-111-2/+2
* | | | | | | | | | | | | | | | | fix bug pointed by suvJabier Arraiza Cenoz2014-08-101-1/+1
* | | | | | | | | | | | | | | | | Better helper paths in simplify LPE sugested by suvJabier Arraiza Cenoz2014-08-101-4/+8
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Fix bug #1241501, improve tooltip text on path parameterJabier Arraiza Cenoz2014-08-061-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Fix a bug pointed by su_v on fillet-chamfer open pathsJabier Arraiza Cenoz2014-07-301-0/+6
* | | | | | | | | | | | | | | Fix a bug pointed by LiamWJabier Arraiza Cenoz2014-07-301-2/+2
* | | | | | | | | | | | | | | Added roughen LPEJabier Arraiza Cenoz2014-07-306-0/+456
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | 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
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Fixed alignaments of toggle buttonsJabier Arraiza Cenoz2014-07-221-3/+3
* | | | | | | | | | | | | Add icons on/off to use in simplify LPE toggle buttonsJabier Arraiza Cenoz2014-07-211-4/+4
* | | | | | | | | | | | | Fix buildLiam P. White2014-07-192-6/+4
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Update togglebutton parameter to handle if you want:Jabier Arraiza Cenoz2014-07-133-15/+94
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Add signals to ToggleButton; more coding styleLiam P. White2014-07-085-663/+671
* | | | | | | | | | | Bugged powerstroke point array tried accessing points on a quickly diverging ...Liam P. White2014-07-081-1/+4
* | | | | | | | | | | Changed toogle button to more clear combobox in envelope-prespective LPEJabier Arraiza Cenoz2014-07-072-20/+31
* | | | | | | | | | | Coding style improvementsLiam P. White2014-07-064-155/+134
* | | | | | | | | | | Extension of fix for 13420: effects often set upper limit to inf, causing pro...Liam P. White2014-07-061-2/+17
* | | | | | | | | | | Fix an oddity with path effects dialog, gtk3 onlyLiam P. White2014-07-061-2/+10
* | | | | | | | | | | Fix FTBFS gtk3 & make checkLiam P. White2014-07-051-4/+7
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Put correctly doubles in a functionJabier Arraiza Cenoz2014-07-021-1/+1
* | | | | | | | | | Fix buildLiam P. White2014-07-022-0/+2
* | | | | | | | | | Fixed CMakeLists.txt pointed by LiamJabier Arraiza Cenoz2014-07-021-0/+4
* | | | | | | | | | Add LPE fillet-chamferJabier Arraiza Cenoz2014-07-027-0/+1532
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Update to latest tip (trunk r13432)Liam P. White2014-06-192-12/+13
|\| | | | | | | | | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | fixes to LPEKnot, now usable again.Johan B. C. Engelen2014-06-162-12/+13
| * | | | | | | fix C++11 compilationJohan B. C. Engelen2014-05-151-2/+1
* | | | | | | | Removed original path helper paths pointed by LiamWJabier Arraiza Cenoz2014-06-131-8/+0
* | | | | | | | Put lpe-envelope-perspective.cpp in CMakeLists.txtLiam P. White2014-06-061-0/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Added Perspective-Envelope live effectJabier Arraiza Cenoz2014-05-306-1/+501
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix GTK+ 3 buildLiam P. White2014-05-161-0/+13
* | | | | | fix C++11 compilationJohan B. C. Engelen2014-05-151-2/+1
* | | | | | adding missing files from LPE simplifyJabier Arraiza Cenoz2014-05-134-0/+494
* | | | | | Added Latice2 deformation LPEJabier Arraiza Cenoz2014-05-139-1/+882
* | | | | | Add Simplify LPEJabier Arraiza Cenoz2014-05-135-3/+20
* | | | | | Fixed a bug in bspline with snaps and 1 sice segments. Pointed by LiamWJabier Arraiza Cenoz2014-05-131-3/+19
* | | | | | Tentative fix for LPEs and undoLiam P. White2014-05-101-0/+5
| |_|_|_|/ |/| | | |
* | | | | Merging Jabier's spirolive+bspline branchVinícius dos Santos Oliveira2014-05-087-0/+788
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Enabling path manipulator to comunicate if paths are bspline whenVinícius dos Santos Oliveira2014-05-051-0/+1
| * | | | Redesign of the BSpline LPE widgetsJabier Arraiza Cenoz2014-04-222-19/+42
| * | | | align two buttons in LPE widgetJabier Arraiza Cenoz2014-04-221-6/+4
| * | | | update to trunkJabier Arraiza Cenoz2014-03-312-3/+3
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Fixed bug in LPE Bspline widget, on apply selected nodes, because a rounding ...Jabier Arraiza Cenoz2014-03-311-19/+2
| * | | | clang-format bspline lpe filesJabier Arraiza Cenoz2014-03-302-585/+636
| * | | | Adding cout << output to check bug in Geom::are_nearJabier Arraiza Cenoz2014-03-271-5/+21
| * | | | update to trunkJabier Arraiza Cenoz2014-03-231-2/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | update to trunkJabier Arraiza Cenoz2014-01-202-3/+3
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | update to trunkJabier Arraiza Cenoz2014-01-184-50/+47
| |\ \ \ \