summaryrefslogtreecommitdiff
path: root/render/hubbub_binding.c
Commit message (Expand)AuthorAgeFilesLines
* fix infinite loop when copying private dataVincent Sanders2011-10-191-0/+1
* Improve performance of style selectionJohn Mark Bell2011-10-081-35/+235
* Restartable box tree constructor. Yield between elements.John Mark Bell2011-09-291-20/+102
* Add some parenthesesJohn Mark Bell2011-05-161-4/+4
* Consolidate several 'myrealloc' functions into ns_realloc, rename one which *...Daniel Silverstone2010-04-301-3/+3
* It turns out that realloc(ptr, 0) --> free(ptr) is not actually required by t...John Mark Bell2010-04-301-0/+1
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-241-1/+0
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-1/+20
* Hubbub is no longer optional.John Mark Bell2009-04-171-4/+0
* Fix compilation with GCC 2.95.John Mark Bell2009-04-161-2/+2
* It probably helps to reflect API changesJohn Mark Bell2009-04-151-78/+85
* Handle hubbub errors.John Mark Bell2009-04-151-3/+2
* Sync hubbub binding with spec.John Mark Bell2009-03-101-3/+35
* If we have no document charset on completion of parse, retrieve it from the b...John Mark Bell2009-02-201-2/+3
* Utilise hubbub's form association callback.John Mark Bell2009-02-201-4/+334
* C89François Revel2008-11-291-6/+11
* Port to new hubbub parser APIJohn Mark Bell2008-11-091-34/+43
* Fixup hubbub bindingJohn Mark Bell2008-10-141-1/+1
* Fix warnings on OS XJohn Mark Bell2008-10-141-0/+1
* Rework html parser bindings to have a common API and reside in separate files...John Mark Bell2008-09-231-0/+643