summaryrefslogtreecommitdiffstats
path: root/src/object/sp-shape.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-03refactor: Eliminate SPIString::value_defaultThomas Holder1-3/+3
- eliminate value_default - make value private (-> _value) - add value() method
2019-10-30Fix initial transform of shape in opened file.Nathan Lee1-1/+4
Fix https://gitlab.com/inkscape/inkscape/issues/495 and likely other problems.
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
gitlab.com/inkscape/inbox/issues/943 gitlab.com/inkscape/inkscape/issues/339
2019-09-30Reduce memory leaks when dragging shapesNathan Lee1-1/+2
Remove unnecessary copy per Thomas' suggestion
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
- 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-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
Fix segmenation fault on reading dashes with % values. Fix computed value for dashes with % values (use viewport diagonal length). Support % values for stroke width.
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
This reduces the boilerplate required to add a new element to a container.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-21/+21
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-12/+12
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
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
Rotate Duplicate/ Mirror Symmetry added functionality feature request https://bugs.launchpad.net/inkscape/+bug/1758477
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
A lot of header clean-up.
2017-05-07Fix a bug on tapper stroke detected with Ede_123 on IRCJabiertxof1-1/+1
(bzr r15673)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-8/+1
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+8
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-8/+1
(bzr r15025)
2015-02-25Collect util/ into a static libraryLiam P. White1-1/+1
(bzr r13948)
2014-12-23Use gray for 'context-fill' and 'context-stroke' in marker selector.Tavmjong Bah1-12/+32
Fix rendering bug when elements with 'context-fill' and 'context-stroke' are inside groups. (bzr r13822)
2014-12-21Implement rendering for 'context-fill' and 'context-stroke' (text not ↵Tavmjong Bah1-5/+22
handled yet). (bzr r13807)
2014-11-25Allow marker orientation to have units ('deg', 'rad', 'grad', 'turn').Tavmjong Bah1-5/+5
(bzr r13757)
2014-10-25Cleaned casts from sp-shape by fixing member type.Jon A. Cruz1-66/+64
(bzr r13638)
2014-10-14Implement marker 'orient' attribute value 'auto-start-reverse'.Tavmjong Bah1-6/+14
(bzr r13613)
2014-10-05Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-treeLiam P. White1-1/+1
(bzr r13341.1.248)
2014-08-20Implement SVG2 marker 'orient' attribute value 'auto-start-reverse' ↵Tavmjong Bah1-6/+14
(rendering only). (bzr r13341.1.148)
2014-07-28related to lp:inkscape r13474, remove unnecessary/broken placement newsJohan B. C. Engelen1-2/+0
(bzr r13477)
2014-04-24Clean up of style code: refactor marker properties. Step 3.Tavmjong Bah1-3/+3
(bzr r13301)
2013-10-28"fix" some "unused parameter" warningsKris De Gussem1-1/+1
(bzr r12738)
2013-10-26Added some consts.Markus Engel1-4/+3
(bzr r12729)
2013-09-26random code cleanupJohan B. C. Engelen1-28/+19
(bzr r12596)
2013-09-25C++ify calling a few SPLPEItem functions, much more work than expected... ↵Johan B. C. Engelen1-1/+1
slowly slowly... (bzr r12593)
2013-06-14Do not allow markers for children of markers (prevent loop)Martin Owens1-0/+7
Fixed bugs: - https://launchpad.net/bugs/261786 (bzr r12372)
2013-05-26Prevent crash from middle marker when a path or polyline has only one point.Tavmjong Bah1-2/+4
(bzr r12343)
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-2/+0
(bzr r11608.1.86)
2013-04-05Merged Item.Markus Engel1-1/+0
(bzr r11608.1.81)
2013-04-05Merged more classes.Markus Engel1-10/+8
(bzr r11608.1.78)
2013-04-05Merged Shape and subclasses. Cleaned up a bit.Markus Engel1-173/+193
(bzr r11608.1.76)