summaryrefslogtreecommitdiffstats
path: root/src/sp-shape.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1175/+0
* Fix a bug on tapper stroke detected with Ede_123 on IRCJabiertxof2017-05-071-1/+1
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-8/+1
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+8
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-8/+1
* Collect util/ into a static libraryLiam P. White2015-02-251-1/+1
* Use gray for 'context-fill' and 'context-stroke' in marker selector.Tavmjong Bah2014-12-231-12/+32
* Implement rendering for 'context-fill' and 'context-stroke' (text not handled...Tavmjong Bah2014-12-211-5/+22
* Allow marker orientation to have units ('deg', 'rad', 'grad', 'turn').Tavmjong Bah2014-11-251-5/+5
* Update to trunk r13638Liam P. White2014-10-251-66/+64
|\
| * Cleaned casts from sp-shape by fixing member type.Jon A. Cruz2014-10-251-66/+64
| * Implement marker 'orient' attribute value 'auto-start-reverse'.Tavmjong Bah2014-10-141-6/+14
* | Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-treeLiam P. White2014-10-051-1/+1
* | Implement SVG2 marker 'orient' attribute value 'auto-start-reverse' (renderin...Tavmjong Bah2014-08-201-6/+14
|/
* related to lp:inkscape r13474, remove unnecessary/broken placement newsJohan B. C. Engelen2014-07-281-2/+0
* Clean up of style code: refactor marker properties. Step 3.Tavmjong Bah2014-04-241-3/+3
* "fix" some "unused parameter" warningsKris De Gussem2013-10-281-1/+1
* Added some consts.Markus Engel2013-10-261-4/+3
* random code cleanupJohan B. C. Engelen2013-09-261-28/+19
* C++ify calling a few SPLPEItem functions, much more work than expected... slo...Johan B. C. Engelen2013-09-251-1/+1
* Merged from trunk (r12419).Markus Engel2013-07-141-2/+11
|\
| * Do not allow markers for children of markers (prevent loop)Martin Owens2013-06-141-0/+7
| * Prevent crash from middle marker when a path or polyline has only one point.Tavmjong Bah2013-05-261-2/+4
* | Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-2/+0
* | Merged Item.Markus Engel2013-04-051-1/+0
* | Merged more classes.Markus Engel2013-04-051-10/+8
* | Merged Shape and subclasses. Cleaned up a bit.Markus Engel2013-04-051-173/+193
* | Cleaned up a bit. Uses some C++11 features.Markus Engel2013-04-021-35/+3
* | Added virtual destructor to SPObject. Switched to new factory. Replaced some ...Markus Engel2013-04-021-1/+1
* | Added experimental constructor to SPRect. Memory leaks because of non-virtual...Markus Engel2013-04-011-7/+14
* | Prepared exchange of casting macros.Markus Engel2013-03-311-0/+1
* | Renamed virtual function names.Markus Engel2013-03-291-19/+19
* | merged from trunkMarkus Engel2013-03-291-171/+34
|\|
| * Clean up more GObject type definitionsAlex Valavanis2013-01-231-69/+69
| * Selector tool: improve responsiveness for snapping a path's internal intersec...Diederik van Lierop2012-12-081-2/+2
| * SPObject: drop sp_object_ prefix on class membersAlex Valavanis2012-11-111-2/+2
| * fix typo in marker bbox calculation (Bug 1051131)Alvin Penner2012-09-171-1/+1
* | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-5/+5
* | Various changes.Markus Engel2013-03-141-1/+1
* | Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel2012-10-061-5/+5
* | Removed old calls to set_shape and update_patheffect.Markus Engel2012-09-291-2/+3
* | As all subclasses of SPShape now have "virtual pads" with correct inheritance...Markus Engel2012-08-181-4/+1
* | Added "virtual pad" to SPShape.Markus Engel2012-08-181-93/+158
|/
* avoid some Shape calculations that are not relevant to visual bbox (Bug 906952)Alvin Penner2012-02-231-1/+1
* cppcheckKris De Gussem2012-02-151-2/+2
* add underscores to some member variables.Johan B. C. Engelen2012-01-171-113/+113
* turn SPPath into a class, and add some methods...Johan B. C. Engelen2012-01-171-3/+2
* for bbox calculation, disable call to Path::Coalesce (Bug 906952)Alvin Penner2012-01-041-1/+1
* Remove NRRect use from the extension systemKrzysztof Kosi??ski2011-08-271-3/+4
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-197/+140