| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2014-10-14 | Implement marker 'orient' attribute value 'auto-start-reverse'. | Tavmjong Bah | 1 | -16/+25 | |
| (bzr r13613) | |||||
| 2014-10-05 | Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-tree | Liam P. White | 1 | -541/+0 | |
| (bzr r13341.1.248) | |||||
| 2014-08-20 | Implement SVG2 marker 'orient' attribute value 'auto-start-reverse' ↵ | Tavmjong Bah | 1 | -16/+25 | |
| (rendering only). (bzr r13341.1.148) | |||||
| 2014-03-04 | Fix for W3C test suite test filters-light-02-f.svg. Marker refX and refY ↵ | Tavmjong Bah | 1 | -1/+3 | |
| defined in coordinate system of viewBox. (bzr r13113) | |||||
| 2014-02-11 | suppress compiler warnings | Kris De Gussem | 1 | -1/+1 | |
| (bzr r13021) | |||||
| 2014-02-06 | Markers are never shown directly, even if outside of <defs> section. | Tavmjong Bah | 1 | -3/+7 | |
| (bzr r13003) | |||||
| 2014-02-06 | Added new base class to handle viewBox and preserveAspectRatio. | Tavmjong Bah | 1 | -234/+23 | |
| Updated sp-root, sp-symbol, sp-image, sp-pattern, marker to use new class. Fixed some viewport issues when % used. (bzr r13002) | |||||
| 2014-01-30 | Correct positioning of custom markers. Fixes #230491. | Tavmjong Bah | 1 | -2/+4 | |
| (bzr r12986) | |||||
| 2013-10-27 | "fix" some "unused parameter" warnings | Kris De Gussem | 1 | -2/+2 | |
| (bzr r12736) | |||||
| 2013-10-26 | Added some consts. | Markus Engel | 1 | -1/+1 | |
| (bzr r12729) | |||||
| 2013-10-09 | Documentation/Translation. Fix for Bug #1236382 (Typos in comments and ↵ | Nicolas Dufour | 1 | -1/+1 | |
| message, localization context needed) by Yuri Chornoivan. Fixed bugs: - https://launchpad.net/bugs/1236382 (bzr r12673) | |||||
| 2013-09-21 | Drop unused static function declarations | Alex Valavanis | 1 | -43/+0 | |
| (bzr r12565) | |||||
| 2013-08-03 | reduce scope of variables | Johan B. C. Engelen | 1 | -4/+2 | |
| (bzr r12463) | |||||
| 2013-04-07 | Merge Object and subclasses. Merging of SP- and C-classes complete. | Markus Engel | 1 | -2/+0 | |
| (bzr r11608.1.86) | |||||
| 2013-04-05 | Merged Item. | Markus Engel | 1 | -1/+0 | |
| (bzr r11608.1.81) | |||||
| 2013-04-05 | Merged more classes. | Markus Engel | 1 | -1/+0 | |
| (bzr r11608.1.78) | |||||
| 2013-04-05 | Merged Group and subclasses. | Markus Engel | 1 | -163/+181 | |
| (bzr r11608.1.77) | |||||
| 2013-04-02 | Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵ | Markus Engel | 1 | -0/+10 | |
| rewritten, as they aren't real classes. (bzr r11608.1.69) | |||||
| 2013-04-01 | Added constructors to SP classes. | Markus Engel | 1 | -8/+23 | |
| (bzr r11608.1.67) | |||||
| 2013-03-31 | Prepared exchange of casting macros. | Markus Engel | 1 | -0/+1 | |
| (bzr r11608.1.63) | |||||
| 2013-03-29 | Renamed virtual function names. | Markus Engel | 1 | -20/+20 | |
| (bzr r11608.1.57) | |||||
| 2013-03-29 | Removed function pointers from SPObject and subclasses. | Markus Engel | 1 | -4/+4 | |
| Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55) | |||||
| 2013-03-19 | Fixing regression | jtx | 1 | -6/+6 | |
| (bzr r11950.1.61) | |||||
| 2013-03-18 | Fix -Wcast-align issues with SPItemCtx | Alex Valavanis | 1 | -1/+1 | |
| (bzr r12222) | |||||
| 2013-03-17 | Working with widjets | Jabier Arraiza Cenoz | 1 | -6/+6 | |
| (bzr r11950.1.56) | |||||
| 2013-03-16 | fix/suppress build warnings | Kris De Gussem | 1 | -6/+6 | |
| (bzr r12215) | |||||
| 2013-03-14 | Various changes. | Markus Engel | 1 | -1/+1 | |
| (bzr r11608.1.48) | |||||
| 2013-01-24 | More GObject boilerplate cleanup | Alex Valavanis | 1 | -52/+24 | |
| (bzr r12059) | |||||
| 2012-11-11 | SPObject: drop sp_object_ prefix on class members | Alex Valavanis | 1 | -2/+2 | |
| (bzr r11869) | |||||
| 2012-10-06 | Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods. | Markus Engel | 1 | -13/+29 | |
| (bzr r11608.1.46) | |||||
| 2012-09-17 | Fix for 165865 : Fix marker color on duplicate | John Smith | 1 | -0/+33 | |
| (bzr r11671) | |||||
| 2012-08-19 | Added "virtual pad" to SPMarker. | Markus Engel | 1 | -50/+110 | |
| (bzr r11608.1.19) | |||||
| 2012-01-08 | Warning and uninitialized variable cleanup. | Jon A. Cruz | 1 | -136/+132 | |
| (bzr r10860) | |||||
| 2011-08-27 | Completely remove NRRect, NRRectL, in-svg-plane.h | Krzysztof Kosi??ski | 1 | -1/+0 | |
| (bzr r10582.1.6) | |||||
| 2011-08-27 | Remove all NRRect use. | Krzysztof Kosi??ski | 1 | -25/+19 | |
| (bzr r10582.1.5) | |||||
| 2011-08-27 | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 1 | -4/+5 | |
| using them more obvious. Fix filter region computation. (bzr r10582.1.1) | |||||
| 2011-08-07 | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 1 | -5/+5 | |
| methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25) | |||||
| 2011-08-06 | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 1 | -18/+16 | |
| (bzr r10347.1.21) | |||||
| 2011-07-16 | Cleanup of oudated/redundant SP_ITEM() macro use. | Jon A. Cruz | 1 | -23/+13 | |
| (bzr r10461) | |||||
| 2011-06-23 | Remove more of libnr | Krzysztof Kosi??ski | 1 | -0/+1 | |
| (bzr r10347.1.2) | |||||
| 2011-06-04 | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵ | Jon A. Cruz | 1 | -1/+1 | |
| SP_ROOT() gtk type function/macro. (bzr r10254) | |||||
| 2011-02-22 | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 1 | -1/+1 | |
| (bzr r10067) | |||||
| 2011-02-02 | update to latest 2geom ! | Johan B. C. Engelen | 1 | -9/+9 | |
| (bzr r10025) | |||||
| 2010-08-11 | Fix rendering failures caused by markers with markerUnits="strokeWidth" | Krzysztof Kosi??ski | 1 | -0/+7 | |
| on shapes with zero stroke width (bzr r9508.1.56) | |||||
| 2010-08-04 | Wholesale cruft removal part 1 | Krzysztof Kosi??ski | 1 | -6/+0 | |
| (bzr r9508.1.44) | |||||
| 2010-07-12 | SPObject c++ification finalized along with the beginning of XML ↵ | Abhishek Sharma Public | 1 | -8/+8 | |
| Privatisation tweaks (bzr r9546.1.6) | |||||
| 2010-07-06 | C++ification of SPObject continued along with the onset of XML ↵ | Abhishek Sharma Public | 1 | -2/+4 | |
| Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected. (bzr r9546.1.5) | |||||
| 2010-06-29 | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 1 | -1/+1 | |
| sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1) | |||||
| 2009-11-23 | fix bug 168663, marker shifted wrong by viewBox | Thomas Holder | 1 | -16/+3 | |
| (bzr r8836) | |||||
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 1 | -3/+3 | |
| which cannot be fixed easily. (bzr r8422) | |||||
