catpoint

simple slides viewer
git clone git://git.2f30.org/catpoint
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2019-02-09 18:14Revert "Get rid of ncurses"Lazaros Koromilas1+17-19
2019-02-09 18:14Revert "Remove printslide()"Lazaros Koromilas1+9-2
2019-02-09 18:14Revert "Remove curses-remnants"Lazaros Koromilas1+4-0
2019-02-09 18:13Revert "Be more explicit with the for-loop-arguments"Lazaros Koromilas1+2-2
2019-02-09 18:13Revert "Fix a warning about \e"Lazaros Koromilas1+2-2
2019-02-09 18:13Revert "Add arrow-key-support"Lazaros Koromilas1+31-22
2019-02-09 18:13Revert "Wrap a long line"Lazaros Koromilas1+1-2
2019-02-09 18:11Revert "Very simple Makefile"Lazaros Koromilas1+4-0
2019-02-09 18:04Revert "Use install instead of cp and change var names"Lazaros Koromilas1+6-8
2014-07-20 14:24Use install instead of cp and change var nameslostd1+8-6
2014-07-20 14:05Add basic targets and flagslostd2+10-0
2014-07-20 12:17Wrap a long linelostd1+2-1
2014-07-20 11:19Add arrow-key-supportFRIGN1+22-31
2014-07-20 10:25Very simple Makefilelostd1+0-4
2014-07-12 10:10Remove curses in READMEFRIGN1+1-1
2014-07-11 19:13Fix a warning about \eFRIGN1+2-2
2014-07-11 18:56Fix memory leakFRIGN1+1-0
2014-07-11 18:08Be more explicit with the for-loop-argumentsFRIGN1+2-2
2014-07-11 16:34License stuffFRIGN2+2-2
2014-07-11 12:18Remove curses-remnantsFRIGN1+0-4
2014-07-11 12:01Remove printslide()FRIGN1+2-9
2014-07-11 11:54Get rid of ncursesFRIGN1+19-17
2014-07-20 09:48Testing fonts and term compatibilitylostd1+17-0
2014-07-11 09:53Use printf-idiomsFRIGN1+1-5
2014-01-21 11:30Add LICENSEsin1+23-0
2014-01-18 12:17Enable wide characters support in catpointsin2+4-1
2013-12-17 14:45Matter of tastelostd1+2-2
2013-12-12 15:32Fix some type mismatches found by jitlostd1+3-3
2013-08-28 10:47fix usage line fixlostd1+1-1
2013-08-13 15:46Fix usage linesin1+1-1
2013-08-11 23:03merge diffs, push back comment changelostd1+1-1
2013-07-31 10:42Staticise printslide()sin1+1-1
2013-07-29 15:16No need to use unsigned char *sin1+1-1
2013-07-29 14:54Add struct slide and fix overflowsin1+26-7
2013-07-29 14:42No need to use calloc()sin1+4-2
2013-06-20 11:00Initial commitsin10+201-0