summaryrefslogtreecommitdiffstats
path: root/src/attributes.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-03make SP_ATTRIBUTE_IS_CSS a functionThomas Holder1-12/+8
2019-10-28refactor: Eliminate SPIEnum::_nameThomas Holder1-0/+2
2019-10-01Support "lang" and "xml:lang" attributes.Tavmjong Bah1-0/+1
Partial fix for https://gitlab.com/inkscape/inbox/issues/951
2019-06-02Fix codestyleMarc Jeanmougin1-1/+1
2019-06-02Fixing coding styleJabier Arraiza1-2/+1
2019-06-02Add popup with CSS propertiesJabier Arraiza1-1/+25
2018-12-24sp_attribute_lookup with std::mapThomas Holder1-6/+28
- replace linear array search with std::map lookup - remove duplicated name lookup logic in SPStylePropHelper
2018-11-25Fix bug 1804946: Measurement tool is very slow when using gridsJabier Arraiza1-3/+0
This move from Namedview to a new prefernecr point to not reload full namedview on meassure
2018-11-08Clarify licensesMax Gaukler1-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
2018-10-06SPAttributeEnum typed function argumentsThomas Holder1-6/+6
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-09-13Add per embed/linked SVG a DPI valueJabiertxof1-0/+1
2018-06-20Replace typedef struct with struct in POD type declarations.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-2/+2
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-31Boiler plate stuff for 'textPath' 'side' attribute.Tavmjong Bah1-0/+1
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2018-04-23Fix promote dJabier Arraiza1-1/+4
2018-04-23Revert TAV d work for testingJabier Arraiza1-4/+1
2018-03-07Promote the path 'd' attribute to a property per SVG 2. Try 2.Tavmjong Bah1-1/+4
See e88644b0 for first attempt and for comments.
2018-02-18Revert "Promote the path 'd' attribute to a property per SVG 2."Tavmjong Bah1-4/+1
Needs further testing. This reverts commit e88644b0f3481c78a9563dbf9ee6b76ab6674583.
2018-02-13Promote the path 'd' attribute to a property per SVG 2.Tavmjong Bah1-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.
2017-10-16Update properties for SVG 2 text. Partial work from Alex RomanTavmjong Bah1-1/+2
2017-06-22parsing font-variation-settings (CSS Fonts Module Level 4)Felipe Corrêa da Silva Sanches1-0/+3
2017-03-20Implement rotation via desktop to window affine.Tavmjong Bah1-1/+0
Remove rotation via viewbox. Still some work to do... (bzr r15603)
2017-03-02Implement arc "chord" type. (Matches Krita "chord" arc type.)Tavmjong Bah1-1/+2
(bzr r15561)
2016-10-19Implement 'vector-effect' value 'non-scaling-stroke'. No GUI yet.Tavmjong Bah1-0/+1
(bzr r15177)
2016-10-02Doc rotate startJabier Arraiza Cenoz1-0/+1
(bzr r15142.1.1)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
(bzr r15025)
2016-06-12Optionally sort attributes and properties into a canonical order.Tavmjong Bah1-40/+51
Useful for comparing different versions of an SVG file. (bzr r14980)
2016-06-11A little cleaning up of attributes.Tavmjong Bah1-11/+19
(bzr r14977)
2016-04-29Backout last commit as it introduced subtle errors.Tavmjong Bah1-1/+0
(bzr r14864)
2016-04-29SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'.Tavmjong Bah1-0/+1
(bzr r14863)
2016-01-09Support rendering of radial gradients with the 'fr' attribute. New in SVG 2.Tavmjong Bah1-0/+1
(bzr r14569)
2015-12-28Corrects attribute name for saving page 'checkerboard' background state.Tavmjong Bah1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1529391 (bzr r14556)
2015-12-21Add option for checkerboard background.Tavmjong Bah1-0/+1
Fixed bugs: - https://launchpad.net/bugs/397723 (bzr r14539)
2015-12-09replaced remaining GHashTable with std::mapMarc Jeanmougin1-14/+6
(bzr r14504.1.16)
2015-12-05Changed from Desktop to namedview to handle multiples documentsJabier Arraiza Cenoz1-0/+1
(bzr r14500.1.8)
2015-12-02Reorder attribute lock to better positionJabier Arraiza Cenoz1-1/+1
(bzr r14500.1.2)
2015-12-02Add spray-origin missing atributeJabier Arraiza Cenoz1-0/+1
(bzr r14501)
2015-12-02Add lock to guidesJabier Arraiza Cenoz1-0/+1
(bzr r14500.1.1)
2015-10-15Add new 'writing-mode' values, remove 'block-progression', fix a few typos.Tavmjong Bah1-1/+1
(bzr r14416)
2015-07-07Read inkscape:color attribute on guidesGeoff Lankow1-0/+1
(bzr r14228.1.1)
2015-05-06Start of implementing CSS 3 font variants (access to OpenType features).Tavmjong Bah1-4/+20
(bzr r14115)
2015-03-06Fix filter primitives using 'type' attribute. (Broken when 'type' attribute ↵Tavmjong Bah1-1/+1
introduced on meshes.) (bzr r13969)
2015-03-01Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵Tavmjong Bah1-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)
2015-02-02Experimental mesh smoothing code.Tavmjong Bah1-0/+1
(bzr r13890)
2015-01-15Read properties for SVG 2 text in a shape.Tavmjong Bah1-0/+5
(bzr r13852)