summaryrefslogtreecommitdiff
path: root/test/dump.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix dumping of cursor values.John Mark Bell2009-02-111-5/+7
| | | | | | Testcase for this. svn path=/trunk/libcss/; revision=6437
* Purge side bits. These cause more trouble than they're worth, and it's not ↵John Mark Bell2009-02-101-40/+41
| | | | | | as if there's a dearth of opcode space. svn path=/trunk/libcss/; revision=6410
* Distinguish between pseudo classes and pseudo elementsJohn Mark Bell2009-02-101-1/+2
| | | | svn path=/trunk/libcss/; revision=6406
* Use utility routines to consider inherit/importance, rather than poking flag ↵John Mark Bell2009-01-241-5/+2
| | | | | | bits ourselves svn path=/trunk/libcss/; revision=6236
* Fixup ABS(), as per number.cJohn Mark Bell2009-01-241-1/+1
| | | | svn path=/trunk/libcss/; revision=6215
* Ensure that we round the fractional part to nearest when converting back to ↵John Mark Bell2009-01-231-1/+2
| | | | | | decimal. svn path=/trunk/libcss/; revision=6205
* Fix counter-increment dumpingJohn Mark Bell2009-01-231-1/+6
| | | | svn path=/trunk/libcss/; revision=6197
* Use our own fixed point value printing routine rather than relying on ↵John Mark Bell2009-01-231-1/+56
| | | | | | sprintf's %f modifier to do the right thing svn path=/trunk/libcss/; revision=6193
* Clear BEHIND bit before looking at azimuth valueJohn Mark Bell2009-01-231-1/+1
| | | | svn path=/trunk/libcss/; revision=6185
* Clear side bits from value before using it.John Mark Bell2009-01-211-1/+10
| | | | svn path=/trunk/libcss/; revision=6160
* Fix speech-rate printingJohn Mark Bell2009-01-211-0/+3
| | | | svn path=/trunk/libcss/; revision=6158
* I guess it helps if you add new files.John Mark Bell2009-01-201-0/+2054
svn path=/trunk/libcss/; revision=6148