summaryrefslogtreecommitdiff
path: root/src/parse/propstrings.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix azimuthJohn Mark Bell2009-01-161-6/+9
| | | | svn path=/trunk/libcss/; revision=6107
* Beginnings of a colour specifier parser.John Mark Bell2009-01-111-2/+3
| | | | svn path=/trunk/libcss/; revision=6037
* text-decorationJohn Mark Bell2009-01-101-2/+6
| | | | svn path=/trunk/libcss/; revision=6018
* play-duringJohn Mark Bell2009-01-101-1/+3
| | | | svn path=/trunk/libcss/; revision=6016
* voice-familyJohn Mark Bell2009-01-101-1/+4
| | | | svn path=/trunk/libcss/; revision=6015
* A little more work on font-family.John Mark Bell2008-12-051-0/+6
| | | | svn path=/trunk/libcss/; revision=5883
* cursorJohn Mark Bell2008-12-041-1/+19
| | | | svn path=/trunk/libcss/; revision=5880
* Changes to the encoding of content in bytecode to better match the spec.John Mark Bell2008-12-031-1/+9
| | | | | | Beginnings of a content property parser. svn path=/trunk/libcss/; revision=5874
* Something approximating clipJohn Mark Bell2008-12-021-1/+2
| | | | svn path=/trunk/libcss/; revision=5870
* Finish azimuthJohn Mark Bell2008-12-011-1/+7
| | | | svn path=/trunk/libcss/; revision=5865
* Retain pointer to dictionary entries so we don't have to rediscover it later.John Mark Bell2008-12-011-0/+5
| | | | svn path=/trunk/libcss/; revision=5862
* Beginnings of azimuth.John Mark Bell2008-11-301-1/+3
| | | | svn path=/trunk/libcss/; revision=5847
* Tidy things up somewhat.John Mark Bell2008-11-281-0/+305
css21 is now language, as everything will share the same parsing rules (although there is facility to alter behaviour based upon the language level -- consult language->sheet->level and then decide what to do) svn path=/trunk/libcss/; revision=5815