| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix table to print nicely (merging error). Also have -Ttree push out some | Kristaps Dzonsons | 2011-01-02 | 3 | -17/+29 |
* | Turn on -Tascii tbl printing. The output still has some issues---I'm | Kristaps Dzonsons | 2011-01-02 | 6 | -3/+366 |
* | Add some final bits necessary in the upcoming -Tascii tbl stuff. | Kristaps Dzonsons | 2011-01-02 | 4 | -1/+15 |
* | Churn to get parts of 'struct tbl' visible from mandoc.h: rename the | Kristaps Dzonsons | 2011-01-02 | 8 | -83/+89 |
* | Merge in the width, decimal, and positioning code for individual data rows | Kristaps Dzonsons | 2011-01-01 | 1 | -0/+165 |
* | Add a warning if a data cell has no layout. Also make -Ttree show this | Kristaps Dzonsons | 2011-01-01 | 4 | -1/+13 |
* | Plug in the "head" concept for tables. A tbl_head specifies the full | Kristaps Dzonsons | 2011-01-01 | 4 | -21/+151 |
* | Add bits for compilation on Mac. | Kristaps Dzonsons | 2011-01-01 | 2 | -0/+2 |
* | Make some bit-flags into enums as they should be. Make printing of -Ttree | Kristaps Dzonsons | 2011-01-01 | 3 | -31/+69 |
* | More checks for proper table exit. | Kristaps Dzonsons | 2011-01-01 | 4 | -10/+11 |
* | Raise an error if a table is closed without data. | Kristaps Dzonsons | 2011-01-01 | 3 | -3/+9 |
* | Add documentation bits for libroff's new roff_span(). | Kristaps Dzonsons | 2011-01-01 | 6 | -5/+34 |
* | Make -Ttree a bit more readable. | Kristaps Dzonsons | 2011-01-01 | 1 | -1/+2 |
* | Make -Ttree spit out table columns. | Kristaps Dzonsons | 2011-01-01 | 2 | -19/+48 |
* | Switch on tbl rows being added to the parse stream. Here we go! | Kristaps Dzonsons | 2011-01-01 | 3 | -7/+18 |
* | Add -man support for tables. Like -mdoc, this consists of an | Kristaps Dzonsons | 2011-01-01 | 7 | -39/+96 |
* | Add basic -Ttree support for tables. | Kristaps Dzonsons | 2011-01-01 | 1 | -0/+12 |
* | Add table processing structures to -mdoc. This consists of an | Kristaps Dzonsons | 2011-01-01 | 6 | -10/+88 |
* | Clean up {mdoc,man}_pmsg and vmsg invocations (ignore return values). | Kristaps Dzonsons | 2011-01-01 | 2 | -20/+22 |
* | Expose the parsed table API to the world and add accessors through the | Kristaps Dzonsons | 2010-12-31 | 5 | -56/+85 |
* | Put parsed tables into a queue that's cleared at the end of parsing. | Kristaps Dzonsons | 2010-12-31 | 3 | -69/+52 |
* | Assign layout cells to parsed data. This follows primarily from | Kristaps Dzonsons | 2010-12-30 | 2 | -0/+33 |
* | Move clean-up of parsed tbl nodes into the tbl_clear() function, called | Kristaps Dzonsons | 2010-12-30 | 4 | -32/+48 |
* | Plan9 has a man(7) implementation that looks extremely archaic, | Ingo Schwarze | 2010-12-30 | 1 | -0/+5 |
* | Initial check-in of table data-row processing. For the time being, this | Kristaps Dzonsons | 2010-12-29 | 4 | -4/+132 |
* | Use `Dl' instead of `D1' for code examples. | Kristaps Dzonsons | 2010-12-29 | 1 | -2/+2 |
* | In mdoc.7, don't use `D1' in place of `Dl' for code examples. | Kristaps Dzonsons | 2010-12-29 | 1 | -92/+92 |
* | Update (still-commented) manual bits for tbl. | Kristaps Dzonsons | 2010-12-29 | 2 | -29/+92 |
* | Add handling for `T&', which restarts a table except for its options. | Kristaps Dzonsons | 2010-12-29 | 3 | -0/+25 |
* | Merge, with considerable changes, tbl.bsd.lv's layout-handling code. | Kristaps Dzonsons | 2010-12-29 | 7 | -8/+354 |
* | Initial documentation for TBL, which for the time being is commented-out. | Kristaps Dzonsons | 2010-12-29 | 1 | -0/+46 |
* | Whack removed function from libroff. | Kristaps Dzonsons | 2010-12-29 | 1 | -1/+0 |
* | Significant update to options handling, which now departs almost | Kristaps Dzonsons | 2010-12-29 | 6 | -144/+165 |
* | Fix copyright email. | Kristaps Dzonsons | 2010-12-28 | 2 | -2/+2 |
* | Adding initial options processing (not hooked into parse yet). This is | Kristaps Dzonsons | 2010-12-28 | 4 | -13/+294 |
* | Temporarily remove check for r->tbl at end of parse since we need the | Kristaps Dzonsons | 2010-12-28 | 1 | -1/+2 |
* | Fixed enum rofferr return value in tbl_read() (oops). | Kristaps Dzonsons | 2010-12-28 | 1 | -1/+1 |
* | Initial tbl framework. Parse point is in libroff, which keeps a | Kristaps Dzonsons | 2010-12-28 | 5 | -61/+195 |
* | In case an ID attribute is written in pieces, only protect the first | Ingo Schwarze | 2010-12-27 | 1 | -9/+13 |
* | Note `Sx's connection to `Sh' and `Ss'. | Kristaps Dzonsons | 2010-12-27 | 1 | -0/+5 |
* | Whack MDOC_ACTED and MAN_ACTED (these no longer exist). | Kristaps Dzonsons | 2010-12-26 | 2 | -2/+0 |
* | pod2man re-writes this and that using `tr', which we don't implement. Noted | Kristaps Dzonsons | 2010-12-26 | 1 | -0/+2 |
* | As pointed out by schwarze@, %T/%J renders with a normal double-quote, not | Kristaps Dzonsons | 2010-12-25 | 1 | -4/+4 |
* | Implement schwarze@'s much more elegant version of my %T/%J fix. | Kristaps Dzonsons | 2010-12-25 | 3 | -20/+7 |
* | Specifying both %T and %J in an `Rs' block causes the title to be quoted | Kristaps Dzonsons | 2010-12-25 | 5 | -8/+65 |
* | Whack superfluous font-family in mdocml's www style.css. Noted by | Kristaps Dzonsons | 2010-12-24 | 1 | -2/+1 |
* | Make `Fo' use a B instead of SPAN (left-over). | Kristaps Dzonsons | 2010-12-24 | 1 | -2/+2 |
* | Have Makefile build XHTML files too.VERSION.1.10.8 | Kristaps Dzonsons | 2010-12-24 | 1 | -3/+7 |
* | Apparently the U tag is deprecated, so use a SPAN instead (blah). Bump | Kristaps Dzonsons | 2010-12-24 | 7 | -7/+4 |
* | As per schwarze@'s suggestions, roll back the refcount structure in | Kristaps Dzonsons | 2010-12-24 | 6 | -143/+152 |