summaryrefslogtreecommitdiffstats
path: root/src/attributes.cpp (unfollow)
Commit message (Expand)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
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
2018-11-25Fix bug 1804946: Measurement tool is very slow when using gridsJabier Arraiza1-3/+0
2018-11-08Clarify licensesMax Gaukler1-1/+2
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
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
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
2018-02-18Revert "Promote the path 'd' attribute to a property per SVG 2."Tavmjong Bah1-4/+1
2018-02-13Promote the path 'd' attribute to a property per SVG 2.Tavmjong Bah1-1/+4
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
2017-03-02Implement arc "chord" type. (Matches Krita "chord" arc type.)Tavmjong Bah1-1/+2
2016-10-19Implement 'vector-effect' value 'non-scaling-stroke'. No GUI yet.Tavmjong Bah1-0/+1
2016-10-02Doc rotate startJabier Arraiza Cenoz1-0/+1
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
2016-06-12Optionally sort attributes and properties into a canonical order.Tavmjong Bah1-40/+51
2016-06-11A little cleaning up of attributes.Tavmjong Bah1-11/+19
2016-04-29Backout last commit as it introduced subtle errors.Tavmjong Bah1-1/+0
2016-04-29SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'.Tavmjong Bah1-0/+1
2016-01-09Support rendering of radial gradients with the 'fr' attribute. New in SVG 2.Tavmjong Bah1-0/+1
2015-12-28Corrects attribute name for saving page 'checkerboard' background state.Tavmjong Bah1-1/+1
2015-12-21Add option for checkerboard background.Tavmjong Bah1-0/+1
2015-12-09replaced remaining GHashTable with std::mapMarc Jeanmougin1-14/+6
2015-12-05Changed from Desktop to namedview to handle multiples documentsJabier Arraiza Cenoz1-0/+1
2015-12-02Reorder attribute lock to better positionJabier Arraiza Cenoz1-1/+1
2015-12-02Add spray-origin missing atributeJabier Arraiza Cenoz1-0/+1
2015-12-02Add lock to guidesJabier Arraiza Cenoz1-0/+1
2015-10-15Add new 'writing-mode' values, remove 'block-progression', fix a few typos.Tavmjong Bah1-1/+1
2015-07-07Read inkscape:color attribute on guidesGeoff Lankow1-0/+1
2015-05-06Start of implementing CSS 3 font variants (access to OpenType features).Tavmjong Bah1-4/+20
2015-03-06Fix filter primitives using 'type' attribute. (Broken when 'type' attribute i...Tavmjong Bah1-1/+1
2015-03-01Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to <mesh...Tavmjong Bah1-1/+1
2015-02-02Experimental mesh smoothing code.Tavmjong Bah1-0/+1
2015-01-15Read properties for SVG 2 text in a shape.Tavmjong Bah1-0/+5