summaryrefslogtreecommitdiffstats
path: root/src/style-internal.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-18Update file import dialog for old SVG. We couldent add a fixed siize so we n...Jabier Arraiza1-1/+1
2018-09-11Several more typosluz.paz1-2/+2
2018-08-15Relative values for strokes:Tavmjong Bah1-14/+2
2018-08-05Fixing coding styleJabier Arraiza1-56/+56
2018-08-05Fixes pointed by TavJabier Arraiza1-108/+73
2018-08-05coding style fixesJabier Arraiza1-16/+19
2018-08-05Fixes compiling bugsJabier Arraiza1-11/+13
2018-08-05Refactor with Tav helpJabier Arraiza1-22/+81
2018-08-05Revert changesJabier Arraiza1-17/+15
2018-08-05Allow inkscape handle units and percent in dasharray and dashoffset. Add pref...Jabier Arraiza1-15/+17
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot1-4/+4
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-16/+16
2018-06-07Add GUI support for 'font-variant-east-asian' property.Tavmjong Bah1-1/+108
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2018-04-23Fix promote dJabier Arraiza1-3/+1
2018-04-23Revert TAV d work for testingJabier Arraiza1-1/+3
2018-04-21Fixes for d promote to propertyJabier Arraiza1-1/+3
2018-03-14Fix bug in operator= for SPIFontVariableSettings.Tavmjong Bah1-2/+1
2018-03-13Pango requires different 'font-variation-settints' string.Tavmjong Bah1-3/+10
2018-03-12CSS property 'font-variation-settings' contains comma separated value pairs.Tavmjong Bah1-12/+15
2018-03-10Finish implementing reading/writing 'font-variation-settings' CSS property.Tavmjong Bah1-30/+60
2018-03-07Promote the path 'd' attribute to a property per SVG 2. Try 2.Tavmjong Bah1-3/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-8/+7
2018-01-17Fixes https://bugs.launchpad.net/inkscape/+bug/1742305 (ungrouping can lose g...Marc Jeanmougin1-0/+1
2018-01-08Misc. typosluz.paz1-1/+1
2017-10-13Implement !important rule handling for inline-style. Work from Jabier.Tavmjong Bah1-34/+46
2017-06-23Opps! I had forgotten to increment the loop counter :-PFelipe Corrêa da Silva Sanches1-0/+1
2017-06-23rename SPIVariableFontAxisOrNormal => SPIFontVariationSettings and implement ...Felipe Corrêa da Silva Sanches1-19/+38
2017-06-22silencing debug printf on SPIVariableFontAxisOrNormalFelipe Corrêa da Silva Sanches1-2/+2
2017-06-22SPIVariableFontAxisOrLength: inheriting from SPIFloat instead of SPILengthFelipe Corrêa da Silva Sanches1-8/+10
2017-06-22parsing font-variation-settings (CSS Fonts Module Level 4)Felipe Corrêa da Silva Sanches1-0/+61
2017-02-05Fix C++11 errors and warnings with g++-7Alex Valavanis1-2/+4
2016-09-05Refactor == trueShlomi Fish1-2/+2
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-6/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+6
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-6/+1
2016-07-13Propagate changes to object tree with changes in style elementTavmjong Bah1-110/+90
2016-06-04Fix reading of 'stroke-dasharray' when there is a trailing blank.Tavmjong Bah1-2/+4
2015-12-08Fix return value for SPIEnumBits::write().Tavmjong Bah1-1/+2
2015-05-21patch bug 1294784mathog1-0/+15
2015-05-18Enable setting of 'font-variant-ligatures' (rendering waits on new Pango libr...Tavmjong Bah1-0/+107
2015-05-16Enable setting of 'font-variant-position' and 'font-variant-caps'. Rendering ...Tavmjong Bah1-3/+2
2015-05-12GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in p...Tavmjong Bah1-0/+131
2014-12-16Read 'context-fill' and 'context-stroke' keywords.Tavmjong Bah1-9/+29
2014-10-14Merged src/style-internal.cpp from svg-paints-support branchTomasz Boczkowski1-1/+5
2014-10-13Fix "Called C++ object pointer is null"Tavmjong Bah1-3/+12
2014-10-13Fix: "Forming reference to null pointer"Tavmjong Bah1-1/+10
2014-09-27Update to experimental r13565Liam P. White1-0/+24
2014-09-23Fix for #1334792. Correct inheritance for 'line-height' property.Tavmjong Bah1-0/+24