| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move from deprecated GTimeVal to g_get_monotonic_time() | Jabier Arraiza | 2019-10-12 | 1 | -5/+4 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -12/+12 |
| | | |||||
| * | Improve spliter and add outline mode functionality | Jabier Arraiza | 2018-12-01 | 1 | -1/+1 |
| | | |||||
| * | 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 | ||||
| * | Implement the remaining vector effects properties. | Tavmjong Bah | 2018-11-08 | 1 | -2/+2 |
| | | |||||
| * | Renamed "Outline thin strokes" to "visible hairlines" to make the intent ↵ | Rick Yorgason | 2018-10-18 | 1 | -14/+14 |
| | | | | | clearer. | ||||
| * | New "Outline thin strokes" view mode which draws thin strokes in outline ↵ | Rick Yorgason | 2018-10-18 | 1 | -0/+22 |
| | | | | | mode so they're easier to see, while still drawing everything else normally. Very useful for making hairline strokes (0.001") for laser cutters. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -10/+10 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -3/+3 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -3/+3 |
| | | |||||
| * | Revert two changes from r15177 | Marc Jeanmougin | 2016-11-03 | 1 | -2/+2 |
| | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1636475 - https://launchpad.net/bugs/1637885 (bzr r15204) | ||||
| * | Implement 'vector-effect' value 'non-scaling-stroke'. No GUI yet. | Tavmjong Bah | 2016-10-19 | 1 | -3/+11 |
| | | | | (bzr r15177) | ||||
| * | Implement rendering for 'context-fill' and 'context-stroke' (text not ↵ | Tavmjong Bah | 2014-12-21 | 1 | -4/+10 |
| | | | | | | handled yet). (bzr r13807) | ||||
| * | Code rearrangement to make it clearer what is happening. | Tavmjong Bah | 2014-12-16 | 1 | -4/+1 |
| | | | | (bzr r13803) | ||||
| * | Update to trunk r13621 | Liam P. White | 2014-10-17 | 1 | -4/+4 |
| |\ | | | | | (bzr r13341.1.278) | ||||
| | * | Merged src/display folder from svg-paints-support branch | Tomasz Boczkowski | 2014-10-14 | 1 | -4/+4 |
| | | | | | | | (bzr r13611.1.1) | ||||
| * | | Fix build (not pretty). | Liam P. White | 2014-08-18 | 1 | -1/+1 |
| |/ | | | (bzr r13341.1.146) | ||||
| * | Enable support for 'paint-order', rendering only. | Tavmjong Bah | 2014-05-01 | 1 | -6/+1 |
| | | | | (bzr r13329) | ||||
| * | Implement 'paint-order' for shapes (and paths). | Tavmjong Bah | 2014-02-18 | 1 | -29/+103 |
| | | | | (bzr r13040) | ||||
| * | DrawingContext: change variable names ct to dc (bug #1272073) | David Mathog | 2014-02-08 | 1 | -27/+27 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009) | ||||
| * | update 2geom's copy to r2142 | Johan B. C. Engelen | 2014-01-12 | 1 | -1/+1 |
| | | | | (bzr r12921) | ||||
| * | Comprehensive fix for the issues with disappearing filtered objects. | Krzysztof Kosi??ski | 2013-10-01 | 1 | -2/+2 |
| | | | | | | | | | | Fixes #304407 and possibly a few other bugs. Revert incorrect _item_bbox changes from r12528. Fixed bugs: - https://launchpad.net/bugs/304407 (bzr r12648) | ||||
| * | Revert render svg:patern segment for fill and stroke | Martin Owens | 2013-10-01 | 1 | -2/+2 |
| | | | | (bzr r12646) | ||||
| * | Remove setItemBounds and _item_bbox because aren't sensible, replace with bbox. | Martin Owens | 2013-09-18 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/243729 (bzr r12528) | ||||
| * | Change outline mode rendering tolerance from 1.25 to 0.5. | Krzysztof Kosi??ski | 2012-11-06 | 1 | -1/+1 |
| | | | | | | Fixes disappearing lines in newer versions of Cairo. (bzr r11862) | ||||
| * | Removing redundant doxygen @brief tag. | Jon A. Cruz | 2011-10-02 | 1 | -1/+1 |
| | | | | (bzr r10656) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2011-10-02 | 1 | -2/+1 |
| | | | | (bzr r10655) | ||||
| * | Completely remove NRRect, NRRectL, in-svg-plane.h | Krzysztof Kosi??ski | 2011-08-27 | 1 | -1/+0 |
| | | | | (bzr r10582.1.6) | ||||
| * | Remove duplicate bbox data from DrawingShape | Krzysztof Kosi??ski | 2011-08-25 | 1 | -9/+2 |
| | | | | (bzr r10347.1.38) | ||||
| * | Filter background rendering now matches the SVG specification. | Krzysztof Kosi??ski | 2011-08-21 | 1 | -5/+6 |
| | | | | (bzr r10347.1.37) | ||||
| * | Correctly invalidate cache of objects with background-accessing filters | Krzysztof Kosi??ski | 2011-08-14 | 1 | -6/+14 |
| | | | | (bzr r10347.1.32) | ||||
| * | More generic handling of child type in DrawingItem. | Krzysztof Kosi??ski | 2011-08-13 | 1 | -6/+7 |
| | | | | | | | | | Fix clip object selection bug (LP #365458). Fixed bugs: - https://launchpad.net/bugs/365458 (bzr r10347.1.31) | ||||
| * | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 2011-08-07 | 1 | -8/+8 |
| | | | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25) | ||||
| * | Document things figured out during the rewriting | Krzysztof Kosi??ski | 2011-08-06 | 1 | -3/+3 |
| | | | | (bzr r10347.1.22) | ||||
| * | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 2011-08-06 | 1 | -0/+340 |
| (bzr r10347.1.21) | |||||
