summaryrefslogtreecommitdiffstats
path: root/src/marker.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* suppress compiler warningsKris De Gussem2014-02-111-1/+1
* Markers are never shown directly, even if outside of <defs> section.Tavmjong Bah2014-02-061-3/+7
* Added new base class to handle viewBox and preserveAspectRatio.Tavmjong Bah2014-02-061-234/+23
* Correct positioning of custom markers. Fixes #230491.Tavmjong Bah2014-01-301-2/+4
* "fix" some "unused parameter" warningsKris De Gussem2013-10-271-2/+2
* Added some consts.Markus Engel2013-10-261-1/+1
* Documentation/Translation. Fix for Bug #1236382 (Typos in comments and messag...Nicolas Dufour2013-10-091-1/+1
* Drop unused static function declarationsAlex Valavanis2013-09-211-43/+0
* Merged from trunk (r12465).Markus Engel2013-08-041-4/+2
|\
| * reduce scope of variablesJohan B. C. Engelen2013-08-031-4/+2
* | 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-1/+0
* | Merged Group and subclasses.Markus Engel2013-04-051-163/+181
* | Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...Markus Engel2013-04-021-0/+10
* | Added constructors to SP classes.Markus Engel2013-04-011-8/+23
* | Prepared exchange of casting macros.Markus Engel2013-03-311-0/+1
* | Renamed virtual function names.Markus Engel2013-03-291-20/+20
* | merged from trunkMarkus Engel2013-03-291-129/+54
|\|
| * Fix -Wcast-align issues with SPItemCtxAlex Valavanis2013-03-181-1/+1
| * fix/suppress build warningsKris De Gussem2013-03-161-6/+6
| * More GObject boilerplate cleanupAlex Valavanis2013-01-241-52/+24
| * SPObject: drop sp_object_ prefix on class membersAlex Valavanis2012-11-111-2/+2
| * Fix for 165865 : Fix marker color on duplicateJohn Smith2012-09-171-0/+33
* | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-4/+4
* | Various changes.Markus Engel2013-03-141-1/+1
* | Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel2012-10-061-13/+29
* | Added "virtual pad" to SPMarker.Markus Engel2012-08-191-50/+110
|/
* Warning and uninitialized variable cleanup.Jon A. Cruz2012-01-081-136/+132
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-1/+0
* Remove all NRRect use.Krzysztof Kosi??ski2011-08-271-25/+19
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-4/+5
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-5/+5
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-18/+16
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-23/+13
* Remove more of libnrKrzysztof Kosi??ski2011-06-231-0/+1
* Merge from trunkKrzysztof Kosi??ski2011-06-191-1/+1
|\
| * Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz2011-06-041-1/+1
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-10/+10
|\|
| * Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-1/+1
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-9/+9
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-17/+17
|\|
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-17/+17
| |\
| | * SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public2010-07-121-8/+8
| | * C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public2010-07-061-2/+4
| | * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-1/+1
| |/
* | Fix rendering failures caused by markers with markerUnits="strokeWidth"Krzysztof Kosi??ski2010-08-111-0/+7
* | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-6/+0
|/
* fix bug 168663, marker shifted wrong by viewBoxThomas Holder2009-11-231-16/+3
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-3/+3