| Commit message (Expand) | Author | Files | Lines |
| 2017-01-04 | antialiasing options on export | Marc Jeanmougin | 1 | -6/+17 |
| 2014-12-26 | SPStyle ref counting clean up. | Tavmjong Bah | 1 | -4/+6 |
| 2014-12-21 | Implement rendering for 'context-fill' and 'context-stroke' (text not handled... | Tavmjong Bah | 1 | -14/+42 |
| 2014-12-16 | Code rearrangement to make it clearer what is happening. | Tavmjong Bah | 1 | -42/+49 |
| 2014-12-16 | Debugging routines to print out XML, SP Object, and Display Item trees. | Tavmjong Bah | 1 | -0/+24 |
| 2014-10-30 | Re-enable warning commented out from pony2ink branch | Liam P. White | 1 | -3/+2 |
| 2014-10-14 | Merged src/display folder from svg-paints-support branch | Tomasz Boczkowski | 1 | -0/+45 |
| 2014-10-12 | DrawingItem: add NULL check (bug found by clang static analyzer) | Johan B. C. Engelen | 1 | -1/+1 |
| 2014-09-27 | Update to experimental r13565 | Liam P. White | 1 | -2/+3 |
| 2014-08-18 | Fix build (not pretty). | Liam P. White | 1 | -2/+4 |
| 2014-08-01 | Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec. | Tavmjong Bah | 1 | -7/+7 |
| 2014-08-01 | Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec. | Tavmjong Bah | 1 | -7/+7 |
| 2014-05-03 | Fix bounding box cache issues in general, and prevent the selector tool from ... | Diederik van Lierop | 1 | -1/+1 |
| 2014-04-30 | Enable 'mix-blend-mode' property (rendering only). | Tavmjong Bah | 1 | -8/+1 |
| 2014-03-13 | Reimplement global aliasing toggle as a 'shape-rendering' property | Krzysztof Kosi??ski | 1 | -4/+26 |
| 2014-03-12 | Reverted swatches | Liam P. White | 1 | -2/+3 |
| 2014-02-08 | DrawingContext: change variable names ct to dc (bug #1272073) | David Mathog | 1 | -48/+48 |
| 2013-12-10 | New CSS blending modes (outside of filters). | Tavmjong Bah | 1 | -0/+88 |
| 2013-10-09 | Documentation/Translation. Fix for Bug #1236382 (Typos in comments and messag... | Nicolas Dufour | 1 | -1/+1 |
| 2013-10-04 | Remove unnecessary warning | Krzysztof Kosi??ski | 1 | -1/+0 |
| 2013-10-01 | Comprehensive fix for the issues with disappearing filtered objects. | Krzysztof Kosi??ski | 1 | -14/+11 |
| 2013-10-01 | Fix possible bug in DrawingItem code | Krzysztof Kosi??ski | 1 | -0/+4 |
| 2013-10-01 | Minor improvements to DrawingItem code and documentation | Krzysztof Kosi??ski | 1 | -8/+37 |
| 2013-09-20 | Fix the text filter issue and revert many changes. | Martin Owens | 1 | -6/+13 |
| 2013-09-19 | Revert some agressive changes and allow a seperate filter bbox for FER, shoul... | Martin Owens | 1 | -1/+7 |
| 2013-09-18 | Remove setItemBounds and _item_bbox because aren't sensible, replace with bbox. | Martin Owens | 1 | -6/+0 |
| 2013-09-17 | Remove compute drawbox and replace with area_elarge, make sure we use bbox | Martin Owens | 1 | -1/+3 |
| 2013-02-01 | Fix for Bug #1110397: Opacity of clipped group is ignored (regression) | Ted Janeczko | 1 | -2/+4 |
| 2012-12-09 | stacked clip paths. patch by Ted Janeczko for Bug 1067271 | Alvin Penner | 1 | -16/+11 |
| 2012-12-09 | Revert r11914, better fix for bug #955141 coming. | Tavmjong Bah | 1 | -27/+2 |
| 2012-11-29 | Fix for #955141: Converting clipped object to pattern produces rasterised pat... | Tavmjong Bah | 1 | -2/+27 |
| 2012-02-29 | Cleanup of unused variables and warnings. | Jon A. Cruz | 1 | -1/+2 |
| 2011-11-14 | Fix text redraw problems (LP #837291) | Krzysztof Kosi??ski | 1 | -0/+2 |
| 2011-10-02 | Removing redundant doxygen @brief tag. | Jon A. Cruz | 1 | -12/+22 |
| 2011-08-27 | Completely remove NRRect, NRRectL, in-svg-plane.h | Krzysztof Kosi??ski | 1 | -2/+2 |
| 2011-08-21 | Filter background rendering now matches the SVG specification. | Krzysztof Kosi??ski | 1 | -49/+63 |
| 2011-08-19 | Fix rendering glitches appearing when filtered, cached groups have | Krzysztof Kosi??ski | 1 | -9/+11 |
| 2011-08-16 | Add sanity checks against singular transforms in the drawing tree. | Krzysztof Kosi??ski | 1 | -3/+3 |
| 2011-08-14 | Correctly invalidate cache of objects with background-accessing filters | Krzysztof Kosi??ski | 1 | -78/+119 |
| 2011-08-13 | More generic handling of child type in DrawingItem. | Krzysztof Kosi??ski | 1 | -27/+56 |
| 2011-08-09 | Do not leak cache objects in DrawingItem destructor | Krzysztof Kosi??ski | 1 | -4/+2 |
| 2011-08-09 | Fix invalidation on scrolling | Krzysztof Kosi??ski | 1 | -8/+13 |
| 2011-08-09 | Use cache even if only part of the redraw region is clean | Krzysztof Kosi??ski | 1 | -16/+22 |
| 2011-08-09 | Turn off debug message spam | Krzysztof Kosi??ski | 1 | -1/+1 |
| 2011-08-09 | Initial autocache work | Krzysztof Kosi??ski | 1 | -26/+120 |
| 2011-08-07 | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 1 | -21/+21 |
| 2011-08-06 | Fix compilation (oops). | Krzysztof Kosi??ski | 1 | -1/+1 |
| 2011-08-06 | Document things figured out during the rewriting | Krzysztof Kosi??ski | 1 | -4/+95 |
| 2011-08-06 | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 1 | -0/+620 |