summaryrefslogtreecommitdiffstats
path: root/src/sp-lpe-item.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-117/+0
| | | | A lot of header clean-up.
* 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
| | | (bzr r15707)
* Fixing to mergeJabiertxof2017-01-241-1/+2
| | | (bzr r15392.1.8)
* Adding baseJabiertxof2017-01-051-1/+1
| | | (bzr r15392.1.1)
* Fix a problem with LPE on clips and paths making extremly slow on LPEJabier Arraiza Cenoz2016-03-191-1/+1
| | | (bzr r14719)
* Fix for bug 1540070Jabier Arraiza Cenoz2016-03-021-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1540070 (bzr r14678)
* indentation and whitespace fixesFelipe Corrêa da Silva Sanches2015-08-211-18/+18
| | | (bzr r14314)
* More C++ string usage.Johan B. C. Engelen2014-11-251-1/+2
| | | (bzr r13762)
* this patch fix the problem whith clips and mask update in live effects. Jabier Arraiza Cenoz2014-09-291-3/+3
| | | | | More info in the bug: https://bugs.launchpad.net/inkscape/+bug/1241902 (bzr r13341.1.229)
* Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-6/+4
| | | | | GThread deprecation errors. (bzr r13341.1.190)
* fix bug introduced in rev. 13403 (merge with trunk)Johan B. C. Engelen2014-06-241-7/+4
| | | (bzr r13341.1.67)
* Update to latest tip (trunk r13432)Liam P. White2014-06-191-4/+7
|\ | | | | (bzr r13341.1.62)
| * LPEItem enabling/disabling: rewrite mechanism to be more robust. the ↵Johan B. C. Engelen2014-06-161-4/+7
| | | | | | | | | | previous nesting behavior was not used, and code relied on non-nesting behavior. (bzr r13429)
| * Fix for bug #1241902Jabier Arraiza Cenoz2014-06-111-0/+2
| | | | | | (bzr r13418)
* | Fix for Bug #1241902 -Jabier Arraiza Cenoz2014-06-071-0/+2
| | | | | | (bzr r13341.1.52)
* | Enabling path manipulator to comunicate if paths are bspline whenVinícius dos Santos Oliveira2014-05-051-0/+1
|/ | | | | | | | accessing const objects. This change was required to correctly show on the GUI whether or not a node was a bspline. (bzr r11950.8.1)
* C++Johan B. C. Engelen2013-10-041-11/+14
| | | (bzr r12660)
* C++Johan B. C. Engelen2013-10-041-5/+7
| | | (bzr r12659)
* LPE: add some const correctness, remove unused function, and fix potential ↵Johan B. C. Engelen2013-10-041-1/+1
| | | | | crash bug (bzr r12656)
* C++ify calling a few SPLPEItem functions, much more work than expected... ↵Johan B. C. Engelen2013-09-251-4/+5
| | | | | slowly slowly... (bzr r12593)
* Added runtime check in SP_-cast macros.Markus Engel2013-09-151-1/+1
| | | (bzr r11608.1.123)
* Modified SP_IS_ macros.Markus Engel2013-09-141-1/+1
| | | (bzr r11608.1.122)
* Merged Item.Markus Engel2013-04-051-1/+1
| | | (bzr r11608.1.81)
* Merged more classes.Markus Engel2013-04-051-21/+2
| | | (bzr r11608.1.78)
* Added virtual destructor to SPObject. Switched to new factory. Replaced some ↵Markus Engel2013-04-021-1/+2
| | | | | casts. Inkscape seems stable, car.svgz renders correctly to png. (bzr r11608.1.70)
* Added experimental constructor to SPRect. Memory leaks because of ↵Markus Engel2013-04-011-0/+1
| | | | | non-virtual destructor. (bzr r11608.1.66)
* Replaced all casting macros with glib-independent ones.Markus Engel2013-04-011-4/+2
| | | (bzr r11608.1.64)
* Renamed virtual function names.Markus Engel2013-03-291-9/+9
| | | (bzr r11608.1.57)
* merged from trunkMarkus Engel2013-03-291-5/+5
|\ | | | | (bzr r11608.1.56)
| * Fix another tonne of forward declaration tagsAlex Valavanis2013-03-141-1/+1
| | | | | | (bzr r12204)
| * Kill ancient gcc version check in configure.ac and fix a load of broken ↵Alex Valavanis2013-03-141-1/+2
| | | | | | | | | | forward declarations (bzr r12203)
| * cppcheck fixes: sp-lpe-itemAlex Valavanis2012-10-271-2/+2
| | | | | | (bzr r11836)
* | Removed old calls to set_shape and update_patheffect.Markus Engel2012-09-291-1/+1
| | | | | | (bzr r11608.1.45)
* | Added "virtual pad" to SPLPEItem.Markus Engel2012-08-181-0/+29
|/ | | (bzr r11608.1.3)
* add underscores to some member variables.Johan B. C. Engelen2012-01-171-3/+4
| | | | | add some const stuff (bzr r10900)
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-231-3/+7
| | | | | header. (bzr r9978.1.1)
* 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)
* much better fix for lpe forking, that can no longer turn into infinite loopJohan B. C. Engelen2010-05-311-3/+5
| | | | | | | | still, lpes are forked when referenced by clones... Fixed bugs: - https://launchpad.net/bugs/578969 (bzr r9460)
* better fix for lpe stack forkingJohan B. C. Engelen2010-05-181-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/578969 (bzr r9431)
* work on the lpe group undo bug. it's not solved, but i think LPE code does ↵Johan B. C. Engelen2009-11-231-2/+2
| | | | | everything correct now. I think now it's the interplay between undo-system and LPE that bugs. (bzr r8839)
* fix rendering of testcase errorhandling-nosuchlpe.svg: make sure shapes do ↵bulia byak2009-08-221-0/+1
| | | | | not calculate the curve if they have a broken lpe, instead reading it directly from d= and issuing a warning (bzr r8520)
* Merge from fe-movedTed Gould2008-11-211-1/+1
| | | (bzr r6891)
* Remove now obsolete functionsMaximilian Albert2008-07-291-5/+0
| | | (bzr r6458)
* New LPE FreehandShape derived from PatternAlongPath (for the shapes in ↵Maximilian Albert2008-07-151-0/+2
| | | | | pen/pencil context); don't apply shapes each time the selection changes; new functions to test for specific LPE type and if a path can accept a new shape (bzr r6322)
* Update LPE helper paths "live" on changesMaximilian Albert2008-06-181-0/+3
| | | (bzr r5995)
* First step towards making helper paths for LPE items work betterMaximilian Albert2008-06-161-0/+3
| | | (bzr r5954)
* LPE STACKING!Johan B. C. Engelen2008-05-301-7/+23
| | | | | (many thanks to the french students who made this.) (bzr r5766)
* Fix LPE for groups bounding box calculation by using the SPItem->getBounds ↵Bastien Bouclet2008-05-171-1/+1
| | | | | | | method. Some preliminary work for LPE stacking. (bzr r5683)
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-1/+1
| | | | | | - 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)