summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-taperstroke.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add knot ungrabbed eventJabiertxof2019-05-201-0/+2
|
* modernize loopsMarc Jeanmougin2019-01-021-2/+1
|
* 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
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-4/+4
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-3/+3
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-3/+3
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-2/+7
| | | | A lot of header clean-up.
* Fix a bug on tapper stroke detected with Ede_123 on IRCJabiertxof2017-05-071-1/+0
| | | (bzr r15673)
* Improvement to store default line width on join type and tapper stroke ↵Jabiertxof2017-05-071-2/+9
| | | | | pointed by Ede_123 on IRC (bzr r15671)
* Remove some ocurrences of desktop in knot functionsJabiertxof2016-12-191-3/+3
| | | (bzr r15337)
* Fix headers on LPE'sJabiertxof2016-12-101-0/+2
| | | (bzr r15318)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-8/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+8
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-8/+0
| | | (bzr r15025)
* static code analysisKris De Gussem2015-10-281-2/+1
| | | (bzr r14432)
* Sync 2Geom to revision 2413.Krzysztof Kosi??ski2015-07-041-6/+5
|\ | | | | | | | | May introduce regressions. (bzr r14226)
| * Merge from trunkKrzysztof Kosi??ski2015-05-081-4/+0
| |\ | | | | | | (bzr r14059.2.11)
| * | 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-6/+5
| | | | | | | | | (bzr r14059.2.1)
* | | Write line_width back to SVG after initially setting it on jointype and ↵Ben Scholzen 'DASPRiD2015-05-271-0/+1
| | | | | | | | | | | | | | | taperstroke LPE (bzr r14178.1.1)
* | | Fix taper stroke path generationBen Scholzen 'DASPRiD2015-05-251-2/+2
| |/ |/| | | (bzr r14172.1.1)
* | fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-4/+0
| | | | | | (bzr r14126)
* | Revert bad commit (commited to wrong branch).Tavmjong Bah2015-05-031-2/+2
| | | | | | (bzr r14096)
* | First batchTavmjong Bah2015-05-031-2/+2
|/ | | (bzr r14095)
* herpderpLiam P. White2015-04-041-2/+2
| | | (bzr r14044)
* well if I had known that existed, I would have used it soonerLiam P. White2015-03-231-105/+11
| | | (bzr r14029)
* take out the trashLiam P. White2015-03-201-13/+30
| | | (bzr r14020)
* (audible sound of head banging off wall)Liam P. White2015-03-201-34/+27
| | | | | Fix that one thing (bzr r14018)
* UI: usage of colon in front of editboxKris De Gussem2015-01-031-6/+6
| | | (bzr r13832)
* Refactor LPETaperStroke a little bitLiam P. White2014-09-161-105/+110
| | | (bzr r13341.1.211)
* Warnings cleanup; formattingLiam P. White2014-09-141-5/+5
| | | (bzr r13341.1.206)
* Small cleanupLiam P. White2014-09-141-4/+1
| | | (bzr r13341.1.205)
* Update to trunk and fix issuesLiam P. White2014-04-291-4/+2
| | | (bzr r13090.1.67)
* correcting previous revisionLiam P. White2014-04-201-3/+7
| | | (bzr r13090.1.65)
* minor bugfixLiam P. White2014-04-201-1/+1
| | | (bzr r13090.1.64)
* remove easter eggsLiam P. White2014-04-201-38/+70
| | | (bzr r13090.1.62)
* Fix memory leakLiam P. White2014-04-121-0/+3
| | | (bzr r13090.1.53)
* Fix triangles in joinsLiam P. White2014-04-121-32/+26
| | | (bzr r13090.1.52)
* Wonderful code optimizationsLiam P. White2014-04-121-142/+11
| | | (bzr r13090.1.50)
* Properly allow effect stacking with knotholders (and add extra LPE ↵Liam P. White2014-04-061-31/+31
| | | | | functionality) (bzr r13090.1.48)
* Begin first stage of resolving issue with duplicate knotsLiam P. White2014-04-041-0/+10
| | | (bzr r13090.1.46)
* Fix some minor issuesLiam P. White2014-04-031-21/+8
| | | (bzr r13090.1.44)
* Clean up codeLiam P. White2014-04-021-430/+475
| | | (bzr r13090.1.42)
* Minor fixesLiam P. White2014-03-301-2/+2
| | | (bzr r13090.1.37)
* Fix build errors and a few small bugsLiam P. White2014-03-291-2/+2
| | | (bzr r13090.1.36)
* Update to trunkLiam P. White2014-03-281-8/+21
| | | | | Fix nearly every issue with Join Types and Taper Stroke (bzr r13090.1.34)
* Small performance and bug fixesLiam P. White2014-03-271-69/+100
| | | (bzr r13090.1.33)
* Update to trunkLiam P. White2014-03-261-150/+156
| | | | | Massive cleanup of outlining code (bzr r13090.1.31)
* tiny bugfix for Taper StrokesLiam P. White2014-03-231-20/+34
| | | (bzr r13090.1.30)
* Fix a linker error ("static")Liam P. White2014-03-201-38/+124
| | | | | (hopefully) Resolve compiler errors with GTK3+ (bzr r13090.1.28)