| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -9/+9 |
| | | |||||
| * | Fix merging | Jabier Arraiza | 2018-12-01 | 1 | -5/+4 |
| | | |||||
| * | Fix merge to master and add shortcut | Jabier Arraiza | 2018-12-01 | 1 | -4/+5 |
| | | |||||
| * | Improve spliter and add outline mode functionality | Jabier Arraiza | 2018-12-01 | 1 | -2/+2 |
| | | |||||
| * | Adding line to move outline | Jabier Arraiza | 2018-12-01 | 1 | -1/+0 |
| | | |||||
| * | Initial commit of split canvas | Jabiertxof | 2018-12-01 | 1 | -1/+1 |
| | | |||||
| * | Replace void* by SPItem* to avoid static casts. | Tavmjong Bah | 2018-11-30 | 1 | -5/+6 |
| | | |||||
| * | Fix area on filtered elements, also force cache it for fast view | Jabiertxof | 2018-11-16 | 1 | -3/+5 |
| | | |||||
| * | 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 | -0/+27 |
| | | |||||
| * | Add filter rendering improvements by caching | Jabier Arraiza | 2018-11-05 | 1 | -2/+6 |
| | | |||||
| * | Finish to convert SPFilter and SPFilterPrimitive to proper classes. | Emmanuel Gil Peyrot | 2018-10-19 | 1 | -2/+2 |
| | | |||||
| * | Several more typos | luz.paz | 2018-09-11 | 1 | -1/+1 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -35/+35 |
| | | | | | | 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 | -2/+2 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -2/+2 |
| | | |||||
| * | Remove debugging code and other cleanup. | Tavmjong Bah | 2017-11-24 | 1 | -15/+1 |
| | | |||||
| * | First attempt at supporting HiDPI on canvas. | Tavmjong Bah | 2017-11-23 | 1 | -4/+21 |
| | | | | | | Rendering seems to work but has not been fully tested. Editting does not work. | ||||
| * | Misc. typos | Unknown | 2017-11-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ``` | ||||
| * | antialiasing options on export | Marc Jeanmougin | 2017-01-04 | 1 | -6/+17 |
| | | | | (bzr r15391) | ||||
| * | SPStyle ref counting clean up. | Tavmjong Bah | 2014-12-26 | 1 | -4/+6 |
| | | | | (bzr r13822.1.7) | ||||
| * | Implement rendering for 'context-fill' and 'context-stroke' (text not ↵ | Tavmjong Bah | 2014-12-21 | 1 | -14/+42 |
| | | | | | | handled yet). (bzr r13807) | ||||
| * | Code rearrangement to make it clearer what is happening. | Tavmjong Bah | 2014-12-16 | 1 | -42/+49 |
| | | | | (bzr r13803) | ||||
| * | Debugging routines to print out XML, SP Object, and Display Item trees. | Tavmjong Bah | 2014-12-16 | 1 | -0/+24 |
| | | | | (bzr r13802) | ||||
| * | Re-enable warning commented out from pony2ink branch | Liam P. White | 2014-10-30 | 1 | -3/+2 |
| | | | | (bzr r13644) | ||||
| * | Update to trunk r13621 | Liam P. White | 2014-10-17 | 1 | -1/+46 |
| |\ | | | | | (bzr r13341.1.278) | ||||
| | * | Merged src/display folder from svg-paints-support branch | Tomasz Boczkowski | 2014-10-14 | 1 | -0/+45 |
| | | | | | | | (bzr r13611.1.1) | ||||
| | * | DrawingItem: add NULL check (bug found by clang static analyzer) | Johan B. C. Engelen | 2014-10-12 | 1 | -1/+1 |
| | | | | | | | (bzr r13603) | ||||
| | * | Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec. | Tavmjong Bah | 2014-08-01 | 1 | -7/+7 |
| | | | | | | | (bzr r13485) | ||||
| * | | Update to experimental r13531 | Liam P. White | 2014-08-31 | 1 | -2/+4 |
| |\ \ | | | | | | | (bzr r13090.1.106) | ||||
| | * | | Fix build (not pretty). | Liam P. White | 2014-08-18 | 1 | -2/+4 |
| | | | | | | | | | | (bzr r13341.1.146) | ||||
| * | | | Update to experimental r13460 | Liam P. White | 2014-08-06 | 1 | -7/+7 |
| |\| | | | | | | | | (bzr r13090.1.98) | ||||
| | * | | Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec. | Tavmjong Bah | 2014-08-01 | 1 | -7/+7 |
| | |/ | | | | | (bzr r13341.1.113) | ||||
| * | | 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) | ||||
