summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* support transparent imagesMarkus Teich2015-12-081-3/+16
* Support farbfeld as an intermediate formatsin2015-12-086-96/+119
* add 'sent: ' prefix to errorsMarkus Teich2015-12-031-0/+2
* Add 'n' and 'p' keys to navigate slidesAlexis2015-12-031-0/+2
* Refactor die() to use eprintf()Alexis2015-12-031-7/+1
* Use consistent wording for error messagesAlexis2015-12-031-19/+19
* Use right click as previous and enable scrolling to switch slidesIvan Tham2015-11-191-1/+3
* Bail out before allocating slides if file is emptyQuentin Rameau2015-11-181-4/+4
* fix dying on empty slidefileMarkus Teich2015-11-181-1/+1
* drw.c: Avoid potential memory leak in drw_cur_create()Quentin Rameau2015-11-181-2/+2
* Add Escape key to quit sentIvan Tham2015-11-181-0/+1
* die if no font could be loadedMarkus Teich2015-11-181-1/+2
* Register space to advance to the next slideJan Christoph Ebersbach2015-11-171-0/+1
* shorten bulletpoints in example presentationMarkus Teich2015-11-171-2/+2
* fix dejavu font nameMarkus Teich2015-11-171-1/+1
* support even larger screensMarkus Teich2015-11-171-1/+1
* prevent flickering when changing slidesMarkus Teich2015-11-171-2/+2
* update READMEMarkus Teich2015-11-171-47/+27
* fix another index overflow issueMarkus Teich2015-11-171-1/+2
* fix several number overflow issuesMarkus Teich2015-11-171-3/+3