summaryrefslogtreecommitdiff
path: root/src/core/text.c
Commit message (Expand)AuthorAgeFilesLines
* unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral f...Daniel Silverstone2012-09-101-2/+2
* get_text_content working for all textual nodes modulo processing instructionsDaniel Silverstone2012-03-241-1/+1
* C89 for BeOS build.François Revel2012-03-241-4/+8
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-47/+53
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-5/+5
* Fix up the failed 3 test cases for DOMTS Core level 3.Bo Yang2009-08-121-4/+4
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-35/+285
* Make code more readable.Bo Yang2009-03-241-1/+1
* Convert Text to use vtable structure. Now the whole libdom is compiled succes...Bo Yang2009-03-241-6/+31
* Implement dom_text_split_text()John Mark Bell2007-11-031-4/+46
* Finalisation and destruction of nodesJohn Mark Bell2007-07-281-0/+30
* Sort out somewhat messy object construction.John Mark Bell2007-07-281-18/+34
* Implement type-specific node constructors and veneer the appropriate Document...John Mark Bell2007-07-261-0/+47
* Make CharacterData struct public (within library)John Mark Bell2007-07-111-0/+98