2017-02-05 |
Ingo Schwarze | mark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather... |
blob | commitdiff | raw |
2017-02-05 |
Ingo Schwarze | for .Rs, use <cite> |
blob | commitdiff | raw | diff to current |
2017-02-05 |
Ingo Schwarze | Improve <table> syntax: |
blob | commitdiff | raw | diff to current |
2017-01-29 |
Ingo Schwarze | eliminate one useless struct and one level of indirection; |
blob | commitdiff | raw | diff to current |
2017-01-28 |
Ingo Schwarze | Simplify usage of print_otag() even more: |
blob | commitdiff | raw | diff to current |
2017-01-26 |
Ingo Schwarze | Fix -man -Thtml formatting after .nf (which has nothing... |
blob | commitdiff | raw | diff to current |
2017-01-25 |
Ingo Schwarze | Improve HTML formatting of .Bl -tag. |
blob | commitdiff | raw | diff to current |
2017-01-21 |
Ingo Schwarze | slightly simplify header and footer styles |
blob | commitdiff | raw | diff to current |
2017-01-19 |
Ingo Schwarze | clean up markup of .Bd, .D1, .Dl, .Li, and .Ql; |
blob | commitdiff | raw | diff to current |
2017-01-19 |
Ingo Schwarze | Clean up CSS rules for sections and paragraphs. |
blob | commitdiff | raw | diff to current |
2017-01-19 |
Ingo Schwarze | Implement line breaking of the generated HTML code... |
blob | commitdiff | raw | diff to current |
2017-01-18 |
Ingo Schwarze | Make HTML output more human readable by overhauling... |
blob | commitdiff | raw | diff to current |
2017-01-17 |
Ingo Schwarze | Completely delete the buf field of struct html and... |
blob | commitdiff | raw | diff to current |
2017-01-17 |
Ingo Schwarze | Simplify the usage of print_otag() by making it accept... |
blob | commitdiff | raw | diff to current |
2017-01-08 |
Ingo Schwarze | from Tiago Silva <tiagofilipesilva at icloud dot com... |
blob | commitdiff | raw | diff to current |
2016-01-04 |
Ingo Schwarze | Generate simpler in-page links: just replace spaces... |
blob | commitdiff | raw | diff to current |
2015-10-13 |
Ingo Schwarze | Major character table cleanup: |
blob | commitdiff | raw | diff to current |
2015-10-12 |
Ingo Schwarze | Fix an obvious bug found during the /* FALLTHROUGH... |
blob | commitdiff | raw | diff to current |
2015-10-12 |
Ingo Schwarze | To make the code more readable, delete 283 /* FALLTHROU... |
blob | commitdiff | raw | diff to current |
2015-10-06 |
Ingo Schwarze | modernize style: "return" is not a function |
blob | commitdiff | raw | diff to current |
2015-09-26 |
Ingo Schwarze | /* NOTREACHED */ after abort() is silly, delete it |
blob | commitdiff | raw | diff to current |
2015-03-27 |
Ingo Schwarze | Actually use the new man.conf(5) "output" directive. |
blob | commitdiff | raw | diff to current |
2015-01-21 |
Ingo Schwarze | Rudimentary implementation of the roff(7) \o escape... |
blob | commitdiff | raw | diff to current |
2014-12-20 |
Ingo Schwarze | resolve some code duplication; no functional change |
blob | commitdiff | raw | diff to current |
2014-12-02 |
Ingo Schwarze | Fix the implementation and documentation of \c (continu... |
blob | commitdiff | raw | diff to current |
2014-12-01 |
Ingo Schwarze | The header libmandoc.h is part of the internal parser... |
blob | commitdiff | raw | diff to current |
2014-10-29 |
Ingo Schwarze | In terminal output, unify handling of Unicode and numbe... |
blob | commitdiff | raw | diff to current |
2014-10-28 |
Ingo Schwarze | Make the character table available to libroff so it... |
blob | commitdiff | raw | diff to current |
2014-10-27 |
Ingo Schwarze | Handle output encoding for unicode, numbered and named... |
blob | commitdiff | raw | diff to current |
2014-10-27 |
Ingo Schwarze | Fix a regression in term.c rev. 1.229 reported by bentley@: |
blob | commitdiff | raw | diff to current |
2014-10-26 |
Ingo Schwarze | Improve -Tascii output for Unicode escape sequences... |
blob | commitdiff | raw | diff to current |
2014-10-10 |
Ingo Schwarze | sync Copyright years after merge to OpenBSD; no code... |
blob | commitdiff | raw | diff to current |
2014-10-10 |
Kristaps Dzonsons | Re-write of eqn(7) parser and MathML output. |
blob | commitdiff | raw | diff to current |
2014-09-28 |
Kristaps Dzonsons | Change "to" and "from" commands to use munder, mover... |
blob | commitdiff | raw | diff to current |
2014-09-28 |
Kristaps Dzonsons | Add support for some MathML elements and attributes... |
blob | commitdiff | raw | diff to current |
2014-09-27 |
Kristaps Dzonsons | Don't pretend we have a separate XHTML and HTML mode... |
blob | commitdiff | raw | diff to current |
2014-09-27 |
Kristaps Dzonsons | Remove <p> in favour of <div class="spacer">. |
blob | commitdiff | raw | diff to current |
2014-09-27 |
Kristaps Dzonsons | Remove last hard-coded width attribute. |
blob | commitdiff | raw | diff to current |
2014-09-27 |
Kristaps Dzonsons | HTML5-isation: remove more alignments. |
blob | commitdiff | raw | diff to current |
2014-09-27 |
Kristaps Dzonsons | Continue in HTML5-ing by kicking out some hard-coded... |
blob | commitdiff | raw | diff to current |
2014-09-27 |
Kristaps Dzonsons | Kick out "summary" attribute, which isn't HTML5. |
blob | commitdiff | raw | diff to current |
2014-09-27 |
Kristaps Dzonsons | Kick out two attibutes we don't use any more in HTML5. |
blob | commitdiff | raw | diff to current |
2014-09-27 |
Kristaps Dzonsons | First, add space for default styling for HTML5 (non... |
blob | commitdiff | raw | diff to current |
2014-09-27 |
Kristaps Dzonsons | First steps in HTML5: use UTF8 meta-charset and HTML5... |
blob | commitdiff | raw | diff to current |
2014-08-14 |
Ingo Schwarze | Revert previous, as requested by kristaps@. |
blob | commitdiff | raw | diff to current |
2014-08-13 |
Kristaps Dzonsons | Begin cleaning up scaling units. |
blob | commitdiff | raw | diff to current |
2014-08-13 |
Ingo Schwarze | Use <em> for .Em and .Bf -emphasis. |
blob | commitdiff | raw | diff to current |
2014-08-10 |
Ingo Schwarze | Get rid of HAVE_CONFIG_H, it is always defined; idea... |
blob | commitdiff | raw | diff to current |
2014-07-23 |
Ingo Schwarze | Security fix: |
blob | commitdiff | raw | diff to current |
2014-07-22 |
Ingo Schwarze | Security fix: |
blob | commitdiff | raw | diff to current |
2014-04-23 |
Ingo Schwarze | Audit strlcpy(3)/strlcat(3) usage. |
blob | commitdiff | raw | diff to current |
2014-04-20 |
Ingo Schwarze | KNF: case (FOO): -> case FOO:, remove /* LINTED ... |
blob | commitdiff | raw | diff to current |
2014-03-23 |
Ingo Schwarze | The files mandoc.c and mandoc.h contained both speciali... |
blob | commitdiff | raw | diff to current |
2014-01-22 |
Ingo Schwarze | Implement the \: (optional line break) escape sequence, |
blob | commitdiff | raw | diff to current |
2014-01-05 |
Joerg Sonnenberger | Tag functions with format strings as arguments as print... |
blob | commitdiff | raw | diff to current |
2013-08-08 |
Ingo Schwarze | Implement the roff(7) font-escape sequence \f(BI "bold... |
blob | commitdiff | raw | diff to current |
2012-05-31 |
Ingo Schwarze | Implement the roff \z escape sequence, intended to... |
blob | commitdiff | raw | diff to current |
2011-10-05 |
Kristaps Dzonsons | Add the -Ofragment option to -T[]x]html. This accomoda... |
blob | commitdiff | raw | diff to current |
2011-07-07 |
Kristaps Dzonsons | Fix handling of the `\c' escape in -T[x]html. |
blob | commitdiff | raw | diff to current |
2011-07-04 |
Kristaps Dzonsons | The bufcat() function in -T[x]html was eating one byte... |
blob | commitdiff | raw | diff to current |
2011-05-24 |
Kristaps Dzonsons | Use the correct Unicode value for the zero-width space... |
blob | commitdiff | raw | diff to current |
2011-05-24 |
Kristaps Dzonsons | Remove all references to ESCAPE_PREDEF, which is now... |
blob | commitdiff | raw | diff to current |
2011-05-18 |
Kristaps Dzonsons | Make any un-recognised font be considered a call for... |
blob | commitdiff | raw | diff to current |
2011-05-17 |
Kristaps Dzonsons | Flip on unicode output (via \[uNNNN]) in -T[x]html... |
blob | commitdiff | raw | diff to current |
2011-05-17 |
Kristaps Dzonsons | Clean-up fallout: differentiate ID's and HREF's (where... |
blob | commitdiff | raw | diff to current |
2011-05-17 |
Kristaps Dzonsons | Cleanups in -T[x]html: make html_idcat() use the buffer... |
blob | commitdiff | raw | diff to current |
2011-05-17 |
Kristaps Dzonsons | Clean-ups in -T[x]html: inline print_num(), as it was... |
blob | commitdiff | raw | diff to current |
2011-05-17 |
Kristaps Dzonsons | Clean up -T[x]html by using a table instead of a switch... |
blob | commitdiff | raw | diff to current |
2011-05-15 |
Kristaps Dzonsons | Fix missing support for \N'n' when calculating string... |
blob | commitdiff | raw | diff to current |
2011-05-14 |
Kristaps Dzonsons | Give -Thtml and -Txhtml the gift of recognising escapes... |
blob | commitdiff | raw | diff to current |
2011-04-30 |
Kristaps Dzonsons | Make mchars_num2char() return a char like it says. |
blob | commitdiff | raw | diff to current |
2011-04-30 |
Kristaps Dzonsons | Rename mchars_init() -> mchars_alloc() for consistency. |
blob | commitdiff | raw | diff to current |
2011-04-30 |
Kristaps Dzonsons | Remove enum mcharst, which hasn't been used in quite... |
blob | commitdiff | raw | diff to current |
2011-04-30 |
Kristaps Dzonsons | No code change: fixing spelling errors. From a patch... |
blob | commitdiff | raw | diff to current |
2011-04-29 |
Kristaps Dzonsons | Move "chars" interface out of out.h and into mandoc... |
blob | commitdiff | raw | diff to current |
2011-04-09 |
Kristaps Dzonsons | Remove a2roffdeco() and mandoc_special() functions... |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Kristaps Dzonsons | Move mandoc_isdelim() back into libmdoc.h. This fixes... |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Kristaps Dzonsons | Step 4: merge chars.h into out.h. The functions in... |
blob | commitdiff | raw | diff to current |
2011-03-17 |
Kristaps Dzonsons | Move mdoc_isdelim() into mandoc.h as mandoc_isdelim... |
blob | commitdiff | raw | diff to current |
2011-03-17 |
Kristaps Dzonsons | Move mandoc_{realloc,malloc,calloc} out of libmandoc... |
blob | commitdiff | raw | diff to current |
2011-03-15 |
Kristaps Dzonsons | Make lint shut up a little bit. |
blob | commitdiff | raw | diff to current |
2011-01-30 |
Ingo Schwarze | Implement the \N'number' (numbered character) roff... |
blob | commitdiff | raw | diff to current |
2011-01-13 |
Kristaps Dzonsons | Change how -Thtml behaves with tables: use multiple... |
blob | commitdiff | raw | diff to current |
2010-12-27 |
Ingo Schwarze | In case an ID attribute is written in pieces, only... |
blob | commitdiff | raw | diff to current |
2010-12-24 |
Kristaps Dzonsons | Apparently the U tag is deprecated, so use a SPAN inste... |
blob | commitdiff | raw | diff to current |
2010-12-24 |
Kristaps Dzonsons | Drastically fix -T[x]html's handling of font-escape... |
blob | commitdiff | raw | diff to current |
2010-12-22 |
Kristaps Dzonsons | Implement reference-counted version of original union... |
blob | commitdiff | raw | diff to current |
2010-12-20 |
Kristaps Dzonsons | More use default tags, this time I and U. Also fix... |
blob | commitdiff | raw | diff to current |
2010-12-20 |
Kristaps Dzonsons | Give header and footer table cells default widths ... |
blob | commitdiff | raw | diff to current |
2010-12-17 |
Kristaps Dzonsons | Make literal `Bd' use a PRE in -Thtml. Make `Bd' outpu... |
blob | commitdiff | raw | diff to current |
2010-12-17 |
Kristaps Dzonsons | Have synopsis_pre() in -Thtml emit P or BR, not DIVs. |
blob | commitdiff | raw | diff to current |
2010-12-15 |
Kristaps Dzonsons | Use a single P tag for paragraph breaks (which can... |
blob | commitdiff | raw | diff to current |
2010-12-15 |
Kristaps Dzonsons | Remove stupid outer DIV tag in favour of regular BODY... |
blob | commitdiff | raw | diff to current |
2010-12-15 |
Kristaps Dzonsons | In-progress move from -T[x]html using DIVs for its... |
blob | commitdiff | raw | diff to current |
2010-10-01 |
Ingo Schwarze | * need a space before .No even if it starts with a... |
blob | commitdiff | raw | diff to current |
2010-09-04 |
Kristaps Dzonsons | Churny commit to quiet lint. No functional changes. |
blob | commitdiff | raw | diff to current |
2010-08-20 |
Ingo Schwarze | Implement a simple, consistent user interface for error... |
blob | commitdiff | raw | diff to current |
2010-07-26 |
Kristaps Dzonsons | Make `Sm' start no-spacing after the first output word... |
blob | commitdiff | raw | diff to current |
2010-07-23 |
Kristaps Dzonsons | Add support for `Sm' in -T[x]html -mdoc. |
blob | commitdiff | raw | diff to current |
2010-07-21 |
Kristaps Dzonsons | Accomodate for groff's crappy behaviour wherein an... |
blob | commitdiff | raw | diff to current |
next |