summaryrefslogtreecommitdiffstats
path: root/src/object/sp-shape.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-01Use two bounding box caches instead of oneNathan Lee1-2/+4
2019-06-01Cache bounding box of shapesoctycs1-0/+5
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-06SPAttributeEnum typed function argumentsThomas Holder1-1/+1
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-13/+13
2018-03-26Allow path moveJabier Arraiza1-1/+1
2018-03-26Fixing refsJabier Arraiza1-1/+1
2018-03-26Base LPE refactorJabier Arraiza1-5/+8
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+0
2014-10-25Cleaned casts from sp-shape by fixing member type.Jon A. Cruz1-1/+2
2014-09-27Update to experimental r13565Liam P. White1-8/+8
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White1-8/+8
2013-10-26Added some consts.Markus Engel1-3/+3
2013-09-15Added runtime check in SP_-cast macros.Markus Engel1-1/+1
2013-09-14Modified SP_IS_ macros.Markus Engel1-1/+1
2013-04-05Merged more classes.Markus Engel1-1/+1
2013-04-05Merged Shape and subclasses. Cleaned up a bit.Markus Engel1-16/+1
2013-04-02Cleaned up a bit. Uses some C++11 features.Markus Engel1-15/+4
2013-04-02Added virtual destructor to SPObject. Switched to new factory. Replaced some ...Markus Engel1-1/+2
2013-04-01Added experimental constructor to SPRect. Memory leaks because of non-virtual...Markus Engel1-0/+2
2013-04-01Replaced all casting macros with glib-independent ones.Markus Engel1-4/+2
2013-03-29Renamed virtual function names.Markus Engel1-12/+12
2013-01-23Clean up more GObject type definitionsAlex Valavanis1-25/+2
2012-09-29Removed old calls to set_shape and update_patheffect.Markus Engel1-1/+1
2012-08-18Added "virtual pad" to SPShape.Markus Engel1-0/+33
2012-01-17add underscores to some member variables.Johan B. C. Engelen1-17/+14
2012-01-17turn SPPath into a class, and add some methods...Johan B. C. Engelen1-2/+2
2012-01-17part 1 of SPPath cleanup for LPE... remove duplicated original_curve in SPPat...Johan B. C. Engelen1-2/+2
2011-12-11mixed usage of class and struct for same objectKris De Gussem1-1/+1
2011-10-04Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz1-0/+6
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-1/+1
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-1/+1
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-2/+2
2011-04-01add curve before LPE to SPShape. this is useful for helperpath display. It wa...Johan B. C. Engelen1-0/+5
2011-02-27compatibility patch to compile using gcc 4.6Adib Taraben1-0/+1
2011-02-02update to latest 2geom !Johan B. C. Engelen1-4/+4
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz1-1/+0
2010-07-14SPShape c++ified to the extent it was possible and more changes done for XML ...Abhishek Sharma Public1-14/+54
2008-07-07remove dead codeJohan B. C. Engelen1-2/+0
2008-07-07fix orientation of markersJohan B. C. Engelen1-1/+4
2008-06-20sp_shape_render for cairo-renderer extension now uses 2geom for marker positionsJohan B. C. Engelen1-0/+2
2008-05-09complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen1-1/+1
2008-03-28- Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet1-29/+3
2008-01-02+ Fix bug #179840, forking of LPEsJohan B. C. Engelen1-0/+4
2007-10-28LPE: implement 'edit next LPE parameter'. Accessible through key '7'.Johan B. C. Engelen1-0/+3
2007-09-14fix pasting of LPE's across multiple document; plus a number of small fixes.Johan B. C. Engelen1-1/+2
2007-09-06store and properly disconnect lpe modified connectionbulia byak1-0/+1
2007-08-14Commit LivePathEffect branch to trunk!Johan B. C. Engelen1-1/+21
2006-07-28switch to sigc++ SPObject signals for SPShapeMenTaLguY1-3/+3
2006-05-26export markers APIbulia byak1-4/+7