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
2024-10-05
Define CssLength as struct instead of int
Rodrigo Arias Mallo
2024-06-25
Add support for zoom factor
Rodrigo Arias Mallo
2014-07-25
avoid requesting background images if an ancestor has display:none
Johannes Hofmann
2014-07-02
make dpmm a proper member of StyleEngine
Johannes Hofmann
2014-04-02
fix crash and use proper requester URL for CSS images
Johannes Hofmann
2014-04-01
resolve CSS background-image URLs relative to styleheet URL
Johannes Hofmann
2014-02-15
share user agent style between CssContext's
Johannes Hofmann
2013-10-07
View(port) background now set by HTML parser.
Sebastian Geerken
2013-09-20
Added BrowserWindow and DilloURL (base URL) to StyleEngine::apply and related.
Sebastian Geerken
2012-11-04
some style engine refactoring
Johannes Hofmann
2011-12-30
move buildUserAgentStyle and buildUserStyle to styleengine.cc
Johannes Hofmann
2011-06-07
support !important in style attributes
Johannes Hofmann
2010-11-24
trim some spaces
corvid
2010-10-17
fix Style leaks in StyleEngine
Johannes Hofmann
2010-10-14
inline setNonCssHint()
Johannes Hofmann
2010-10-11
use background-color on <html>-element
Johannes Hofmann
2010-10-11
add StyleEngine::restyle()
Johannes Hofmann
2010-10-11
rework nonCssHints API of StyleEngine
Johannes Hofmann
2010-10-11
store style attribute as CssPropertyList instead of a string
Johannes Hofmann
2010-10-11
make StyleEngine::Node a struct - it's just that anyway
Johannes Hofmann
2010-10-01
fix last commit
Johannes Hofmann
2010-01-07
make Doctree a non-virtual class
Johannes Hofmann
2009-12-18
support border-width: thin | medium | thick
Johannes Hofmann
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
[next]