| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | make SP_ATTRIBUTE_IS_CSS a function | Thomas Holder | 2019-11-03 | 1 | -12/+8 |
| | | |||||
| * | refactor: Eliminate SPIEnum::_name | Thomas Holder | 2019-10-28 | 1 | -0/+2 |
| | | |||||
| * | Support "lang" and "xml:lang" attributes. | Tavmjong Bah | 2019-10-01 | 1 | -0/+1 |
| | | | | | Partial fix for https://gitlab.com/inkscape/inbox/issues/951 | ||||
| * | Fix codestyle | Marc Jeanmougin | 2019-06-02 | 1 | -1/+1 |
| | | |||||
| * | Fixing coding style | Jabier Arraiza | 2019-06-02 | 1 | -2/+1 |
| | | |||||
| * | Add popup with CSS properties | Jabier Arraiza | 2019-06-02 | 1 | -1/+25 |
| | | |||||
| * | sp_attribute_lookup with std::map | Thomas Holder | 2018-12-24 | 1 | -6/+28 |
| | | | | | | - replace linear array search with std::map lookup - remove duplicated name lookup logic in SPStylePropHelper | ||||
| * | Fix bug 1804946: Measurement tool is very slow when using grids | Jabier Arraiza | 2018-11-25 | 1 | -3/+0 |
| | | | | | This move from Namedview to a new prefernecr point to not reload full namedview on meassure | ||||
| * | 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 | ||||
| * | SPAttributeEnum typed function arguments | Thomas Holder | 2018-10-06 | 1 | -6/+6 |
| | | |||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -4/+0 |
| | | |||||
| * | Add per embed/linked SVG a DPI value | Jabiertxof | 2018-09-13 | 1 | -0/+1 |
| | | |||||
| * | Replace typedef struct with struct in POD type declarations. | Emmanuel Gil Peyrot | 2018-06-20 | 1 | -2/+2 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+2 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Boiler plate stuff for 'textPath' 'side' attribute. | Tavmjong Bah | 2018-05-31 | 1 | -0/+1 |
| | | |||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -1/+1 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -1/+1 |
| | | |||||
| * | Fix promote d | Jabier Arraiza | 2018-04-23 | 1 | -1/+4 |
| | | |||||
| * | Revert TAV d work for testing | Jabier Arraiza | 2018-04-23 | 1 | -4/+1 |
| | | |||||
| * | Promote the path 'd' attribute to a property per SVG 2. Try 2. | Tavmjong Bah | 2018-03-07 | 1 | -1/+4 |
| | | | | | See e88644b0 for first attempt and for comments. | ||||
| * | Revert "Promote the path 'd' attribute to a property per SVG 2." | Tavmjong Bah | 2018-02-18 | 1 | -4/+1 |
| | | | | | | | Needs further testing. This reverts commit e88644b0f3481c78a9563dbf9ee6b76ab6674583. | ||||
| * | Promote the path 'd' attribute to a property per SVG 2. | Tavmjong Bah | 2018-02-13 | 1 | -1/+4 |
| | | | | | | | | | | This allows 'd' to be animated via CSS animations. Due to the interactions of 'd' with LPE's, 'd' as a property is converted to 'd' as an attribute in SPPath::update. This changes the XML which causes update() to be called again (and triggers a warning). Fixing this is left to a future patch as is converting the 'd' back to a property on output. | ||||
| * | Update properties for SVG 2 text. Partial work from Alex Roman | Tavmjong Bah | 2017-10-16 | 1 | -1/+2 |
| | | |||||
| * | parsing font-variation-settings (CSS Fonts Module Level 4) | Felipe Corrêa da Silva Sanches | 2017-06-22 | 1 | -0/+3 |
| | | |||||
| * | Implement rotation via desktop to window affine. | Tavmjong Bah | 2017-03-20 | 1 | -1/+0 |
| | | | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603) | ||||
| * | Implement arc "chord" type. (Matches Krita "chord" arc type.) | Tavmjong Bah | 2017-03-02 | 1 | -1/+2 |
| | | | | (bzr r15561) | ||||
| * | Update to trunk | Jabier Arraiza Cenoz | 2016-10-19 | 1 | -0/+1 |
| |\ | | | | | (bzr r15142.1.18) | ||||
| | * | Implement 'vector-effect' value 'non-scaling-stroke'. No GUI yet. | Tavmjong Bah | 2016-10-19 | 1 | -0/+1 |
| | | | | | | | (bzr r15177) | ||||
| * | | Doc rotate start | Jabier Arraiza Cenoz | 2016-10-02 | 1 | -0/+1 |
| |/ | | | (bzr r15142.1.1) | ||||
| * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -1/+0 |
| | | | | (bzr r15034) | ||||
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+1 |
| | | | | (bzr r15027) | ||||
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -1/+0 |
| | | | | (bzr r15025) | ||||
| * | Optionally sort attributes and properties into a canonical order. | Tavmjong Bah | 2016-06-12 | 1 | -40/+51 |
| | | | | | | Useful for comparing different versions of an SVG file. (bzr r14980) | ||||
| * | A little cleaning up of attributes. | Tavmjong Bah | 2016-06-11 | 1 | -11/+19 |
| | | | | (bzr r14977) | ||||
| * | Backout last commit as it introduced subtle errors. | Tavmjong Bah | 2016-04-29 | 1 | -1/+0 |
| | | | | (bzr r14864) | ||||
| * | SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'. | Tavmjong Bah | 2016-04-29 | 1 | -0/+1 |
| | | | | (bzr r14863) | ||||
| * | Support rendering of radial gradients with the 'fr' attribute. New in SVG 2. | Tavmjong Bah | 2016-01-09 | 1 | -0/+1 |
| | | | | (bzr r14569) | ||||
| * | Corrects attribute name for saving page 'checkerboard' background state. | Tavmjong Bah | 2015-12-28 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1529391 (bzr r14556) | ||||
| * | Add option for checkerboard background. | Tavmjong Bah | 2015-12-21 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/397723 (bzr r14539) | ||||
| * | replaced remaining GHashTable with std::map | Marc Jeanmougin | 2015-12-09 | 1 | -14/+6 |
| | | | | (bzr r14504.1.16) | ||||
| * | Changed from Desktop to namedview to handle multiples documents | Jabier Arraiza Cenoz | 2015-12-05 | 1 | -0/+1 |
| | | | | (bzr r14500.1.8) | ||||
| * | update to trunk | Jabier Arraiza Cenoz | 2015-12-03 | 1 | -0/+1 |
| |\ | | | | | (bzr r14500.1.3) | ||||
| | * | Add spray-origin missing atribute | Jabier Arraiza Cenoz | 2015-12-02 | 1 | -0/+1 |
| | | | | | | | (bzr r14501) | ||||
| * | | Reorder attribute lock to better position | Jabier Arraiza Cenoz | 2015-12-02 | 1 | -1/+1 |
| | | | | | | | (bzr r14500.1.2) | ||||
| * | | Add lock to guides | Jabier Arraiza Cenoz | 2015-12-02 | 1 | -0/+1 |
| |/ | | | (bzr r14500.1.1) | ||||
| * | Add new 'writing-mode' values, remove 'block-progression', fix a few typos. | Tavmjong Bah | 2015-10-15 | 1 | -1/+1 |
| | | | | (bzr r14416) | ||||
| * | Read inkscape:color attribute on guides | Geoff Lankow | 2015-07-07 | 1 | -0/+1 |
| | | | | (bzr r14228.1.1) | ||||
| * | Start of implementing CSS 3 font variants (access to OpenType features). | Tavmjong Bah | 2015-05-06 | 1 | -4/+20 |
| | | | | (bzr r14115) | ||||
| * | Fix filter primitives using 'type' attribute. (Broken when 'type' attribute ↵ | Tavmjong Bah | 2015-03-06 | 1 | -1/+1 |
| | | | | | | introduced on meshes.) (bzr r13969) | ||||
| * | Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵ | Tavmjong Bah | 2015-03-01 | 1 | -1/+1 |
| | | | | | | | | | <meshpatch>. Remove experimental smoothing types. Add new smoothing 'type' attribute with bicubic smoothing option. Per SVG WG decission at Sydney 2015 face-to-face meeting. (bzr r13956) | ||||
