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
/
styleengine.cc
Age
Commit message (
Collapse
)
Author
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
adjust pseudo class handling
Johannes Hofmann
2008-11-11
support margin
Johannes Hofmann
2008-11-10
fix hBorderSpacing and vBorderSpacing
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
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-11-07
add some comments
Johannes Hofmann
2008-10-31
fix text alignment
Johannes Hofmann
2008-10-31
make ol work
Johannes Hofmann
2008-10-31
add assert
Johannes Hofmann
2008-10-30
use prefs only in user stylesheet generation
Johannes Hofmann
2008-10-30
add <b> and <i>
Johannes Hofmann
2008-10-30
remove nonCssProperties from Node
Johannes Hofmann
2008-10-30
add link support
Johannes Hofmann
2008-10-30
fix some bugs
Johannes Hofmann
2008-10-30
hook up styleengine in html.cc
Johannes Hofmann
2008-10-29
whitespace
Johannes Hofmann
2008-10-29
delete stuff in StyleEngine::endElement
Johannes Hofmann
2008-10-29
start implementing StyleEngine::apply
Johannes Hofmann
2008-10-29
pass Layout to StyleEngine
Johannes Hofmann
2008-10-29
implement various apply() methods
Johannes Hofmann
2008-10-26
add klass parameter
Johannes Hofmann
2008-10-23
css.[ch][ch] -> styleengine.[ch][ch]
Johannes Hofmann