summaryrefslogtreecommitdiffstats
path: root/src/style-internal.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2014-09-23Fix for #1334792. Correct inheritance for 'line-height' property.Tavmjong Bah1-0/+24
2014-08-01Fix for #1348385 (filtered shape losing filter on conversion)Liam P. White1-1/+2
2014-07-22Fixed some logic errors; clang warnings.Markus Engel1-4/+4
2014-07-15Warnings cleaup.Jon A. Cruz1-6/+4
2014-07-10Fix crash when ungrouping a group that has a filter applied to itDiederik van Lierop1-2/+4
2014-06-10Proper quoting of CSS 'font-family' fallback lists.Tavmjong Bah1-14/+15
2014-06-10Proper quoting of CSS 'font-family' fallback lists.Tavmjong Bah1-14/+15
2014-05-30Unquote names in 'font-family' lists. Partial fix for #1029080Tavmjong Bah1-6/+11
2014-05-30Unquote names in 'font-family' lists. Partial fix for #1029080Tavmjong Bah1-6/+11
2014-05-15Style rewrite: Unquote strings from libcroco. Fixes 1303422.Tavmjong Bah1-2/+5
2014-05-15Style rewrite: Unquote strings from libcroco. Fixes 1303422.Tavmjong Bah1-2/+5
2014-05-13Style rewrite: Prevent CSS2 'text-decoration' from overwriting CSS3 'text-dec...Tavmjong Bah1-14/+41
2014-05-13Style rewrite: prevent CSS2 'text-decoration' from overwriting CSS3 'text-dec...Tavmjong Bah1-14/+41