2024-08-10 07:50 | Make global catpoint be used in catpoint-wrap. | Christoph Lohmann | 1 | +2 | -1 |
2024-08-10 07:36 | Properly integrate catpoint-wrap in makefile. | Christoph Lohmann | 1 | +4 | -1 |
2024-08-10 07:21 | Add slide effects to README.md, fix minor stuff. | Christoph Lohmann | 3 | +28 | -1 |
2024-08-09 12:25 | support a custom program run before every slide | Josuah Demangeon | 5 | +113 | -9 |
2024-08-04 16:20 | Silence 'fwarn_unused_result' warning. | Troels Henriksen | 1 | +1 | -1 |
2022-07-25 09:43 | catpoint.1: fix navigation key typo, thanks jrmu | Anders Damsgaard | 1 | +1 | -1 |
2021-06-12 14:45 | Check out from bitreich.org exclusively. | Christoph Lohmann | 1 | +1 | -1 |
2021-06-10 13:27 | add pointtools in the TOOLS | Marc Chantreux | 1 | +2 | -1 |
2021-05-29 16:08 | Fix space to go to the next slide as intended and documented | Hiltjo Posthuma | 1 | +1 | -1 |
2021-05-29 15:57 | remove BSD functions err and errx with die and cleanup more graceful there | Hiltjo Posthuma | 1 | +38 | -9 |
2021-05-29 15:56 | use 128 + the signal mask as the exit status code | Hiltjo Posthuma | 1 | +1 | -1 |
2021-05-29 15:54 | add a quit function and separate it as a signal handler | Hiltjo Posthuma | 1 | +11 | -7 |
2021-05-29 15:51 | remove extra newline before EOF | Hiltjo Posthuma | 1 | +0 | -1 |
2021-05-29 15:51 | on mmap failure show on which file it failed | Hiltjo Posthuma | 1 | +1 | -1 |
2021-05-29 15:50 | bump LICENSE year | Hiltjo Posthuma | 1 | +1 | -1 |
2021-02-01 17:46 | Update gramscii git repository to bitreich. | Christoph Lohmann | 1 | +1 | -1 |
2020-12-28 14:42 | catpoint.1: document signals, changed behaviour for r, ^L, fix a typo | Hiltjo Posthuma | 1 | +11 | -2 |
2020-12-28 14:19 | Set slidechanged before raise. | Christoph Lohmann | 1 | +5 | -5 |
2020-12-28 14:08 | Introduce a hint to only slide file if needed. | Christoph Lohmann | 1 | +18 | -2 |
2020-12-20 18:21 | Update manpage for reload. | Christoph Lohmann | 1 | +2 | -4 |
2020-12-20 18:20 | Simplify reloading, remove lines. | Christoph Lohmann | 1 | +0 | -4 |
2020-12-20 18:10 | Push LICENSE to 2020. For next release. | Christoph Lohmann | 1 | +1 | -1 |
2020-12-20 18:01 | Make it to 0.2. | Christoph Lohmann | 1 | +1 | -1 |
2020-12-20 16:20 | Move to sigaction. Raise SIGWINCH on HUP for ncurses. | Christoph Lohmann | 2 | +18 | -7 |
2020-12-20 15:35 | Include string.h for memset. | Christoph Lohmann | 1 | +2 | -1 |
2020-12-20 15:34 | Raise SIGWINCH in SIGHUP, so refresh is safe in ncurses. | Christoph Lohmann | 1 | +2 | -5 |
2020-12-20 15:08 | Remove space to Gentoo for better readability. | Christoph Lohmann | 1 | +0 | -1 |
2020-12-20 14:55 | Makefile: add PATH-MAX-LIMIT.md to `make dist` | Hiltjo Posthuma | 1 | +1 | -1 |
2020-12-20 14:54 | add a few common keybinds: ^D, SPACE and ^L | Hiltjo Posthuma | 1 | +3 | -0 |
2020-12-20 14:51 | exit(0) on success, non-zero if an error occurred or signal was received | Hiltjo Posthuma | 1 | +3 | -2 |
2020-12-20 14:49 | print the exact amount of mmap'd data | Hiltjo Posthuma | 1 | +2 | -2 |
2020-12-20 14:42 | add support for SIGWINCH / window resize | Hiltjo Posthuma | 1 | +2 | -0 |
2020-12-20 14:38 | sort includes | Hiltjo Posthuma | 1 | +3 | -3 |
2020-12-20 14:36 | Makefile: improvements | Hiltjo Posthuma | 2 | +40 | -51 |
2020-12-20 14:36 | catpoint.1: add an initial man page | Hiltjo Posthuma | 1 | +38 | -0 |
2020-12-20 14:36 | Add file with hints about PATH_MAX circumvention. | Christoph Lohmann | 1 | +18 | -0 |
2020-12-20 14:25 | Do not mmap all slides at the beginning to scale better. | Christoph Lohmann | 1 | +27 | -28 |
2020-12-20 13:57 | Massive refactoring for features (SIGHUP, variable names). | Christoph Lohmann | 1 | +46 | -30 |
2020-12-20 13:41 | Signal handler needs to have int for signal number. | Christoph Lohmann | 1 | +3 | -3 |
2020-12-20 13:40 | Arguments to cleanup are not needed. | Christoph Lohmann | 1 | +3 | -3 |
2020-12-20 13:38 | Change license header to current state. | Christoph Lohmann | 1 | +1 | -1 |
2020-12-20 13:37 | Remove duplicate SIGINT signal call. | Christoph Lohmann | 1 | +0 | -1 |
2020-12-20 13:34 | Handle errors on munmap. It can fail too. | Christoph Lohmann | 1 | +4 | -2 |
2020-12-20 10:44 | Add reload function to catpoint. | Christoph Lohmann | 1 | +29 | -13 |
2020-05-13 13:06 | Add TOOLS helper for nice tools for presentation creation. | Christoph Lohmann | 1 | +10 | -0 |
2020-05-05 11:14 | Merge branch 'master' of ssh://r-36.net:443/srv/git/catpoint | Christoph Lohmann | 0 | +0 | -0 |
2020-05-05 11:13 | Make config.mk for tinfo and ncurses separation possible. | Christoph Lohmann | 1 | +2 | -0 |
2020-05-05 08:35 | Fix linking with ncursesw by adding libtinfow. | parazyd | 1 | +1 | -1 |
2020-05-04 10:51 | Stat each file and mmap(3) only as much as is really needed | Ekkie | 1 | +5 | -1 |
2018-07-08 12:59 | Fix whitespace issues. | Christoph Lohmann | 1 | +2 | -4 |
2018-07-08 12:54 | patch signal handlers for catpoint | KatolaZ | 1 | +32 | -5 |
2018-01-24 16:06 | Year bump. | Christoph Lohmann | 1 | +1 | -1 |
2017-03-18 11:16 | Some remnant from the global replace. | Christoph Lohmann | 1 | +1 | -1 |
2017-03-17 16:03 | Adding a simple build system. | Christoph Lohmann | 5 | +790 | -15 |
2017-03-04 15:49 | Add support for Logitech USB remote presenter (powerpoint shortcuts). | Christoph Lohmann | 1 | +7 | -0 |
2017-02-26 16:21 | Make Pos1 work. | Christoph Lohmann | 1 | +1 | -0 |
2015-08-27 21:54 | Initial commit. | Christoph Lohmann | 10 | +216 | -0 |