index
:
dillo
master
Dillo, a multi-platform graphical web browser
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
css.hh
Age
Commit message (
Expand
)
Author
2009-01-30
inline some CSS methods
Johannes Hofmann
2009-01-30
CssContext::addRule(): only add rules with nonempty property list
Johannes Hofmann
2009-01-30
remove unused method
Johannes Hofmann
2009-01-29
free font names when replacing them
Johannes Hofmann
2009-01-28
make sure strings from CSS parser are freed
Johannes Hofmann
2009-01-28
descendent -> descendant (noticed by corvid)
Johannes Hofmann
2009-01-25
allocate/deallocate CssSimpleSelector properly
Johannes Hofmann
2009-01-21
don't call docTree->top() over and over
Johannes Hofmann
2009-01-21
move assert from CssSelector::match() to CssRule constructor
Johannes Hofmann
2009-01-21
simplify CssSelector a bit
Johannes Hofmann
2009-01-13
merge
Johannes Hofmann
2009-01-13
initial implementation of a CSS selector matching optimization
Johannes Hofmann
2009-01-12
whitespace
Johannes Hofmann
2009-01-12
add RuleList class to implement proper memory management
Johannes Hofmann
2009-01-12
String -> ConstString
Johannes Hofmann
2009-01-12
remove CssRule reference counting
Johannes Hofmann
2009-01-12
initial implementation of hashmap based CSS selector matching
Johannes Hofmann
2008-12-19
Interim patch for CSS stylesheet loading. Not finished yet.
Jorge Arellano Cid
2008-12-17
add CssSelector destructor
Johannes Hofmann
2008-12-16
speed up CSS selector matching
Johannes Hofmann
2008-12-16
add reference counting to CssRule
Johannes Hofmann
2008-12-11
sort properties
Johannes Hofmann
2008-12-09
use CssLength type
Johannes Hofmann
2008-12-01
streamline CssSelector a bit
Johannes Hofmann
2008-11-30
factor out Css_parse_simple_selector()
Johannes Hofmann
2008-11-30
make CssSelector a list of CssSimpleSelector objects
Johannes Hofmann
2008-11-20
Removed lots of compiler warnings, and formatted code to 80 columns.
Jorge Arellano Cid
2008-11-15
fix background color definition in user-agent style
Johannes Hofmann
2008-11-15
add comments
Johannes Hofmann
2008-11-14
remove previously introduced shortcut properties as they break the cascade
Johannes Hofmann
2008-11-14
setNonCssProperties() -> setNonCssHints()
Johannes Hofmann
2008-11-13
add reference counting for CssPropertyList and CssSelector
Johannes Hofmann
2008-11-13
move CssLength stuff to css.hh
Johannes Hofmann
2008-11-12
support more CSS_PROPERTY_MARGIN* props; fix primary order
Johannes Hofmann
2008-11-12
reconcile CssProperty::Name and Css_property_info
Johannes Hofmann
2008-11-12
tag -> element
Johannes Hofmann
2008-11-11
merge
Johannes Hofmann
2008-11-11
adjust pseudo class handling
Johannes Hofmann
2008-11-11
make selector members public for now
Johannes Hofmann
2008-11-11
import CSS parser code from dillo-0.8.0-css-3
Johannes Hofmann
2008-11-11
support margin
Johannes Hofmann
2008-11-10
add CSS_PROPERTY_BORDER_SPACING_HORIZONTAL, CSS_PROPERTY_BORDER_SPACING_VERTICAL
Johannes Hofmann
2008-11-10
convert table code to new style handling
Johannes Hofmann
2008-11-08
convert Html_tag_open_font()
Johannes Hofmann
2008-11-08
minor cleanup
Johannes Hofmann
2008-11-08
support CSS_FONT_WEIGHT_LIGHTER and CSS_FONT_WEIGHT_BOLDER
Johannes Hofmann
2008-11-07
make CssProperty::Value a union of int and char*
Johannes Hofmann
2008-10-30
add <b> and <i>
Johannes Hofmann
2008-10-30
add x_* properties
Johannes Hofmann
2008-10-30
fill userAgentStyle with test values
Johannes Hofmann
[next]