summaryrefslogtreecommitdiff
path: root/include/libcss/functypes.h
Commit message (Collapse)AuthorAgeFilesLines
* Various changes which modify API and ABI:Michael Drake2013-12-131-3/+0
| | | | | | | | | - 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.
* Sprinkle some C++ scoping aroundJohn Mark Bell2010-10-231-0/+9
| | | | svn path=/trunk/libcss/; revision=10901
* Drop css_error_handler and rename css_alloc to css_allocator_fnDaniel Silverstone2009-02-141-7/+1
| | | | svn path=/trunk/libcss/; revision=6482
* Public stylesheet API & stubbed out implementations.John Mark Bell2008-09-251-2/+2
| | | | | | Make public headers use libcss_ as their guard macro prefix. svn path=/trunk/libcss/; revision=5433
* Import beginnings of a CSS parsing library.John Mark Bell2008-05-011-0/+27
Currently comprises a lexer. svn path=/trunk/libcss/; revision=4112