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.hh
Age
Commit message (
Expand
)
Author
2009-05-08
spelling
corvid
2009-04-23
comments
Johannes Hofmann
2009-04-19
wrap long lines in src/ css code
corvid
2009-04-08
support CSS @import directive
Johannes Hofmann
2009-03-09
whitespace
Johannes Hofmann
2009-03-06
remove bg_color dillorc option
Johannes Hofmann
2009-02-17
fix missing background color for ComplexButton (noticed by corvid)
Johannes Hofmann
2009-02-09
whitespace cleanup: 's/ +$//g'
Jorge Arellano Cid
2009-02-06
fix check for name/id mismatch (noticed by corvid)
Johannes Hofmann
2009-02-02
remove unused order_count parameter
Johannes Hofmann
2009-01-13
initial implementation of a CSS selector matching optimization
Johannes Hofmann
2008-12-19
make StyleEngine::computeValue() and computeLength() return bool
Johannes Hofmann
2008-12-14
inherit pseudo classes "link" and "visited"
Johannes Hofmann
2008-12-09
add comment about inheritBackgroundColor()
Johannes Hofmann
2008-12-09
use output parameter in StyleEngine::computeValue()
Johannes Hofmann
2008-12-09
use CssLength type
Johannes Hofmann
2008-12-04
add wordStyle() method to StyleEngine
Johannes Hofmann
2008-12-04
hook up <style>...</style> parsing
Johannes Hofmann
2008-12-01
fix DocTree implementation in StyleEngine
Johannes Hofmann
2008-11-28
add workaround for table row coloring
Johannes Hofmann
2008-11-14
fix id, class, style attribute handling
Johannes Hofmann
2008-11-14
setNonCssProperties() -> setNonCssHints()
Johannes Hofmann
2008-11-14
call StyleEngine::startElement() in Html_force_push_tag() to fix assertions
Johannes Hofmann
2008-11-13
start implementing resolution of relative CSS values
Johannes Hofmann
2008-11-13
use CssLength in computeValue
Johannes Hofmann
2008-11-13
compute relative values
Johannes Hofmann
2008-11-08
set CSS pseudo class in Html_tag_open_a()
Johannes Hofmann
2008-10-30
remove nonCssProperties from Node
Johannes Hofmann
2008-10-29
pass Layout to StyleEngine
Johannes Hofmann
2008-10-29
switch to original enum names from dillo-0.8.0-css-3
Johannes Hofmann
2008-10-29
implement various apply() methods
Johannes Hofmann
2008-10-28
add doctree.hh
Johannes Hofmann
2008-10-26
add klass parameter
Johannes Hofmann
2008-10-23
css.[ch][ch] -> styleengine.[ch][ch]
Johannes Hofmann