summaryrefslogtreecommitdiff
path: root/include/libcss/computed.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for CSS3 overflow-x and overflow-y properties.Michael Drake2014-06-011-3/+6
* Various changes which modify API and ABI:Michael Drake2013-12-131-2/+1
* Add computed style accessor for writing-mode and and writing-mode to the prop...Michael Drake2013-09-101-0/+3
* Complete widows and orphans support. Thanks to James Montgomerie.Michael Drake2012-04-131-0/+7
* Add support for selecting page-break-{before, after, inside}John Mark Bell2011-08-231-0/+9
* Hide the CSS computed style itself. Only expose a few simple structures whic...Daniel Silverstone2011-03-121-2084/+258
* Add support for opacity propertyJohn Mark Bell2011-01-291-2/+26
* Sprinkle some C++ scoping aroundJohn Mark Bell2010-10-231-0/+9
* Namespace preprocessor macros. I'm not entirely sure why I didn't do this in ...John Mark Bell2009-08-241-739/+740
* It turns out that using magic values for text-align is simpler than having an...John Mark Bell2009-08-221-34/+16
* -libcss-alignJohn Mark Bell2009-08-211-3/+21
* 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
* 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-211-1/+0
* Silence warnings in release modeJohn Mark Bell2009-07-171-64/+64
* 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-161-0/+1
* 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
* 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-041-0/+6
* 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-041-8/+12
* Purge "colour" from the public API -- it's just confusingJohn Mark Bell2009-06-271-11/+11
* 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-151-11/+11
* Fix maths in commentaryJohn Mark Bell2009-02-151-8/+6
* Port libcss to libwapcaplet.Daniel Silverstone2009-02-141-25/+27
* 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-141-7/+66
* Fix clip: rect() with auto sidesJohn Mark Bell2009-02-141-21/+42
* Drop css_error_handler and rename css_alloc to css_allocator_fnDaniel Silverstone2009-02-141-2/+2
* Modify encoding of quotes. Move clip to accommodate.John Mark Bell2009-02-111-16/+15
* Change encoding of font-familyJohn Mark Bell2009-02-111-38/+38
* 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
* Oh look, I've changed my mind again.John Mark Bell2009-02-071-1/+3
* More API changes.John Mark Bell2009-02-071-3/+1
* 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