aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/html.c
Commit message (Expand)AuthorAgeFilesLines
* Implement the roff(7) font-escape sequence \f(BI "bold+italic".Ingo Schwarze2013-08-081-10/+35
* Implement the roff \z escape sequence, intended to output the nextIngo Schwarze2012-05-311-25/+58
* Add the -Ofragment option to -T[]x]html. This accomodates for embeddingKristaps Dzonsons2011-10-051-3/+7
* Fix handling of the `\c' escape in -T[x]html.Kristaps Dzonsons2011-07-071-2/+4
* The bufcat() function in -T[x]html was eating one byte off the end of itsKristaps Dzonsons2011-07-041-2/+1
* Use the correct Unicode value for the zero-width space, which means thatKristaps Dzonsons2011-05-241-23/+6
* Remove all references to ESCAPE_PREDEF, which is now not exposed passedKristaps Dzonsons2011-05-241-26/+1
* Make any un-recognised font be considered a call for the Roman font.Kristaps Dzonsons2011-05-181-1/+5
* Flip on unicode output (via \[uNNNN]) in -T[x]html. Here we go!Kristaps Dzonsons2011-05-171-1/+9
* Clean-up fallout: differentiate ID's and HREF's (where to put the `#').Kristaps Dzonsons2011-05-171-4/+3
* Cleanups in -T[x]html: make html_idcat() use the buffer and be calledKristaps Dzonsons2011-05-171-25/+6
* Clean-ups in -T[x]html: inline print_num(), as it was just a singleKristaps Dzonsons2011-05-171-64/+25
* Clean up -T[x]html by using a table instead of a switch statement forKristaps Dzonsons2011-05-171-42/+17
* Fix missing support for \N'n' when calculating string widths in -TasciiKristaps Dzonsons2011-05-151-3/+4
* Give -Thtml and -Txhtml the gift of recognising escapes when calculatingKristaps Dzonsons2011-05-141-1/+37
* Make mchars_num2char() return a char like it says.Kristaps Dzonsons2011-04-301-5/+4
* Rename mchars_init() -> mchars_alloc() for consistency.Kristaps Dzonsons2011-04-301-2/+2
* Remove enum mcharst, which hasn't been used in quite some time.Kristaps Dzonsons2011-04-301-2/+2
* No code change: fixing spelling errors. From a patch by uqs@. Thanks!Kristaps Dzonsons2011-04-301-2/+2
* Move "chars" interface out of out.h and into mandoc.h. This doesn'tKristaps Dzonsons2011-04-291-8/+8
* Remove a2roffdeco() and mandoc_special() functions and replace them withKristaps Dzonsons2011-04-091-47/+42
* Move mandoc_isdelim() back into libmdoc.h. This fixes an unreportedKristaps Dzonsons2011-03-221-9/+1
* Step 4: merge chars.h into out.h. The functions in this file areKristaps Dzonsons2011-03-221-2/+1
* Move mdoc_isdelim() into mandoc.h as mandoc_isdelim(). This allows theKristaps Dzonsons2011-03-171-38/+6
* Move mandoc_{realloc,malloc,calloc} out of libmandoc.h and into mandoc.hKristaps Dzonsons2011-03-171-11/+3
* Make lint shut up a little bit.Kristaps Dzonsons2011-03-151-3/+2
* Implement the \N'number' (numbered character) roff escape sequence.Ingo Schwarze2011-01-301-2/+18
* Change how -Thtml behaves with tables: use multiple rows, with widthsKristaps Dzonsons2011-01-131-1/+14
* In case an ID attribute is written in pieces, only protect the firstIngo Schwarze2010-12-271-10/+14
* Apparently the U tag is deprecated, so use a SPAN instead (blah). BumpKristaps Dzonsons2010-12-241-2/+1
* Drastically fix -T[x]html's handling of font-escape mode changes (i.e.,Kristaps Dzonsons2010-12-241-27/+25
* Implement reference-counted version of original union mdoc_data. ThisKristaps Dzonsons2010-12-221-2/+3
* More use default tags, this time I and U. Also fix a stack overflowKristaps Dzonsons2010-12-201-1/+3
* Give header and footer table cells default widths (using WIDTH and ALIGNKristaps Dzonsons2010-12-201-15/+15
* Make literal `Bd' use a PRE in -Thtml. Make `Bd' output in general useKristaps Dzonsons2010-12-171-1/+2
* Have synopsis_pre() in -Thtml emit P or BR, not DIVs.Kristaps Dzonsons2010-12-171-1/+5
* Use a single P tag for paragraph breaks (which can be configured forKristaps Dzonsons2010-12-151-1/+2
* Remove stupid outer DIV tag in favour of regular BODY and HTML that canKristaps Dzonsons2010-12-151-1/+2
* In-progress move from -T[x]html using DIVs for its lists to using DL,Kristaps Dzonsons2010-12-151-8/+5
* * need a space before .No even if it starts with a closing delimiterIngo Schwarze2010-10-011-1/+3
* Churny commit to quiet lint. No functional changes.Kristaps Dzonsons2010-09-041-3/+3
* Implement a simple, consistent user interface for error handling.Ingo Schwarze2010-08-201-3/+3
* Make `Sm' start no-spacing after the first output word. Fix in bothKristaps Dzonsons2010-07-261-1/+3
* Add support for `Sm' in -T[x]html -mdoc.Kristaps Dzonsons2010-07-231-2/+6
* Accomodate for groff's crappy behaviour wherein an unrecognisedKristaps Dzonsons2010-07-211-4/+10
* Change chars.in HTML encoding to be a Unicode codepoint (int), which isKristaps Dzonsons2010-07-161-9/+17
* correct lots of copyright notices;Ingo Schwarze2010-07-131-2/+2
* Give -T[x]html `Bk -words' capability.Kristaps Dzonsons2010-07-061-5/+19
* Brought function arguments and style in ine with term_word() in term.cKristaps Dzonsons2010-07-061-8/+8
* Remove "pt" from struct roffsu, as CSS (the only reason it was there) isKristaps Dzonsons2010-06-251-6/+6