summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-taperstroke.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-20Add knot ungrabbed eventJabiertxof1-0/+2
2019-01-02modernize loopsMarc Jeanmougin1-2/+1
2018-11-08Clarify licensesMax Gaukler1-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
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-2/+2
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-4/+4
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-3/+3
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-3/+3
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-2/+7
A lot of header clean-up.
2017-05-07Fix a bug on tapper stroke detected with Ede_123 on IRCJabiertxof1-1/+0
(bzr r15673)
2017-05-07Improvement to store default line width on join type and tapper stroke ↵Jabiertxof1-2/+9
pointed by Ede_123 on IRC (bzr r15671)
2016-12-19Remove some ocurrences of desktop in knot functionsJabiertxof1-3/+3
(bzr r15337)
2016-12-16remove rollback to 15315Jabiertxof1-0/+2
(bzr r15295.1.26)
2016-12-16Rollback 15315Jabiertxof1-2/+0
(bzr r15295.1.25)
2016-12-10Fix headers on LPE'sJabiertxof1-0/+2
(bzr r15318)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-8/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+8
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-8/+0
(bzr r15025)
2015-10-28static code analysisKris De Gussem1-2/+1
(bzr r14432)
2015-05-27Write line_width back to SVG after initially setting it on jointype and ↵Ben Scholzen 'DASPRiD1-0/+1
taperstroke LPE (bzr r14178.1.1)
2015-05-25Fix taper stroke path generationBen Scholzen 'DASPRiD1-2/+2
(bzr r14172.1.1)
2015-05-08fixes a few of jenkins warningsMarc Jeanmougin1-4/+0
(bzr r14126)
2015-05-03Revert bad commit (commited to wrong branch).Tavmjong Bah1-2/+2
(bzr r14096)
2015-05-03First batchTavmjong Bah1-2/+2
(bzr r14095)
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-6/+5
(bzr r14059.2.1)
2015-04-04herpderpLiam P. White1-2/+2
(bzr r14044)
2015-03-23well if I had known that existed, I would have used it soonerLiam P. White1-105/+11
(bzr r14029)
2015-03-20take out the trashLiam P. White1-13/+30
(bzr r14020)
2015-03-20(audible sound of head banging off wall)Liam P. White1-34/+27
Fix that one thing (bzr r14018)
2015-01-03UI: usage of colon in front of editboxKris De Gussem1-6/+6
(bzr r13832)
2014-09-27Update to experimental r13565Liam P. White1-0/+632
(bzr r13341.5.16)
2014-09-16Refactor LPETaperStroke a little bitLiam P. White1-105/+110
(bzr r13341.1.211)
2014-09-14Warnings cleanup; formattingLiam P. White1-5/+5
(bzr r13341.1.206)
2014-09-14Small cleanupLiam P. White1-4/+1
(bzr r13341.1.205)
2014-04-20correcting previous revisionLiam P. White1-3/+7
(bzr r13090.1.65)
2014-04-20minor bugfixLiam P. White1-1/+1
(bzr r13090.1.64)
2014-04-20remove easter eggsLiam P. White1-38/+70
(bzr r13090.1.62)
2014-04-12Fix memory leakLiam P. White1-0/+3
(bzr r13090.1.53)
2014-04-12Fix triangles in joinsLiam P. White1-32/+26
(bzr r13090.1.52)
2014-04-12Wonderful code optimizationsLiam P. White1-142/+11
(bzr r13090.1.50)
2014-04-06Properly allow effect stacking with knotholders (and add extra LPE ↵Liam P. White1-31/+31
functionality) (bzr r13090.1.48)
2014-04-04Begin first stage of resolving issue with duplicate knotsLiam P. White1-0/+10
(bzr r13090.1.46)
2014-04-03Fix some minor issuesLiam P. White1-21/+8
(bzr r13090.1.44)
2014-04-02Clean up codeLiam P. White1-430/+475
(bzr r13090.1.42)
2014-03-30Minor fixesLiam P. White1-2/+2
(bzr r13090.1.37)
2014-03-29Fix build errors and a few small bugsLiam P. White1-2/+2
(bzr r13090.1.36)
2014-03-27Small performance and bug fixesLiam P. White1-69/+100
(bzr r13090.1.33)
2014-03-23tiny bugfix for Taper StrokesLiam P. White1-20/+34
(bzr r13090.1.30)
2014-03-20Fix a linker error ("static")Liam P. White1-38/+124
(hopefully) Resolve compiler errors with GTK3+ (bzr r13090.1.28)
2014-03-19Fix a compiler error on WindowsLiam P. White1-12/+14
(bzr r13090.1.27)
2014-03-18Added in new toy effect "Taper Strokes," readded a missing header file, bugfixesLiam P. White1-0/+536
(bzr r13090.1.25)