summaryrefslogtreecommitdiffstats
path: root/src/style.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-03refactor: Eliminate SPIString::value_defaultThomas Holder1-6/+6
2019-10-28refactor: clean up SPI constructorsThomas Holder1-73/+70
2019-10-28refactor: Eliminate SPIEnum::_nameThomas Holder1-1/+1
2019-10-28refactor: TypedSPIThomas Holder1-1/+2
2019-10-28refactor: private SPIBase::_nameThomas Holder1-1/+1
2019-10-28refactor SPIEnum: more type safetyThomas Holder1-20/+29
2019-10-24Fix gradient/mesh handles after object with gradient/mesh cloned.Tavmjong Bah1-5/+15
2019-09-06Add listeners for when shapes used by text are changed.Tavmjong Bah1-0/+2
2019-08-23Eliminate clang warningsThomas Holder1-3/+0
2019-08-02Removing absolute unitsJabiertxof1-3/+3
2019-08-02Stop worinig with units switch to px. Keep discussion opengit add .git add .Jabiertxof1-5/+5
2019-08-02Improving things poiner in rocketrr chat to line heigt in a new branchJabiertxof1-3/+3
2019-06-06Refactoring: call setAttribute() directly.Shlomi Fish1-2/+2
2019-06-02Fixing coding styleJabier Arraiza1-5/+6
2019-06-02Add visualization of style dialogJabier Arraiza1-8/+36
2019-04-24fix #175 crash with mask in <style>Thomas Holder1-2/+6
2019-04-06More document.h cleanup.Tavmjong Bah1-4/+5
2019-03-06Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot1-1/+1
2019-02-20Merge from masterJabier Arraiza1-5/+2
2019-02-20Fix missing properties method, pass properties structureMartin Owens1-1/+6
2019-01-02modernize loopsMarc Jeanmougin1-8/+8
2018-12-24sp_attribute_lookup with std::mapThomas Holder1-12/+3
2018-12-22Fix create first selectorJabier Arraiza1-3/+7
2018-12-12Finish implementation of 'text-decoration-fill' and 'text-decoration-stroke'.Tavmjong Bah1-0/+4
2018-12-05Fix crash when SVG contains a font-face rule. Introduced by commit db722f5b79...Tavmjong Bah1-0/+1
2018-11-13Add capability to get style rulesets as SPStyle objectsMartin Owens1-0/+11
2018-11-12Explicitly stop inheritance of 'stop-color' per SVG spec.Tavmjong Bah1-3/+3
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-11-08Implement the remaining vector effects properties.Tavmjong Bah1-1/+1
2018-11-05remove Inkscape::URI::toStringThomas Holder1-3/+2
2018-10-06SPAttributeEnum typed function argumentsThomas Holder1-5/+5
2018-10-05Add new style register style property for stop color and opacityMartin Owens1-0/+3
2018-10-05Removal of code but breaks gradientsMartin Owens1-3/+7
2018-10-05fix 1795942 "object to path" uses outdated stateThomas Holder1-0/+10
2018-10-04Remove old unset code which isn't used any moreMartin Owens1-161/+8
2018-10-04fix compiling on macOSThomas Holder1-1/+1
2018-10-04SPStyle property lookup helper classThomas Holder1-519/+197
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-143/+143
2018-06-07Add GUI support for 'font-variant-east-asian' property.Tavmjong Bah1-2/+2
2018-05-14Misc. typosluz.paz1-1/+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-29moved libcroco, libuemf, libdepixelize to 3rdparty folderMarc Jeanmougin1-1/+1
2018-04-23Fix promote dJabier Arraiza1-2/+13
2018-04-23Revert TAV d work for testingJabier Arraiza1-13/+2
2018-03-27Add the path 'd' property to the blacklist for default style.Tavmjong Bah1-0/+1
2018-03-07Promote the path 'd' attribute to a property per SVG 2. Try 2.Tavmjong Bah1-2/+13
2018-02-18Revert "Promote the path 'd' attribute to a property per SVG 2."Tavmjong Bah1-10/+0
2018-02-13Promote the path 'd' attribute to a property per SVG 2.Tavmjong Bah1-0/+10