summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-knot.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Update to experimental r13404Liam P. White2014-06-191-11/+13
|\| | | | | (bzr r13090.1.84)
| * fixes to LPEKnot, now usable again.Johan B. C. Engelen2014-06-161-11/+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)
* | Properly allow effect stacking with knotholders (and add extra LPE ↵Liam P. White2014-04-061-0/+4
|/ | | | | functionality) (bzr r13090.1.48)
* Removed some operator keywords.Markus Engel2014-03-301-1/+1
| | | (bzr r13237)
* lpe knot: code cleanup. mostly adding parens to if-statement predicates that ↵Johan B. C. Engelen2014-01-121-34/+37
| | | | | relied on operator precedence (bzr r12919)
* fix hiding overloaded virtualJohan B. C. Engelen2013-10-041-1/+1
| | | (bzr r12657)
* const ....Johan B. C. Engelen2013-01-171-4/+4
| | | (bzr r12039)
* Fix "shift disables snapping" for LPEs and for editing objectsDiederik van Lierop2012-10-141-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1065931 (bzr r11800)
* code cleanup: make more functions static or include their own headers.Campbell Barton2012-10-041-3/+4
| | | (bzr r11736)
* Removed outdated classes.Jon A. Cruz2012-06-171-0/+2
| | | | | Pruned header to not introduce extraneous includes. (bzr r11502)
* Adding base configurable sizing of controls/handles.Jon A. Cruz2012-05-031-9/+6
| | | (bzr r11316)
* Warning cleanupJon A. Cruz2012-04-181-1/+2
| | | (bzr r11265)
* cleanup knotholder code for LPEsJohan B. C. Engelen2012-04-071-21/+22
| | | (bzr r11170)
* Header cleaningAlex Valavanis2012-02-121-1/+1
| | | (bzr r10963)
* turn SPPath into a class, and add some methods...Johan B. C. Engelen2012-01-171-1/+1
| | | (bzr r10897)
* cppcheckKris De Gussem2011-10-211-2/+2
| | | (bzr r10687)
* cppcheckKris De Gussem2011-10-181-1/+1
| | | (bzr r10681)
* Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
| | | (bzr r10660)
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-1/+1
| | | (bzr r10461)
* Added some mnemonics for filter path effects (Bug #170765)Kris De Gussem2011-03-171-5/+5
| | | (bzr r10112)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-2/+2
| | | (bzr r10025)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-3/+4
|\ | | | | (bzr r9945.1.1)
| * SPShape c++ified to the extent it was possible and more changes done for XML ↵Abhishek Sharma Public2010-07-141-1/+1
| | | | | | | | | | privatisation. Major changes yet to come. (bzr r9546.1.7)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-1/+1
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* | LPE Knot: only consider closing line segment if its length is non-zeroJohan B. C. Engelen2010-10-281-14/+26
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/606859 (bzr r9862)
* | fix lpe knot for closed pathsJohan B. C. Engelen2010-10-281-14/+14
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/606859 (bzr r9860)
* | UI fixes (a.o. Bug #560751 )Kris De Gussem2010-10-021-2/+2
|/ | | (bzr r9807)
* lpe-knot: fix crashJohan B. C. Engelen2010-05-151-11/+13
| | | | | | Fixed bugs: - https://launchpad.net/bugs/432523 (bzr r9421)
* decrease header depsJohan B. C. Engelen2009-11-231-0/+1
| | | (bzr r8842)
* Patch by Johan to fix 365903.Josh Andler2009-10-081-2/+14
| | | (bzr r8748)
* Deweirdification of user visible messages as proposed by TavAlexandre Prokoudine2009-08-111-4/+4
| | | (bzr r8468)
* comment out debug outputbulia byak2009-04-091-2/+2
| | | (bzr r7671)
* bug fix about closed path.JF Barraud2009-03-111-38/+66
| | | (bzr r7468)
* knot lpe: enable groups + cleanups/simplificationsJF Barraud2009-03-091-227/+277
| | | (bzr r7454)
* Warning cleanup.Jon A. Cruz2009-02-041-2/+2
| | | (bzr r7225)
* bug fix: handle paths with more than one component.JF Barraud2009-02-011-3/+3
| | | (bzr r7211)
* hatches lpe: parameters renamed + tips, knot-lpe: can use 'unit of stroke ↵JF Barraud2009-01-251-1/+18
| | | | | width'. (bzr r7170)
* double inclusion fixJohan B. C. Engelen2009-01-201-1/+2
| | | (bzr r7151)
* Merge from fe-movedTed Gould2008-11-211-45/+59
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-7/+11
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-2/+62
| | | (bzr r6884)
* lpe-knot update. Each crossing can be flipped independently.JF Barraud2008-09-161-139/+353
| | | (bzr r6816)
* fix for 2geom change (pointAndDerivative)Johan B. C. Engelen2008-06-171-1/+1
| | | (bzr r5971)
* copyeditbulia byak2008-05-091-1/+1
| | | (bzr r5640)
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-8/+0
| | | | | | - change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636)
* change doEffect functions to use const& parametersJohan B. C. Engelen2008-04-091-6/+6
| | | (bzr r5394)
* lpe-vonkoch: complexity bound + choose bbox/segment as reference.JF Barraud2008-03-161-52/+59
| | | | | lpe-knot: support for self intersecting bezier (will be moved to 2geom). (bzr r5103)
* skeletal-stroke: offset parameters are back again... optionaly proportional ↵JF Barraud2008-03-091-1/+1
| | | | | to pattern size. (bzr r5007)
* Whitespace cleanupJon A. Cruz2008-02-251-260/+260
| | | (bzr r4843)