summaryrefslogtreecommitdiff
path: root/include/libcss/errors.h
Commit message (Collapse)AuthorAgeFilesLines
* Rework handling of imported stylesheets.John Mark Bell2009-02-141-0/+1
| | | | | | No longer is the client called back mid-parse. Instead, they must acquire details of and process imported stylesheets after css_stylesheet_data_done() has been called on the parent sheet. The return code of css_stylesheet_data_done() informs the client of the need to process imported sheets. svn path=/trunk/libcss/; revision=6504
* Move css_error_from_string into test utilitiesDaniel Silverstone2009-02-141-2/+0
| | | | svn path=/trunk/libcss/; revision=6480
* 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/+31
Currently comprises a lexer. svn path=/trunk/libcss/; revision=4112