aboutsummaryrefslogtreecommitdiff
path: root/src/css.cc
AgeCommit message (Collapse)Author
2008-12-01streamline CssSelector a bitJohannes Hofmann
2008-12-01add style definition for <th>Johannes Hofmann
2008-12-01swap CHILD and DESCENDENT CSS selector combinatorsJohannes Hofmann
2008-11-30make complex selectors workJohannes Hofmann
2008-11-30factor out Css_parse_simple_selector()Johannes Hofmann
2008-11-30make CssSelector a list of CssSimpleSelector objectsJohannes Hofmann
2008-11-25convert <code>, <pre>Johannes Hofmann
2008-11-25convert <big>, <small>, <center>, <tt>Johannes Hofmann
2008-11-24convert <samp>, <kbd>, <u>, <strike> handlingJohannes Hofmann
2008-11-20Removed lots of compiler warnings, and formatted code to 80 columns.Jorge Arellano Cid
Used: indent -kr -st -sc -i3 -bad -nbbo -nut
2008-11-19add proper buffer handling in CssContext::buildUserStyle()Johannes Hofmann
2008-11-15fix background color definition in user-agent styleJohannes Hofmann
2008-11-15increase style bufferJohannes Hofmann
2008-11-14use shorthand propertiesJohannes Hofmann
2008-11-14support padding-* and set it for <td>Johannes Hofmann
2008-11-14s, strike, del, thead, tbody, tfootJohannes Hofmann
2008-11-14support <sub> and <sup>Johannes Hofmann
2008-11-14CSS for HTML is case insensitiveJohannes Hofmann
2008-11-14setNonCssProperties() -> setNonCssHints()Johannes Hofmann
2008-11-13set margins for h[1-6]Johannes Hofmann
2008-11-13mergeJohannes Hofmann
2008-11-13fix h[1-6] stylesJohannes Hofmann
2008-11-13add CssContext destructorJohannes Hofmann
2008-11-13merge with cvsJohannes Hofmann
2008-11-13add reference counting for CssPropertyList and CssSelectorJohannes Hofmann
2008-11-13add tt, pre styleJohannes Hofmann
2008-11-13read user style from ~/.dillo/style.css if it existsJohannes Hofmann
2008-11-13support more border-styleJohannes Hofmann
2008-11-13compute relative valuesJohannes Hofmann
2008-11-12adjust user agent styleJohannes Hofmann
2008-11-12support cursorJohannes Hofmann
2008-11-12support more CSS_PROPERTY_MARGIN* props; fix primary orderJohannes Hofmann
2008-11-12reconcile CssProperty::Name and Css_property_infoJohannes Hofmann
2008-11-12tag -> elementJohannes Hofmann
2008-11-11adjust pseudo class handlingJohannes Hofmann
2008-11-11support marginJohannes Hofmann
2008-11-10add strong, em, cite styleJohannes Hofmann
2008-11-10set padding and spacing in user agent styleJohannes Hofmann
2008-11-10add h4 styleJohannes Hofmann
2008-11-10convert table code to new style handlingJohannes Hofmann
2008-11-08finish CSS pseudo class support and fix color of visisted linksJohannes Hofmann
2008-11-08support CSS_FONT_WEIGHT_LIGHTER and CSS_FONT_WEIGHT_BOLDERJohannes Hofmann
2008-11-07make CssProperty::Value a union of int and char*Johannes Hofmann
2008-10-31make ol workJohannes Hofmann
2008-10-30more user stylesJohannes Hofmann
2008-10-30typoJohannes Hofmann
2008-10-30background color is handled differentlyJohannes Hofmann
2008-10-30use prefs only in user stylesheet generationJohannes Hofmann
2008-10-30add <b> and <i>Johannes Hofmann
2008-10-30fill userAgent styleJohannes Hofmann