aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* properly set the default indentationIngo Schwarze2017-06-171-5/+5
* Multiple tbl(7) improvements:Ingo Schwarze2017-06-167-117/+12308
* round default width of tbl(7) text blocks in the same way as groffIngo Schwarze2017-06-154-3/+169
* implement so-called absolute horizontal motion: \h'|...',Ingo Schwarze2017-06-145-6/+17
* Naive implementation of the roff(7) .po (page offset) request.Ingo Schwarze2017-06-1411-15/+91
* add the \(ru (0.5m baseline ruler) character escape sequence,Ingo Schwarze2017-06-146-7/+9
* simple implementation of the roff(7) .als (macro alias) request,Ingo Schwarze2017-06-142-7/+37
* let \l use the right fill characterIngo Schwarze2017-06-146-12/+50
* improve rounding rules for scaling unitsIngo Schwarze2017-06-1423-53/+72
* harmless, but weird typo; found with afterstep_faq(1)Ingo Schwarze2017-06-141-2/+2
* implement the roff(7) d (macro or string defined) conditionalIngo Schwarze2017-06-145-10/+72
* implement roff(7) .rj (right justify) requestIngo Schwarze2017-06-147-39/+46
* implement the roff(7) \p (break output line) escape sequenceIngo Schwarze2017-06-149-16/+117
* Partial support for the \n[an-margin] number register.Ingo Schwarze2017-06-134-3/+57
* If the layout is empty except for requesting a left vertical frame,Ingo Schwarze2017-06-131-1/+3
* Delete the arbitrary range restriction for -Owidth.Ingo Schwarze2017-06-132-6/+5
* fix the interaction of the allbox option with spanned cells in the layoutIngo Schwarze2017-06-133-17/+50
* Explicitly ignore .br, .ce, and .sp inside tbl(7) text blocks.Ingo Schwarze2017-06-131-3/+4
* test the new allbox and wrapping featuresIngo Schwarze2017-06-125-1/+95
* Two minor fixes for the "allbox" modifier:Ingo Schwarze2017-06-121-3/+6
* If a tbl(7) layout contains a 'w' (minimum width) modifier for aIngo Schwarze2017-06-121-3/+4
* implement the tbl(7) "allbox" option;Ingo Schwarze2017-06-121-2/+8
* fix column width calculation for text block cellsIngo Schwarze2017-06-124-18/+25
* Implement automatic line breakingIngo Schwarze2017-06-1212-97/+352
* ooops, fix a glitch in the previous commit...Ingo Schwarze2017-06-111-2/+2
* Style message about legacy man(7) date format in mdoc(7) documentsIngo Schwarze2017-06-1159-0/+59
* Style message about legacy man(7) date format in mdoc(7) documentsIngo Schwarze2017-06-11101-20/+147
* style message about missing .Fn markup; inspired by mdoclintIngo Schwarze2017-06-114-12/+40
* Do not issue the message "no blank before trailing delimiter" for .No.Ingo Schwarze2017-06-112-5/+4
* add forgotten fileIngo Schwarze2017-06-111-0/+0
* fix order of messagesIngo Schwarze2017-06-111-1/+1
* Reduce false positives for the "no blank before trailing delimiter" message.Ingo Schwarze2017-06-101-3/+76
* minor markup simplificationsIngo Schwarze2017-06-102-6/+6
* style message about missing blank before trailing delimiter;Ingo Schwarze2017-06-10155-243/+488
* do not break the line between Bsx/Bx/Fx/Nx/Ox/Dx and its argumentsIngo Schwarze2017-06-101-10/+19
* Properly reinitialize roffce_node between parses,Ingo Schwarze2017-06-081-1/+5
* Implement w layout specifier (minimum column width).Ingo Schwarze2017-06-0812-41/+150
* make the internal a2roffsu() interface more powerful by returningIngo Schwarze2017-06-0811-56/+54
* warning about unknown .Lb arguments; inspired by mdoclint(1)Ingo Schwarze2017-06-085-5/+18
* style checks related to .Er; inspired by mdoclint(1)Ingo Schwarze2017-06-075-8/+83
* Also catch "new sentence, new line" if there are three blanksIngo Schwarze2017-06-071-7/+13
* Make "new sentence, new line" detection stricter:Ingo Schwarze2017-06-071-2/+2
* Prepare the terminal driver for filling multiple columns in parallel,Ingo Schwarze2017-06-072-27/+44
* Prepare the terminal driver for filling multiple columns in parallel,Ingo Schwarze2017-06-078-244/+261
* The \h escape sequence provides another method for moving backwards,Ingo Schwarze2017-06-072-17/+31
* Implement the roff(7) .rn (rename macro or string) request.Ingo Schwarze2017-06-073-11/+113
* document the new .ce implementationIngo Schwarze2017-06-061-3/+6
* Minimal implementation of the roff(7) .ce request (center a numberIngo Schwarze2017-06-069-21/+142
* Implement the roff(7) .mc (right margin character) request.Ingo Schwarze2017-06-0412-110/+128
* Make term_flushln() simpler and more robust:Ingo Schwarze2017-06-044-109/+42