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 (
Collapse
)
Author
2009-01-09
remove unused code
Johannes Hofmann
2009-01-03
fix parsing of CSS selectors with '>' combinator
Johannes Hofmann
2008-12-19
Interim patch for CSS stylesheet loading. Not finished yet.
Jorge Arellano Cid
2008-12-11
sort properties
Johannes Hofmann
2008-12-02
check for EOF in Css_next_token()
Johannes Hofmann
2008-12-02
implement CSS_SHORTHAND_BORDER
Johannes Hofmann
2008-12-02
ignore CSS comments
Johannes Hofmann
2008-12-01
stop simple selector parsing at whitespace
Johannes Hofmann
2008-12-01
avoid looping in CSS parser
Johannes Hofmann
2008-11-30
make complex selectors work
Johannes Hofmann
2008-11-30
factor out Css_parse_simple_selector()
Johannes Hofmann
2008-11-30
factor out Css_parse_selector()
Johannes Hofmann
2008-11-30
remove more obsolete code
Johannes Hofmann
2008-11-30
remove obsolete if
Johannes Hofmann
2008-11-30
add CssSimpleSelector::ELEMENT_ANY
Johannes Hofmann
2008-11-30
introduce space_separated flag
Johannes Hofmann
2008-11-30
make CssSelector a list of CssSimpleSelector objects
Johannes Hofmann
2008-11-23
remove unused code
Johannes Hofmann
2008-11-21
typo
Johannes Hofmann
2008-11-20
merge
Johannes Hofmann
2008-11-20
Removed lots of compiler warnings, and formatted code to 80 columns.
Jorge Arellano Cid
Used: indent -kr -st -sc -i3 -bad -nbbo -nut
2008-11-20
ignore unknown HTML elements
Johannes Hofmann
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
2011-05-16
rm spaces
corvid
[prev]