| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -113/+0 |
| | | | | | A lot of header clean-up. | ||||
| * | Transform duplicate object only when clipping or masking | Stefano Facchini | 2017-09-24 | 1 | -1/+1 |
| | | |||||
| * | static code analysis | Kris De Gussem | 2015-11-13 | 1 | -4/+4 |
| | | | | (bzr r14464) | ||||
| * | Fix for circular references detection in almost all cases, fixing ↵ | Marc Jeanmougin | 2015-07-14 | 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) | ||||
| * | refactor sp_selection_set_mask | Marc Jeanmougin | 2015-05-08 | 1 | -1/+1 |
| | | | | (bzr r14131) | ||||
| * | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵ | Liam P. White | 2014-08-31 | 1 | -8/+8 |
| | | | | | | GThread deprecation errors. (bzr r13341.1.190) | ||||
| * | Added runtime check in SP_-cast macros. | Markus Engel | 2013-09-15 | 1 | -1/+1 |
| | | | | (bzr r11608.1.123) | ||||
| * | Modified SP_IS_ macros. | Markus Engel | 2013-09-14 | 1 | -1/+1 |
| | | | | (bzr r11608.1.122) | ||||
| * | Cleaned up. | Markus Engel | 2013-08-03 | 1 | -5/+6 |
| | | | | (bzr r11608.1.117) | ||||
| * | Merged ObjectGroup and subclasses. | Markus Engel | 2013-04-06 | 1 | -20/+2 |
| | | | | (bzr r11608.1.83) | ||||
| * | Added constructors to SP classes. | Markus Engel | 2013-04-01 | 1 | -0/+1 |
| | | | | (bzr r11608.1.67) | ||||
| * | Replaced all casting macros with glib-independent ones. | Markus Engel | 2013-04-01 | 1 | -4/+2 |
| | | | | (bzr r11608.1.64) | ||||
| * | Renamed virtual function names. | Markus Engel | 2013-03-29 | 1 | -7/+7 |
| | | | | (bzr r11608.1.57) | ||||
| * | merged from trunk | Markus Engel | 2013-03-29 | 1 | -3/+1 |
| |\ | | | | | (bzr r11608.1.56) | ||||
| | * | Fix even more forward declaration tags | Alex Valavanis | 2013-03-15 | 1 | -1/+1 |
| | | | | | | | (bzr r12206) | ||||
| | * | Fix another load of forward declaration tags | Alex Valavanis | 2013-03-14 | 1 | -2/+0 |
| | | | | | | | (bzr r12205) | ||||
| * | | Added "virtual pad" to SPMask. | Markus Engel | 2012-08-21 | 1 | -1/+27 |
| |/ | | | (bzr r11608.1.39) | ||||
| * | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 2012-02-25 | 1 | -1/+1 |
| | | | | (bzr r11011) | ||||
| * | Cleaned up display-forward.h, including many redundant usages. | Jon A. Cruz | 2011-10-04 | 1 | -1/+8 |
| | | | | (bzr r10666) | ||||
| * | Remove nr-forward.h | Krzysztof Kosi??ski | 2011-08-27 | 1 | -1/+0 |
| | | | | (bzr r10582.1.8) | ||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -7/+8 |
| | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | ||||
| * | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 2011-08-07 | 1 | -1/+1 |
| | | | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25) | ||||
| * | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 2011-08-06 | 1 | -2/+2 |
| | | | | (bzr r10347.1.21) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -1/+1 |
| | | | | (bzr r10025) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -5/+8 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | C++ification of SPObject continued along with the onset of XML ↵ | Abhishek Sharma Public | 2010-07-06 | 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) | ||||
| * | Patch by Alex Leone to fix crash with recursive masks from 190130, I also ↵ | Josh Andler | 2010-01-09 | 1 | -1/+33 |
| | | | | | | added him to AUTHORS (bzr r8959) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -1/+1 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -1/+1 |
| | | | | (bzr r8404) | ||||
| * | NR -> 2Geom, more h and cpp files | Joshua L. Blocher | 2008-12-05 | 1 | -1/+1 |
| | | | | (bzr r6952) | ||||
| * | Mask/Clippath transformations on masking/unmasking | Andrius Ramanauskas | 2006-03-22 | 1 | -1/+1 |
| | | | | (bzr r269) | ||||
| * | patch by Andrius R. for (un)clip and (un)mask commands | bulia byak | 2006-03-19 | 1 | -0/+2 |
| | | | | (bzr r263) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+63 |
| (bzr r1) | |||||
