summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-perspective_path.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix "shift disables snapping" for LPEs and for editing objectsDiederik van Lierop2012-10-141-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1065931 (bzr r11800)
* Removed outdated classes.Jon A. Cruz2012-06-171-0/+2
| | | | | Pruned header to not introduce extraneous includes. (bzr r11502)
* Adding base configurable sizing of controls/handles.Jon A. Cruz2012-05-031-9/+5
| | | (bzr r11316)
* cleanup knotholder code for LPEsJohan B. C. Engelen2012-04-071-20/+18
| | | (bzr r11170)
* Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
| | | (bzr r10660)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
* Refactoring of 3D box tool, mainly to avoid unnecessary creation of ↵Maximilian Albert2009-12-261-1/+1
| | | | | perspectives. (bzr r8910)
* decrease header depsJohan B. C. Engelen2009-11-231-0/+1
| | | (bzr r8842)
* Merge from fe-movedTed Gould2008-11-211-18/+7
| | | (bzr r6891)
* remove more NR:: from live_effects codeJohan B. C. Engelen2008-08-011-2/+2
| | | (bzr r6515)
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-011-5/+5
| | | (bzr r6513)
* Make LPE knotholder handles snapMaximilian Albert2008-08-011-2/+4
| | | (bzr r6506)
* Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity ↵Maximilian Albert2008-07-291-3/+1
| | | | | and make inheritance from it a bit less clumsy (bzr r6448)
* update 2geom (svn rev1433)Johan B. C. Engelen2008-07-031-1/+1
| | | (bzr r6134)
* Handle for PerspectivePath LPE to adjust offset (not ideal yet but better ↵Maximilian Albert2008-07-021-5/+53
| | | | | than entering values by hand) (bzr r6120)
* whitespaceMaximilian Albert2008-06-121-2/+2
| | | (bzr r5905)
* LPE STACKING!Johan B. C. Engelen2008-05-301-14/+2
| | | | | (many thanks to the french students who made this.) (bzr r5766)
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-2/+0
| | | | | | - change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636)
* Set concatenate_before_pwd2 = true in perspective path LPE so that paths ↵Maximilian Albert2008-04-151-0/+2
| | | | | don't get split into their subpaths (which gives weird results especially with text) (bzr r5452)
* - Clean up LPE bounding box computing codeBastien Bouclet2008-04-151-5/+22
| | | | | - Initial work to make the Perspective Path effect work with groups. Still not working correctly due to a bug in the bounding box code. (bzr r5448)
* change doEffect functions to use const& parametersJohan B. C. Engelen2008-04-091-1/+1
| | | (bzr r5394)
* New LPE: Perspective pathsMaximilian Albert2008-04-021-0/+148
(bzr r5310)