summaryrefslogtreecommitdiffstats
path: root/src/sp-lpe-item.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-117/+0
* Fixing problems with nested LPE and convert to pathsJabier Arraiza2017-10-141-4/+3
* Force not original-d if the clip-path or mask has not a LPE allowed to change itJabiertxof2017-05-281-0/+2
* Fixing to mergeJabiertxof2017-01-241-1/+2
* Adding baseJabiertxof2017-01-051-1/+1
* Fix a problem with LPE on clips and paths making extremly slow on LPEJabier Arraiza Cenoz2016-03-191-1/+1
* Fix for bug 1540070Jabier Arraiza Cenoz2016-03-021-2/+2
* indentation and whitespace fixesFelipe CorrĂȘa da Silva Sanches2015-08-211-18/+18
* More C++ string usage.Johan B. C. Engelen2014-11-251-1/+2
* this patch fix the problem whith clips and mask update in live effects. Jabier Arraiza Cenoz2014-09-291-3/+3
* Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White2014-08-311-6/+4
* fix bug introduced in rev. 13403 (merge with trunk)Johan B. C. Engelen2014-06-241-7/+4
* Update to latest tip (trunk r13432)Liam P. White2014-06-191-4/+7
|\
| * LPEItem enabling/disabling: rewrite mechanism to be more robust. the previous...Johan B. C. Engelen2014-06-161-4/+7
| * Fix for bug #1241902Jabier Arraiza Cenoz2014-06-111-0/+2
* | Fix for Bug #1241902 -Jabier Arraiza Cenoz2014-06-071-0/+2
* | Enabling path manipulator to comunicate if paths are bspline whenVinĂ­cius dos Santos Oliveira2014-05-051-0/+1
|/
* C++Johan B. C. Engelen2013-10-041-11/+14
* C++Johan B. C. Engelen2013-10-041-5/+7
* LPE: add some const correctness, remove unused function, and fix potential cr...Johan B. C. Engelen2013-10-041-1/+1
* C++ify calling a few SPLPEItem functions, much more work than expected... slo...Johan B. C. Engelen2013-09-251-4/+5
* Added runtime check in SP_-cast macros.Markus Engel2013-09-151-1/+1
* Modified SP_IS_ macros.Markus Engel2013-09-141-1/+1
* Merged Item.Markus Engel2013-04-051-1/+1
* Merged more classes.Markus Engel2013-04-051-21/+2
* Added virtual destructor to SPObject. Switched to new factory. Replaced some ...Markus Engel2013-04-021-1/+2
* Added experimental constructor to SPRect. Memory leaks because of non-virtual...Markus Engel2013-04-011-0/+1
* Replaced all casting macros with glib-independent ones.Markus Engel2013-04-011-4/+2
* Renamed virtual function names.Markus Engel2013-03-291-9/+9
* merged from trunkMarkus Engel2013-03-291-5/+5
|\
| * Fix another tonne of forward declaration tagsAlex Valavanis2013-03-141-1/+1
| * Kill ancient gcc version check in configure.ac and fix a load of broken forwa...Alex Valavanis2013-03-141-1/+2
| * cppcheck fixes: sp-lpe-itemAlex Valavanis2012-10-271-2/+2
* | Removed old calls to set_shape and update_patheffect.Markus Engel2012-09-291-1/+1
* | Added "virtual pad" to SPLPEItem.Markus Engel2012-08-181-0/+29
|/
* add underscores to some member variables.Johan B. C. Engelen2012-01-171-3/+4
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz2010-12-231-3/+7
* Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* much better fix for lpe forking, that can no longer turn into infinite loopJohan B. C. Engelen2010-05-311-3/+5
* better fix for lpe stack forkingJohan B. C. Engelen2010-05-181-0/+1
* work on the lpe group undo bug. it's not solved, but i think LPE code does ev...Johan B. C. Engelen2009-11-231-2/+2
* fix rendering of testcase errorhandling-nosuchlpe.svg: make sure shapes do no...bulia byak2009-08-221-0/+1
* Merge from fe-movedTed Gould2008-11-211-1/+1
* Remove now obsolete functionsMaximilian Albert2008-07-291-5/+0
* New LPE FreehandShape derived from PatternAlongPath (for the shapes in pen/pe...Maximilian Albert2008-07-151-0/+2
* Update LPE helper paths "live" on changesMaximilian Albert2008-06-181-0/+3
* First step towards making helper paths for LPE items work betterMaximilian Albert2008-06-161-0/+3
* LPE STACKING!Johan B. C. Engelen2008-05-301-7/+23
* Fix LPE for groups bounding box calculation by using the SPItem->getBounds me...Bastien Bouclet2008-05-171-1/+1
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-1/+1