summaryrefslogtreecommitdiffstats
path: root/src/style-internal.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Opps! I had forgotten to increment the loop counter :-PFelipe Corrêa da Silva Sanches2017-06-231-0/+1
| | | | There we go...
* rename SPIVariableFontAxisOrNormal => SPIFontVariationSettings and implement ↵Felipe Corrêa da Silva Sanches2017-06-231-19/+38
| | | | full parsing of multiple axes and respective design-space coordiantes.
* silencing debug printf on SPIVariableFontAxisOrNormalFelipe Corrêa da Silva Sanches2017-06-221-2/+2
| | | | (https://bugs.launchpad.net/inkscape/+bug/1699787)
* SPIVariableFontAxisOrLength: inheriting from SPIFloat instead of SPILengthFelipe Corrêa da Silva Sanches2017-06-221-8/+10
|
* parsing font-variation-settings (CSS Fonts Module Level 4)Felipe Corrêa da Silva Sanches2017-06-221-0/+61
|
* Fix C++11 errors and warnings with g++-7Alex Valavanis2017-02-051-2/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477)
* Merge in GSoC style dialog. (Work in progress.)Tavmjong Bah2017-02-041-110/+90
|\ | | | | (bzr r15471)
| * Merge changes from trunkkamalpreetgrewal2016-08-041-6/+1
| |\ | | | | | | (bzr r14949.1.62)
| * | Propagate changes to object tree with changes in style elementTavmjong Bah2016-07-131-110/+90
| | | | | | | | | (bzr r14949.1.46)
* | | Refactor == trueShlomi Fish2016-09-051-2/+2
| |/ |/| | | (bzr r15100.1.16)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-6/+1
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+6
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-6/+1
|/ | | (bzr r15025)
* Fix reading of 'stroke-dasharray' when there is a trailing blank.Tavmjong Bah2016-06-041-2/+4
| | | | | | | | Also fixes reading a value when there is no digit before a decimal point. Fixed bugs: - https://launchpad.net/bugs/1485197 (bzr r14950)
* Fix return value for SPIEnumBits::write().Tavmjong Bah2015-12-081-1/+2
| | | (bzr r14517)
* patch bug 1294784mathog2015-05-211-0/+15
| | | (bzr r14167)
* Enable setting of 'font-variant-ligatures' (rendering waits on new Pango ↵Tavmjong Bah2015-05-181-0/+107
| | | | | library). (bzr r14162)
* Enable setting of 'font-variant-position' and 'font-variant-caps'. Rendering ↵Tavmjong Bah2015-05-161-3/+2
| | | | | awaits Pango update. (bzr r14155)
* GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in ↵Tavmjong Bah2015-05-121-0/+131
| | | | | progress. (bzr r14148)
* Read 'context-fill' and 'context-stroke' keywords.Tavmjong Bah2014-12-161-9/+29
| | | (bzr r13801)
* Merged src/style-internal.cpp from svg-paints-support branchTomasz Boczkowski2014-10-141-1/+5
| | | (bzr r13611.1.5)
* Fix "Called C++ object pointer is null"Tavmjong Bah2014-10-131-3/+12
| | | (bzr r13607)
* Fix: "Forming reference to null pointer"Tavmjong Bah2014-10-131-1/+10
| | | (bzr r13606)
* Fix for #1334792. Correct inheritance for 'line-height' property.Tavmjong Bah2014-09-231-0/+24
| | | (bzr r13564)
* Fix for #1348385 (filtered shape losing filter on conversion)Liam P. White2014-08-011-1/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1348385 (bzr r13486)
* Fixed some logic errors; clang warnings.Markus Engel2014-07-221-4/+4
| | | (bzr r13460)
* Warnings cleaup.Jon A. Cruz2014-07-151-6/+4
| | | (bzr r13454)
* Fix crash when ungrouping a group that has a filter applied to itDiederik van Lierop2014-07-101-2/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1323849 (bzr r13449)
* Proper quoting of CSS 'font-family' fallback lists.Tavmjong Bah2014-06-101-14/+15
| | | (bzr r13415)
* Unquote names in 'font-family' lists. Partial fix for #1029080Tavmjong Bah2014-05-301-6/+11
| | | (bzr r13402)
* Style rewrite: Unquote strings from libcroco. Fixes 1303422.Tavmjong Bah2014-05-151-2/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1303422 (bzr r13377)
* Style rewrite: prevent CSS2 'text-decoration' from overwriting CSS3 ↵Tavmjong Bah2014-05-131-14/+41
| | | | | | | 'text-decoration-xxx' values. Fix some unused variable warnings. (bzr r13371)
* Style rewrite: 'text-decoration' requires access to style of ancestor ↵Tavmjong Bah2014-05-101-4/+16
| | | | | element which set property. (bzr r13348)
* Style rewrite: correct 'text-decoration' CSS2 vs CSS3 behavior.Tavmjong Bah2014-05-091-0/+10
| | | (bzr r13344)
* Style rewrite: prevent crash when fill/stroke set to "currentColor".Tavmjong Bah2014-05-071-61/+61
| | | (bzr r13342)
* Clean up of style code: Add default to SPIString for use with 'font-family'.Tavmjong Bah2014-04-281-0/+8
| | | (bzr r13315)
* Clean up of style code, removal of SPFontStyle. Step 2.Tavmjong Bah2014-04-241-2/+2
| | | (bzr r13300)
* Add missing style-internal.cppTavmjong Bah2014-04-241-0/+2535
(bzr r13299)