Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix and correct some aspects of language handling. | David A. Madore | 2011-09-07 | 1 | -0/+3 |
| | | | | | | In particular, take better care to ensure that when an element is removed which might have an xml:lang attribute, its children keep their original language. | ||||
* | Move body handling (header, footer, etc.) to the <d:daml> element. | David A. Madore | 2011-09-07 | 1 | -49/+4 |
| | | | | The <d:body> element is now sort of useless. | ||||
* | Move most of the context to a "general context" substructure. | David A. Madore | 2011-08-26 | 1 | -3/+3 |
| | | | | | This is so as to make sure that cloning (which does a shallow copy) gives us references to the same mutable content. | ||||
* | Handle title and subtitle. | David A. Madore | 2010-10-10 | 1 | -0/+18 |
| | |||||
* | Footer handler. | David A. Madore | 2010-10-09 | 1 | -1/+1 |
| | |||||
* | Handling of translations. | David A. Madore | 2010-10-09 | 1 | -2/+3 |
| | |||||
* | Various "stylistic" improvements suggested by Joshua Bloch's book. | David A. Madore | 2010-04-22 | 1 | -1/+3 |
| | | | | | | Use @Override annotation. Limit accessibility of fields. Make final what can be. Use complex enums. Don't ignore exceptions. Some more changes on exceptions thrown. | ||||
* | Navbar. | David A. Madore | 2010-04-19 | 1 | -1/+1 |
| | |||||
* | Rather than an ad hoc "Options" class, use caller todo directly. | David A. Madore | 2010-04-19 | 1 | -13/+9 |
| | |||||
* | Use RuntimeException classes rather than Error to indicate errors. | David A. Madore | 2010-04-19 | 1 | -2/+2 |
| | |||||
* | Handle <body> element. | David A. Madore | 2010-04-18 | 1 | -0/+77 |