summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Apparently, converting from int to enum requires a cast.John Mark Bell2009-08-021-45/+45
* Plug potential memory leaks in property settingJohn Mark Bell2009-07-301-0/+2
* Change selector hash to segregate:John Mark Bell2009-07-291-0/+5
* Calculate the in-memory size of stylesheets and provide some API to access this.John Mark Bell2009-07-271-0/+2
* Completely screw over any other client of libcss because NetSurf wants to imp...John Mark Bell2009-07-231-372/+0
* Remove pointless parameterJohn Mark Bell2009-07-212-2/+1
* Silence warnings in release modeJohn Mark Bell2009-07-171-64/+64
* Change mechanism for handling case sensitivity of element names. Now has anot...John Mark Bell2009-07-171-0/+2
* Store em and percentage values for properties in the computed style.John Mark Bell2009-07-171-26/+515
* Add a flag to the font size computation callback to indicate that the resulta...John Mark Bell2009-07-162-1/+2
* Provide accessor for computed value of display assuming static position.John Mark Bell2009-07-151-0/+41
* Provide some API to allow retrieval of an Initial styleJohn Mark Bell2009-07-121-0/+4
* Force use of 64bit arithmetic when multiplying/dividing.John Mark Bell2009-07-051-2/+2
* Compute absolute values for all length properties.John Mark Bell2009-07-041-1/+4
* Add callback to make client compute the font size.John Mark Bell2009-07-042-2/+9
* Move quotes property into common style block.John Mark Bell2009-07-041-44/+36
* Query client for initial values of color, font-family, quotes, and voice-fami...John Mark Bell2009-07-043-12/+19
* Make all URIs absoluteJohn Mark Bell2009-07-011-0/+14
* Introduce an initial value of border-*-color in the computed style.John Mark Bell2009-06-301-1/+2
* Fix castJohn Mark Bell2009-06-281-1/+1
* Purge "colour" from the public API -- it's just confusingJohn Mark Bell2009-06-273-13/+13
* Support for parsing inline stylesJohn Mark Bell2009-06-262-1/+3
* A bunch of c89.John Mark Bell2009-04-151-1/+1
* Implement set_*_from_hintJohn Mark Bell2009-03-231-8/+28
* Completely change the approach used for presentational hints.John Mark Bell2009-03-234-87/+118
* Sketch out something for presentational hints.John Mark Bell2009-03-222-1/+120
* z-index is a signed int, not a css_fixed value.John Mark Bell2009-03-051-1/+1
* Constify.John Mark Bell2009-03-041-2/+2
* Some changes. No idea what they are, mind you.John Mark Bell2009-02-153-12/+14
* Quirks mode parsingJohn Mark Bell2009-02-151-2/+4
* Fix maths in commentaryJohn Mark Bell2009-02-151-8/+6
* Port libcss to libwapcaplet.Daniel Silverstone2009-02-145-57/+45
* Replace pointers to aural/page properties with pointers to void as placeholdersJohn Mark Bell2009-02-141-12/+2
* Finally, a representation of a computed content property.John Mark Bell2009-02-142-9/+70
* Fix clip: rect() with auto sidesJohn Mark Bell2009-02-141-21/+42
* Make fpmath stuff public.John Mark Bell2009-02-142-4/+63
* 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