| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Update to trunk | Liam P. White | 2014-05-04 | 1 | -9/+2 | |
| |\| | | | | | (bzr r13090.1.71) | |||||
| | * | Fix bounding box cache issues in general, and prevent the selector tool from ↵ | Diederik van Lierop | 2014-05-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | updating anything in case of identity affines (which prevents the bounding box from being invalidated) Fixed bugs: - https://launchpad.net/bugs/1256597 (bzr r13333) | |||||
| | * | Enable 'mix-blend-mode' property (rendering only). | Tavmjong Bah | 2014-04-30 | 1 | -8/+1 | |
| | | | | | | | (bzr r13326) | |||||
| * | | Update to trunk/Fix GTK3 build errors | Liam P. White | 2014-03-19 | 1 | -4/+26 | |
| |\| | | | | | (bzr r13090.1.26) | |||||
| | * | Reimplement global aliasing toggle as a 'shape-rendering' property | Krzysztof Kosi??ski | 2014-03-13 | 1 | -4/+26 | |
| | | | | | | | | | | | on the root element. (bzr r13146) | |||||
| * | | Reverted swatches | Liam P. White | 2014-03-12 | 1 | -2/+3 | |
| |/ | | | | | | | Removed a toy effect (not ready yet) Fixed a bug with Livarot General cleanup (bzr r13090.1.23) | |||||
| * | DrawingContext: change variable names ct to dc (bug #1272073) | David Mathog | 2014-02-08 | 1 | -48/+48 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009) | |||||
| * | New CSS blending modes (outside of filters). | Tavmjong Bah | 2013-12-10 | 1 | -0/+88 | |
| | | | | | | | | Define WITH_CSSBLEND to try out. Note: The modes are defined in CSS Compositing and Blending Level 1. To do: GUI. Isolate SVG drawing from Inkscape background (i.e. page border). (bzr r12845) | |||||
| * | Documentation/Translation. Fix for Bug #1236382 (Typos in comments and ↵ | Nicolas Dufour | 2013-10-09 | 1 | -1/+1 | |
| | | | | | | | | | message, localization context needed) by Yuri Chornoivan. Fixed bugs: - https://launchpad.net/bugs/1236382 (bzr r12673) | |||||
| * | Remove unnecessary warning | Krzysztof Kosi??ski | 2013-10-04 | 1 | -1/+0 | |
| | | | | (bzr r12654) | |||||
| * | Comprehensive fix for the issues with disappearing filtered objects. | Krzysztof Kosi??ski | 2013-10-01 | 1 | -14/+11 | |
| | | | | | | | | | | Fixes #304407 and possibly a few other bugs. Revert incorrect _item_bbox changes from r12528. Fixed bugs: - https://launchpad.net/bugs/304407 (bzr r12648) | |||||
| * | Fix possible bug in DrawingItem code | Krzysztof Kosi??ski | 2013-10-01 | 1 | -0/+4 | |
| | | | | (bzr r12647) | |||||
| * | Minor improvements to DrawingItem code and documentation | Krzysztof Kosi??ski | 2013-10-01 | 1 | -8/+37 | |
| | | | | (bzr r12645) | |||||
| * | Fix the text filter issue and revert many changes. | Martin Owens | 2013-09-20 | 1 | -6/+13 | |
| | | | | (bzr r12556) | |||||
| * | Revert some agressive changes and allow a seperate filter bbox for FER, ↵ | Martin Owens | 2013-09-19 | 1 | -1/+7 | |
| | | | | | | should be refactored at some point. (bzr r12536) | |||||
| * | Remove setItemBounds and _item_bbox because aren't sensible, replace with bbox. | Martin Owens | 2013-09-18 | 1 | -6/+0 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/243729 (bzr r12528) | |||||
| * | Remove compute drawbox and replace with area_elarge, make sure we use bbox | Martin Owens | 2013-09-17 | 1 | -1/+3 | |
| | | | | (bzr r12525) | |||||
| * | Fix for Bug #1110397: Opacity of clipped group is ignored (regression) | Ted Janeczko | 2013-02-01 | 1 | -2/+4 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1110397 (bzr r12086) | |||||
| * | stacked clip paths. patch by Ted Janeczko for Bug 1067271 | Alvin Penner | 2012-12-09 | 1 | -16/+11 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1067271 (bzr r11943) | |||||
| * | Revert r11914, better fix for bug #955141 coming. | Tavmjong Bah | 2012-12-09 | 1 | -27/+2 | |
| | | | | (bzr r11940) | |||||
| * | Fix for #955141: Converting clipped object to pattern produces rasterised ↵ | Tavmjong Bah | 2012-11-29 | 1 | -2/+27 | |
| | | | | | | pattern. (bzr r11914) | |||||
| * | Cleanup of unused variables and warnings. | Jon A. Cruz | 2012-02-29 | 1 | -1/+2 | |
| | | | | (bzr r11031) | |||||
| * | Fix text redraw problems (LP #837291) | Krzysztof Kosi??ski | 2011-11-14 | 1 | -0/+2 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/837291 (bzr r10739) | |||||
| * | Removing redundant doxygen @brief tag. | Jon A. Cruz | 2011-10-02 | 1 | -12/+22 | |
| | | | | (bzr r10656) | |||||
| * | Completely remove NRRect, NRRectL, in-svg-plane.h | Krzysztof Kosi??ski | 2011-08-27 | 1 | -2/+2 | |
| | | | | (bzr r10582.1.6) | |||||
| * | Filter background rendering now matches the SVG specification. | Krzysztof Kosi??ski | 2011-08-21 | 1 | -49/+63 | |
| | | | | (bzr r10347.1.37) | |||||
| * | Fix rendering glitches appearing when filtered, cached groups have | Krzysztof Kosi??ski | 2011-08-19 | 1 | -9/+11 | |
| | | | | | | filtered, cached children (bzr r10347.1.36) | |||||
| * | Add sanity checks against singular transforms in the drawing tree. | Krzysztof Kosi??ski | 2011-08-16 | 1 | -3/+3 | |
| | | | | | | | | | Fixes LP #825767. Fixed bugs: - https://launchpad.net/bugs/825767 (bzr r10347.1.33) | |||||
| * | Correctly invalidate cache of objects with background-accessing filters | Krzysztof Kosi??ski | 2011-08-14 | 1 | -78/+119 | |
| | | | | (bzr r10347.1.32) | |||||
| * | More generic handling of child type in DrawingItem. | Krzysztof Kosi??ski | 2011-08-13 | 1 | -27/+56 | |
| | | | | | | | | | Fix clip object selection bug (LP #365458). Fixed bugs: - https://launchpad.net/bugs/365458 (bzr r10347.1.31) | |||||
| * | Do not leak cache objects in DrawingItem destructor | Krzysztof Kosi??ski | 2011-08-09 | 1 | -4/+2 | |
| | | | | (bzr r10347.1.30) | |||||
| * | Fix invalidation on scrolling | Krzysztof Kosi??ski | 2011-08-09 | 1 | -8/+13 | |
| | | | | (bzr r10347.1.29) | |||||
| * | Use cache even if only part of the redraw region is clean | Krzysztof Kosi??ski | 2011-08-09 | 1 | -16/+22 | |
| | | | | (bzr r10347.1.28) | |||||
| * | Turn off debug message spam | Krzysztof Kosi??ski | 2011-08-09 | 1 | -1/+1 | |
| | | | | (bzr r10347.1.27) | |||||
| * | Initial autocache work | Krzysztof Kosi??ski | 2011-08-09 | 1 | -26/+120 | |
| | | | | (bzr r10347.1.26) | |||||
| * | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 2011-08-07 | 1 | -21/+21 | |
| | | | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25) | |||||
| * | Fix compilation (oops). | Krzysztof Kosi??ski | 2011-08-06 | 1 | -1/+1 | |
| | | | | (bzr r10347.1.24) | |||||
| * | Document things figured out during the rewriting | Krzysztof Kosi??ski | 2011-08-06 | 1 | -4/+95 | |
| | | | | (bzr r10347.1.22) | |||||
| * | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 2011-08-06 | 1 | -0/+620 | |
| (bzr r10347.1.21) | ||||||
