| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -1/+2 | |
| - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | |||||
| 2018-10-06 | SPAttributeEnum typed function arguments | Thomas Holder | 1 | -1/+1 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 1 | -11/+11 | |
| This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | |||||
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -0/+0 | |
| A lot of header clean-up. | |||||
| 2015-07-14 | Fix for circular references detection in almost all cases, fixing ↵ | Marc Jeanmougin | 1 | -1/+1 | |
| https://bugs.launchpad.net/inkscape/+bug/167247 and a few of its duplicates. This fix is aimed at preventing any sort of circular references with the URIReference::_acceptObject method, checking the absence of loops in the reference+child tree. There can be some performance improvements done if we add a pointer from cloned sub-objects to their origin sub-object. The remaining cases that are not fixed can involve non-trivial loops using one or more "url()" stylesheet references. Being able to take them into account would require a non-obvious style.cpp refactoring making use of URIReference for this kind of reference (and not handling manually the signals in the styling code, which would probably be a good thing to do anyway) (bzr r14245) | |||||
| 2015-02-19 | Put a few std::vector<SPitem*> | Marc Jeanmougin | 1 | -1/+1 | |
| (bzr r13922.1.5) | |||||
| 2015-02-17 | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 1 | -1/+1 | |
| change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1) | |||||
| 2014-12-21 | Implement rendering for 'context-fill' and 'context-stroke' (text not ↵ | Tavmjong Bah | 1 | -1/+6 | |
| handled yet). (bzr r13807) | |||||
| 2014-12-15 | C++ify SPMarkerView | Tavmjong Bah | 1 | -3/+5 | |
| (bzr r13799) | |||||
| 2014-11-25 | Allow marker orientation to have units ('deg', 'rad', 'grad', 'turn'). | Tavmjong Bah | 1 | -1/+2 | |
| (bzr r13757) | |||||
| 2014-10-05 | Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-tree | Liam P. White | 1 | -0/+0 | |
| (bzr r13341.1.248) | |||||
| 2014-09-27 | Update to experimental r13565 | Liam P. White | 1 | -5/+5 | |
| (bzr r13341.5.16) | |||||
| 2014-08-31 | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵ | Liam P. White | 1 | -5/+5 | |
| GThread deprecation errors. (bzr r13341.1.190) | |||||
| 2014-08-20 | Implement SVG2 marker 'orient' attribute value 'auto-start-reverse' ↵ | Tavmjong Bah | 1 | -1/+7 | |
| (rendering only). (bzr r13341.1.148) | |||||
| 2014-03-09 | Remove unused includes to tidy up the code. | Martin Owens | 1 | -1/+0 | |
| (bzr r13132) | |||||
| 2014-02-06 | Markers are never shown directly, even if outside of <defs> section. | Tavmjong Bah | 1 | -0/+1 | |
| (bzr r13003) | |||||
| 2014-02-06 | Added new base class to handle viewBox and preserveAspectRatio. | Tavmjong Bah | 1 | -12/+2 | |
| 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 | -1/+1 | |
| (bzr r12986) | |||||
| 2013-10-26 | Added some consts. | Markus Engel | 1 | -1/+1 | |
| (bzr r12729) | |||||
| 2013-09-15 | Added runtime check in SP_-cast macros. | Markus Engel | 1 | -1/+1 | |
| (bzr r11608.1.123) | |||||
| 2013-09-14 | Modified SP_IS_ macros. | Markus Engel | 1 | -1/+1 | |
| (bzr r11608.1.122) | |||||
| 2013-04-05 | Merged Group and subclasses. | Markus Engel | 1 | -21/+2 | |
| (bzr r11608.1.77) | |||||
| 2013-04-01 | Added constructors to SP classes. | Markus Engel | 1 | -0/+1 | |
| (bzr r11608.1.67) | |||||
| 2013-04-01 | Replaced all casting macros with glib-independent ones. | Markus Engel | 1 | -2/+2 | |
| (bzr r11608.1.64) | |||||
| 2013-03-29 | Renamed virtual function names. | Markus Engel | 1 | -9/+9 | |
| (bzr r11608.1.57) | |||||
| 2013-03-19 | Fixing regression | jtx | 1 | -3/+1 | |
| (bzr r11950.1.61) | |||||
| 2013-03-17 | Working with widjets | Jabier Arraiza Cenoz | 1 | -1/+3 | |
| (bzr r11950.1.56) | |||||
| 2013-03-14 | Fix another load of forward declaration tags | Alex Valavanis | 1 | -3/+1 | |
| (bzr r12205) | |||||
| 2012-09-17 | Fix for 165865 : Fix marker color on duplicate | John Smith | 1 | -1/+1 | |
| (bzr r11671) | |||||
| 2012-08-19 | Added "virtual pad" to SPMarker. | Markus Engel | 1 | -1/+29 | |
| (bzr r11608.1.19) | |||||
| 2012-02-25 | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 1 | -1/+1 | |
| (bzr r11011) | |||||
| 2011-08-06 | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 1 | -1/+1 | |
| (bzr r10347.1.21) | |||||
| 2011-02-02 | update to latest 2geom ! | Johan B. C. Engelen | 1 | -4/+4 | |
| (bzr r10025) | |||||
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 1 | -1/+1 | |
| which cannot be fixed easily. (bzr r8422) | |||||
| 2009-08-05 | SPDocument->Document | johnce | 1 | -1/+1 | |
| (bzr r8404) | |||||
| 2009-01-04 | 2geomify marker viewbox | Johan B. C. Engelen | 1 | -5/+4 | |
| (bzr r7075) | |||||
| 2008-10-27 | From trunk | Ted Gould | 1 | -1/+1 | |
| (bzr r6885) | |||||
| 2008-09-18 | Next roud of NR ==> Geom conversion | Maximilian Albert | 1 | -3/+2 | |
| (bzr r6839) | |||||
| 2008-06-20 | 2geomify sp_shape_update_marker_view. | Johan B. C. Engelen | 1 | -1/+3 | |
| (bzr r6007) | |||||
| 2008-03-21 | No more NRMatrix or NRPoint. | Jasper van de Gronde | 1 | -1/+1 | |
| (bzr r5149) | |||||
| 2007-10-09 | apply John Cliff's patch [ 1743843 ] Create Marker from Selection Menu Item | Johan B. C. Engelen | 1 | -0/+2 | |
| (bzr r3864) | |||||
| 2006-12-06 | Renaming sp-marker.* to marker.* | Bryce Harrington | 1 | -0/+0 | |
| (bzr r2077) | |||||
