summaryrefslogtreecommitdiff
path: root/src/parse/propstrings.h
Commit message (Expand)AuthorAgeFilesLines
* Strings: Add 'infinite'.Michael Drake2019-03-101-1/+1
* Propstrings: add AND, ONLY, ORJohn-Mark Bell2019-03-101-1/+1
* Parsing: Add support for parsing the flexbox properties.Lucas Neves2017-10-211-23/+25
* Strip trailing whitespace.Michael Drake2017-09-041-21/+21
* Parsing: Add support for parsing the CSS3 box-sizing property.Michael Drake2017-04-271-4/+5
* Add support for CSS3 overflow-x and overflow-y properties.Michael Drake2014-06-011-9/+9
* Add support for parsing the writing-mode property. Thanks to Caitlin Potter.Caitlin Potter2013-09-101-2/+3
* Add common CSS tokens to stylesheet string table.Michael Drake2012-03-291-0/+4
* Add parsing of CSS3 Multi-column layout module shorthand properties. (column...Michael Drake2012-02-031-5/+5
* Add support for parsing CSS3 Multi-column layout properties:Michael Drake2012-01-281-18/+21
* @font-face support. Credit: James MontgomerieJohn Mark Bell2011-12-041-2/+3
* Tidy upJohn Mark Bell2011-10-061-7/+0
* Avoid interning propstrings table for every stylesheet, style tag and style a...Michael Drake2011-10-061-0/+3
* CSS3 NamespacesJohn Mark Bell2011-03-121-1/+1
* CSS3 SelectorsJohn Mark Bell2011-01-311-1/+4
* Add support for opacity propertyJohn Mark Bell2011-01-291-1/+1
* Centralise handling of transparent colours.John Mark Bell2011-01-291-1/+1
* add hsl colour supportVincent Sanders2011-01-211-1/+1
* Ensure there are zero global symbols without css_ or css__ in front of them. ...Daniel Silverstone2011-01-201-2/+2
* Hack around platform headers doing the likes of typedef float FLOAT;John Mark Bell2010-12-291-7/+7
* Add support for rgba() colours. Thanks jmb.Michael Drake2010-12-051-1/+2
* It turns out that using magic values for text-align is simpler than having an...John Mark Bell2009-08-221-3/+3
* -libcss-alignJohn Mark Bell2009-08-211-2/+2
* Padding shorthand property parserJohn Mark Bell2009-06-251-1/+1
* Margin shorthand parserJohn Mark Bell2009-06-251-6/+7
* List-style shorthand parserJohn Mark Bell2009-06-251-8/+8
* Font shorthand propertyJohn Mark Bell2009-06-251-2/+2
* Factor out common parts of pause-after and pause-before parsers.John Mark Bell2009-06-251-8/+8
* Border and outline shorthand property parsersJohn Mark Bell2009-06-251-19/+21
* Parse background shorthand propertyJohn Mark Bell2009-06-191-7/+8
* More refactoring groundwork. This actually compiles and passes the testsuite.John Mark Bell2009-05-261-459/+3
* Support named colours.John Mark Bell2009-04-011-1/+183
* Parse media type list in @import ruleJohn Mark Bell2009-02-141-0/+16
* Distinguish between pseudo classes and pseudo elementsJohn Mark Bell2009-02-101-1/+22
* Fix azimuthJohn Mark Bell2009-01-161-6/+9
* Beginnings of a colour specifier parser.John Mark Bell2009-01-111-2/+3
* text-decorationJohn Mark Bell2009-01-101-2/+6
* play-duringJohn Mark Bell2009-01-101-1/+3
* voice-familyJohn Mark Bell2009-01-101-1/+4
* A little more work on font-family.John Mark Bell2008-12-051-0/+6
* cursorJohn Mark Bell2008-12-041-1/+19
* Changes to the encoding of content in bytecode to better match the spec.John Mark Bell2008-12-031-1/+9
* Something approximating clipJohn Mark Bell2008-12-021-1/+2
* Finish azimuthJohn Mark Bell2008-12-011-1/+7
* Retain pointer to dictionary entries so we don't have to rediscover it later.John Mark Bell2008-12-011-0/+5
* Beginnings of azimuth.John Mark Bell2008-11-301-1/+3
* Tidy things up somewhat.John Mark Bell2008-11-281-0/+305