Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix example for new parameter setup | Vincent Sanders | 2012-12-06 | 1 | -3/+11 |
| | |||||
* | Make the example a tad more useful | Daniel Silverstone | 2012-11-04 | 1 | -1/+1 |
| | |||||
* | Fix for current libdom. | Michael Drake | 2012-10-11 | 1 | -20/+2 |
| | |||||
* | Update. Still broken. | Michael Drake | 2012-10-11 | 1 | -1/+2 |
| | |||||
* | Dump the title to prove dom_node_get_text_content | Daniel Silverstone | 2012-03-24 | 1 | -0/+11 |
| | | | | svn path=/trunk/libdom/; revision=13600 | ||||
* | Pedantic wrap change. | Michael Drake | 2012-02-15 | 1 | -1/+2 |
| | | | | svn path=/trunk/libdom/; revision=13447 | ||||
* | Make tag name stand out a bit more clearly in output. | Michael Drake | 2012-02-15 | 1 | -1/+1 |
| | | | | svn path=/trunk/libdom/; revision=13446 | ||||
* | dom_node_internal should never appear in client code: replace with dom_node ↵ | John Mark Bell | 2012-02-06 | 1 | -7/+23 |
| | | | | | | | | as intended. Fix reference leaks. svn path=/trunk/libdom/; revision=13431 | ||||
* | Intern attribute name | John Mark Bell | 2012-02-06 | 1 | -1/+1 |
| | | | | svn path=/trunk/libdom/; revision=13429 | ||||
* | Fix comparison of interned and non-interned dom strings. Constify dom ↵ | Michael Drake | 2011-12-22 | 1 | -1/+2 |
| | | | | | | string data accessers. svn path=/trunk/libdom/; revision=13327 | ||||
* | Fix length for dom_string creation. Dump id attribute too. | Michael Drake | 2011-12-22 | 1 | -3/+6 |
| | | | | svn path=/trunk/libdom/; revision=13326 | ||||
* | Fix length of string prints. | Michael Drake | 2011-12-22 | 1 | -2/+2 |
| | | | | svn path=/trunk/libdom/; revision=13325 | ||||
* | Make example a smidgen more generic. Free the dom_string created for ↵ | Michael Drake | 2011-12-22 | 1 | -18/+21 |
| | | | | | | attribute acquisition. svn path=/trunk/libdom/; revision=13324 | ||||
* | Use ANSI functions for file handling. | Michael Drake | 2011-12-22 | 1 | -8/+6 |
| | | | | svn path=/trunk/libdom/; revision=13323 | ||||
* | Update for current libdom. Has issues. | Michael Drake | 2011-12-22 | 1 | -63/+20 |
| | | | | svn path=/trunk/libdom/; revision=13321 | ||||
* | Enable the class dumping code, but it gives up cleanly on the first class ↵ | Michael Drake | 2010-12-08 | 1 | -8/+18 |
| | | | | | | encountered because of a NULL lwc_string. svn path=/trunk/libdom/; revision=11027 | ||||
* | Unref dom_strings. Still need to unref the nodes. | Michael Drake | 2010-12-05 | 1 | -0/+6 |
| | | | | svn path=/trunk/dom/; revision=11010 | ||||
* | Add commented out code for getting and dumping the class attribute. | Michael Drake | 2010-12-05 | 1 | -1/+65 |
| | | | | svn path=/trunk/dom/; revision=11007 | ||||
* | Update for latest lib versions. | Michael Drake | 2010-12-05 | 1 | -136/+144 |
| | | | | svn path=/trunk/dom/; revision=10996 | ||||
* | Add some comments. | Michael Drake | 2010-12-04 | 1 | -9/+8 |
| | | | | svn path=/trunk/dom/; revision=10967 | ||||
* | Remove unused libdom client data stuff. | Michael Drake | 2010-12-04 | 1 | -6/+1 |
| | | | | svn path=/trunk/dom/; revision=10965 | ||||
* | Update LibDOM example to walk though the DOM and print the DOM's structure ↵ | Michael Drake | 2010-12-04 | 1 | -44/+106 |
| | | | | | | out. Still needs to be updated to print class attribute/value when present. Also, still needs a bit of tidying and more comments. svn path=/trunk/dom/; revision=10960 | ||||
* | Add incomplete LibDOM example. | Michael Drake | 2010-12-03 | 1 | -0/+234 |
svn path=/trunk/dom/; revision=10953 |