summaryrefslogtreecommitdiff
path: root/sent.c
AgeCommit message (Expand)Author
2020-10-29Initial CommitHEADmasterBenjamin Chausse
2020-05-14Avoid out-of-bounds access when a slide input line begins with \0Chris Down
2017-09-07Correctly handle files that contain no slidesLaslo Hunhold
2017-09-02allow to reload fileMarkus Teich
2017-09-02load all images before starting the presoMarkus Teich
2016-11-04replace malloc() with ecalloc()Markus Teich
2016-10-10check memory allocation for calloc, die on failureHiltjo Posthuma
2016-09-26always redraw imagesMarkus Teich
2016-08-12improve some more error messagesHiltjo Posthuma
2016-08-12Use Plan 9 style for ARGENDFRIGN
2016-08-12Fix error-messagesFRIGN
2016-08-11Fix memory leak and print a warning on invalid regexFRIGN
2016-08-11_exit() instead of exit() after failed execFRIGN
2016-07-18Simplify LICENSE wordingFRIGN
2016-07-14Simplify usage()FRIGN
2016-06-30Also call ffload on the current slide in advance()Markus Teich
2016-06-30clean ffread and rename to ffloadMarkus Teich
2016-06-06load slide image on-demandHiltjo Posthuma
2016-06-04load slide image on-demandHiltjo Posthuma
2016-05-24import new drw and util from libsl.Markus Teich
2016-03-06Fix cmdline argument checkMarkus Teich
2016-02-06no need to reimplement cat hereMarkus Teich
2016-02-06improve error handlingMarkus Teich
2016-02-05style: move function return types to own lineMarkus Teich
2016-02-05Fix alpha blendingFRIGN
2015-12-24Change an eprintf to a die to stop child from running its own slideshowDavid Phillips
2015-12-24filter via shell pipelineGrant Mathews
2015-12-09unbreak the buildMarkus Teich
2015-12-09fix 2 uninitialized variables and bin == NULL checkMarkus Teich
2015-12-08check for bin == NULLMarkus Teich
2015-12-08minor syntax, style and README fixesMarkus Teich
2015-12-08support transparent imagesMarkus Teich
2015-12-08Support farbfeld as an intermediate formatsin
2015-12-03add 'sent: ' prefix to errorsMarkus Teich
2015-12-03Refactor die() to use eprintf()Alexis
2015-12-03Use consistent wording for error messagesAlexis
2015-11-18Bail out before allocating slides if file is emptyQuentin Rameau
2015-11-18fix dying on empty slidefileMarkus Teich
2015-11-18die if no font could be loadedMarkus Teich
2015-11-17prevent flickering when changing slidesMarkus Teich
2015-11-17fix another index overflow issueMarkus Teich
2015-11-17fix several number overflow issuesMarkus Teich
2015-11-11add multiline supportMarkus Teich
2015-11-11fix more memory leaksMarkus Teich
2015-11-11free all fonts correctlyMarkus Teich
2015-11-11free temporary fontstr arraysMarkus Teich
2015-11-11simplify png cleanupMarkus Teich
2015-11-10don't assume we get a ConfigureNotify eventTony Lainson
2015-11-10initialize .imgSzabolcs Nagy
2015-11-07don't use EXIT_… cpp definesMarkus Teich