summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-circle_with_radius.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
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-equals-default pass.Emmanuel Gil Peyrot1-3/+1
This replaces empty constructors and destructors with the default keyword.
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-1/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
(bzr r15025)
2015-05-22Update to 2Geom revision 2396Krzysztof Kosi??ski1-7/+3
(bzr r14059.2.16)
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-3/+3
(bzr r14059.2.1)
2011-10-03Doxygen cleanup.Jon A. Cruz1-2/+3
(bzr r10660)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-1/+1
fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
2010-07-12- Snap while rotating an object using the selector toolDiederik van Lierop1-17/+3
- Rename the ConstraintLine class to SnapConstraint - Move some duplicated code to 2geom (bzr r9607)
2008-11-21Merge from fe-movedTed Gould1-17/+8
(bzr r6891)
2008-08-03remove many needless references to n-art-bpath.hJohan B. C. Engelen1-1/+0
(bzr r6540)
2008-04-09change doEffect functions to use const& parametersJohan B. C. Engelen1-1/+1
(bzr r5394)
2008-04-02Increase precision for circle LPE so that the output is actually a circle :)Maximilian Albert1-14/+11
(bzr r5308)
2008-03-30New LPE: Circle (with center at the first point and passing through the last ↵Maximilian Albert1-36/+40
point of the original path). This is just a proof-of-concept implementation for my tech drawing proposal for GSoC '08. (bzr r5237)
2007-11-20correct copy-paste errorJohan B. C. Engelen1-1/+1
(bzr r4116)
2007-11-12LPE: no longer overload doEffect methods, but name them according to ↵Johan B. C. Engelen1-3/+3
accepted arguments. This saves developer brain time because of 'hiding' issues. (bzr r4067)
2007-10-11trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder1-109/+109
(bzr r3884)
2007-08-29tidy upJohan B. C. Engelen1-2/+2
(bzr r3611)
2007-08-19forgot to add lpe-skeleton files to SVN...Johan B. C. Engelen1-0/+109
(bzr r3522)