summaryrefslogtreecommitdiffstats
path: root/src/live_effects (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix SP_ACTIVE_DOCUMENT usage (document can be determined from context)Liam P. White2014-08-301-5/+6
| | | (bzr r13341.1.185)
* remove gtkmm sub-headersJabier Arraiza Cenoz2014-08-262-16/+8
| | | (bzr r13341.1.177)
* Fix Gtk+ 2 buildAlex Valavanis2014-08-241-2/+2
| | | (bzr r13341.1.171)
* Fix orientable Gtkmm widgetsAlex Valavanis2014-08-232-3/+28
| | | (bzr r13341.1.168)
* Fix deprecated GtkHBox useAlex Valavanis2014-08-231-2/+6
| | | (bzr r13341.1.167)
* properly attribute codeJohan B. C. Engelen2014-08-231-0/+7
| | | (bzr r13341.1.158)
* add missing files from last commitJohan B. C. Engelen2014-08-232-0/+145
| | | (bzr r13341.1.157)
* To help the SVG WG discussion on powerstroke, a quick code-up of centripetal ↵Johan B. C. Engelen2014-08-235-3/+90
| | | | | | | | Catmull-Rom interpolation. The code probably needs a clean up pass, and more generally, the interpolation functions should move into 2geom or at least into a .cpp file. - Add Catmull-Rom interpolation to powerstroke interpolation options - Add LPE Interpolate points (bzr r13341.1.156)
* Fix bug #1068987 LPE prespective_path crash inkscapeJabier Arraiza Cenoz2014-08-202-3/+102
| | | (bzr r13341.1.149)
* Update to trunk r13525Liam P. White2014-08-172-3/+7
|\ | | | | (bzr r13341.1.142)
| * memleak fix (Bug #1293827: LivePathEffect memory leak )Kris De Gussem2014-08-152-2/+8
| | | | | | (bzr r13520)
| * Fix bug #1241501, improve tooltip text on path parameterJabier Arraiza Cenoz2014-08-061-1/+1
| | | | | | (bzr r13494)
| * Don't update path effects on document load (#1299948)Liam P. White2014-07-281-0/+5
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1299948 (bzr r13479)
| * Bugged powerstroke point array tried accessing points on a quickly diverging ↵Liam P. White2014-07-081-1/+4
| | | | | | | | | | | | | | | | path Fixed bugs: - https://launchpad.net/bugs/1333465 (bzr r13447)
* | Add 'Show handles' LPEJabier Arraiza Cenoz2014-08-126-1/+283
| | | | | | (bzr r13341.1.139)
* | fix a bug knots resetting in fillet-chamferJabier Arraiza Cenoz2014-08-111-2/+2
| | | | | | (bzr r13341.1.137)
* | Code refactor: now helper paths draw ok when handle is degenerate or cirle ↵Jabier Arraiza Cenoz2014-08-111-28/+22
| | | | | | | | | | handle is biger then the distance to node. also remove code duplication at loop (bzr r13341.1.136)
* | Added reset modifier to knot in fillet chamferJabier Arraiza Cenoz2014-08-111-32/+46
| | | | | | (bzr r13341.1.135)
* | Simplify original paths on helper paths pointed by Liam. Also used arcs for ↵Jabier Arraiza Cenoz2014-08-111-2/+2
| | | | | | | | | | handles pointed by suv (bzr r13341.1.134)
* | fix bug pointed by suvJabier Arraiza Cenoz2014-08-101-1/+1
| | | | | | (bzr r13341.1.133)
* | Better helper paths in simplify LPE sugested by suvJabier Arraiza Cenoz2014-08-101-4/+8
| | | | | | (bzr r13341.1.132)
* | Fix bug #1241501, improve tooltip text on path parameterJabier Arraiza Cenoz2014-08-061-1/+1
| | | | | | (bzr r13341.1.118)
* | 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 pointed by LiamWJabier Arraiza Cenoz2014-07-301-2/+2
| | | | | | (bzr r13341.1.107)
* | Added roughen LPEJabier Arraiza Cenoz2014-07-306-0/+456
| | | | | | (bzr r13341.1.106)
* | 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)
* | Fixed alignaments of toggle buttonsJabier Arraiza Cenoz2014-07-221-3/+3
| | | | | | (bzr r13341.1.95)
* | Add icons on/off to use in simplify LPE toggle buttonsJabier Arraiza Cenoz2014-07-211-4/+4
| | | | | | (bzr r13341.1.90)
* | Fix buildLiam P. White2014-07-192-6/+4
| | | | | | (bzr r13341.1.89)
* | Update togglebutton parameter to handle if you want:Jabier Arraiza Cenoz2014-07-133-15/+94
| | | | | | | | | | Active text, Active icon, Inactive text, Inactive Icon (bzr r13341.1.88)
* | Add signals to ToggleButton; more coding styleLiam P. White2014-07-085-663/+671
| | | | | | (bzr r13341.1.87)
* | Bugged powerstroke point array tried accessing points on a quickly diverging ↵Liam P. White2014-07-081-1/+4
| | | | | | | | | | | | | | | | path Fixed bugs: - https://launchpad.net/bugs/1333465 (bzr r13341.1.86)
* | Changed toogle button to more clear combobox in envelope-prespective LPEJabier Arraiza Cenoz2014-07-072-20/+31
| | | | | | (bzr r13341.1.83)
* | Coding style improvementsLiam P. White2014-07-064-155/+134
| | | | | | (bzr r13341.1.81)
* | Extension of fix for 13420: effects often set upper limit to inf, causing ↵Liam P. White2014-07-061-2/+17
| | | | | | | | | | problems in gtk3 (bzr r13341.1.80)
* | Fix an oddity with path effects dialog, gtk3 onlyLiam P. White2014-07-061-2/+10
| | | | | | (bzr r13341.1.79)
* | Fix FTBFS gtk3 & make checkLiam P. White2014-07-051-4/+7
| | | | | | (bzr r13341.1.78)
* | Put correctly doubles in a functionJabier Arraiza Cenoz2014-07-021-1/+1
| | | | | | (bzr r13341.1.77)
* | Fix buildLiam P. White2014-07-022-0/+2
| | | | | | (bzr r13341.1.76)
* | Fixed CMakeLists.txt pointed by LiamJabier Arraiza Cenoz2014-07-021-0/+4
| | | | | | (bzr r13341.1.75)
* | Add LPE fillet-chamferJabier Arraiza Cenoz2014-07-027-0/+1532
| | | | | | (bzr r13341.1.74)
* | Update to latest tip (trunk r13432)Liam P. White2014-06-192-12/+13
|\| | | | | (bzr r13341.1.62)
| * fixes to LPEKnot, now usable again.Johan B. C. Engelen2014-06-162-12/+13
| | | | | | | | | | | | | | | | knotholder: if knot coords are non-finite, hide knot. used for hiding the lpeknot switcher knot if there are no crossings Fixed bugs: - https://launchpad.net/bugs/781893 (bzr r13428)
| * fix C++11 compilationJohan B. C. Engelen2014-05-151-2/+1
| | | | | | (bzr r13385)
* | Removed original path helper paths pointed by LiamWJabier Arraiza Cenoz2014-06-131-8/+0
| | | | | | (bzr r13341.1.61)
* | Put lpe-envelope-perspective.cpp in CMakeLists.txtLiam P. White2014-06-061-0/+1
| | | | | | (bzr r13341.1.49)
* | Added Perspective-Envelope live effectJabier Arraiza Cenoz2014-05-306-1/+501
| | | | | | (bzr r13341.1.43)
* | Fix GTK+ 3 buildLiam P. White2014-05-161-0/+13
| | | | | | (bzr r13341.1.35)
* | fix C++11 compilationJohan B. C. Engelen2014-05-151-2/+1
| | | | | | (bzr r13341.1.30)