summaryrefslogtreecommitdiffstats
path: root/src/object/sp-shape.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-03refactor: Eliminate SPIString::value_defaultThomas Holder1-3/+3
2019-10-30Fix initial transform of shape in opened file.Nathan Lee1-1/+4
2019-10-18Make href and unhref member functions of SPObject.Tavmjong Bah1-4/+8
2019-10-01Use two bounding box caches instead of oneNathan Lee1-5/+12
2019-09-30Reduce memory leaks when dragging shapesNathan Lee1-1/+2
2019-06-20Fix bounding box cache invalidation for filtersoctycs1-3/+3
2019-06-01Cache bounding box of shapesoctycs1-0/+15
2019-01-02modernize loopsMarc Jeanmougin1-15/+15
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-06SPAttributeEnum typed function argumentsThomas Holder1-1/+1
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-09-11Fix bug 1684238Jabiertxof1-1/+6
2018-08-15Relative values for strokes:Tavmjong Bah1-0/+40
2018-06-21Move global functions into SPPrintContext methods.Emmanuel Gil Peyrot1-4/+4
2018-06-18Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot1-6/+6
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-21/+21
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-12/+12
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-12/+12
2018-04-23Fixing LPE recalculations warnings on updateJabier Arraiza1-0/+3
2018-03-28Fix bug: 1758477Jabier Arraiza1-5/+1
2018-03-28Fix LPE updating problemsJabiertxo Arraiza Cenoz1-1/+1
2018-03-26Allow upadate shapen innside groups with LPEJabier Arraiza1-3/+2
2018-03-26Allow path moveJabier Arraiza1-3/+1
2018-03-26Fixing refsJabier Arraiza1-2/+4
2018-03-26Base LPE refactorJabier Arraiza1-26/+85
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+0
2017-05-07Fix a bug on tapper stroke detected with Ede_123 on IRCJabiertxof1-1/+1
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-8/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+8
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-8/+1
2015-02-25Collect util/ into a static libraryLiam P. White1-1/+1
2014-12-23Use gray for 'context-fill' and 'context-stroke' in marker selector.Tavmjong Bah1-12/+32
2014-12-21Implement rendering for 'context-fill' and 'context-stroke' (text not handled...Tavmjong Bah1-5/+22
2014-11-25Allow marker orientation to have units ('deg', 'rad', 'grad', 'turn').Tavmjong Bah1-5/+5
2014-10-25Cleaned casts from sp-shape by fixing member type.Jon A. Cruz1-66/+64
2014-10-14Implement marker 'orient' attribute value 'auto-start-reverse'.Tavmjong Bah1-6/+14
2014-10-05Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-treeLiam P. White1-1/+1
2014-08-20Implement SVG2 marker 'orient' attribute value 'auto-start-reverse' (renderin...Tavmjong Bah1-6/+14
2014-07-28related to lp:inkscape r13474, remove unnecessary/broken placement newsJohan B. C. Engelen1-2/+0
2014-04-24Clean up of style code: refactor marker properties. Step 3.Tavmjong Bah1-3/+3
2013-10-28"fix" some "unused parameter" warningsKris De Gussem1-1/+1
2013-10-26Added some consts.Markus Engel1-4/+3
2013-09-26random code cleanupJohan B. C. Engelen1-28/+19
2013-09-25C++ify calling a few SPLPEItem functions, much more work than expected... slo...Johan B. C. Engelen1-1/+1
2013-06-14Do not allow markers for children of markers (prevent loop)Martin Owens1-0/+7
2013-05-26Prevent crash from middle marker when a path or polyline has only one point.Tavmjong Bah1-2/+4
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-2/+0
2013-04-05Merged Item.Markus Engel1-1/+0
2013-04-05Merged more classes.Markus Engel1-10/+8
2013-04-05Merged Shape and subclasses. Cleaned up a bit.Markus Engel1-173/+193