catpoint

Catpoint simple presenting software.
git clone git://r-36.net/catpoint
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2022-07-25 09:43catpoint.1: fix navigation key typo, thanks jrmuAnders Damsgaard1+1-1
2021-06-12 14:45Check out from bitreich.org exclusively.Christoph Lohmann1+1-1
2021-06-10 13:27add pointtools in the TOOLSMarc Chantreux1+2-1
2021-05-29 16:08Fix space to go to the next slide as intended and documentedHiltjo Posthuma1+1-1
2021-05-29 15:57remove BSD functions err and errx with die and cleanup more graceful thereHiltjo Posthuma1+38-9
2021-05-29 15:56use 128 + the signal mask as the exit status codeHiltjo Posthuma1+1-1
2021-05-29 15:54add a quit function and separate it as a signal handlerHiltjo Posthuma1+11-7
2021-05-29 15:51remove extra newline before EOFHiltjo Posthuma1+0-1
2021-05-29 15:51on mmap failure show on which file it failedHiltjo Posthuma1+1-1
2021-05-29 15:50bump LICENSE yearHiltjo Posthuma1+1-1
2021-02-01 17:46Update gramscii git repository to bitreich.Christoph Lohmann1+1-1
2020-12-28 14:42catpoint.1: document signals, changed behaviour for r, ^L, fix a typoHiltjo Posthuma1+11-2
2020-12-28 14:19Set slidechanged before raise.Christoph Lohmann1+5-5
2020-12-28 14:08Introduce a hint to only slide file if needed.Christoph Lohmann1+18-2
2020-12-20 18:21Update manpage for reload.Christoph Lohmann1+2-4
2020-12-20 18:20Simplify reloading, remove lines.Christoph Lohmann1+0-4
2020-12-20 18:10Push LICENSE to 2020. For next release.Christoph Lohmann1+1-1
2020-12-20 18:01Make it to 0.2.Christoph Lohmann1+1-1
2020-12-20 16:20Move to sigaction. Raise SIGWINCH on HUP for ncurses.Christoph Lohmann2+18-7
2020-12-20 15:35Include string.h for memset.Christoph Lohmann1+2-1
2020-12-20 15:34Raise SIGWINCH in SIGHUP, so refresh is safe in ncurses.Christoph Lohmann1+2-5
2020-12-20 15:08Remove space to Gentoo for better readability.Christoph Lohmann1+0-1
2020-12-20 14:55Makefile: add PATH-MAX-LIMIT.md to `make dist`Hiltjo Posthuma1+1-1
2020-12-20 14:54add a few common keybinds: ^D, SPACE and ^LHiltjo Posthuma1+3-0
2020-12-20 14:51exit(0) on success, non-zero if an error occurred or signal was receivedHiltjo Posthuma1+3-2
2020-12-20 14:49print the exact amount of mmap'd dataHiltjo Posthuma1+2-2
2020-12-20 14:42add support for SIGWINCH / window resizeHiltjo Posthuma1+2-0
2020-12-20 14:38sort includesHiltjo Posthuma1+3-3
2020-12-20 14:36Makefile: improvementsHiltjo Posthuma2+40-51
2020-12-20 14:36catpoint.1: add an initial man pageHiltjo Posthuma1+38-0
2020-12-20 14:36Add file with hints about PATH_MAX circumvention.Christoph Lohmann1+18-0
2020-12-20 14:25Do not mmap all slides at the beginning to scale better.Christoph Lohmann1+27-28
2020-12-20 13:57Massive refactoring for features (SIGHUP, variable names).Christoph Lohmann1+46-30
2020-12-20 13:41Signal handler needs to have int for signal number.Christoph Lohmann1+3-3
2020-12-20 13:40Arguments to cleanup are not needed.Christoph Lohmann1+3-3
2020-12-20 13:38Change license header to current state.Christoph Lohmann1+1-1
2020-12-20 13:37Remove duplicate SIGINT signal call.Christoph Lohmann1+0-1
2020-12-20 13:34Handle errors on munmap. It can fail too.Christoph Lohmann1+4-2
2020-12-20 10:44Add reload function to catpoint.Christoph Lohmann1+29-13
2020-05-13 13:06Add TOOLS helper for nice tools for presentation creation.Christoph Lohmann1+10-0
2020-05-05 11:14Merge branch 'master' of ssh://r-36.net:443/srv/git/catpointChristoph Lohmann0+0-0
2020-05-05 11:13Make config.mk for tinfo and ncurses separation possible.Christoph Lohmann1+2-0
2020-05-05 08:35Fix linking with ncursesw by adding libtinfow.parazyd1+1-1
2020-05-04 10:51Stat each file and mmap(3) only as much as is really neededEkkie1+5-1
2018-07-08 12:59Fix whitespace issues.Christoph Lohmann1+2-4
2018-07-08 12:54patch signal handlers for catpointKatolaZ1+32-5
2018-01-24 16:06Year bump.Christoph Lohmann1+1-1
2017-03-18 11:16Some remnant from the global replace.Christoph Lohmann1+1-1
2017-03-17 16:03Adding a simple build system.Christoph Lohmann5+790-15
2017-03-04 15:49Add support for Logitech USB remote presenter (powerpoint shortcuts).Christoph Lohmann1+7-0
2017-02-26 16:21Make Pos1 work.Christoph Lohmann1+1-0
2015-08-27 21:54Initial commit.Christoph Lohmann10+216-0