summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary NULL checks and add `void` for an empty parameter listTom Schwindl2023-01-101-16/+14
* sent.1: fix some mandoc warningsHiltjo Posthuma2023-01-091-9/+13
* Makefile: be verboseHiltjo Posthuma2023-01-091-24/+16
* free XImage before creating a new oneAugusto Castelo2023-01-091-0/+3
* Avoid out-of-bounds access when a slide input line begins with \0Chris Down2020-05-141-0/+4
* update licenseMarkus Teich2017-09-071-12/+12
* Correctly handle files that contain no slidesLaslo Hunhold2017-09-071-3/+3
* update licenseMarkus Teich2017-09-041-1/+2
* release v1Markus Teich2017-09-031-1/+1
* allow to reload fileMarkus Teich2017-09-023-15/+49
* fix some spelling in man pageMarkus Teich2017-09-021-6/+6
* update manpageMarkus Teich2017-09-021-4/+4
* migrate to new arg.hMarkus Teich2017-09-021-56/+42
* load all images before starting the presoMarkus Teich2017-09-021-6/+3
* replace malloc() with ecalloc()Markus Teich2016-11-041-10/+4
* die() on calloc failureMarkus Teich2016-11-041-1/+1
* check memory allocation for calloc, die on failureHiltjo Posthuma2016-10-101-1/+1
* README: add Xft to dependenciesssd2016-10-101-2/+4
* always redraw imagesMarkus Teich2016-09-261-6/+3
* improve some more error messagesHiltjo Posthuma2016-08-122-9/+11
* Add a manpageFRIGN2016-08-122-0/+70
* Use Plan 9 style for ARGENDFRIGN2016-08-121-1/+1
* Fix error-messagesFRIGN2016-08-122-19/+21
* Fix memory leak and print a warning on invalid regexFRIGN2016-08-111-1/+5
* _exit() instead of exit() after failed execFRIGN2016-08-111-1/+2
* Simplify LICENSE wordingFRIGN2016-07-182-18/+25
* Simplify usage()FRIGN2016-07-141-2/+3
* Update example presentationMarkus Teich2016-07-142-2/+13
* add ff and ff.bz2 support in config.def.hFRIGN2016-07-141-1/+3
* Also call ffload on the current slide in advance()Markus Teich2016-06-301-0/+1
* clean ffread and rename to ffloadMarkus Teich2016-06-301-44/+38
* load slide image on-demandHiltjo Posthuma2016-06-061-50/+27
* load slide image on-demandHiltjo Posthuma2016-06-041-1/+7
* import new drw and util from libsl.Markus Teich2016-05-246-229/+227
* fix include and lib paths for the BSDsMarkus Teich2016-03-151-2/+7
* support FreeBSDMarkus Teich2016-03-151-2/+2
* Import arg.h OOB fix from Lucas Gabriel Vuotto.Markus Teich2016-03-061-2/+2
* Fix cmdline argument checkMarkus Teich2016-03-062-11/+12
* no need to reimplement cat hereMarkus Teich2016-02-062-11/+8
* improve error handlingMarkus Teich2016-02-061-73/+41
* style: move function return types to own lineMarkus Teich2016-02-051-26/+52
* Use 2ff exclusively in config.def.hFRIGN2016-02-051-2/+1
* Fix alpha blendingFRIGN2016-02-051-7/+7
* readme: update reference to farbfeldMarkus Teich2016-02-051-1/+1
* Change an eprintf to a die to stop child from running its own slideshowDavid Phillips2015-12-241-1/+1
* filter via shell pipelineGrant Mathews2015-12-241-2/+2
* unbreak the buildMarkus Teich2015-12-091-2/+2
* fix 2 uninitialized variables and bin == NULL checkMarkus Teich2015-12-092-9/+10
* check for bin == NULLMarkus Teich2015-12-081-1/+2
* minor syntax, style and README fixesMarkus Teich2015-12-083-13/+23