summaryrefslogtreecommitdiff
path: root/test/dump.h
Commit message (Expand)AuthorAgeFilesLines
* Update test dumpers to output writing-mode.Michael Drake2013-09-101-0/+14
* Add support for parsing CSS3 Multi-column layout properties:Michael Drake2012-01-281-0/+178
* @font-face support. Credit: James MontgomerieJohn Mark Bell2011-12-041-4/+160
* Fix a bunch of warnings.Michael Drake2011-05-261-35/+109
* CSS3 NamespacesJohn Mark Bell2011-03-121-16/+16
* CSS3 SelectorsJohn Mark Bell2011-01-311-9/+64
* Add support for opacity propertyJohn Mark Bell2011-01-291-0/+12
* Centralise handling of transparent colours.John Mark Bell2011-01-291-0/+17
* Rename all css_[^_] internal symbols to css__ so that they're nicely namespacedDaniel Silverstone2011-01-261-10/+10
* Merge parser autogeneration and string handling refactor branch r=jmb,kinniso...Vincent Sanders2011-01-191-36/+46
* It turns out that using magic values for text-align is simpler than having an...John Mark Bell2009-08-221-7/+9
* -libcss-alignJohn Mark Bell2009-08-211-0/+7
* s/opcode/opcode_t/John Mark Bell2009-08-031-1/+1
* Nested block support.John Mark Bell2009-06-261-9/+69
* More c89ismsJohn Mark Bell2009-04-151-43/+44
* Completely change the approach used for presentational hints.John Mark Bell2009-03-231-99/+99
* Port libcss to libwapcaplet.Daniel Silverstone2009-02-141-51/+55
* Make fpmath stuff public.John Mark Bell2009-02-141-36/+37
* Rework handling of imported stylesheets.John Mark Bell2009-02-141-5/+2
* A motley selection of changes. Vague summary:John Mark Bell2009-02-141-1/+1
* Fix dumping of cursor values.John Mark Bell2009-02-111-5/+7
* Purge side bits. These cause more trouble than they're worth, and it's not as...John Mark Bell2009-02-101-40/+41
* Distinguish between pseudo classes and pseudo elementsJohn Mark Bell2009-02-101-1/+2
* Use utility routines to consider inherit/importance, rather than poking flag ...John Mark Bell2009-01-241-5/+2
* Fixup ABS(), as per number.cJohn Mark Bell2009-01-241-1/+1
* Ensure that we round the fractional part to nearest when converting back to d...John Mark Bell2009-01-231-1/+2
* Fix counter-increment dumpingJohn Mark Bell2009-01-231-1/+6
* Use our own fixed point value printing routine rather than relying on sprintf...John Mark Bell2009-01-231-1/+56
* Clear BEHIND bit before looking at azimuth valueJohn Mark Bell2009-01-231-1/+1
* Clear side bits from value before using it.John Mark Bell2009-01-211-1/+10
* Fix speech-rate printingJohn Mark Bell2009-01-211-0/+3
* I guess it helps if you add new files.John Mark Bell2009-01-201-0/+2054