summaryrefslogtreecommitdiff
path: root/src/treebuilder/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Implement the "in select in table" insertion mode.Andrew Sidwell2008-06-251-1/+1
| | | | svn path=/trunk/hubbub/; revision=4447
* Implement the "in select" insertion mode, and add some more utility functions.Andrew Sidwell2008-06-251-1/+1
| | | | svn path=/trunk/hubbub/; revision=4446
* Implement the "in cell" insertion mode.Andrew Sidwell2008-06-251-0/+1
| | | | svn path=/trunk/hubbub/; revision=4444
* Implement the "in row" insertion mode.Andrew Sidwell2008-06-251-1/+1
| | | | svn path=/trunk/hubbub/; revision=4443
* Add the "in table body" insertion mode.Andrew Sidwell2008-06-251-1/+1
| | | | svn path=/trunk/hubbub/; revision=4442
* Implement "in column group" insertion mode.Andrew Sidwell2008-06-251-1/+1
| | | | svn path=/trunk/hubbub/; revision=4440
* Add "in caption" insertion mode.Andrew Sidwell2008-06-241-0/+1
| | | | svn path=/trunk/hubbub/; revision=4436
* Put each insertion mode into its own C file, so that treebuilder.c doesn't ↵Andrew Sidwell2008-06-231-1/+4
| | | | | | get extremely long. svn path=/trunk/hubbub/; revision=4429
* Whoops. Missed the makefile for src/treebuilderJohn Mark Bell2008-04-071-43/+36
| | | | svn path=/trunk/hubbub/; revision=4078
* Implement "in body" insertion mode.John Mark Bell2008-04-071-1/+1
| | | | | | | Modify treebuilder test driver to bring it in line with API changes. A few minimal bits of testdata for various bits of in body. Proper testing will come once we're actually building a tree. svn path=/trunk/hubbub/; revision=4076
* Beginnings of a tree builder.John Mark Bell2008-03-071-0/+53
Distinct lack of any real functionality beyond creation/destruction & option setting. svn path=/trunk/hubbub/; revision=3894