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
/
cssparser.hh
Age
Commit message (
Expand
)
Author
2011-06-07
support !important in style attributes
Johannes Hofmann
2010-11-26
Support @media rules.
Jeremy Henty
2010-11-21
imported patch ignore-unknown-at-rules-1
Jeremy Henty
2009-11-19
ignore XML comment markers in CSS
Johannes Hofmann
2009-06-24
don't allow mixing of decimal values and percentages in rgb() colors
Johannes Hofmann
2009-06-23
add support for css colors of the form rgb(255, 255, 255)
Johannes Hofmann
2009-04-19
wrap long lines in src/ css code
corvid
2009-04-08
support CSS @import directive
Johannes Hofmann
2009-03-24
rename getc() to getChar() to avoid name clash on FreeBSD
Johannes Hofmann
2009-03-15
move CssPropertyInfo definition to cssparser.cc
Johannes Hofmann
2009-03-15
camelCase
Johannes Hofmann
2009-03-15
move CssTokenType into CssParser class
Johannes Hofmann
2009-03-15
make CSS_MAX_STR_LEN a static const integer
Johannes Hofmann
2009-03-15
replace a_Css_parse(), a_Css_parse_declaration() with static methods
Johannes Hofmann
2009-03-15
move CssOrigin definition to css.hh
Johannes Hofmann
2009-03-15
remove (wrong) comment
Johannes Hofmann
2009-03-15
move macro definition to .cc file
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-06
allow multiple types for CSS properties
Johannes Hofmann
2009-02-05
move CssProperty::Name and CssProperty::Value out of CssProperty class
Johannes Hofmann
2009-02-02
remove unused order_count parameter
Johannes Hofmann
2009-01-30
remove unused CSS parser functions
Johannes Hofmann
2009-01-17
implement parsing of CSS data from style attribute
Johannes Hofmann
2009-01-17
some consts
Johannes Hofmann
2008-11-23
remove unused code
Johannes Hofmann
2008-11-20
Removed lots of compiler warnings, and formatted code to 80 columns.
Jorge Arellano Cid
2008-11-13
move CssLength stuff to css.hh
Johannes Hofmann
2008-11-13
compute relative values
Johannes Hofmann
2008-11-12
support more CSS_PROPERTY_MARGIN* props; fix primary order
Johannes Hofmann
2008-11-11
use CssProperty::FontWeightExtensions
Johannes Hofmann
2008-11-11
more fixes
Johannes Hofmann
2008-11-11
import CSS parser code from dillo-0.8.0-css-3
Johannes Hofmann