summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
2023-04-09Add --auto-accept-single option.Phil Jones
2023-03-12Fix crash when wp_viewporter is not supported.Phil Jones
2023-03-06Add fractional scaling support.Phil Jones
2023-03-05Remove unused image.h.Phil Jones
2023-03-03Convert to using wp_viewporter.Phil Jones
2023-02-28Convert to using Cairo scale.Phil Jones
2023-02-26Log when the second buffer is created.Phil Jones
2022-12-21Add text cursor support.Phil Jones
2022-12-06Add config file unit tests and fix some bugs.Phil Jones
2022-12-01Add --ascii-input option.Phil Jones
2022-11-28Improve performance of tofi-run history sorting.Phil Jones
2022-11-28Refactor string vector code.Phil Jones
2022-11-21Add --clip-to-padding option.Phil Jones
2022-11-21Overhaul text theming.Phil Jones
2022-11-21Remove most options from usage info.Phil Jones
2022-11-21Reduce maximum wlr_layer_shell version to 3.Phil Jones
2022-11-21Add --font-variations option.Phil Jones
2022-11-20Add --font-features option.Phil Jones
2022-11-20Clean up drun launch logic a little bit.Phil Jones
2022-11-19Make vector finding functions names clearer.Phil Jones
2022-11-19Fix sorting in normal tofi mode with history.Phil Jones
2022-11-19Sort items in normal tofi mode when using history.Phil Jones
2022-11-19Add --history-file option.Phil Jones
2022-11-19Add support for pasting from clipboard.Phil Jones
2022-11-16Add placeholder text options.Phil Jones
2022-10-25Add --multi-instance option.Phil Jones
2022-10-25Disallow multiple simultaneous tofi instances.Phil Jones
2022-10-23Synchronise rendering with surface update.Phil Jones
2022-10-23Replace wchar and friends with Unicode handling.Phil Jones
2022-10-22Add --terminal option.Phil Jones
2022-10-21Initial input handling cleanup.Phil Jones
2022-10-18Improve UTF-8 handling.Phil Jones
2022-10-14Add --exclusive-zone option.Phil Jones
2022-10-14Change default layer to overlay.Phil Jones
2022-10-12Add Shift-Tab keybinding.Phil Jones
2022-10-12Fix crash when moving selection with no results.Phil Jones
2022-10-05Add options to hide input for passwords etc.Phil Jones
2022-09-29Fix appearing on the wrong output on Hyprland.Phil Jones
2022-09-27Add --include option.Phil Jones
2022-09-08Make --scale default to true.Phil Jones
2022-09-07Allow space-separated, per-word matches.Phil Jones
2022-08-22Add --prompt-padding option.Phil Jones
2022-08-21Add --require-match option.Phil Jones
2022-08-20Add Ctrl-u and Ctrl-w readline bindings.Phil Jones
2022-08-20Add scale option.Phil Jones
2022-08-12Add --fuzzy_match option.Phil Jones
2022-08-07Delay scaling of percentage values.Phil Jones
2022-08-04Improve pagination.Phil Jones
2022-08-03Make --drun-print-exec always be true.Phil Jones
2022-08-03Add pagination of results.Phil Jones