Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-29 | Add Ctrl-j and Ctrl-k keybindings. | Phil Jones | |
2022-06-28 | Select next result on Tab. | Phil Jones | |
2022-06-26 | Add optional background around selected result. | Phil Jones | |
2022-06-26 | Fix multiple output handling. | Phil Jones | |
The --output option can be passed to select a specific output to appear on. Which output is chosen otherwise is currently random, as I don't know yet how to determine which one the user's currently on. | |||
2022-06-26 | Add --late-keyboard-init option. | Phil Jones | |
2022-06-26 | Add generated markdown manpages. | Phil Jones | |
2022-06-26 | Add default theme screenshot and fix typo. | Phil Jones | |
2022-06-25 | Add example themes and allow # in colors. | Phil Jones | |
2022-06-25 | Add manpages. | Phil Jones | |
2021-11-06 | Start conversion to tofi. | Phil Jones | |
2021-11-03 | Add missing -T option to manpage and usage string. | Phil Jones | |
2021-11-03 | Don't use Pango by default. | Phil Jones | |
Initialising Pango makes up a large portion of the startup time, and we can achieve neater rendering with pure Cairo if we're just drawing circles anyway. Therefore, this commit avoids loading Pango if no options which require it are specified (such as --font-name or --password-character). This reduces startup time with no background image to ~40ms on my machine (2015 MacBook Pro). | |||
2021-11-02 | Add option to hide the cursor. | Phil Jones | |
2021-11-01 | Change default password character to full-stop. | Phil Jones | |
2021-11-01 | Add bash completion. | Phil Jones | |
2021-11-01 | Add manpage and usage help. | Phil Jones | |