summaryrefslogtreecommitdiff
path: root/include/dom/core/text.h
Commit message (Expand)AuthorAgeFilesLines
* unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral f...Daniel Silverstone2012-09-101-3/+3
* Remove casts related to dom_string in API macros because they were hiding err...Daniel Silverstone2012-03-281-3/+2
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-7/+6
* Convert Text to use vtable structure. Now the whole libdom is compiled succes...Bo Yang2009-03-241-10/+54
* Make CharacterData struct public (within library)John Mark Bell2007-07-111-0/+28