summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-rough-hatches.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix various minor typosYuri Chornoivan2019-07-011-1/+1
|
* modernize loops (2)Marc Jeanmougin2019-01-021-4/+4
|
* modernize loopsMarc Jeanmougin2019-01-021-19/+19
|
* Clarify licensesMax Gaukler2018-11-081-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
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-3/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-2/+2
| | | | A lot of header clean-up.
* Code formatingJabiertxof2017-04-281-20/+20
| | | (bzr r15649)
* Fix headers on LPE'sJabiertxof2016-12-101-1/+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)
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-1/+2
| | | (bzr r14059.2.1)
* Removed some operator keywords.Markus Engel2014-03-301-2/+2
| | | (bzr r13237)
* UI message generalisationKris De Gussem2013-10-131-3/+3
| | | (bzr r12683)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-2/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* const ....Johan B. C. Engelen2013-01-171-1/+1
| | | (bzr r12039)
* more const happiness (and removal of duplicate code in sp-object.h)Johan B. C. Engelen2013-01-171-1/+1
| | | (bzr r12038)
* code cleanup: make more functions static or include their own headers.Campbell Barton2012-10-041-2/+2
| | | (bzr r11736)
* Warnings cleanup (see Bug #1034663).Nicolas Dufour2012-08-091-1/+1
| | | (bzr r11602)
* Removed unneeded header style filename #definesJon A. Cruz2012-06-171-1/+0
| | | (bzr r11503)
* Removed outdated classes.Jon A. Cruz2012-06-171-0/+2
| | | | | Pruned header to not introduce extraneous includes. (bzr r11502)
* Warning cleanupJon A. Cruz2012-04-181-4/+4
| | | (bzr r11265)
* gives distinguishing colors to two vector params of LPE rough hatchesJohan B. C. Engelen2012-04-071-1/+3
| | | (bzr r11173)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-1/+1
| | | (bzr r11018)
* cppcheckKris De Gussem2011-10-211-1/+1
| | | (bzr r10687)
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-1/+0
| | | (bzr r10582.1.6)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-1/+1
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Merge from trunkKrzysztof Kosi??ski2011-04-071-4/+4
|\ | | | | (bzr r9508.1.73)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-4/+4
| | | | | | (bzr r10025)
* | Merge from trunkKrzysztof Kosi??ski2010-11-251-16/+16
|\| | | | | (bzr r9508.1.70)
| * UI fixes (a.o. Bug #560751 )Kris De Gussem2010-10-021-16/+16
| | | | | | (bzr r9807)
* | Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski2010-08-051-6/+6
|/ | | (bzr r9508.1.48)
* add widget controls for LPE VectorParam. Hide these controls for LPE Hatches.Johan B. C. Engelen2010-02-141-0/+4
| | | (bzr r9086.1.1)
* Warning cleanupJon A. Cruz2009-12-201-23/+23
| | | (bzr r8895)
* textual patch from bug 408093bulia byak2009-09-061-15/+15
| | | (bzr r8563)
* Minor correction in messageNicolas Dufour2009-05-071-1/+1
| | | (bzr r7835)
* translator comments and minor string fixesIvan Mas??r2009-04-231-5/+5
| | | (bzr r7763)
* Ctor fixes and misc warning cleanupsJon A. Cruz2009-04-071-9/+11
| | | (bzr r7650)
* noop: Set svn:eol-style to native on all .cpp and .h files under src. (find ↵Peter Moulder2009-04-071-585/+585
| | | | | \( -name '*.cpp' -o -name '*.h' \) -print0 | xargs -0 svn propset svn:eol-style native) (bzr r7649)
* bug fix: close open paths on input.JF Barraud2009-03-271-2/+9
| | | (bzr r7573)
* fixed some bugs (bad render of thick/thin parts + reversed bending + ↵JF Barraud2009-03-261-57/+36
| | | | | occasional crash (depends on 2geom update)...) (bzr r7561)
* correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, ↵Johan B. C. Engelen2009-03-151-0/+2
| | | | | all default values are written to SVG. This greatly improves future compatibility. (bzr r7499)
* hatches lpe: parameters renamed + tips, knot-lpe: can use 'unit of stroke ↵JF Barraud2009-01-251-47/+51
| | | | | width'. (bzr r7170)
* renamed lpe-hatches to lpe-rough-hatches.JF Barraud2008-11-261-0/+593
(bzr r6905)