summaryrefslogtreecommitdiffstats
path: root/src/marker.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-14Implement marker 'orient' attribute value 'auto-start-reverse'.Tavmjong Bah1-16/+25
2014-10-05Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-treeLiam P. White1-541/+0
2014-08-20Implement SVG2 marker 'orient' attribute value 'auto-start-reverse' (renderin...Tavmjong Bah1-16/+25
2014-03-04Fix for W3C test suite test filters-light-02-f.svg. Marker refX and refY defi...Tavmjong Bah1-1/+3
2014-02-11suppress compiler warningsKris De Gussem1-1/+1
2014-02-06Markers are never shown directly, even if outside of <defs> section.Tavmjong Bah1-3/+7
2014-02-06Added new base class to handle viewBox and preserveAspectRatio.Tavmjong Bah1-234/+23
2014-01-30Correct positioning of custom markers. Fixes #230491.Tavmjong Bah1-2/+4
2013-10-27"fix" some "unused parameter" warningsKris De Gussem1-2/+2
2013-10-26Added some consts.Markus Engel1-1/+1
2013-10-09Documentation/Translation. Fix for Bug #1236382 (Typos in comments and messag...Nicolas Dufour1-1/+1
2013-09-21Drop unused static function declarationsAlex Valavanis1-43/+0
2013-08-03reduce scope of variablesJohan B. C. Engelen1-4/+2
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-1/+0
2013-04-05Merged Group and subclasses.Markus Engel1-163/+181
2013-04-02Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...Markus Engel1-0/+10
2013-04-01Added constructors to SP classes.Markus Engel1-8/+23
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+1
2013-03-29Renamed virtual function names.Markus Engel1-20/+20
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-4/+4
2013-03-19Fixing regressionjtx1-6/+6
2013-03-18Fix -Wcast-align issues with SPItemCtxAlex Valavanis1-1/+1
2013-03-17Working with widjetsJabier Arraiza Cenoz1-6/+6
2013-03-16fix/suppress build warningsKris De Gussem1-6/+6
2013-03-14Various changes.Markus Engel1-1/+1
2013-01-24More GObject boilerplate cleanupAlex Valavanis1-52/+24
2012-11-11SPObject: drop sp_object_ prefix on class membersAlex Valavanis1-2/+2
2012-10-06Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel1-13/+29
2012-09-17Fix for 165865 : Fix marker color on duplicateJohn Smith1-0/+33
2012-08-19Added "virtual pad" to SPMarker.Markus Engel1-50/+110
2012-01-08Warning and uninitialized variable cleanup.Jon A. Cruz1-136/+132
2011-08-27Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski1-1/+0
2011-08-27Remove all NRRect use.Krzysztof Kosi??ski1-25/+19
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-4/+5
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-5/+5
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-18/+16
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-23/+13
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-0/+1
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz1-1/+1
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-1/+1
2011-02-02update to latest 2geom !Johan B. C. Engelen1-9/+9
2010-08-11Fix rendering failures caused by markers with markerUnits="strokeWidth"Krzysztof Kosi??ski1-0/+7
2010-08-04Wholesale cruft removal part 1Krzysztof Kosi??ski1-6/+0
2010-07-12SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public1-8/+8
2010-07-06C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public1-2/+4
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-1/+1
2009-11-23fix bug 168663, marker shifted wrong by viewBoxThomas Holder1-16/+3
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-3/+3