summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add computed style accessor for writing-mode and and writing-mode to the prop...Michael Drake2013-09-101-0/+3
* Add support for parsing the writing-mode property. Thanks to Caitlin Potter.Caitlin Potter2013-09-101-0/+8
* Complete widows and orphans support. Thanks to James Montgomerie.Michael Drake2012-04-132-0/+17
* Fix comma at end of enumerator list warning.François Revel2012-03-251-1/+1
* Add support for parsing CSS3 Multi-column layout properties:Michael Drake2012-01-281-95/+197
* @font-face support. Credit: James MontgomerieJohn Mark Bell2011-12-044-1/+104
* Explicitly narrow resultJohn Mark Bell2011-09-061-1/+1
* Make "params" argument to css_stylesheet_create const. Thanks to James Montg...Michael Drake2011-09-021-1/+1
* Add support for selecting page-break-{before, after, inside}John Mark Bell2011-08-232-0/+33
* Add structure versioning for client inputJohn Mark Bell2011-03-132-0/+14
* Saturated maths in css fixed point Vincent Sanders2011-03-121-17/+105
* CSS3 NamespacesJohn Mark Bell2011-03-122-15/+34
* Hide the CSS computed style itself. Only expose a few simple structures whic...Daniel Silverstone2011-03-121-2084/+258
* Fix warning: comma at end of enumerator listFrançois Revel2011-02-091-1/+1
* Minor documentation fixes.John Mark Bell2011-02-022-8/+7
* add system font hookVincent Sanders2011-02-022-0/+36
* CSS3 SelectorsJohn Mark Bell2011-01-311-1/+22
* Add support for opacity propertyJohn Mark Bell2011-01-293-3/+34
* Centralise handling of transparent colours.John Mark Bell2011-01-291-7/+7
* Provide hook for system colour name -> RGB conversionJohn Mark Bell2011-01-291-5/+48
* Turns out, we know the size of the styles block up-front.John Mark Bell2011-01-051-1/+1
* Simultaneously select styles for base + pseudo elements.John Mark Bell2011-01-051-7/+28
* Provide notification hook for imported stylesheets, to enable clients to para...John Mark Bell2010-12-051-2/+21
* Sync comment with realityJohn Mark Bell2010-12-051-1/+1
* Remove libcss_initialise/finalise.John Mark Bell2010-12-041-7/+0
* Sprinkle some C++ scoping aroundJohn Mark Bell2010-10-2310-0/+90
* Stop leaking references to interned strings obtained from presentational hintsJohn Mark Bell2010-04-281-12/+1
* Fix libcss to use new libwapcaplet behaviour.Daniel Silverstone2010-03-272-5/+5
* Origin and media are not properties of the stylesheet. John Mark Bell2010-01-122-6/+5
* Namespace preprocessor macros. I'm not entirely sure why I didn't do this in ...John Mark Bell2009-08-241-739/+740
* Somewhat nasty text-align magic for the benefit of HTML tables.John Mark Bell2009-08-231-8/+9
* It turns out that using magic values for text-align is simpler than having an...John Mark Bell2009-08-222-47/+21
* -libcss-alignJohn Mark Bell2009-08-212-4/+33
* Avoid type collisions when used from C++John Mark Bell2009-08-021-62/+62
* 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