summaryrefslogtreecommitdiff
path: root/src/string_vec.c
AgeCommit message (Expand)Author
2024-12-30Fix comment typo.Phil Jones
2023-04-17Add --matching-algorithm option.Phil Jones
2022-11-28Refactor string vector code.Phil Jones
2022-11-24Speed up string vector filtering and loading.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-19Cleanup some potentially flaky logic.Phil Jones
2022-10-23Replace wchar and friends with Unicode handling.Phil Jones
2022-10-18Improve UTF-8 handling.Phil Jones
2022-09-07Allow space-separated, per-word matches.Phil Jones
2022-08-12Add --fuzzy_match option.Phil Jones
2022-07-24Add drun mode.Phil Jones
2022-07-05Sort results by match position.Phil Jones
2022-06-21Add config file handling.Phil Jones
2022-06-21Add various command line arguments.Phil Jones
2022-06-11Add compgen caching.Phil Jones
2022-06-07Switch from using (E)GL to wl_shm.Phil Jones
2021-11-17Add sorting by run frequency.Phil Jones
2021-11-15Multiple smaller changes.Phil Jones
2021-11-07Initial working build.Phil Jones
2021-11-06Start conversion to tofi.Phil Jones