2b31b2db65aab5176ea582d902f5240fbbb08552 |
|
08-Dec-2015 |
tavmjong-free <tavmjong@free.fr> |
Fix return value for SPIEnumBits::write(). |
7203278003adddabe974a85a6b6db3ebd46ce676 |
|
21-May-2015 |
mathog <> |
patch bug 1294784 |
e6721798d549e5544fed6db4d62f57f6269bd1d7 |
|
18-May-2015 |
tavmjong-free <tavmjong@free.fr> |
Enable setting of 'font-variant-ligatures' (rendering waits on new Pango library). |
a2fb838ce7fab24ecaa573ed55c629287abee8ca |
|
16-May-2015 |
tavmjong-free <tavmjong@free.fr> |
Enable setting of 'font-variant-position' and 'font-variant-caps'. Rendering awaits Pango update. |
3478d2cd051e123df40b5dfef79f2cb254f26f6f |
|
12-May-2015 |
tavmjong-free <tavmjong@free.fr> |
GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in progress. |
fddea07bd2f78b9f07eed940ff2a2645d2e68ec2 |
|
16-Dec-2014 |
tavmjong-free <tavmjong@free.fr> |
Read 'context-fill' and 'context-stroke' keywords. |
ba11925d7b552fd302c397c3b134e3380cfcc344 |
|
14-Oct-2014 |
Tomasz Boczkowski <penginsbacon@gmail.com> |
Merged src/style-internal.cpp from svg-paints-support branch |
07c674f40b0536cca4da93b51c85b46074630364 |
|
13-Oct-2014 |
tavmjong-free <tavmjong@free.fr> |
Fix "Called C++ object pointer is null" |
1c908d03283a1c2a1c7aff82040388b288ff7286 |
|
13-Oct-2014 |
tavmjong-free <tavmjong@free.fr> |
Fix: "Forming reference to null pointer" |
d2e42b9425ccd4c2d4c20c2217455da177035e48 |
|
27-Sep-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Update to experimental r13565 |
d5749d3b347e3113144fd88be542af813c867a73 |
|
23-Sep-2014 |
tavmjong-free <tavmjong@free.fr> |
Fix for #1334792. Correct inheritance for 'line-height' property. |
2e1751601bb86692bbecfc4f15e5283ca845e685 |
|
23-Sep-2014 |
tavmjong-free <tavmjong@free.fr> |
Fix for #1334792. Correct inheritance for 'line-height' property. |
b6d232bd600cc5008f2e0b60278d8d26cc6e7618 |
|
01-Aug-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Fix for #1348385 (filtered shape losing filter on conversion) |
3b0fe18b998d4c8316f629245595fdebcd56f3c5 |
|
22-Jul-2014 |
Markus Engel <markus.engel@tum.de> |
Fixed some logic errors; clang warnings. |
ee2453b21ae671426e06077c5c2668099f7639d3 |
|
16-Jul-2014 |
Jon A. Cruz <jon@joncruz.org> |
Warnings cleaup. |
0d76285d532f05b44c3734928d7d2e54362f3a39 |
|
10-Jul-2014 |
Diederik van Lierop <mail@diedenrezi.nl> |
Fix crash when ungrouping a group that has a filter applied to it |
68bb0b80fb1f991475019b98885d3d9bb44061d2 |
|
10-Jun-2014 |
tavmjong-free <tavmjong@free.fr> |
Proper quoting of CSS 'font-family' fallback lists. |
e0b13f8f57c36b68765eb19e3b509edebcffa693 |
|
10-Jun-2014 |
tavmjong-free <tavmjong@free.fr> |
Proper quoting of CSS 'font-family' fallback lists. |
d14a5bc27be928a05ae5e862ffa5b0acfa9dd36e |
|
30-May-2014 |
tavmjong-free <tavmjong@free.fr> |
Unquote names in 'font-family' lists. Partial fix for #1029080 |
a714910087bb3159e54944ff90fe3c3e097eaefa |
|
30-May-2014 |
tavmjong-free <tavmjong@free.fr> |
Unquote names in 'font-family' lists. Partial fix for #1029080 |
06cc533464e7a2a813909433836dafad9d915b65 |
|
15-May-2014 |
tavmjong-free <tavmjong@free.fr> |
Style rewrite: Unquote strings from libcroco. Fixes 1303422. |
417a36950825021d099e5357b6bebebe190a9750 |
|
15-May-2014 |
tavmjong-free <tavmjong@free.fr> |
Style rewrite: Unquote strings from libcroco. Fixes 1303422. |
fda0906e75b007b81f1c7a839c940fab31bb2fba |
|
13-May-2014 |
tavmjong-free <tavmjong@free.fr> |
Style rewrite: Prevent CSS2 'text-decoration' from overwriting CSS3 'text-decoration-xxx'.
Suppress unused variable warnings. |
4e54dcc0e2bd96b0b989459e3e02369342abb3c3 |
|
13-May-2014 |
tavmjong-free <tavmjong@free.fr> |
Style rewrite: prevent CSS2 'text-decoration' from overwriting CSS3 'text-decoration-xxx' values.
Fix some unused variable warnings. |
1f38176fd79df2bb2bcb4a04d3f81bbaf9d6be84 |
|
10-May-2014 |
tavmjong-free <tavmjong@free.fr> |
Style rewrite: 'text-decoration' requires access to style of ancestor element which set property. |
1fa6cfa1bb3c3063b07f53a32d7f24c8b2af28bd |
|
10-May-2014 |
tavmjong-free <tavmjong@free.fr> |
Style rewrite: 'text-decoration' requires access to style of ancestor element which set property. |
d90da18c4f3d2ced0803e5c5034caeb23f1e0ab9 |
|
09-May-2014 |
tavmjong-free <tavmjong@free.fr> |
Style rewrite: Correct 'text-decoration' CSS2 vs. CSS3 behavior. |
859caebf64201be568cef4f25d3b9530a5c4c76a |
|
09-May-2014 |
tavmjong-free <tavmjong@free.fr> |
Style rewrite: correct 'text-decoration' CSS2 vs CSS3 behavior. |
f93d1ee42196cc1fe051030ba9acf4ac1b1f4556 |
|
07-May-2014 |
tavmjong-free <tavmjong@free.fr> |
Style rewrite: prevent crash when fill/stroke set to "currentColor". |
bf3ed3bddd36f8a9db9e5927b35a71d958ce2b1a |
|
07-May-2014 |
tavmjong-free <tavmjong@free.fr> |
Style rewrite: prevent crash when fill/stroke set to "currentColor". |
7b9b1ce99a7357e29e4806065889b1eef193cc9b |
|
28-Apr-2014 |
tavmjong-free <tavmjong@free.fr> |
Clean up of style code: Add default to SPIString for use with 'font-family'. |
e921dc620c456d987be0c21842e51b2bfa7b9164 |
|
24-Apr-2014 |
tavmjong-free <tavmjong@free.fr> |
Clean up of style code, removal of SPFontStyle. Step 2. |
b33be837ecf923b7c26f866b177597f2ec01aeb7 |
|
24-Apr-2014 |
tavmjong-free <tavmjong@free.fr> |
Add missing style-internal.cpp |