sent

simple plaintext presentation tool
git clone git://git.suckless.org/sent
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2023-01-10 17:39remove unnecessary NULL checks and add `void` for an empty parameter listTom Schwindl1+14-16
2023-01-09 17:27sent.1: fix some mandoc warningsHiltjo Posthuma1+13-9
2023-01-09 17:27Makefile: be verboseHiltjo Posthuma1+16-24
2023-01-09 15:07free XImage before creating a new oneAugusto Castelo1+3-0
2020-05-13 11:20Avoid out-of-bounds access when a slide input line begins with \0Chris Down1+4-0
2017-09-07 21:40update licenseMarkus Teich1+12-12
2017-09-07 09:01Correctly handle files that contain no slidesLaslo Hunhold1+3-3
2017-09-03 22:23update licenseMarkus Teich1+2-1
2017-09-03 21:57release v1Markus Teich1+1-1
2017-09-02 17:30allow to reload fileMarkus Teich3+49-15
2017-09-02 17:20fix some spelling in man pageMarkus Teich1+6-6
2017-09-02 00:17update manpageMarkus Teich1+4-4
2017-09-01 23:24migrate to new arg.hMarkus Teich1+42-56
2017-09-01 23:09load all images before starting the presoMarkus Teich1+3-6
2016-11-04 18:50replace malloc() with ecalloc()Markus Teich1+4-10
2016-11-04 18:45die() on calloc failureMarkus Teich1+1-1
2016-08-12 11:09check memory allocation for calloc, die on failureHiltjo Posthuma1+1-1
2016-10-09 13:27README: add Xft to dependenciesssd1+4-2
2016-09-26 10:26always redraw imagesMarkus Teich1+3-6
2016-08-12 08:57improve some more error messagesHiltjo Posthuma2+11-9
2016-08-12 09:36Add a manpageFRIGN2+70-0
2016-08-11 19:48Use Plan 9 style for ARGENDFRIGN1+1-1
2016-08-11 19:47Fix error-messagesFRIGN2+21-19
2016-08-11 19:30Fix memory leak and print a warning on invalid regexFRIGN1+5-1
2016-08-11 19:20_exit() instead of exit() after failed execFRIGN1+2-1
2016-07-14 11:05Simplify LICENSE wordingFRIGN2+25-18
2016-07-14 11:10Simplify usage()FRIGN1+3-2
2016-07-14 10:44Update example presentationMarkus Teich2+13-2
2016-07-14 09:23add ff and ff.bz2 support in config.def.hFRIGN1+3-1
2016-06-30 14:57Also call ffload on the current slide in advance()Markus Teich1+1-0
2016-06-30 14:42clean ffread and rename to ffloadMarkus Teich1+38-44
2016-06-04 19:47load slide image on-demandHiltjo Posthuma1+27-50
2016-06-04 14:33load slide image on-demandHiltjo Posthuma1+7-1
2016-05-21 19:39import new drw and util from libsl.Markus Teich6+227-229
2016-03-15 22:51fix include and lib paths for the BSDsMarkus Teich1+7-2
2016-03-15 19:21support FreeBSDMarkus Teich1+2-2
2016-03-06 19:56Import arg.h OOB fix from Lucas Gabriel Vuotto.Markus Teich1+2-2
2016-03-06 19:49Fix cmdline argument checkMarkus Teich2+12-11
2016-02-06 13:12no need to reimplement cat hereMarkus Teich2+8-11
2016-02-06 13:08improve error handlingMarkus Teich1+41-73
2016-02-05 15:17style: move function return types to own lineMarkus Teich1+52-26
2016-01-31 10:09Use 2ff exclusively in config.def.hFRIGN1+1-2
2016-01-31 10:05Fix alpha blendingFRIGN1+7-7
2016-02-05 14:25readme: update reference to farbfeldMarkus Teich1+1-1
2015-12-10 23:23Change an eprintf to a die to stop child from running its own slideshowDavid Phillips1+1-1
2015-12-10 04:56filter via shell pipelineGrant Mathews1+2-2
2015-12-08 23:52unbreak the buildMarkus Teich1+2-2
2015-12-08 23:50fix 2 uninitialized variables and bin == NULL checkMarkus Teich2+10-9
2015-12-08 21:34check for bin == NULLMarkus Teich1+2-1
2015-12-08 21:09minor syntax, style and README fixesMarkus Teich3+23-13
2015-12-08 20:46support transparent imagesMarkus Teich1+16-3
2015-11-18 10:41Support farbfeld as an intermediate formatsin6+119-96
2015-12-03 21:59add 'sent: ' prefix to errorsMarkus Teich1+2-0
2015-11-26 14:22Add 'n' and 'p' keys to navigate slidesAlexis1+2-0
2015-11-26 14:20Refactor die() to use eprintf()Alexis1+1-7
2015-11-26 14:18Use consistent wording for error messagesAlexis1+19-19
2015-11-19 13:13Use right click as previous and enable scrolling to switch slidesIvan Tham1+3-1
2015-11-18 22:21Bail out before allocating slides if file is emptyQuentin Rameau1+4-4
2015-11-18 22:24fix dying on empty slidefileMarkus Teich1+1-1
2015-11-18 21:45drw.c: Avoid potential memory leak in drw_cur_create()Quentin Rameau1+2-2
2015-11-18 02:01Add Escape key to quit sentIvan Tham1+1-0
2015-11-17 23:41die if no font could be loadedMarkus Teich1+2-1
2015-11-17 05:42Register space to advance to the next slideJan Christoph Ebersbach1+1-0
2015-11-17 01:26shorten bulletpoints in example presentationMarkus Teich1+2-2
2015-11-17 01:07fix dejavu font nameMarkus Teich1+1-1
2015-11-17 00:39support even larger screensMarkus Teich1+1-1
2015-11-17 00:00prevent flickering when changing slidesMarkus Teich1+2-2
2015-11-16 23:32update READMEMarkus Teich1+27-47
2015-11-16 23:23fix another index overflow issueMarkus Teich1+2-1
2015-11-16 23:19fix several number overflow issuesMarkus Teich1+3-3
2015-11-16 23:18update versionMarkus Teich1+1-1
2015-11-07 22:54add multiline supportMarkus Teich3+146-51
2015-11-11 18:09fix more memory leaksMarkus Teich1+6-2
2015-11-11 18:00free all fonts correctlyMarkus Teich2+2-1
2015-11-11 17:53free temporary fontstr arraysMarkus Teich1+4-0
2015-11-11 17:49simplify png cleanupMarkus Teich1+16-8
2015-11-11 17:41make usable screensize config constMarkus Teich1+2-2
2015-11-10 03:54don't assume we get a ConfigureNotify eventTony Lainson1+1-2
2015-11-09 01:58initialize .imgSzabolcs Nagy1+2-0
2015-11-07 22:52don't use EXIT_… cpp definesMarkus Teich2+2-2
2015-11-07 22:48fix comment wording in drw.cMarkus Teich1+2-2
2015-11-04 00:43make colors configurableMarkus Teich2+4-1
2015-11-04 00:40update license yearMarkus Teich2+3-3
2015-11-01 17:09fix default fonts in config.def.hMarkus Teich1+2-1
2015-10-31 17:10remove unused font configuration, update license yearMarkus Teich2+5-10
2015-10-31 17:07fix font width calculationsMarkus Teich2+5-4
2015-10-31 15:25remove unused type qualifiersMarkus Teich1+2-2
2015-10-31 15:24update example presentationMarkus Teich1+2-1
2015-08-29 00:24fonts are automatically cleaned upMarkus Teich1+0-4
2015-05-03 20:07drw_resize should be called on mapping as wellMarkus Teich1+1-1
2015-05-02 11:29remove debug statementMarkus Teich1+0-1
2015-05-01 19:34typedef image structMarkus Teich1+16-16
2015-04-30 20:00minor style adaptionsMarkus Teich1+7-6
2015-04-27 22:27fonts cleanupMarkus Teich1+4-0
2015-04-27 21:26remove unused dc/gc variablesMarkus Teich1+3-24
2015-04-26 18:40remove utf8 support from todo listMarkus Teich1+0-1
2015-04-25 18:18remove old stuff and fix warningsMarkus Teich1+3-124
2015-04-22 09:57blank screen before drawing textMarkus Teich1+1-0
2015-04-22 09:56fix calculation of correct font size to useMarkus Teich1+7-2
2015-04-21 20:57drw: fixup font handlingMarkus Teich2+75-62
30 more commits remaining, fetch the repository