summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpeobject.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-27Hackfest2019: Rm tautological testsAlexander Valavanis1-1/+0
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-10-22Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah1-1/+0
2018-10-06SPAttributeEnum typed function argumentsThomas Holder1-1/+1
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
This replaces empty constructors and destructors with the default keyword.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-10/+10
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-3/+3
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-3/+3
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+2
A lot of header clean-up.
2017-05-29Fix bug #1694111 also fixes noumerous bugfixes on LPE undo. And shapes are ↵Jabiertxof1-0/+1
improved to only perform path effet one time each Fixed bugs: - https://launchpad.net/bugs/1694111 (bzr r15713)
2017-05-29Fix bug #1694111 also fixes noumerous bugfixes on LPE undo. And shapes are ↵Jabiertxof1-0/+1
improved to only perform path effet one time each Fixed bugs: - https://launchpad.net/bugs/1694111 (bzr r15703.1.10)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-3/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+3
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+0
(bzr r15025)
2015-02-25create SPObject factoryLiam P. White1-10/+0
(bzr r13939.1.1)
2013-10-04C++Johan B. C. Engelen1-1/+1
(bzr r12660)
2013-07-31Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel1-42/+28
(bzr r11608.1.111)
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-8/+5
(bzr r11608.1.86)
2013-04-06Merged more classes.Markus Engel1-69/+15
(bzr r11608.1.84)
2013-04-02Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵Markus Engel1-0/+10
rewritten, as they aren't real classes. (bzr r11608.1.69)
2013-04-01Added constructors to SP classes.Markus Engel1-8/+14
(bzr r11608.1.67)
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+1
(bzr r11608.1.63)
2013-03-29Renamed virtual function names.Markus Engel1-8/+8
(bzr r11608.1.57)
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-4/+4
Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
2013-03-29Added "virtual pads" forMarkus Engel1-10/+133
- ColorProfile - LivePathEffectObject - Persp3D (bzr r11608.1.51)
2013-03-14Various changes.Markus Engel1-3/+4
(bzr r11608.1.48)
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz1-1/+1
SP_ROOT() gtk type function/macro. (bzr r10254)
2011-02-21Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz1-6/+6
(bzr r10060)
2010-07-12SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public1-1/+1
Privatisation tweaks (bzr r9546.1.6)
2010-05-18better fix for lpe stack forkingJohan B. C. Engelen1-0/+1
Fixed bugs: - https://launchpad.net/bugs/578969 (bzr r9431)
2010-05-14fix bug when forking LPE stackJohan B. C. Engelen1-4/+5
Fixed bugs: - https://launchpad.net/bugs/578969 - https://launchpad.net/bugs/505400 (bzr r9419)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-2/+2
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-2/+2
(bzr r8405)
2008-10-11Merging from trunkTed Gould1-26/+17
(bzr r6884)
2008-09-23fix crash on entering invalid lpe name in xmlJohan B. C. Engelen1-4/+3
(bzr r6873)
2008-06-11plumb XML::Documents in everywhereMenTaLguY1-4/+3
(bzr r5884)
2008-06-10Write all effect parameters to SVG when a LPE knotholder handle is ungrabbedMaximilian Albert1-0/+2
(bzr r5870)
2008-02-29fix warningsJohan B. C. Engelen1-1/+1
(bzr r4905)
2008-02-06Fix wrong identification of invalid effects (for unknown effects, it used to ↵Johan B. C. Engelen1-4/+2
default to Bend Path). Now it is reckognized as invalid effect, but still the effect is executed: meaning that "original-d" is copied to "d" instead of keeping "d" attrib. That still needs to be fixed. (bzr r4672)
2008-01-02+ Fix bug #179840, forking of LPEsJohan B. C. Engelen1-5/+26
+ Groundwork for fixing transforming LPE bugs. TODO: implement the actual transformation of LPE parameters. (bzr r4367)
2007-11-08warning cleanupJon A. Cruz1-9/+9
(bzr r4043)
2007-10-20LPE: add on-canvas editing of path parameters!Johan B. C. Engelen1-1/+1
(bzr r3934)
2007-10-11trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder1-264/+264
(bzr r3884)
2007-09-05LPE: fix undo bug for applying/removing effectJohan B. C. Engelen1-3/+8
(bzr r3686)
2007-08-17Fix LPE:Johan B. C. Engelen1-1/+0
* add default values for parameters * remove text for LPE_INVALID * update example for skel strokes * clean a bit of the code (bzr r3498)
2007-08-14Commit LivePathEffect branch to trunk!Johan B. C. Engelen1-0/+260
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)