| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add GUI support for 'font-variant-east-asian' property. | Tavmjong Bah | 2018-06-07 | 1 | -1/+108 | |
| | | ||||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -2/+2 | |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -2/+2 | |
| | | ||||||
| * | Fix promote d | Jabier Arraiza | 2018-04-23 | 1 | -3/+1 | |
| | | ||||||
| * | Revert TAV d work for testing | Jabier Arraiza | 2018-04-23 | 1 | -1/+3 | |
| | | ||||||
| * | Fixes for d promote to property | Jabier Arraiza | 2018-04-21 | 1 | -1/+3 | |
| | | ||||||
| * | Fix bug in operator= for SPIFontVariableSettings. | Tavmjong Bah | 2018-03-14 | 1 | -2/+1 | |
| | | ||||||
| * | Pango requires different 'font-variation-settints' string. | Tavmjong Bah | 2018-03-13 | 1 | -3/+10 | |
| | | ||||||
| * | CSS property 'font-variation-settings' contains comma separated value pairs. | Tavmjong Bah | 2018-03-12 | 1 | -12/+15 | |
| | | | | | Previous version assumed no commas. Fix reading and writing property. Update test. | |||||
| * | Finish implementing reading/writing 'font-variation-settings' CSS property. | Tavmjong Bah | 2018-03-10 | 1 | -30/+60 | |
| | | | | | Fix some bugs in previously implemented code. Add tests. | |||||
| * | Promote the path 'd' attribute to a property per SVG 2. Try 2. | Tavmjong Bah | 2018-03-07 | 1 | -3/+1 | |
| | | | | | See e88644b0 for first attempt and for comments. | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -8/+7 | |
| | | | | | A lot of header clean-up. | |||||
| * | Fixes https://bugs.launchpad.net/inkscape/+bug/1742305 (ungrouping can lose ↵ | Marc Jeanmougin | 2018-01-17 | 1 | -0/+1 | |
| | | | | | group's opacity) | |||||
| * | Misc. typos | luz.paz | 2018-01-08 | 1 | -1/+1 | |
| | | | | Found via `codespell` | |||||
| * | Implement !important rule handling for inline-style. Work from Jabier. | Tavmjong Bah | 2017-10-13 | 1 | -34/+46 | |
| | | | | | Added "!important" rule tests to style-test.cpp. | |||||
| * | Opps! I had forgotten to increment the loop counter :-P | Felipe Corrêa da Silva Sanches | 2017-06-23 | 1 | -0/+1 | |
| | | | | | There we go... | |||||
| * | rename SPIVariableFontAxisOrNormal => SPIFontVariationSettings and implement ↵ | Felipe Corrêa da Silva Sanches | 2017-06-23 | 1 | -19/+38 | |
| | | | | | full parsing of multiple axes and respective design-space coordiantes. | |||||
| * | silencing debug printf on SPIVariableFontAxisOrNormal | Felipe Corrêa da Silva Sanches | 2017-06-22 | 1 | -2/+2 | |
| | | | | | (https://bugs.launchpad.net/inkscape/+bug/1699787) | |||||
| * | SPIVariableFontAxisOrLength: inheriting from SPIFloat instead of SPILength | Felipe Corrêa da Silva Sanches | 2017-06-22 | 1 | -8/+10 | |
| | | ||||||
| * | parsing font-variation-settings (CSS Fonts Module Level 4) | Felipe Corrêa da Silva Sanches | 2017-06-22 | 1 | -0/+61 | |
| | | ||||||
| * | Fix C++11 errors and warnings with g++-7 | Alex Valavanis | 2017-02-05 | 1 | -2/+4 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477) | |||||
| * | Merge in GSoC style dialog. (Work in progress.) | Tavmjong Bah | 2017-02-04 | 1 | -110/+90 | |
| |\ | | | | | (bzr r15471) | |||||
| | * | Merge changes from trunk | kamalpreetgrewal | 2016-08-04 | 1 | -6/+1 | |
| | |\ | | | | | | | (bzr r14949.1.62) | |||||
| | * | | Propagate changes to object tree with changes in style element | Tavmjong Bah | 2016-07-13 | 1 | -110/+90 | |
| | | | | | | | | | | (bzr r14949.1.46) | |||||
| * | | | Refactor == true | Shlomi Fish | 2016-09-05 | 1 | -2/+2 | |
| | |/ |/| | | | (bzr r15100.1.16) | |||||
| * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -6/+1 | |
| | | | | | | | (bzr r15034) | |||||
| * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+6 | |
| | | | | | | | (bzr r15027) | |||||
| * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -6/+1 | |
| |/ | | | (bzr r15025) | |||||
| * | Fix reading of 'stroke-dasharray' when there is a trailing blank. | Tavmjong Bah | 2016-06-04 | 1 | -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 Bah | 2015-12-08 | 1 | -1/+2 | |
| | | | | (bzr r14517) | |||||
| * | patch bug 1294784 | mathog | 2015-05-21 | 1 | -0/+15 | |
| | | | | (bzr r14167) | |||||
| * | Enable setting of 'font-variant-ligatures' (rendering waits on new Pango ↵ | Tavmjong Bah | 2015-05-18 | 1 | -0/+107 | |
| | | | | | | library). (bzr r14162) | |||||
| * | Enable setting of 'font-variant-position' and 'font-variant-caps'. Rendering ↵ | Tavmjong Bah | 2015-05-16 | 1 | -3/+2 | |
| | | | | | | awaits Pango update. (bzr r14155) | |||||
| * | GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in ↵ | Tavmjong Bah | 2015-05-12 | 1 | -0/+131 | |
| | | | | | | progress. (bzr r14148) | |||||
| * | Read 'context-fill' and 'context-stroke' keywords. | Tavmjong Bah | 2014-12-16 | 1 | -9/+29 | |
| | | | | (bzr r13801) | |||||
| * | Merged src/style-internal.cpp from svg-paints-support branch | Tomasz Boczkowski | 2014-10-14 | 1 | -1/+5 | |
| | | | | (bzr r13611.1.5) | |||||
| * | Fix "Called C++ object pointer is null" | Tavmjong Bah | 2014-10-13 | 1 | -3/+12 | |
| | | | | (bzr r13607) | |||||
| * | Fix: "Forming reference to null pointer" | Tavmjong Bah | 2014-10-13 | 1 | -1/+10 | |
| | | | | (bzr r13606) | |||||
| * | Fix for #1334792. Correct inheritance for 'line-height' property. | Tavmjong Bah | 2014-09-23 | 1 | -0/+24 | |
| | | | | (bzr r13564) | |||||
| * | Fix for #1348385 (filtered shape losing filter on conversion) | Liam P. White | 2014-08-01 | 1 | -1/+2 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1348385 (bzr r13486) | |||||
| * | Fixed some logic errors; clang warnings. | Markus Engel | 2014-07-22 | 1 | -4/+4 | |
| | | | | (bzr r13460) | |||||
| * | Warnings cleaup. | Jon A. Cruz | 2014-07-15 | 1 | -6/+4 | |
| | | | | (bzr r13454) | |||||
| * | Fix crash when ungrouping a group that has a filter applied to it | Diederik van Lierop | 2014-07-10 | 1 | -2/+4 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1323849 (bzr r13449) | |||||
| * | Proper quoting of CSS 'font-family' fallback lists. | Tavmjong Bah | 2014-06-10 | 1 | -14/+15 | |
| | | | | (bzr r13415) | |||||
| * | Unquote names in 'font-family' lists. Partial fix for #1029080 | Tavmjong Bah | 2014-05-30 | 1 | -6/+11 | |
| | | | | (bzr r13402) | |||||
| * | Style rewrite: Unquote strings from libcroco. Fixes 1303422. | Tavmjong Bah | 2014-05-15 | 1 | -2/+5 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1303422 (bzr r13377) | |||||
| * | Style rewrite: prevent CSS2 'text-decoration' from overwriting CSS3 ↵ | Tavmjong Bah | 2014-05-13 | 1 | -14/+41 | |
| | | | | | | | | 'text-decoration-xxx' values. Fix some unused variable warnings. (bzr r13371) | |||||
| * | Style rewrite: 'text-decoration' requires access to style of ancestor ↵ | Tavmjong Bah | 2014-05-10 | 1 | -4/+16 | |
| | | | | | | element which set property. (bzr r13348) | |||||
| * | Style rewrite: correct 'text-decoration' CSS2 vs CSS3 behavior. | Tavmjong Bah | 2014-05-09 | 1 | -0/+10 | |
| | | | | (bzr r13344) | |||||
| * | Style rewrite: prevent crash when fill/stroke set to "currentColor". | Tavmjong Bah | 2014-05-07 | 1 | -61/+61 | |
| | | | | (bzr r13342) | |||||
