summaryrefslogtreecommitdiff
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Port to new buildsystemJohn Mark Bell2009-03-242-162/+0
| | | | svn path=/trunk/libcss/; revision=6856
* A motley selection of changes. Vague summary:John Mark Bell2009-02-142-0/+7
| | | | | | | | | | | | | | | | | | + Add config makefile (not that there's anything to configure at present :) + Fix dumping of UNIT_MS to actually use sprintf and not printf + Extend computed style dumping (still loads of properties missing) + Make result buffer larger in select-auto.c -- avoids buffer overflows when there's way more output than expected + Expand expected test output to contain defaulted properties (more of this will be needed once the computed style dumping is complete) + Store interned string pointers in css_select_state. + Intern pseudo class/element names at start of selecting styles for a sheet + Group properties so we know which ones appear in the extension blocks + Fixup unset properties once the cascade has completed + Implement matching of pseudo class/element selectors + Fix setting of background-image and list-style-image when there's no URL. svn path=/trunk/libcss/; revision=6470
* Parse common part of declarations.John Mark Bell2008-10-221-0/+73
| | | | | | Stub out handlers for properties. svn path=/trunk/libcss/; revision=5620
* OS X friendly install invocationJohn Mark Bell2008-09-101-3/+3
| | | | svn path=/trunk/libcss/; revision=5302
* Make install/uninstall non-silentJohn Mark Bell2008-09-091-6/+6
| | | | svn path=/trunk/libcss/; revision=5295
* Make install/uninstall consider DESTDIRJohn Mark Bell2008-09-091-8/+8
| | | | svn path=/trunk/libcss/; revision=5294
* Dependency trackingJohn Mark Bell2008-09-051-4/+41
| | | | svn path=/trunk/libcss/; revision=5258
* Make export target usefulJohn Mark Bell2008-09-051-4/+3
| | | | svn path=/trunk/libcss/; revision=5254
* Import beginnings of a CSS parsing library.John Mark Bell2008-05-011-0/+119
Currently comprises a lexer. svn path=/trunk/libcss/; revision=4112