summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-perspective_path.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-3/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-8/+8
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-2/+2
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
* Base LPE refactorJabier Arraiza2018-03-261-0/+3
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+4
* Use a macro for GtkMM version checksAlexander Valavanis2017-12-251-2/+2
* Code formatingJabiertxof2017-04-281-5/+5
* LPE Gtk3 deprecation fixesAlex Valavanis2017-03-121-2/+15
* Remove some ocurrences of desktop in knot functionsJabiertxof2016-12-191-3/+2
* Fix headers on LPE'sJabiertxof2016-12-101-2/+3
* Merged trunkAdrian Boguszewski2016-08-031-5/+0
|\
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-5/+0
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+5
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-5/+0
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-1/+1
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-5/+5
|/
* Fix for bug 1540070Jabier Arraiza Cenoz2016-03-021-2/+1
* Fixed a bug pointed by suv running from comand line, also removed another des...Jabier Arraiza Cenoz2014-11-211-2/+3
* Fixes crash with perspective_lpeJabier Arraiza Cenoz2014-11-171-16/+24
* this patch fix the problem whith clips and mask update in live effects. Jabier Arraiza Cenoz2014-09-291-0/+3
* Fix SP_ACTIVE_DOCUMENT usage (document can be determined from context)Liam P. White2014-08-301-5/+6
* Fix bug #1068987 LPE prespective_path crash inkscapeJabier Arraiza Cenoz2014-08-201-3/+99
* const ....Johan B. C. Engelen2013-01-171-4/+4
* Fix "shift disables snapping" for LPEs and for editing objectsDiederik van Lierop2012-10-141-2/+2
* Removed outdated classes.Jon A. Cruz2012-06-171-0/+2
* Adding base configurable sizing of controls/handles.Jon A. Cruz2012-05-031-9/+5
* cleanup knotholder code for LPEsJohan B. C. Engelen2012-04-071-20/+18
* Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
* Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* Refactoring of 3D box tool, mainly to avoid unnecessary creation of perspecti...Maximilian Albert2009-12-261-1/+1
* decrease header depsJohan B. C. Engelen2009-11-231-0/+1
* Merge from fe-movedTed Gould2008-11-211-18/+7
* remove more NR:: from live_effects codeJohan B. C. Engelen2008-08-011-2/+2
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-011-5/+5
* Make LPE knotholder handles snapMaximilian Albert2008-08-011-2/+4
* Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity an...Maximilian Albert2008-07-291-3/+1
* update 2geom (svn rev1433)Johan B. C. Engelen2008-07-031-1/+1
* Handle for PerspectivePath LPE to adjust offset (not ideal yet but better tha...Maximilian Albert2008-07-021-5/+53
* whitespaceMaximilian Albert2008-06-121-2/+2
* LPE STACKING!Johan B. C. Engelen2008-05-301-14/+2
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-2/+0
* Set concatenate_before_pwd2 = true in perspective path LPE so that paths don'...Maximilian Albert2008-04-151-0/+2
* - Clean up LPE bounding box computing codeBastien Bouclet2008-04-151-5/+22
* change doEffect functions to use const& parametersJohan B. C. Engelen2008-04-091-1/+1
* New LPE: Perspective pathsMaximilian Albert2008-04-021-0/+148