2011-01-06 |
Kristaps Dzonsons | Make -T[x]html for tables structure cells with a width... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Kristaps Dzonsons | Tweaks to tbl.7 from Jason McIntyre. |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Kristaps Dzonsons | Stuff tbl_calc() into out.c so that it can be shared... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Kristaps Dzonsons | Give tables an HTML class. |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Kristaps Dzonsons | Tweak some language in tbl.7. |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Ingo Schwarze | Merge from OpenBSD (similar to my original fix committe... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Kristaps Dzonsons | Add tbl.7 to DOCUMENTATION. Removed old NEWS items. |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Kristaps Dzonsons | Moved table stuff from roff.7 into the new tbl.7 (sugge... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Kristaps Dzonsons | Support `T{' and `T}' data blocks. When a standalone... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Kristaps Dzonsons | Have horizontal spanner not clobber pre-set width. |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Kristaps Dzonsons | Fix spacing for tables to use term_len(). Also make... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Kristaps Dzonsons | Fix to make horizontal spanners in the layout be proper... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Kristaps Dzonsons | Protect tbl nodes from getting a post call. |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Kristaps Dzonsons | Add skeleton for -T[x]html tbl stuff. Also start to... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Ingo Schwarze | Multiple man(7) .IP and .TP fixes started during p2k10: |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Ingo Schwarze | Partial cleanup of argument count validation in mdoc(7): |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Ingo Schwarze | Calling a macro with fewer arguments than it is defined... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Ingo Schwarze | Unify roff macro argument parsing (in roff.c, roff_user... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Kristaps Dzonsons | Remove TODO for tbl. |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Kristaps Dzonsons | Switch on the `TS' documentation in roff.7. As per... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Kristaps Dzonsons | For tbl: -man documents print an extra space before... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Kristaps Dzonsons | Add in support for number table cells that account... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Kristaps Dzonsons | Clean up the tbl top-level printing code and document... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Kristaps Dzonsons | Start using term_strlen() instead of strlen(). tbl_ter... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Kristaps Dzonsons | Make width calculations occur within tbl_term.c, not... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Kristaps Dzonsons | Tiny edit required after MDOC_HALT change. |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Kristaps Dzonsons | Make sure we don't continue recursively parsing once... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Kristaps Dzonsons | Same treatment for MAN_HALT as for MDOC_HALT. |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Kristaps Dzonsons | Clarified the role of MDOC_HALT in libmdoc functions... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Kristaps Dzonsons | Fix table to print nicely (merging error). Also have... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Kristaps Dzonsons | Turn on -Tascii tbl printing. The output still has... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Kristaps Dzonsons | Add some final bits necessary in the upcoming -Tascii... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Kristaps Dzonsons | Churn to get parts of 'struct tbl' visible from mandoc... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Kristaps Dzonsons | Merge in the width, decimal, and positioning code for... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Kristaps Dzonsons | Add a warning if a data cell has no layout. Also make... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Kristaps Dzonsons | Plug in the "head" concept for tables. A tbl_head... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Kristaps Dzonsons | Add bits for compilation on Mac. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Kristaps Dzonsons | Make some bit-flags into enums as they should be. ... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Kristaps Dzonsons | More checks for proper table exit. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Kristaps Dzonsons | Raise an error if a table is closed without data. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Kristaps Dzonsons | Add documentation bits for libroff's new roff_span(). |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Kristaps Dzonsons | Make -Ttree a bit more readable. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Kristaps Dzonsons | Make -Ttree spit out table columns. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Kristaps Dzonsons | Switch on tbl rows being added to the parse stream... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Kristaps Dzonsons | Add -man support for tables. Like -mdoc, this consists... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Kristaps Dzonsons | Add basic -Ttree support for tables. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Kristaps Dzonsons | Add table processing structures to -mdoc. This consist... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Kristaps Dzonsons | Clean up {mdoc,man}_pmsg and vmsg invocations (ignore... |
commit | commitdiff | tree | snapshot |
2010-12-31 |
Kristaps Dzonsons | Expose the parsed table API to the world and add access... |
commit | commitdiff | tree | snapshot |
2010-12-31 |
Kristaps Dzonsons | Put parsed tables into a queue that's cleared at the... |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Kristaps Dzonsons | Assign layout cells to parsed data. This follows prima... |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Kristaps Dzonsons | Move clean-up of parsed tbl nodes into the tbl_clear... |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Ingo Schwarze | Plan9 has a man(7) implementation that looks extremely... |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Kristaps Dzonsons | Initial check-in of table data-row processing. For... |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Kristaps Dzonsons | Use `Dl' instead of `D1' for code examples. |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Kristaps Dzonsons | In mdoc.7, don't use `D1' in place of `Dl' for code... |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Kristaps Dzonsons | Update (still-commented) manual bits for tbl. |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Kristaps Dzonsons | Add handling for `T&', which restarts a table except... |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Kristaps Dzonsons | Merge, with considerable changes, tbl.bsd.lv's layout... |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Kristaps Dzonsons | Initial documentation for TBL, which for the time being... |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Kristaps Dzonsons | Whack removed function from libroff. |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Kristaps Dzonsons | Significant update to options handling, which now depar... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Kristaps Dzonsons | Fix copyright email. |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Kristaps Dzonsons | Adding initial options processing (not hooked into... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Kristaps Dzonsons | Temporarily remove check for r->tbl at end of parse... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Kristaps Dzonsons | Fixed enum rofferr return value in tbl_read() (oops). |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Kristaps Dzonsons | Initial tbl framework. Parse point is in libroff,... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Ingo Schwarze | In case an ID attribute is written in pieces, only... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Kristaps Dzonsons | Note `Sx's connection to `Sh' and `Ss'. |
commit | commitdiff | tree | snapshot |
2010-12-26 |
Kristaps Dzonsons | Whack MDOC_ACTED and MAN_ACTED (these no longer exist). |
commit | commitdiff | tree | snapshot |
2010-12-26 |
Kristaps Dzonsons | pod2man re-writes this and that using `tr', which we... |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Kristaps Dzonsons | As pointed out by schwarze@, %T/%J renders with a norma... |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Kristaps Dzonsons | Implement schwarze@'s much more elegant version of... |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Kristaps Dzonsons | Specifying both %T and %J in an `Rs' block causes the... |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Kristaps Dzonsons | Whack superfluous font-family in mdocml's www style... |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Kristaps Dzonsons | Make `Fo' use a B instead of SPAN (left-over). |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Kristaps Dzonsons | Have Makefile build XHTML files too. VERSION_1_10_8 |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Kristaps Dzonsons | Apparently the U tag is deprecated, so use a SPAN inste... |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Kristaps Dzonsons | As per schwarze@'s suggestions, roll back the refcount... |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Kristaps Dzonsons | Drastically fix -T[x]html's handling of font-escape... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Kristaps Dzonsons | Ensure -Thtml has DIV as child of BLOCKQUOTE. |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Kristaps Dzonsons | Added last version notes and bumped version number... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Ingo Schwarze | minor tweaks: |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Ingo Schwarze | At the beginning of .Bl, .Sm is allowed, |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Kristaps Dzonsons | Build xhtml files for www site exemplaria. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Kristaps Dzonsons | Revert IGNPAR to a warning after clue-stick applied... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Kristaps Dzonsons | Implement reference-counted version of original union... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Kristaps Dzonsons | Throw out negative margin garbage in -man -T[x]html... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Ingo Schwarze | Sync to OpenBSD: |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Ingo Schwarze | Sane behaviour for the growing of very small buffers: |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Kristaps Dzonsons | Clarify style inclusions and update release information. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Kristaps Dzonsons | Fix list-type being clobbered by margins. Last default... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Kristaps Dzonsons | More use default tags, this time I and U. Also fix... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Kristaps Dzonsons | Give header and footer table cells default widths ... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Kristaps Dzonsons | Migrate schwarze@'s `Bk' argument patch to -T[x]html. |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Ingo Schwarze | Handle .Bk the same way as groff 1.20.1: |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Ingo Schwarze | Sync to the installed version in OpenBSD, excluding... |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Ingo Schwarze | Sync to OpenBSD: More precise description of .Xo, and... |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Kristaps Dzonsons | Tweak default styles. |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Kristaps Dzonsons | Don't use EM for default widths; use BU instead. |
commit | commitdiff | tree | snapshot |
next |