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
/
css.cc
Age
Commit message (
Expand
)
Author
2011-11-11
locale-independent ASCII character case handling
corvid
2011-10-17
typo
corvid
2011-09-06
remove trailing whitespace
Jorge Arellano Cid
2011-08-28
fix doctree leak
Johannes Hofmann
2011-08-24
add support for CSS adjacent sibling selectors
Johannes Hofmann
2011-08-02
don't reuse user- and useragent-stylesheet
Johannes Hofmann
2011-06-07
support !important in style attributes
Johannes Hofmann
2010-11-13
Full CSS border-style implementation
Jorge Arellano Cid
2010-10-17
no need to inline CssPropertyList copy constructor
Johannes Hofmann
2010-10-11
allow to apply CssContext to an arbitrary node in the docTree
Johannes Hofmann
2010-10-11
merge
Johannes Hofmann
2010-10-01
rework border-width handling
Johannes Hofmann
2010-09-24
call layout->setBgColor() from web.cc
Johannes Hofmann
2010-09-17
set font and color on <html> tag, so authors can override it
Johannes Hofmann
2010-04-23
use CSS rule position when specificity is equal
Johannes Hofmann
2010-01-11
add quirk to reset font properties in tables (fixes e.g. gmail)
Johannes Hofmann
2009-12-18
Changed the default background color when allow_white_bg=NO
Jorge Arellano Cid
2009-11-27
fix nested <ul> handling in user agent style
Johannes Hofmann
2009-11-07
adjust user-agent style for th
Johannes Hofmann
2009-09-20
trim some spaces
corvid
2009-07-23
properly count multiple classes in CssSimpleSelector::specificity ()
Johannes Hofmann
2009-07-17
Fix an implicit int cast error when int != int32_t
Jorge Arellano Cid
2009-07-11
allow multiple class strings in CssSimpleSelector
Johannes Hofmann
2009-07-11
make CssSimpleSelector members private
Johannes Hofmann
2009-07-11
cleanups
Johannes Hofmann
2009-07-11
support multiple classes per doctree node
Johannes Hofmann
2009-06-22
remove system includes
corvid
2009-06-11
make <var> italic (noticed by corvid)
Johannes Hofmann
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-15
move CssPropertyInfo definition to cssparser.cc
Johannes Hofmann
2009-03-15
replace a_Css_parse(), a_Css_parse_declaration() with static methods
Johannes Hofmann
2009-03-09
needn't include prefs.h
corvid
2009-02-15
fix leak in CssStyleSheet::addRule()
Johannes Hofmann
2009-02-09
whitespace cleanup: 's/ +$//g'
Jorge Arellano Cid
2009-02-07
minor cleanup
Johannes Hofmann
2009-02-06
set type in CssPropertyList::set()
Johannes Hofmann
2009-02-06
add type to CSS properties
Johannes Hofmann
2009-02-05
move CssProperty::Name and CssProperty::Value out of CssProperty class
Johannes Hofmann
2009-02-05
add CssProperty::type
Johannes Hofmann
2009-02-02
remove unused order_count parameter
Johannes Hofmann
2009-01-31
remove debugging code
Johannes Hofmann
2009-01-31
remove unnecessary initialization
Johannes Hofmann
2009-01-31
optimize CssStyleSheet::apply() a bit
Johannes Hofmann
2009-01-31
fix cascading order
Johannes Hofmann
2009-01-31
comment
Johannes Hofmann
2009-01-30
comment
Johannes Hofmann
2009-01-30
apply CSS rules ordered by their specificity
Johannes Hofmann
2009-01-30
simplify CssSimpleSelector::specificity()
Johannes Hofmann
[next]