summaryrefslogtreecommitdiff
path: root/src/css.cc
AgeCommit message (Expand)Author
2024-08-07Use dStrdup instead of strdupRodrigo Arias Mallo
2016-05-11Silenced a few old debug messages.Jorge Arellano Cid
2014-08-10trim spacescorvid
2014-03-05use a singe matchCache per CssContextJohannes Hofmann
2014-02-16css: embed klass into CssSimpleSelectorJohannes Hofmann
2014-02-16css: embed selectorList in CssSelectorJohannes Hofmann
2014-02-16css: mark CssStyleSheet::apply() as constJohannes Hofmann
2014-02-15share user agent style between CssContext'sJohannes Hofmann
2014-02-15css: move cached matching information out of CssStyleSheetJohannes Hofmann
2013-04-19trim some spacescorvid
2012-11-07fix memory corruption introduced in bd95974b1399Johannes Hofmann
2012-10-29rm semicolonscorvid
2012-01-21ignore remote CSS rules that could reveal browser historyJohannes Hofmann
2012-01-13fix descendant selector matchingJohannes Hofmann
2011-12-30try to make CssStyleSheet::apply more readableJohannes Hofmann
2011-12-30cleanup CssStyleSheet a bitJohannes Hofmann
2011-12-30move buildUserAgentStyle and buildUserStyle to styleengine.ccJohannes Hofmann
2011-12-30use array of CssStyleSheets instead of pointers in CssContextJohannes Hofmann
2011-12-30simplify CssContext a bitJohannes Hofmann
2011-11-11locale-independent ASCII character case handlingcorvid
2011-10-17typocorvid
2011-09-06remove trailing whitespaceJorge Arellano Cid
2011-08-28fix doctree leakJohannes Hofmann
2011-08-24add support for CSS adjacent sibling selectorsJohannes Hofmann
2011-08-02don't reuse user- and useragent-stylesheetJohannes Hofmann
2011-06-07support !important in style attributesJohannes Hofmann
2010-11-13Full CSS border-style implementationJorge Arellano Cid
2010-10-17no need to inline CssPropertyList copy constructorJohannes Hofmann
2010-10-11allow to apply CssContext to an arbitrary node in the docTreeJohannes Hofmann
2010-10-11mergeJohannes Hofmann
2010-10-01rework border-width handlingJohannes Hofmann
2010-09-24call layout->setBgColor() from web.ccJohannes Hofmann
2010-09-17set font and color on <html> tag, so authors can override itJohannes Hofmann
2010-04-23use CSS rule position when specificity is equalJohannes Hofmann
2010-01-11add quirk to reset font properties in tables (fixes e.g. gmail)Johannes Hofmann
2009-12-18Changed the default background color when allow_white_bg=NOJorge Arellano Cid
2009-11-27fix nested <ul> handling in user agent styleJohannes Hofmann
2009-11-07adjust user-agent style for thJohannes Hofmann
2009-09-20trim some spacescorvid
2009-07-23properly count multiple classes in CssSimpleSelector::specificity ()Johannes Hofmann
2009-07-17Fix an implicit int cast error when int != int32_tJorge Arellano Cid
2009-07-11allow multiple class strings in CssSimpleSelectorJohannes Hofmann
2009-07-11make CssSimpleSelector members privateJohannes Hofmann
2009-07-11cleanupsJohannes Hofmann
2009-07-11support multiple classes per doctree nodeJohannes Hofmann
2009-06-22remove system includescorvid
2009-06-11make <var> italic (noticed by corvid)Johannes Hofmann
2009-04-23commentsJohannes Hofmann
2009-04-19wrap long lines in src/ css codecorvid
2009-04-08support CSS @import directiveJohannes Hofmann