| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle meta-description and meta-keywords. | David A. Madore | 2010-10-10 | 2 | -0/+55 |
* | Handle title and subtitle. | David A. Madore | 2010-10-10 | 7 | -1/+170 |
* | Revert character encoding to ASCII on Java source files. | David A. Madore | 2010-10-09 | 1 | -2/+2 |
* | Footer handler. | David A. Madore | 2010-10-09 | 2 | -1/+52 |
* | Handling of translations. | David A. Madore | 2010-10-09 | 5 | -2/+103 |
* | Esthetic whitespace. | David A. Madore | 2010-04-22 | 1 | -1/+2 |
* | Fix grave bug (forgotten statement!) in Unparser. | David A. Madore | 2010-04-22 | 1 | -0/+1 |
* | Various "stylistic" improvements suggested by Joshua Bloch's book. | David A. Madore | 2010-04-22 | 14 | -43/+79 |
* | Navbar. | David A. Madore | 2010-04-19 | 2 | -1/+61 |
* | Stray semicolon. | 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 | 9 | -60/+53 |
* | Use RuntimeException classes rather than Error to indicate errors. | David A. Madore | 2010-04-19 | 4 | -9/+9 |
* | Force encoding on unparsing. | David A. Madore | 2010-04-18 | 1 | -1/+2 |
* | Fix misuse of getAttributeNS(), and handling of xml:lang. | David A. Madore | 2010-04-18 | 2 | -15/+23 |
* | Handle <body> element. | David A. Madore | 2010-04-18 | 2 | -0/+78 |
* | A handful of meta tags, script and style sections. | David A. Madore | 2010-04-18 | 3 | -0/+72 |
* | Rename TodoContext class to Context. Usually call "ctx" its instances. | David A. Madore | 2010-04-18 | 8 | -52/+52 |
* | Preliminary handler for <daml> element. | David A. Madore | 2010-04-18 | 5 | -2/+85 |
* | Helper class for xml:lang handling. | David A. Madore | 2010-04-18 | 2 | -0/+50 |
* | Hide the use of NodeList and NamedNodeMap by real Java ArrayList objects. | David A. Madore | 2010-04-18 | 1 | -9/+25 |
* | Use ad hoc classes rather than hashes for context and options. | David A. Madore | 2010-04-17 | 7 | -46/+64 |
* | Use ArrayList (supposedly faster because unsynchonized) rather than Vector. | David A. Madore | 2010-04-17 | 1 | -3/+3 |
* | Use factories implemented as nested classes (rather than reflected constructo... | David A. Madore | 2010-04-17 | 4 | -41/+47 |
* | Use static initializers correctly (I had forgotten the "static" keyword!). | David A. Madore | 2010-04-16 | 2 | -8/+2 |
* | Change dispatching approach: handlers are now part of todoItems. | David A. Madore | 2010-04-15 | 11 | -106/+130 |
* | Instantiate TodoDeque rather than using static variables. | David A. Madore | 2010-04-15 | 4 | -24/+30 |
* | Make handlers instances instead of using static methods. | David A. Madore | 2010-04-14 | 6 | -85/+67 |
* | Handle d:xempty attribute, as proof of concept. | David A. Madore | 2010-04-13 | 3 | -7/+22 |
* | Framework for handling attributes. | David A. Madore | 2010-04-13 | 6 | -59/+141 |
* | Create a todo deque class, and use it. | David A. Madore | 2010-04-13 | 3 | -6/+72 |
* | Start writing a todo item handling framework. | David A. Madore | 2010-04-13 | 3 | -3/+53 |
* | Start writing code for a todo stack. | David A. Madore | 2010-04-12 | 2 | -0/+26 |
* | Purge unnecessary import. | David A. Madore | 2010-04-12 | 1 | -1/+1 |
* | Write a semi-decent unparser(=serializer). | David A. Madore | 2010-04-12 | 2 | -13/+74 |
* | Move ad hoc serializer to an "Unparser" class (ugly and unfinished). | David A. Madore | 2010-04-12 | 2 | -47/+92 |
* | Handle x-daml-magic URL (this should go away eventually, of course). | David A. Madore | 2010-04-11 | 1 | -0/+38 |
* | Implement a toy serializer of my own (just the structure). | David A. Madore | 2010-04-11 | 1 | -15/+48 |
* | Another attempt at output formatting, this time with serializers. Still sucks. | David A. Madore | 2010-04-11 | 1 | -13/+8 |
* | Alternate version using javax interfaces rather than the W3C DOM Load&Save. | David A. Madore | 2010-04-11 | 1 | -19/+25 |
* | Start a Java version of a daml engine. So far, just the identity transform. | David A. Madore | 2010-04-11 | 2 | -0/+204 |