summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Handle :first-child within libcssJohn Mark Bell2009-02-144-20/+48
* Discard selectors that contain pseudo elements in non-terminal simple selectors.John Mark Bell2009-02-144-2/+84
* Flag todoJohn Mark Bell2009-02-141-0/+2
* Fix matching of universal sibling selectors -- siblings must be adjacent.John Mark Bell2009-02-141-3/+5
* A motley selection of changes. Vague summary:John Mark Bell2009-02-148-132/+688
* Beginnings of a computed style dump routine.John Mark Bell2009-02-133-8/+121
* Ensure pseudo classes/elements fail to match.John Mark Bell2009-02-131-0/+6
* Test driver for selection engine testsJohn Mark Bell2009-02-123-1/+954
* Don't attempt to match details on a NULL pointerJohn Mark Bell2009-02-121-10/+13
* Verify parameters to css_select_style.John Mark Bell2009-02-121-1/+1
* Er yeah, it probably helps to initialise your allocation function pointer.John Mark Bell2009-02-121-0/+3
* Enumerate all media types defined in CSS 2.1 (includes aural, which is deprec...John Mark Bell2009-02-121-2/+15
* Synchronise media type bitfield with reality -- it's 64bits wide.John Mark Bell2009-02-123-5/+5
* Sketch out some test data for the selection engineJohn Mark Bell2009-02-122-0/+45
* Handle as much voice-family as we can.John Mark Bell2009-02-111-4/+86
* And the initial value of quotes, too.John Mark Bell2009-02-111-3/+1
* Handle quotesJohn Mark Bell2009-02-111-4/+62
* Modify encoding of quotes. Move clip to accommodate.John Mark Bell2009-02-113-24/+24
* Rework font-family handler to a) compile and b) reflect the changes made to t...John Mark Bell2009-02-111-89/+28
* Change encoding of font-familyJohn Mark Bell2009-02-113-72/+78
* Something approximating font-family. This is hideous.John Mark Bell2009-02-112-7/+158
* Squash memory leakJohn Mark Bell2009-02-111-0/+2
* Fix dumping of cursor values.John Mark Bell2009-02-112-5/+16
* Handle cursorJohn Mark Bell2009-02-111-7/+113
* Handle counter-increment/counter-resetJohn Mark Bell2009-02-112-21/+98
* Handle content, not that we actually do anything with the data we read, however.John Mark Bell2009-02-111-4/+53
* Handle as much of clip as we canJohn Mark Bell2009-02-111-2/+28
* Change the representation of any data that includes a css_string. They're now...John Mark Bell2009-02-114-64/+44
* More property handlersJohn Mark Bell2009-02-111-51/+186
* More property handlersJohn Mark Bell2009-02-112-116/+387
* More property handlersJohn Mark Bell2009-02-111-40/+47
* Sync azimuth with current idiom.John Mark Bell2009-02-111-15/+24
* More property handlersJohn Mark Bell2009-02-111-93/+66
* More property handlersJohn Mark Bell2009-02-111-71/+198
* More property handlersJohn Mark Bell2009-02-111-60/+226
* More property handlersJohn Mark Bell2009-02-111-30/+100
* More property handlersJohn Mark Bell2009-02-111-37/+91
* More property handlersJohn Mark Bell2009-02-111-255/+252
* Border colours. Factor out common code.John Mark Bell2009-02-112-66/+61
* More property handlersJohn Mark Bell2009-02-111-17/+47
* Restore the magical properties of background-repeat values (the bottom two bi...John Mark Bell2009-02-112-21/+90
* So, it transpires that we don't need the selection context in the property ha...John Mark Bell2009-02-112-231/+283
* Implement sort ordering. Inevitably, this is more comment than code.John Mark Bell2009-02-101-17/+110
* Purge side bits. These cause more trouble than they're worth, and it's not as...John Mark Bell2009-02-1010-786/+1070
* Much API cleanup.John Mark Bell2009-02-102-23/+1660
* Map inherit to 0 for all properties, so we get a default style of everything ...John Mark Bell2009-02-101-268/+268
* Enumerate pseudo classes and elementsJohn Mark Bell2009-02-101-0/+20
* Distinguish between pseudo classes and pseudo elementsJohn Mark Bell2009-02-107-13/+57
* Musings about a potential optimisationJohn Mark Bell2009-02-091-0/+6
* Match detailsJohn Mark Bell2009-02-092-5/+64