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.hh
Age
Commit message (
Expand
)
Author
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
2009-03-23
allow negative values for specific CSS properties only
Johannes Hofmann
2009-03-15
move CssOrigin definition to css.hh
Johannes Hofmann
2009-03-12
replace CSS_LENGTH_* macros with inline functions
Johannes Hofmann
2009-02-09
whitespace cleanup: 's/ +$//g'
Jorge Arellano Cid
2009-02-08
's/if(/if (/g' 's/for(/for (/g' 's/while(/while (/g', and indentation.
Jorge Arellano Cid
2009-02-07
free CSS values based on type
Johannes Hofmann
2009-02-06
support font-size enum values
Johannes Hofmann
2009-02-06
switch font-weight handling to new multi type system
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-01-30
insert rules in correct order
Johannes Hofmann
2009-01-30
add CssRule::specificity
Johannes Hofmann
2009-01-30
add CssSelector::specificity()
Johannes Hofmann
2009-01-30
inline some CSS methods
Johannes Hofmann
2009-01-30
CssContext::addRule(): only add rules with nonempty property list
Johannes Hofmann
2009-01-30
remove unused method
Johannes Hofmann
2009-01-29
free font names when replacing them
Johannes Hofmann
2009-01-28
make sure strings from CSS parser are freed
Johannes Hofmann
2009-01-28
descendent -> descendant (noticed by corvid)
Johannes Hofmann
2009-01-25
allocate/deallocate CssSimpleSelector properly
Johannes Hofmann
2009-01-21
don't call docTree->top() over and over
Johannes Hofmann
2009-01-21
move assert from CssSelector::match() to CssRule constructor
Johannes Hofmann
2009-01-21
simplify CssSelector a bit
Johannes Hofmann
2009-01-13
merge
Johannes Hofmann
2009-01-13
initial implementation of a CSS selector matching optimization
Johannes Hofmann
2009-01-12
whitespace
Johannes Hofmann
2009-01-12
add RuleList class to implement proper memory management
Johannes Hofmann
2009-01-12
String -> ConstString
Johannes Hofmann
2009-01-12
remove CssRule reference counting
Johannes Hofmann
2009-01-12
initial implementation of hashmap based CSS selector matching
Johannes Hofmann
[next]