summaryrefslogtreecommitdiff
path: root/src/select/propset.h
Commit message (Collapse)AuthorAgeFilesLines
* Some changes. No idea what they are, mind you.John Mark Bell2009-02-151-7/+7
| | | | svn path=/trunk/libcss/; revision=6536
* Move property dispatch table out of select.c so it can be used by the ↵John Mark Bell2009-02-151-0/+2
| | | | | | computed style composition code. svn path=/trunk/libcss/; revision=6523
* Port libcss to libwapcaplet.Daniel Silverstone2009-02-141-13/+9
| | | | | | | | | It passes the tests, perhaps we need more of them. Lifetimes of lwc_string objects really need attention before we can consider this finished. svn path=/trunk/libcss/; revision=6517
* Finally, a representation of a computed content property.John Mark Bell2009-02-141-0/+26
| | | | svn path=/trunk/libcss/; revision=6515
* Fix clip: rect() with auto sidesJohn Mark Bell2009-02-141-4/+9
| | | | svn path=/trunk/libcss/; revision=6514
* A motley selection of changes. Vague summary:John Mark Bell2009-02-141-4/+14
| | | | | | | | | | | | | | | | | | + 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
* Modify encoding of quotes. Move clip to accommodate.John Mark Bell2009-02-111-7/+7
| | | | svn path=/trunk/libcss/; revision=6442
* Change encoding of font-familyJohn Mark Bell2009-02-111-33/+33
| | | | | | Move list-style-position to make room for it. svn path=/trunk/libcss/; revision=6440
* Change the representation of any data that includes a css_string. They're ↵John Mark Bell2009-02-111-18/+11
| | | | | | now either embedded directly in the computed style object, or are comprised of an array of objects (rather than pointers to objects) svn path=/trunk/libcss/; revision=6432
* Mutators for computed styleJohn Mark Bell2009-02-071-0/+1627
svn path=/trunk/libcss/; revision=6388