index
:
dillo
master
Dillo, a multi-platform graphical web browser
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
css.hh
Age
Commit message (
Expand
)
Author
2024-10-05
Add support for more CSS units
Rodrigo Arias Mallo
2024-10-05
Define CssLength as struct instead of int
Rodrigo Arias Mallo
2024-06-07
Ensure the same number of tags for CSS and HTML
Rodrigo Arias Mallo
2024-03-09
Use Doxygen comments for C files
Rodrigo Arias Mallo
2014-12-21
more (and indentation in one spot)
corvid
2014-03-05
use a singe matchCache per CssContext
Johannes Hofmann
2014-03-03
fix clang warning
Johannes Hofmann
2014-02-16
css: embed klass into CssSimpleSelector
Johannes Hofmann
2014-02-16
css: embed selectorList in CssSelector
Johannes Hofmann
2014-02-16
css: mark CssStyleSheet::apply() as const
Johannes Hofmann
2014-02-15
share user agent style between CssContext's
Johannes Hofmann
2014-02-15
merge
Johannes Hofmann
2014-02-15
css: move cached matching information out of CssStyleSheet
Johannes Hofmann
2014-02-15
rudimentary support for html5 video,audio,source,embed
corvid
2014-01-06
Fixed memory leak (CSS URIs).
Sebastian Geerken
2013-11-30
accept 'auto' only for CSS properties that allow it
Johannes Hofmann
2013-10-16
Missing dFree.
Sebastian Geerken
2013-09-30
Cleaned up Johannes' patch.
Sebastian Geerken
2013-09-30
New type for <background-position> (incomplete).
Johannes Hofmann
2013-09-26
CSS attribute 'background-position'.
Sebastian Geerken
2013-09-22
CSS type <uri> implemented; applied to 'background-image'.
Sebastian Geerken
2013-09-07
the WBR element itself
corvid
2013-09-05
html5 MARK element
corvid
2013-09-05
some html5 structural elements
corvid
2012-07-06
Attribute "lang" is evaluated for hyphenation; part of dw:core::style::Style.y
sgeerken
2012-01-21
ignore remote CSS rules that could reveal browser history
Johannes Hofmann
2012-01-13
fix descendant selector matching
Johannes Hofmann
2011-12-30
cleanup CssStyleSheet a bit
Johannes Hofmann
2011-12-30
move buildUserAgentStyle and buildUserStyle to styleengine.cc
Johannes Hofmann
2011-12-30
use array of CssStyleSheets instead of pointers in CssContext
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-24
trim some spaces
corvid
2010-10-17
no need to inline CssPropertyList copy constructor
Johannes Hofmann
2010-10-12
implement optional deep copy for CssPropertyList
Johannes Hofmann
2010-10-11
allow to apply CssContext to an arbitrary node in the docTree
Johannes Hofmann
2010-10-11
rework nonCssHints API of StyleEngine
Johannes Hofmann
2010-08-23
add lout::misc::roundInt() for double -> int conversion
Johannes Hofmann
2010-04-23
use CSS rule position when specificity is equal
Johannes Hofmann
2010-04-20
css word-spacing property
corvid
2010-04-02
add CSS_TYPE_LENGTH_PERCENTAGE_NUMBER
Johannes Hofmann
2009-12-18
support border-width: thin | medium | thick
Johannes Hofmann
2009-10-18
represent millimeter values as fractions in CssLength
Johannes Hofmann
2009-10-17
add letter-spacing support to CSS subsystem
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-07
Added parenthesis to math expression
Jorge Arellano Cid
2009-07-06
adjust CssLength
Johannes Hofmann
2009-04-23
comments
Johannes Hofmann
[next]