Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-08-20 | Add DESTDIR support | agc | 1 | -3/+7 | |
2007-03-02 | Use standard headers. Use more macros. | wiz | 1 | -3/+4 | |
2007-02-24 | Update to 20070224 - cosmetic changes, make default width 5 characters | agc | 3 | -10/+9 | |
smaller, and fix a typo in the man page. | |||||
2007-01-07 | Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of | rillig | 1 | -2/+2 | |
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -1/+2 | |
2006-01-29 | Fix some nits and bugs, update to autocue-20060129: | agc | 2 | -7/+7 | |
+ make the output buffer the same size as the input buffer, useful for longer paragraphs + separate paragraphs with a " -" line + make fast scrolling a bit faster | |||||
2006-01-28 | Initial import of autocue-20060128 into the Packages Collection. | agc | 7 | -0/+305 | |
autocue is a program which takes a simple text file as input, and outputs its contents, broken up into paragraphs, and formatted by fmt, into xcb's cut buffers. From there, the text can be pasted with a simple mouse click. autocue will then wait for a period of time relative to the size of the text, before moving onto the next paragraph. Successive cut buffers will be used, and then will wrap to the beginning. The speed can be varied whilst the program is running - by sending a SIGUSR1 to the process, autocue will go faster. Sending a SIGUSR2 to the process will make it go slower. This program can be used to scroll a presentation, along with timing information (a beep is sounded when the next buffer should be pasted), and the presenter can simply paste into the presentation window. |