summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Example: Add lwc_string leak report.Michael Drake2022-03-131-0/+10
|
* Example: Fix typo.Michael Drake2022-03-131-2/+2
|
* Selection: Don't duplicate unit conversion members in media descriptor.Michael Drake2021-05-191-1/+1
|
* Selection: Remove client callback for unit conversion.Michael Drake2021-05-191-66/+13
| | | | | | | Now clients provide a unit conversion context and libcss provides code to perform unit conversion. This reduces the amount of common code that clients have to write.
* Example: Update for new API for media queries.Michael Drake2019-05-041-2/+5
|
* Strip trailing whitespace.Michael Drake2017-09-041-7/+7
|
* Example: Fix css_presentational_hints prototype and return value.Lucas Neves2017-08-261-5/+5
|
* Various changes which modify API and ABI:Michael Drake2013-12-131-13/+32
| | | | | | | | | - Remove client allocation function. - Change node_classes callback not to yield array ownership to libcss. - Node bloom filters now built by, during selection libcss. - Added selection callbacks to get and set data on document nodes. Test suite, example, and documentation updated to match.
* Bring example back up to date. Note: untested.Michael Drake2012-04-121-32/+196
| | | | svn path=/trunk/libcss/; revision=13856
* Fix example to use new selection API.John Mark Bell2011-01-051-9/+11
| | | | | | Squash lwc string leak svn path=/trunk/libcss/; revision=11212
* Make example compile againJohn Mark Bell2010-12-281-20/+3
| | | | svn path=/trunk/libcss/; revision=11126
* LibCSS API documentation, part 1, along with a simple example.James Bursa2010-09-161-0/+579
svn path=/trunk/libcss/; revision=10783