summaryrefslogtreecommitdiff
path: root/include/libcss/libcss.h
Commit message (Collapse)AuthorAgeFilesLines
* Some changes. No idea what they are, mind you.John Mark Bell2009-02-151-0/+2
| | | | svn path=/trunk/libcss/; revision=6536
* Port libcss to libwapcaplet.Daniel Silverstone2009-02-141-0/+2
| | | | | | | | | It passes the tests, perhaps we need more of them. Lifetimes of lwc_string objects really need attention before we can consider this finished. svn path=/trunk/libcss/; revision=6517
* Drop css_error_handler and rename css_alloc to css_allocator_fnDaniel Silverstone2009-02-141-2/+4
| | | | svn path=/trunk/libcss/; revision=6482
* Trivial header cleanups.Daniel Silverstone2009-02-141-1/+1
| | | | svn path=/trunk/libcss/; revision=6481
* 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/+23
Currently comprises a lexer. svn path=/trunk/libcss/; revision=4112