summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-rough-hatches.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-01Fix various minor typosYuri Chornoivan1-1/+1
2019-01-02modernize loops (2)Marc Jeanmougin1-4/+4
2019-01-02modernize loopsMarc Jeanmougin1-19/+19
2018-11-08Clarify licensesMax Gaukler1-3/+4
- 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-equals-default pass.Emmanuel Gil Peyrot1-3/+1
This replaces empty constructors and destructors with the default keyword.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-2/+2
A lot of header clean-up.
2017-04-28Code formatingJabiertxof1-20/+20
(bzr r15649)
2017-04-28ResetJabiertxof1-20/+20
(bzr r15620.1.9)
2017-04-14Allow set and reset default values of LPE parametersJabiertxof1-20/+20
(bzr r15620.1.1)
2016-12-16remove rollback to 15315Jabiertxof1-1/+2
(bzr r15295.1.26)
2016-12-16Rollback 15315Jabiertxof1-2/+1
(bzr r15295.1.25)
2016-12-10Fix headers on LPE'sJabiertxof1-1/+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-04-272Geom sync - initial commitKrzysztof Kosi??ski1-1/+2
(bzr r14059.2.1)
2014-03-30Removed some operator keywords.Markus Engel1-2/+2
(bzr r13237)
2013-10-13UI message generalisationKris De Gussem1-3/+3
(bzr r12683)
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-2/+1
Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
2013-01-17const ....Johan B. C. Engelen1-1/+1
(bzr r12039)
2013-01-17more const happiness (and removal of duplicate code in sp-object.h)Johan B. C. Engelen1-1/+1
(bzr r12038)
2012-10-04code cleanup: make more functions static or include their own headers.Campbell Barton1-2/+2
(bzr r11736)
2012-08-09Warnings cleanup (see Bug #1034663).Nicolas Dufour1-1/+1
(bzr r11602)
2012-06-17Removed unneeded header style filename #definesJon A. Cruz1-1/+0
(bzr r11503)
2012-06-17Removed outdated classes.Jon A. Cruz1-0/+2
Pruned header to not introduce extraneous includes. (bzr r11502)
2012-04-18Warning cleanupJon A. Cruz1-4/+4
(bzr r11265)
2012-04-07gives distinguishing colors to two vector params of LPE rough hatchesJohan B. C. Engelen1-1/+3
(bzr r11173)
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-1/+1
(bzr r11018)
2011-10-21cppcheckKris De Gussem1-1/+1
(bzr r10687)
2011-08-27Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski1-1/+0
(bzr r10582.1.6)
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-1/+1
using them more obvious. Fix filter region computation. (bzr r10582.1.1)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-4/+4
(bzr r10025)
2010-10-02UI fixes (a.o. Bug #560751 )Kris De Gussem1-16/+16
(bzr r9807)
2010-08-05Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski1-6/+6
(bzr r9508.1.48)
2010-02-14add widget controls for LPE VectorParam. Hide these controls for LPE Hatches.Johan B. C. Engelen1-0/+4
(bzr r9086.1.1)
2009-12-20Warning cleanupJon A. Cruz1-23/+23
(bzr r8895)
2009-09-06textual patch from bug 408093bulia byak1-15/+15
(bzr r8563)
2009-05-07Minor correction in messageNicolas Dufour1-1/+1
(bzr r7835)
2009-04-23translator comments and minor string fixesIvan Mas??r1-5/+5
(bzr r7763)
2009-04-07Ctor fixes and misc warning cleanupsJon A. Cruz1-9/+11
(bzr r7650)
2009-04-07noop: Set svn:eol-style to native on all .cpp and .h files under src. (find ↵Peter Moulder1-585/+585
\( -name '*.cpp' -o -name '*.h' \) -print0 | xargs -0 svn propset svn:eol-style native) (bzr r7649)
2009-03-27bug fix: close open paths on input.JF Barraud1-2/+9
(bzr r7573)
2009-03-26fixed some bugs (bad render of thick/thin parts + reversed bending + ↵JF Barraud1-57/+36
occasional crash (depends on 2geom update)...) (bzr r7561)
2009-03-15correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, ↵Johan B. C. Engelen1-0/+2
all default values are written to SVG. This greatly improves future compatibility. (bzr r7499)
2009-01-25hatches lpe: parameters renamed + tips, knot-lpe: can use 'unit of stroke ↵JF Barraud1-47/+51
width'. (bzr r7170)
2008-11-26renamed lpe-hatches to lpe-rough-hatches.JF Barraud1-11/+11
(bzr r6905)
2008-11-21Merge from fe-movedTed Gould1-0/+593
(bzr r6891)