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
/
cssparser.cc
Age
Commit message (
Expand
)
Author
2008-11-20
Removed lots of compiler warnings, and formatted code to 80 columns.
Jorge Arellano Cid
2008-11-15
support percentages in font-size definition
Johannes Hofmann
2008-11-14
add missing Css_next_token() call
Johannes Hofmann
2008-11-14
remove previously introduced shortcut properties as they break the cascade
Johannes Hofmann
2008-11-13
add reference counting for CssPropertyList and CssSelector
Johannes Hofmann
2008-11-12
support cursor
Johannes Hofmann
2008-11-12
revert CSS_LENGTH_TYPE_AUTO->LENGTH_AUTO conversion
Johannes Hofmann
2008-11-12
support more CSS_PROPERTY_MARGIN* props; fix primary order
Johannes Hofmann
2008-11-12
add one more missing Css_property_info entry
Johannes Hofmann
2008-11-12
reconcile CssProperty::Name and Css_property_info
Johannes Hofmann
2008-11-12
add debug print
Johannes Hofmann
2008-11-12
more compile fixes
Johannes Hofmann
2008-11-11
use CssProperty::FontWeightExtensions
Johannes Hofmann
2008-11-11
Css_parse_value return bool
Johannes Hofmann
2008-11-11
more fixes
Johannes Hofmann
2008-11-11
fix some compile errors
Johannes Hofmann
2008-11-11
import CSS parser code from dillo-0.8.0-css-3
Johannes Hofmann