2023-01-10 17:39 | remove unnecessary NULL checks and add `void` for an empty parameter list | Tom Schwindl | 1 | +14 | -16 |
2023-01-09 17:27 | sent.1: fix some mandoc warnings | Hiltjo Posthuma | 1 | +13 | -9 |
2023-01-09 17:27 | Makefile: be verbose | Hiltjo Posthuma | 1 | +16 | -24 |
2023-01-09 15:07 | free XImage before creating a new one | Augusto Castelo | 1 | +3 | -0 |
2020-05-13 11:20 | Avoid out-of-bounds access when a slide input line begins with \0 | Chris Down | 1 | +4 | -0 |
2017-09-07 21:40 | update license | Markus Teich | 1 | +12 | -12 |
2017-09-07 09:01 | Correctly handle files that contain no slides | Laslo Hunhold | 1 | +3 | -3 |
2017-09-03 22:23 | update license | Markus Teich | 1 | +2 | -1 |
2017-09-03 21:57 | release v1 | Markus Teich | 1 | +1 | -1 |
2017-09-02 17:30 | allow to reload file | Markus Teich | 3 | +49 | -15 |
2017-09-02 17:20 | fix some spelling in man page | Markus Teich | 1 | +6 | -6 |
2017-09-02 00:17 | update manpage | Markus Teich | 1 | +4 | -4 |
2017-09-01 23:24 | migrate to new arg.h | Markus Teich | 1 | +42 | -56 |
2017-09-01 23:09 | load all images before starting the preso | Markus Teich | 1 | +3 | -6 |
2016-11-04 18:50 | replace malloc() with ecalloc() | Markus Teich | 1 | +4 | -10 |
2016-11-04 18:45 | die() on calloc failure | Markus Teich | 1 | +1 | -1 |
2016-08-12 11:09 | check memory allocation for calloc, die on failure | Hiltjo Posthuma | 1 | +1 | -1 |
2016-10-09 13:27 | README: add Xft to dependencies | ssd | 1 | +4 | -2 |
2016-09-26 10:26 | always redraw images | Markus Teich | 1 | +3 | -6 |
2016-08-12 08:57 | improve some more error messages | Hiltjo Posthuma | 2 | +11 | -9 |
2016-08-12 09:36 | Add a manpage | FRIGN | 2 | +70 | -0 |
2016-08-11 19:48 | Use Plan 9 style for ARGEND | FRIGN | 1 | +1 | -1 |
2016-08-11 19:47 | Fix error-messages | FRIGN | 2 | +21 | -19 |
2016-08-11 19:30 | Fix memory leak and print a warning on invalid regex | FRIGN | 1 | +5 | -1 |
2016-08-11 19:20 | _exit() instead of exit() after failed exec | FRIGN | 1 | +2 | -1 |
2016-07-14 11:05 | Simplify LICENSE wording | FRIGN | 2 | +25 | -18 |
2016-07-14 11:10 | Simplify usage() | FRIGN | 1 | +3 | -2 |
2016-07-14 10:44 | Update example presentation | Markus Teich | 2 | +13 | -2 |
2016-07-14 09:23 | add ff and ff.bz2 support in config.def.h | FRIGN | 1 | +3 | -1 |
2016-06-30 14:57 | Also call ffload on the current slide in advance() | Markus Teich | 1 | +1 | -0 |
2016-06-30 14:42 | clean ffread and rename to ffload | Markus Teich | 1 | +38 | -44 |
2016-06-04 19:47 | load slide image on-demand | Hiltjo Posthuma | 1 | +27 | -50 |
2016-06-04 14:33 | load slide image on-demand | Hiltjo Posthuma | 1 | +7 | -1 |
2016-05-21 19:39 | import new drw and util from libsl. | Markus Teich | 6 | +227 | -229 |
2016-03-15 22:51 | fix include and lib paths for the BSDs | Markus Teich | 1 | +7 | -2 |
2016-03-15 19:21 | support FreeBSD | Markus Teich | 1 | +2 | -2 |
2016-03-06 19:56 | Import arg.h OOB fix from Lucas Gabriel Vuotto. | Markus Teich | 1 | +2 | -2 |
2016-03-06 19:49 | Fix cmdline argument check | Markus Teich | 2 | +12 | -11 |
2016-02-06 13:12 | no need to reimplement cat here | Markus Teich | 2 | +8 | -11 |
2016-02-06 13:08 | improve error handling | Markus Teich | 1 | +41 | -73 |
2016-02-05 15:17 | style: move function return types to own line | Markus Teich | 1 | +52 | -26 |
2016-01-31 10:09 | Use 2ff exclusively in config.def.h | FRIGN | 1 | +1 | -2 |
2016-01-31 10:05 | Fix alpha blending | FRIGN | 1 | +7 | -7 |
2016-02-05 14:25 | readme: update reference to farbfeld | Markus Teich | 1 | +1 | -1 |
2015-12-10 23:23 | Change an eprintf to a die to stop child from running its own slideshow | David Phillips | 1 | +1 | -1 |
2015-12-10 04:56 | filter via shell pipeline | Grant Mathews | 1 | +2 | -2 |
2015-12-08 23:52 | unbreak the build | Markus Teich | 1 | +2 | -2 |
2015-12-08 23:50 | fix 2 uninitialized variables and bin == NULL check | Markus Teich | 2 | +10 | -9 |
2015-12-08 21:34 | check for bin == NULL | Markus Teich | 1 | +2 | -1 |
2015-12-08 21:09 | minor syntax, style and README fixes | Markus Teich | 3 | +23 | -13 |
2015-12-08 20:46 | support transparent images | Markus Teich | 1 | +16 | -3 |
2015-11-18 10:41 | Support farbfeld as an intermediate format | sin | 6 | +119 | -96 |
2015-12-03 21:59 | add 'sent: ' prefix to errors | Markus Teich | 1 | +2 | -0 |
2015-11-26 14:22 | Add 'n' and 'p' keys to navigate slides | Alexis | 1 | +2 | -0 |
2015-11-26 14:20 | Refactor die() to use eprintf() | Alexis | 1 | +1 | -7 |
2015-11-26 14:18 | Use consistent wording for error messages | Alexis | 1 | +19 | -19 |
2015-11-19 13:13 | Use right click as previous and enable scrolling to switch slides | Ivan Tham | 1 | +3 | -1 |
2015-11-18 22:21 | Bail out before allocating slides if file is empty | Quentin Rameau | 1 | +4 | -4 |
2015-11-18 22:24 | fix dying on empty slidefile | Markus Teich | 1 | +1 | -1 |
2015-11-18 21:45 | drw.c: Avoid potential memory leak in drw_cur_create() | Quentin Rameau | 1 | +2 | -2 |
2015-11-18 02:01 | Add Escape key to quit sent | Ivan Tham | 1 | +1 | -0 |
2015-11-17 23:41 | die if no font could be loaded | Markus Teich | 1 | +2 | -1 |
2015-11-17 05:42 | Register space to advance to the next slide | Jan Christoph Ebersbach | 1 | +1 | -0 |
2015-11-17 01:26 | shorten bulletpoints in example presentation | Markus Teich | 1 | +2 | -2 |
2015-11-17 01:07 | fix dejavu font name | Markus Teich | 1 | +1 | -1 |
2015-11-17 00:39 | support even larger screens | Markus Teich | 1 | +1 | -1 |
2015-11-17 00:00 | prevent flickering when changing slides | Markus Teich | 1 | +2 | -2 |
2015-11-16 23:32 | update README | Markus Teich | 1 | +27 | -47 |
2015-11-16 23:23 | fix another index overflow issue | Markus Teich | 1 | +2 | -1 |
2015-11-16 23:19 | fix several number overflow issues | Markus Teich | 1 | +3 | -3 |
2015-11-16 23:18 | update version | Markus Teich | 1 | +1 | -1 |
2015-11-07 22:54 | add multiline support | Markus Teich | 3 | +146 | -51 |
2015-11-11 18:09 | fix more memory leaks | Markus Teich | 1 | +6 | -2 |
2015-11-11 18:00 | free all fonts correctly | Markus Teich | 2 | +2 | -1 |
2015-11-11 17:53 | free temporary fontstr arrays | Markus Teich | 1 | +4 | -0 |
2015-11-11 17:49 | simplify png cleanup | Markus Teich | 1 | +16 | -8 |
2015-11-11 17:41 | make usable screensize config const | Markus Teich | 1 | +2 | -2 |
2015-11-10 03:54 | don't assume we get a ConfigureNotify event | Tony Lainson | 1 | +1 | -2 |
2015-11-09 01:58 | initialize .img | Szabolcs Nagy | 1 | +2 | -0 |
2015-11-07 22:52 | don't use EXIT_… cpp defines | Markus Teich | 2 | +2 | -2 |
2015-11-07 22:48 | fix comment wording in drw.c | Markus Teich | 1 | +2 | -2 |
2015-11-04 00:43 | make colors configurable | Markus Teich | 2 | +4 | -1 |
2015-11-04 00:40 | update license year | Markus Teich | 2 | +3 | -3 |
2015-11-01 17:09 | fix default fonts in config.def.h | Markus Teich | 1 | +2 | -1 |
2015-10-31 17:10 | remove unused font configuration, update license year | Markus Teich | 2 | +5 | -10 |
2015-10-31 17:07 | fix font width calculations | Markus Teich | 2 | +5 | -4 |
2015-10-31 15:25 | remove unused type qualifiers | Markus Teich | 1 | +2 | -2 |
2015-10-31 15:24 | update example presentation | Markus Teich | 1 | +2 | -1 |
2015-08-29 00:24 | fonts are automatically cleaned up | Markus Teich | 1 | +0 | -4 |
2015-05-03 20:07 | drw_resize should be called on mapping as well | Markus Teich | 1 | +1 | -1 |
2015-05-02 11:29 | remove debug statement | Markus Teich | 1 | +0 | -1 |
2015-05-01 19:34 | typedef image struct | Markus Teich | 1 | +16 | -16 |
2015-04-30 20:00 | minor style adaptions | Markus Teich | 1 | +7 | -6 |
2015-04-27 22:27 | fonts cleanup | Markus Teich | 1 | +4 | -0 |
2015-04-27 21:26 | remove unused dc/gc variables | Markus Teich | 1 | +3 | -24 |
2015-04-26 18:40 | remove utf8 support from todo list | Markus Teich | 1 | +0 | -1 |
2015-04-25 18:18 | remove old stuff and fix warnings | Markus Teich | 1 | +3 | -124 |
2015-04-22 09:57 | blank screen before drawing text | Markus Teich | 1 | +1 | -0 |
2015-04-22 09:56 | fix calculation of correct font size to use | Markus Teich | 1 | +7 | -2 |
2015-04-21 20:57 | drw: fixup font handling | Markus Teich | 2 | +75 | -62 |
| 30 more commits remaining, fetch the repository |