summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Rework handling of imported stylesheets.John Mark Bell2009-02-142-8/+10
* Drop css_error_handler and rename css_alloc to css_allocator_fnDaniel Silverstone2009-02-145-13/+9
* Trivial header cleanups.Daniel Silverstone2009-02-142-13/+15
* Move css_error_from_string into test utilitiesDaniel Silverstone2009-02-141-2/+0
* Pseudo classes are now matched by callbacks to the client. This is far saner,...John Mark Bell2009-02-141-18/+15
* Handle :first-child within libcssJohn Mark Bell2009-02-141-10/+11
* 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-121-2/+2
* Modify encoding of quotes. Move clip to accommodate.John Mark Bell2009-02-112-17/+17
* Change encoding of font-familyJohn Mark Bell2009-02-112-39/+45
* Handle counter-increment/counter-resetJohn Mark Bell2009-02-111-2/+2
* Change the representation of any data that includes a css_string. They're now...John Mark Bell2009-02-111-26/+30
* More property handlersJohn Mark Bell2009-02-111-1/+2
* Border colours. Factor out common code.John Mark Bell2009-02-111-3/+3
* Restore the magical properties of background-repeat values (the bottom two bi...John Mark Bell2009-02-111-4/+4
* 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
* Match detailsJohn Mark Bell2009-02-091-0/+22
* This is more likely to handle universal simple_selectors correctly.John Mark Bell2009-02-091-3/+6
* Match selector chains. Universal selectors will probably break this.John Mark Bell2009-02-091-1/+9
* Beginnings of a handler function table.John Mark Bell2009-02-091-1/+9
* Oh look, I've changed my mind again.John Mark Bell2009-02-072-2/+4
* More API changes.John Mark Bell2009-02-072-4/+2
* It probably helps to ensure the allocation routine is accessible.John Mark Bell2009-02-071-1/+4
* More accessorsJohn Mark Bell2009-02-061-0/+102
* More accessorsJohn Mark Bell2009-02-061-0/+68
* More accessorsJohn Mark Bell2009-02-061-0/+67
* More accessorsJohn Mark Bell2009-02-061-0/+39
* More accessorsJohn Mark Bell2009-02-061-0/+40
* More accessorsJohn Mark Bell2009-02-061-2/+161
* More accessorsJohn Mark Bell2009-02-061-0/+81
* More accessorsJohn Mark Bell2009-02-061-0/+120
* More accessorsJohn Mark Bell2009-02-061-0/+160
* More accessorsJohn Mark Bell2009-02-061-0/+90
* More accessorsJohn Mark Bell2009-02-061-0/+172
* More accessorsJohn Mark Bell2009-02-061-0/+218
* More accessorsJohn Mark Bell2009-02-061-1/+168
* I've changed my mind. Don't assume that _INHERIT doesn't exist here.John Mark Bell2009-02-061-15/+56
* Some property accessors.John Mark Bell2009-02-062-5/+149
* Bit allocations.John Mark Bell2009-02-061-0/+49
* Enumerated values for properties.John Mark Bell2009-02-052-16/+501
* Fill in members of css_computed_{style,uncommon}John Mark Bell2009-02-052-17/+104
* cursor:, which I omitted from the previous commit.John Mark Bell2009-01-291-4/+11
* More maths. I have no idea if this approach is sane, btw. More importantly, I...John Mark Bell2009-01-291-11/+24
* Create header containing computed style representation. This isn't remotely c...John Mark Bell2009-01-272-6/+138
* I guess it helps if you commit the header, too.John Mark Bell2009-01-271-2/+6
* Introduce ability to create/destroy selection contexts.John Mark Bell2009-01-262-0/+40
* Divorce css_string from whatever gets stored in lpu hashes.John Mark Bell2008-12-011-4/+4
* Use parserutils_hash instead of parserutils_dict.John Mark Bell2008-11-301-3/+3
* css_string is now the same as a parserutils_dict_entry. This allows us to use...John Mark Bell2008-11-271-4/+6