summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-rough-hatches.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)