summaryrefslogtreecommitdiffstats
path: root/src/style-internal.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)