index
:
libdom.git
chris/fetch-x-ent-ref
dsilvers/forms1
master
rupindersingh/dlist
rupindersingh/libdom
rupindersingh/libdom_recovered
tlsa/add-ci
tlsa/refcheck
Document Object Model library
NetSurf Browser Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
attr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Constify vtables.
Michael Drake
2021-02-02
1
-2
/
+2
*
Fix some doxygen warnings
Vincent Sanders
2015-09-01
1
-3
/
+3
*
unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral f...
Daniel Silverstone
2012-09-10
1
-4
/
+4
*
When retrieving attribute values, if the attribute has a single child, said c...
Daniel Silverstone
2012-03-26
1
-1
/
+10
*
C89 for BeOS build.
François Revel
2012-03-24
1
-15
/
+23
*
Reduce padding in dom_attr struct.
Michael Drake
2012-02-15
1
-5
/
+4
*
Fix reference leak
John Mark Bell
2012-02-06
1
-3
/
+2
*
Merge branches/jmb/dom-alloc-purge back to trunk
John Mark Bell
2011-12-21
1
-44
/
+38
*
s/struct dom_string/dom_string/g
John Mark Bell
2011-04-07
1
-10
/
+10
*
Fix copy constructors to actually copy all members, instead of leaving the ma...
John Mark Bell
2010-12-06
1
-1
/
+10
*
Merge branches/struggleyb/libdom-html to trunk.
John Mark Bell
2010-08-30
1
-3
/
+263
*
Some formatting problem.
Bo Yang
2009-08-23
1
-4
/
+4
*
Merge the branches/struggleyb/libdom-remain back to trunk.
Bo Yang
2009-08-11
1
-72
/
+270
*
Fix the spelling initialize -> initialise.
Bo Yang
2009-03-20
1
-1
/
+1
*
Convert DOM document interface to use vtable structure.
Bo Yang
2009-03-19
1
-1
/
+0
*
Change the our dom to use vtable method. The first step:
Bo Yang
2009-03-12
1
-17
/
+34
*
Rationalise dom_string (some consideration is required as to what happens wrt...
John Mark Bell
2009-03-03
1
-1
/
+1
*
Make the dom string class more useful.
John Mark Bell
2007-10-03
1
-81
/
+23
*
Modify dom_node_initialise() API to permit specification of namespace URI and...
John Mark Bell
2007-09-27
1
-5
/
+8
*
Replace implementation of dom_attr_get_name() with call to dom_node_get_node_...
John Mark Bell
2007-09-26
1
-9
/
+3
*
Add dom_entity_reference_get_textual_representation() as an internal library ...
John Mark Bell
2007-09-23
1
-3
/
+117
*
Fix compilation errors. It helps if you compile things before committing them...
John Mark Bell
2007-09-23
1
-4
/
+5
*
Partial implementation of dom_attr_get_name()
John Mark Bell
2007-09-23
1
-15
/
+56
*
Finalisation and destruction of nodes
John Mark Bell
2007-07-28
1
-0
/
+47
*
Implement type-specific node constructors and veneer the appropriate Document...
John Mark Bell
2007-07-26
1
-0
/
+48
*
Add Element.
John Mark Bell
2007-07-11
1
-1
/
+1
*
Fix TypeInfo -> type_info conversion
John Mark Bell
2007-07-11
1
-5
/
+5
*
Add NodeList and string comparison API
John Mark Bell
2007-07-10
1
-0
/
+2
*
Purge all trace of the ballache that was dom_ctx.
John Mark Bell
2007-07-06
1
-30
/
+14
*
Import DOM library.
John Mark Bell
2007-07-06
1
-0
/
+173