summaryrefslogtreecommitdiffstats
path: root/term_ps.c
Commit message (Expand)AuthorAgeFilesLines
* After .ti, there are many reasons why the offset may change, so settingIngo Schwarze2020-09-061-3/+6
* streamline termp allocation: this will allow the init functionIngo Schwarze2017-11-101-14/+5
* Shrink -Tps output by more than 50%Ingo Schwarze2017-11-021-14/+36
* Print a human-readable media name in the %%DocumentMedia DSC commentIngo Schwarze2017-10-291-10/+27
* more readable conversion of paper size from millimeters to PostScriptIngo Schwarze2017-10-261-2/+2
* The page footer line (psmarg) is created in ps_begin(), and theIngo Schwarze2017-10-251-2/+0
* Properly close out the top-level Font object, the end-of-pageIngo Schwarze2017-10-251-3/+3
* Prepare the terminal driver for filling multiple columns in parallel,Ingo Schwarze2017-06-071-4/+7
* Basic implementation of the roff(7) .ti (temporary indent) request.Ingo Schwarze2017-05-081-1/+4
* Be consistent in protecting __attribute__ attributes with __;Ingo Schwarze2017-02-171-1/+1
* Fix assertion failures caused by whitespace inside \o'' (overstrike)Ingo Schwarze2016-08-101-57/+45
* Use __attribute__((__format__ throughout.Ingo Schwarze2016-07-191-4/+2
* remove NULL-checks before free(); from mmcc@Ingo Schwarze2015-12-231-4/+2
* Without HAVE_ERR, don't try to include <err.h>, it probably isn't there.Ingo Schwarze2015-11-071-0/+2
* Major character table cleanup:Ingo Schwarze2015-10-131-8/+6
* To make the code more readable, delete 283 /* FALLTHROUGH */ commentsIngo Schwarze2015-10-121-2/+0
* Finally use __progname, err(3) and warn(3).Ingo Schwarze2015-10-111-1/+2
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-5/+5
* Rounding rules for horizontal scaling widths are more complicated.Ingo Schwarze2015-04-041-7/+7
* Actually use the new man.conf(5) "output" directive.Ingo Schwarze2015-03-271-22/+9
* Improve overstriking. When overstriking a wider character with aIngo Schwarze2015-01-211-3/+33
* Enforcing an arbitrary, implementation dependent, undocumented limitIngo Schwarze2014-12-191-0/+3
* header cleanup:Ingo Schwarze2014-12-011-2/+1
* Prevent negative arguments to the .ll request from causing integerIngo Schwarze2014-11-201-3/+5
* Make the character table available to libroff so it can check theIngo Schwarze2014-10-281-6/+7
* Support overstriking by backspace in PostScript and PDF output.Ingo Schwarze2014-10-271-15/+61
* I just noticed that -Tps writes "%%CreationDate:" headers.Ingo Schwarze2014-08-281-5/+0
* When support for bold italic font was added to the parsers and to theIngo Schwarze2014-08-241-35/+139
* Begin cleaning up scaling units.Kristaps Dzonsons2014-08-131-14/+24
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-2/+0
* Clarity with respect to floating point handling:Ingo Schwarze2014-08-011-3/+3
* code readability; no functional changeIngo Schwarze2014-07-271-7/+5
* Audit malloc(3)/calloc(3)/realloc(3) usage.Ingo Schwarze2014-04-231-9/+3
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-98/+64
* Support relative arguments to .ll (increase or decrease line length).Ingo Schwarze2014-03-301-3/+8
* Implement the roff(7) .ll (line length) request.Ingo Schwarze2014-03-301-1/+16
* The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze2014-03-231-0/+1
* Tag functions with format strings as arguments as printf-like.Joerg Sonnenberger2014-01-051-1/+4
* Remove a bunch of useless assignments,Ingo Schwarze2011-10-161-3/+2
* forgotten Copyright bumps; no code changeIngo Schwarze2011-09-181-1/+1
* Fixed mingw compatibility where the "z" printf() modifier isn'tKristaps Dzonsons2011-08-161-4/+5
* Add mode for -Tlocale. This mode, with this commit, behaves exactlyKristaps Dzonsons2011-05-171-1/+2
* Move struct termp_ps into term_ps.c; remove the engine union in struct termp,Kristaps Dzonsons2011-05-151-168/+196
* Make character engine (-Tascii, -Tpdf, -Tps) ready for Unicode: make bufferKristaps Dzonsons2011-05-141-6/+9
* Move mandoc_{realloc,malloc,calloc} out of libmandoc.h and into mandoc.hKristaps Dzonsons2011-03-171-6/+1
* Do not leak information about the software usedIngo Schwarze2011-03-071-2/+0
* Remove unnecessary conditional...Kristaps Dzonsons2011-01-251-2/+1
* Merge from OpenBSD right after 1.10.6; now back to full sync.Ingo Schwarze2010-09-271-1/+1
* Churny commit to quiet lint. No functional changes.Kristaps Dzonsons2010-09-041-2/+3
* "sys/param.h is for kernel interface programs.Kristaps Dzonsons2010-08-261-1/+1