aboutsummaryrefslogtreecommitdiff
path: root/src/styleengine.cc
AgeCommit message (Expand)Author
2012-11-05trim some spacescorvid
2012-11-04own nonCssProperties have precedence over inherited onesJohannes Hofmann
2012-11-04some style engine refactoringJohannes Hofmann
2012-11-03fix nonCssProperties leakJohannes Hofmann
2012-11-03more stylengine cleanupsJohannes Hofmann
2012-11-03remove redundant NULL checkJohannes Hofmann
2012-09-20Merge again with main repo.Sebastian Geerken
2012-09-15use D_ASCII_TOLOWERcorvid
2012-09-14Merge of <http://hg.dillo.org/dillo>.Sebastian Geerken
2012-09-13Merge of http://flpsed.org/hgweb/dillo_hyphen/Sebastian Geerken
2012-09-06set top- and bottom-margin for <p> elementsJohannes Hofmann
2012-07-06Attribute "lang" is evaluated for hyphenation; part of dw:core::style::Style.ysgeerken
2012-01-21add display: property to user agent styleJohannes Hofmann
2011-12-30move buildUserAgentStyle and buildUserStyle to styleengine.ccJohannes Hofmann
2011-11-11generic font-family names not case-sensitivecorvid
2011-10-22text-transform propertycorvid
2011-10-14font-size property, let absolute-size and relative-size values have larger ef...corvid
2011-09-19mergeJohannes Hofmann
2011-09-06remove trailing whitespaceJorge Arellano Cid
2011-06-07support !important in style attributesJohannes Hofmann
2011-05-28mergeJohannes Hofmann
2011-05-02indentationcorvid
2011-05-01fix handling of CSS length values of 0 without unitJohannes Hofmann
2010-12-14border-color: transparentcorvid
2010-11-24trim some spacescorvid
2010-11-09mergeJorge Arellano Cid
2010-11-09css text-indent propertycorvid
2010-10-21imported patch border-collapse-parsingJorge Arellano Cid
2010-10-17fix another Style leak in StyleEngineJohannes Hofmann
2010-10-17remove redundant assert()Johannes Hofmann
2010-10-17also recompute backgroundStyle in StyleEngine::restyle()Johannes Hofmann
2010-10-17fix Style leaks in StyleEngineJohannes Hofmann
2010-10-17mergeJohannes Hofmann
2010-10-15don't try to set lineHeight if illegal value 'auto' is specifiedJohannes Hofmann
2010-10-14set border-width to 0 if border-style is 'hidden'Johannes Hofmann
2010-10-14inline setNonCssHint()Johannes Hofmann
2010-10-13commentsJohannes Hofmann
2010-10-12implement optional deep copy for CssPropertyListJohannes Hofmann
2010-10-11use background-color on <html>-elementJohannes Hofmann
2010-10-11start restyling at 1Johannes Hofmann
2010-10-11add StyleEngine::restyle()Johannes Hofmann
2010-10-11rework nonCssHints API of StyleEngineJohannes Hofmann
2010-10-11store style attribute as CssPropertyList instead of a stringJohannes Hofmann
2010-10-07CSS part for font-variant: small-caps supportJorge Arellano Cid
2010-10-01fix last commitJohannes Hofmann
2010-10-01rework border-width handlingJohannes Hofmann
2010-08-20parse the CSS property floatJohannes Hofmann
2010-04-20css word-spacing propertycorvid
2010-04-04line-heightcorvid, Johannes Hofmann
2010-01-18mergeJorge Arellano Cid