summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add compose entry to property dispatch table.John Mark Bell2009-03-024-105/+424
* Reduce code duplicationJohn Mark Bell2009-03-021-1/+1
* Some changes. No idea what they are, mind you.John Mark Bell2009-02-153-15/+16
* Most of the interned string lifetimes are at least no shorter than we think t...Daniel Silverstone2009-02-153-19/+123
* Tidy up handling of malformed selectorsJohn Mark Bell2009-02-151-38/+51
* Move property dispatch table out of select.c so it can be used by the compute...John Mark Bell2009-02-159-384/+761
* Lose redundant todosJohn Mark Bell2009-02-151-2/+0
* Pay attention to the disabled flag on top-level stylesheetsJohn Mark Bell2009-02-151-2/+4
* Quirks mode parsingJohn Mark Bell2009-02-155-94/+220
* Port libcss to libwapcaplet.Daniel Silverstone2009-02-1414-569/+529
* Finally, a representation of a computed content property.John Mark Bell2009-02-142-35/+141
* Fix clip: rect() with auto sidesJohn Mark Bell2009-02-142-7/+17
* Make fpmath stuff public.John Mark Bell2009-02-146-234/+169
* I was on crack this morning, it would appear.John Mark Bell2009-02-141-2/+0
* Rework handling of imported stylesheets.John Mark Bell2009-02-144-57/+150
* Parse media type list in @import ruleJohn Mark Bell2009-02-142-6/+66
* I guess it helps if you actually flag that you've had a valid statement, so @...John Mark Bell2009-02-141-0/+6
* Drop css_error_handler and rename css_alloc to css_allocator_fnDaniel Silverstone2009-02-1413-19/+19
* Move css_error_from_string into test utilitiesDaniel Silverstone2009-02-141-30/+0
* Assert that we've got a style once the property handler's returned CSS_OK.John Mark Bell2009-02-141-9/+7
* Pseudo classes are now matched by callbacks to the client. This is far saner,...John Mark Bell2009-02-141-68/+27
* Handle :first-child within libcssJohn Mark Bell2009-02-141-5/+4
* Discard selectors that contain pseudo elements in non-terminal simple selectors.John Mark Bell2009-02-141-2/+10
* 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-142-126/+347
* Ensure pseudo classes/elements fail to match.John Mark Bell2009-02-131-0/+6
* 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
* Synchronise media type bitfield with reality -- it's 64bits wide.John Mark Bell2009-02-122-3/+3
* 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-111-7/+7
* 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-111-33/+33
* Something approximating font-family. This is hideous.John Mark Bell2009-02-112-7/+158
* Squash memory leakJohn Mark Bell2009-02-111-0/+2
* Handle cursorJohn Mark Bell2009-02-111-7/+113
* Handle counter-increment/counter-resetJohn Mark Bell2009-02-111-19/+96
* 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-113-38/+14
* More property handlersJohn Mark Bell2009-02-111-51/+186
* More property handlersJohn Mark Bell2009-02-111-115/+385
* 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