aboutsummaryrefslogtreecommitdiff
path: root/src/css.cc
AgeCommit message (Expand)Author
2009-01-30add CssSelector::specificity()Johannes Hofmann
2009-01-30add commentJohannes Hofmann
2009-01-30whitespaceJohannes Hofmann
2009-01-30CssContext::addRule(): only add rules with nonempty property listJohannes Hofmann
2009-01-30remove unused methodJohannes Hofmann
2009-01-29free font names when replacing themJohannes Hofmann
2009-01-28make sure strings from CSS parser are freedJohannes Hofmann
2009-01-28a few dStrcasecmp()scorvid
2009-01-28simplify CssContext::buildUserStyle()corvid
2009-01-28descendent -> descendant (noticed by corvid)Johannes Hofmann
2009-01-26adapt font-family preferences to match CSSJohannes Hofmann
2009-01-26use ConstString in CssStyleSheet::apply()Johannes Hofmann
2009-01-25allocate/deallocate CssSimpleSelector properlyJohannes Hofmann
2009-01-22improve font handlingJohannes Hofmann
2009-01-21don't call docTree->top() over and overJohannes Hofmann
2009-01-21move assert from CssSelector::match() to CssRule constructorJohannes Hofmann
2009-01-21refactor CssSelector::match() making it slightly more efficientJohannes Hofmann
2009-01-21cosmetic change to CssSelector::match()Johannes Hofmann
2009-01-21simplify CssSelector a bitJohannes Hofmann
2009-01-21fix minor issue in CSS optimizationJohannes Hofmann
2009-01-19remove debugging codeJohannes Hofmann
2009-01-19fix border around images within linksJohannes Hofmann
2009-01-19switch default color for visited links to #800080 againJohannes Hofmann
2009-01-16update copyrightJohannes Hofmann
2009-01-15refactor CssSelector::match() a bitJohannes Hofmann
2009-01-13mergeJohannes Hofmann
2009-01-13minor cleanupJohannes Hofmann
2009-01-13initial implementation of a CSS selector matching optimizationJohannes Hofmann
2009-01-12add RuleList class to implement proper memory managementJohannes Hofmann
2009-01-12String -> ConstStringJohannes Hofmann
2009-01-12remove CssRule reference countingJohannes Hofmann
2009-01-12avoid unnecessary lout::object::String creationJohannes Hofmann
2009-01-12fix some bugsJohannes Hofmann
2009-01-12initial implementation of hashmap based CSS selector matchingJohannes Hofmann
2009-01-12replace fixed break space in Html_tag_open_li() with a user agent styleJohannes Hofmann
2009-01-09cleanup user agent styleJohannes Hofmann
2009-01-03fix <dt> handlingJohannes Hofmann
2009-01-03set list-style-type to decimal for <ol>Johannes Hofmann
2009-01-03fix debug printing of CSS selectorsJohannes Hofmann
2009-01-03convert list handling to use styleEngineJohannes Hofmann
2008-12-19Interim patch for CSS stylesheet loading. Not finished yet.Jorge Arellano Cid
2008-12-17remove unnecessary this->Johannes Hofmann
2008-12-17initialize refCount in CssRuleJohannes Hofmann
2008-12-17add CssSelector destructorJohannes Hofmann
2008-12-16speed up CSS selector matchingJohannes Hofmann
2008-12-15remove border style definition for <img> from user-agent styleJohannes Hofmann
2008-12-14convert Html_tag_open_img()Johannes Hofmann
2008-12-11remove table border color definitions from user-agent styleJohannes Hofmann
2008-12-11fix <hr> handlingJohannes Hofmann
2008-12-11update user agent style for tablesJohannes Hofmann