summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah2018-10-221-1/+0
|
* Fix for bug:#1659476; Horizontal slider in "Power Stroke" LPE not movable ↵Jabiertxof2018-10-031-1/+1
| | | | with mouse correctly
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-3/+3
|
* Improvements to transforms in LPEJabier Arraiza2018-10-011-0/+1
|
* improbe UX of Fillet/Chamfer LPEJabiertxof2018-09-141-2/+1
|
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-14/+14
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-13/+13
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-13/+13
|
* Remove some documents updatesJabier Arraiza2018-04-231-1/+0
|
* Noumerous bugfixes pointed by Lazur on IRCJabier Arraiza2018-04-231-1/+2
|
* Add LPE Dash StrokeJabier Arraiza2018-04-011-1/+6
|
* Fixing refsJabier Arraiza2018-03-261-4/+0
|
* Base LPE refactorJabier Arraiza2018-03-261-51/+42
|
* Merge from trunkJabier Arraiza2018-03-021-1/+6
|\
| * Live effect: Ellipse from PointsMarkus Schwienbacher2018-03-011-1/+6
| |
* | Migrate launchpad offset branch to gitJabier Arraiza2018-02-271-1/+1
|/
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-3/+9
| | | | A lot of header clean-up.
* Fix minor typosYuri Chornoivan2018-01-011-1/+1
|
* Misc. typosUnknown2017-11-071-4/+4
| | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
* Fixing problems with nested LPE and convert to pathsJabier Arraiza2017-10-141-2/+2
|
* Add better transform handle to Clone Item LPEJabier Arraiza2017-10-011-0/+1
|
* A little styling tweak to a LPE expanderJabier Arraiza2017-10-011-1/+2
|
* Improvements to meassure segments LPE and a little styling tweak to default ↵Jabier Arraiza2017-09-301-1/+3
| | | | LPE params
* Minor tootltip tweakJabier Arraiza2017-09-221-1/+1
|
* Add tooltip to set default LPE widgetJabier Arraiza2017-09-221-7/+22
|
* Change from Measure Line LPE to Measure Segments LPEJabier Arraiza2017-08-191-4/+4
|
* Working with powerclip and powermaskJabier Arraiza2017-06-241-0/+1
|
* Update to trunkJabier Arraiza Cenoz2017-06-071-0/+5
|\ | | | | (bzr r15723)
| * fixed enum order + added cpp files to POFILES.inMichael Soegtrop2017-06-051-4/+2
| | | | | | (bzr r14862.2.4)
| * merged with latest version of lpe-bool and trunkMichael Soegtrop2017-06-051-92/+268
| |\ | | | | | | (bzr r14862.2.3)
| * \ updated to trunkMichael Soegtrop2017-06-051-2/+2
| |\ \ | | | | | | | | (bzr r14862.2.2)
| * | | Added emboidery and bool LPEsMichael Soegtrop2016-04-271-0/+13
| | | | | | | | | | | | (bzr r14862.2.1)
* | | | Working on powermask LPEJabier Arraiza Cenoz2017-06-071-1/+1
| | | | | | | | | | | | (bzr r15722)
* | | | Update to trunkJabier Arraiza Cenoz2017-06-071-0/+5
|\ \ \ \ | | | | | | | | | | (bzr r15721)
| * | | | fixed enum order + added cpp files to POFILES.inMichael Soegtrop2017-06-051-2/+1
| | | | | | | | | | | | | | | (bzr r14876.2.5)
| * | | | updated to latest trunkMichael Soegtrop2017-06-051-91/+266
| |\ \ \ \ | | | |_|/ | | |/| | (bzr r14876.2.4)
| * | | | updated to latest trunkMichael Soegtrop2016-06-121-0/+1
| |\ \ \ \ | | | | | | | | | | | | (bzr r14876.2.3)
| * \ \ \ \ Fixed Bool LPE review issuesMichael Soegtrop2016-05-231-2/+2
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | (bzr r14876.2.2)
| * | | | | Added bool LPEMichael Soegtrop2016-05-081-0/+7
| | |_|_|/ | |/| | | | | | | | (bzr r14876.2.1)
* | | | | Starting with powermaskJabiertxof2017-06-061-0/+5
| | | | | | | | | | | | | | | (bzr r15718)
* | | | | update to trunkJabiertxof2017-05-291-3/+8
|\ \ \ \ \ | | |_|_|/ | |/| | | (bzr r15705)
| * | | | Fix bug #1694111 also fixes noumerous bugfixes on LPE undo. And shapes are ↵Jabiertxof2017-05-291-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | improved to only perform path effet one time each Fixed bugs: - https://launchpad.net/bugs/1694111 (bzr r15703.1.10)
| * | | | Add a new value to LPE 'is_load' to know the lpe is just load, no previous ↵Jabiertxof2017-05-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | values set yet to not LPE stored values when loading a previous file (bzr r15703.1.8)
| * | | | Change bad named varsJabiertxof2017-05-271-1/+1
| | | | | | | | | | | | | | | (bzr r15703.1.1)
* | | | | Initial releaseJabiertxof2017-05-291-1/+8
|/ / / / | | | | | | | | (bzr r15704)
* | | | Improve methods on rotate copies LPEJabier Arraiza Cenoz2017-05-261-1/+1
| | | | | | | | | | | | (bzr r15702)
* | | | Fix a bug on tapper stroke detected with Ede_123 on IRCJabiertxof2017-05-071-12/+3
| | | | | | | | | | | | (bzr r15673)
* | | | Reorder LPE enum to match definition in effect.cpp. also fix a bug pointed ↵Jabiertxof2017-05-071-18/+19
| | | | | | | | | | | | | | | | | | | | by Ede_123 in IRC, LPE dialog show bad default selected LPE (bzr r15670)