summaryrefslogtreecommitdiff
path: root/src/bytecode/opcodes.h
Commit message (Expand)AuthorAgeFilesLines
* Column rule colour of "invert" is not allowed.Michael Drake2014-11-071-1/+0
* Add support for parsing the writing-mode property. Thanks to Caitlin Potter.Caitlin Potter2013-09-101-0/+6
* Add support for parsing CSS3 Multi-column layout properties:Michael Drake2012-01-281-0/+83
* Add support for opacity propertyJohn Mark Bell2011-01-291-0/+4
* Centralise handling of transparent colours.John Mark Bell2011-01-291-4/+10
* It turns out that using magic values for text-align is simpler than having an...John Mark Bell2009-08-221-8/+4
* -libcss-alignJohn Mark Bell2009-08-211-0/+7
* Factor out common code from top,right,bottom,left parsersJohn Mark Bell2009-05-271-8/+6
* A bunch of c89.John Mark Bell2009-04-151-83/+83
* Purge side bits. These cause more trouble than they're worth, and it's not as...John Mark Bell2009-02-101-8/+0
* Fix play-duringJohn Mark Bell2009-01-181-0/+1
* Complete bytecode dumping code.John Mark Bell2009-01-121-15/+16
* voice-familyJohn Mark Bell2009-01-101-1/+2
* Beginnings of font-familyJohn Mark Bell2008-12-041-0/+1
* counter-incrementJohn Mark Bell2008-12-041-4/+2
* Changes to the encoding of content in bytecode to better match the spec.John Mark Bell2008-12-031-1/+5
* Something approximating clipJohn Mark Bell2008-12-021-1/+7
* Fix up azimuth to cater for !important after property value.John Mark Bell2008-12-011-4/+4
* page-break-insideJohn Mark Bell2008-11-251-1/+1
* max-heightJohn Mark Bell2008-11-251-14/+14
* list-style-type.John Mark Bell2008-11-251-8/+7
* Actually include the opcodes header.John Mark Bell2008-10-221-2/+2
* Something approximating an enumeration of the opcode-specific value field.John Mark Bell2008-10-221-0/+631