summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-knot.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Improvements to simplify KnotsJabiertxof2018-10-251-1/+0
|
* Add new features to knot LPEJabiertxof2018-10-251-1/+3
|
* Fixing coding styleJabiertxof2018-10-251-1/+1
|
* Add minor string tweaksJabiertxof2018-10-251-1/+2
|
* Fix coding styleJabier Arraiza2018-10-251-4/+4
|
* Fixes fror knot LPEJabier Arraiza2018-10-251-2/+5
|
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-5/+5
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-2/+2
| | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+3
| | | | A lot of header clean-up.
* Remove some ocurrences of desktop in knot functionsJabiertxof2016-12-191-1/+1
| | | (bzr r15337)
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-5/+5
| | | (bzr r14059.2.1)
* Update to experimental r13404Liam P. White2014-06-191-1/+0
|\ | | | | (bzr r13090.1.84)
| * fixes to LPEKnot, now usable again.Johan B. C. Engelen2014-06-161-1/+0
| | | | | | | | | | | | | | | | 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)
* | Properly allow effect stacking with knotholders (and add extra LPE ↵Liam P. White2014-04-061-1/+2
|/ | | | | functionality) (bzr r13090.1.48)
* fix hiding overloaded virtualJohan B. C. Engelen2013-10-041-1/+1
| | | (bzr r12657)
* const ....Johan B. C. Engelen2013-01-171-1/+1
| | | (bzr r12039)
* cleanup knotholder code for LPEsJohan B. C. Engelen2012-04-071-2/+3
| | | (bzr r11170)
* knot lpe: enable groups + cleanups/simplificationsJF Barraud2009-03-091-13/+19
| | | (bzr r7454)
* hatches lpe: parameters renamed + tips, knot-lpe: can use 'unit of stroke ↵JF Barraud2009-01-251-1/+5
| | | | | width'. (bzr r7170)
* Merge from fe-movedTed Gould2008-11-211-12/+11
| | | (bzr r6891)
* lpe-knot update. Each crossing can be flipped independently.JF Barraud2008-09-161-14/+56
| | | (bzr r6816)
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-061-1/+0
| | | (bzr r5823)
* change doEffect functions to use const& parametersJohan B. C. Engelen2008-04-091-1/+1
| | | (bzr r5394)
* remove flashing test indicator on pointparam.Johan B. C. Engelen2008-03-021-1/+0
| | | | | | | | | remove some leftover code from point param code remove test pointparam from LPEKnot added SnapIndicator added SnapIndicator to SPDesktop, and a call from guidesnapping to display a snapindicator when a guide is snapped. fix canvas-temporary-item-list.cpp (bzr r4931)
* Whitespace cleanupJon A. Cruz2008-02-251-47/+47
| | | (bzr r4843)
* 3 new lpe gadgets: sketch, knot and vonkoch.JF Barraud2008-02-251-0/+47
(bzr r4842)