| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Speedup filtering and panning | Jabier Arraiza | 2019-11-19 | 1 | -2/+2 |
| | | |||||
| * | refactor SPIEnum: more type safety | Thomas Holder | 2019-10-28 | 1 | -5/+7 |
| | | | | | | | fixes ungrouping of "font-weight:bolder" fixes "titling-caps" parsing fixes a casting error in CairoRenderContext::renderGlyphtext | ||||
| * | Better fix to handle cache on drawing items | Jabiertxof | 2019-10-21 | 1 | -0/+1 |
| | | |||||
| * | Add export/import PDF blend modes and add isolation modifier | Jabier Arraiza | 2019-10-19 | 1 | -3/+3 |
| | | |||||
| * | Fix merging | Jabier Arraiza | 2018-12-01 | 1 | -3/+4 |
| | | |||||
| * | Fix merge to master and add shortcut | Jabier Arraiza | 2018-12-01 | 1 | -2/+1 |
| | | |||||
| * | Improve spliter and add outline mode functionality | Jabier Arraiza | 2018-12-01 | 1 | -2/+3 |
| | | |||||
| * | Replace void* by SPItem* to avoid static casts. | Tavmjong Bah | 2018-11-30 | 1 | -3/+4 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 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 | ||||
| * | Run clang-tidy’s modernize-use-noexcept pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | This removes deprecated dynamic exception specifications. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -3/+3 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | antialiasing options on export | Marc Jeanmougin | 2017-01-04 | 1 | -2/+2 |
| | | | | (bzr r15391) | ||||
| * | Implement rendering for 'context-fill' and 'context-stroke' (text not ↵ | Tavmjong Bah | 2014-12-21 | 1 | -1/+9 |
| | | | | | | handled yet). (bzr r13807) | ||||
| * | Code rearrangement to make it clearer what is happening. | Tavmjong Bah | 2014-12-16 | 1 | -1/+2 |
| | | | | (bzr r13803) | ||||
| * | Debugging routines to print out XML, SP Object, and Display Item trees. | Tavmjong Bah | 2014-12-16 | 1 | -0/+2 |
| | | | | (bzr r13802) | ||||
| * | Update to trunk r13621 | Liam P. White | 2014-10-17 | 1 | -2/+7 |
| |\ | | | | | (bzr r13341.1.278) | ||||
| | * | Merged src/display folder from svg-paints-support branch | Tomasz Boczkowski | 2014-10-14 | 1 | -2/+7 |
| | | | | | | | (bzr r13611.1.1) | ||||
| | * | Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec. | Tavmjong Bah | 2014-08-01 | 1 | -1/+1 |
| | | | | | | | (bzr r13485) | ||||
| * | | More header cleanup | Liam P. White | 2014-09-06 | 1 | -4/+4 |
| | | | | | | | (bzr r13341.1.198) | ||||
| * | | Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec. | Tavmjong Bah | 2014-08-01 | 1 | -1/+1 |
| |/ | | | (bzr r13341.1.113) | ||||
| * | Clean up of style code: Patch from suv: SPStyle: struct -> class | Tavmjong Bah | 2014-04-26 | 1 | -1/+1 |
| | | | | (bzr r13309) | ||||
| * | Reimplement global aliasing toggle as a 'shape-rendering' property | Krzysztof Kosi??ski | 2014-03-13 | 1 | -0/+2 |
| | | | | | | on the root element. (bzr r13146) | ||||
| * | DrawingContext: change variable names ct to dc (bug #1272073) | David Mathog | 2014-02-08 | 1 | -5/+5 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009) | ||||
| * | New CSS blending modes (outside of filters). | Tavmjong Bah | 2013-12-10 | 1 | -0/+5 |
| | | | | | | | | 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) | ||||
| * | Comprehensive fix for the issues with disappearing filtered objects. | Krzysztof Kosi??ski | 2013-10-01 | 1 | -2/+4 |
| | | | | | | | | | | 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 the text filter issue and revert many changes. | Martin Owens | 2013-09-20 | 1 | -0/+1 |
| | | | | (bzr r12556) | ||||
| * | Revert some agressive changes and allow a seperate filter bbox for FER, ↵ | Martin Owens | 2013-09-19 | 1 | -0/+2 |
| | | | | | | 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 | -2/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/243729 (bzr r12528) | ||||
| * | Fix another tonne of forward declaration tags | Alex Valavanis | 2013-03-14 | 1 | -1/+1 |
| | | | | (bzr r12204) | ||||
| * | Cleaned up display-forward.h, including many redundant usages. | Jon A. Cruz | 2011-10-04 | 1 | -1/+13 |
| | | | | (bzr r10666) | ||||
| * | Next pass of doxygen @brief cleanup. | Jon A. Cruz | 2011-10-02 | 1 | -1/+1 |
| | | | | (bzr r10658) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2011-10-02 | 1 | -6/+6 |
| | | | | (bzr r10655) | ||||
| * | Remove duplicate bbox data from DrawingShape | Krzysztof Kosi??ski | 2011-08-25 | 1 | -3/+3 |
| | | | | (bzr r10347.1.38) | ||||
| * | Filter background rendering now matches the SVG specification. | Krzysztof Kosi??ski | 2011-08-21 | 1 | -4/+10 |
| | | | | (bzr r10347.1.37) | ||||
| * | Add sanity checks against singular transforms in the drawing tree. | Krzysztof Kosi??ski | 2011-08-16 | 1 | -1/+1 |
| | | | | | | | | | 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 | -1/+7 |
| | | | | (bzr r10347.1.32) | ||||
| * | More generic handling of child type in DrawingItem. | Krzysztof Kosi??ski | 2011-08-13 | 1 | -15/+24 |
| | | | | | | | | | Fix clip object selection bug (LP #365458). Fixed bugs: - https://launchpad.net/bugs/365458 (bzr r10347.1.31) | ||||
| * | Initial autocache work | Krzysztof Kosi??ski | 2011-08-09 | 1 | -1/+21 |
| | | | | (bzr r10347.1.26) | ||||
| * | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 2011-08-07 | 1 | -19/+22 |
| | | | | | | 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 | -1/+1 |
| | | | | (bzr r10347.1.22) | ||||
| * | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 2011-08-06 | 1 | -0/+168 |
| (bzr r10347.1.21) | |||||
