summaryrefslogtreecommitdiffstats
path: root/src/sp-shape.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1175/+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)
2013-04-02Cleaned up a bit. Uses some C++11 features.Markus Engel1-35/+3
(bzr r11608.1.72)
2013-04-02Added virtual destructor to SPObject. Switched to new factory. Replaced some ↵Markus Engel1-1/+1
casts. Inkscape seems stable, car.svgz renders correctly to png. (bzr r11608.1.70)
2013-04-01Added experimental constructor to SPRect. Memory leaks because of ↵Markus Engel1-7/+14
non-virtual destructor. (bzr r11608.1.66)
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+1
(bzr r11608.1.63)
2013-03-29Renamed virtual function names.Markus Engel1-19/+19
(bzr r11608.1.57)
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-5/+5
Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
2013-03-14Various changes.Markus Engel1-1/+1
(bzr r11608.1.48)
2013-01-23Clean up more GObject type definitionsAlex Valavanis1-69/+69
(bzr r12055)
2012-12-08Selector tool: improve responsiveness for snapping a path's internal ↵Diederik van Lierop1-2/+2
intersections (was unbearable already for paths having 20+ segments) (bzr r11937)
2012-11-11SPObject: drop sp_object_ prefix on class membersAlex Valavanis1-2/+2
(bzr r11869)
2012-10-06Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel1-5/+5
(bzr r11608.1.46)
2012-09-29Removed old calls to set_shape and update_patheffect.Markus Engel1-2/+3
(bzr r11608.1.45)
2012-09-17fix typo in marker bbox calculation (Bug 1051131)Alvin Penner1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1051131 (bzr r11670)
2012-08-18As all subclasses of SPShape now have "virtual pads" with correct ↵Markus Engel1-4/+1
inheritance, the virtual function call to "onSetShape" was converted to C++ style. (bzr r11608.1.15)
2012-08-18Added "virtual pad" to SPShape.Markus Engel1-93/+158
(bzr r11608.1.4)
2012-02-23avoid some Shape calculations that are not relevant to visual bbox (Bug 906952)Alvin Penner1-1/+1
Fixed bugs: - https://launchpad.net/bugs/906952 (bzr r11010)
2012-02-15cppcheckKris De Gussem1-2/+2
(bzr r10987)
2012-01-17add underscores to some member variables.Johan B. C. Engelen1-113/+113
add some const stuff (bzr r10900)
2012-01-17turn SPPath into a class, and add some methods...Johan B. C. Engelen1-3/+2
(bzr r10897)
2012-01-04for bbox calculation, disable call to Path::Coalesce (Bug 906952)Alvin Penner1-1/+1
Fixed bugs: - https://launchpad.net/bugs/906952 (bzr r10835)
2011-08-27Remove NRRect use from the extension systemKrzysztof Kosi??ski1-3/+4
(bzr r10582.1.2)
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-197/+140
using them more obvious. Fix filter region computation. (bzr r10582.1.1)
2011-08-25Remove duplicate bbox data from DrawingShapeKrzysztof Kosi??ski1-8/+0
(bzr r10347.1.38)
2011-08-22Refactoring of the snapping preferences; mainly about storing all toggles in ↵Diederik van Lierop1-12/+7
a single array, instead of each having its own member variable (bzr r10569)
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-6/+2
methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)