summaryrefslogtreecommitdiff
path: root/src/config.c
AgeCommit message (Expand)Author
2023-07-16Add --physical-keybindings option.Phil Jones
2023-05-14Add --print-index option.Phil Jones
2023-04-30Replace `strto[u]l` with `strto[u]ll`.Phil Jones
2023-04-17Add --matching-algorithm option.Phil Jones
2023-04-09Add --auto-accept-single option.Phil Jones
2023-03-06Add fractional scaling support.Phil Jones
2023-03-03Convert to using wp_viewporter.Phil Jones
2023-02-28Convert to using Cairo scale.Phil Jones
2022-12-21Add text cursor support.Phil Jones
2022-12-11Add home path substitution for --font option.niki-on-github
2022-12-06Add config file unit tests and fix some bugs.Phil Jones
2022-12-01Add --ascii-input option.Phil Jones
2022-11-25Fix potentially uninitialised variable.Phil Jones
2022-11-24Avoid some unnecessary copying in config parser.Phil Jones
2022-11-24Fix more potential char parsing errors.Phil Jones
2022-11-24Don't set options if they failed to parse.Phil Jones
2022-11-22Fix new theme options not following scale factor.Phil Jones
2022-11-21Add --clip-to-padding option.Phil Jones
2022-11-21Overhaul text theming.Phil Jones
2022-11-21Add --font-variations option.Phil Jones
2022-11-20Add --font-features option.Phil Jones
2022-11-19Add --history-file option.Phil Jones
2022-11-16Add placeholder text options.Phil Jones
2022-10-25Add --multi-instance option.Phil Jones
2022-10-23Replace wchar and friends with Unicode handling.Phil Jones
2022-10-22Add --terminal option.Phil Jones
2022-10-18Fix --exclusive-zone=-1 not working.Phil Jones
2022-10-14Add --exclusive-zone option.Phil Jones
2022-10-05Add options to hide input for passwords etc.Phil Jones
2022-09-27Add --include option.Phil Jones
2022-09-08Make --scale default to true.Phil Jones
2022-08-22Add --prompt-padding option.Phil Jones
2022-08-21Add --require-match option.Phil Jones
2022-08-20Fix double scaling of min-input-width.Dima Krasner
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-03Make --drun-print-exec always be true.Phil Jones
2022-07-30Add option to colour matching portion of results.Phil Jones
2022-07-30Improve error message for invalid colours.Phil Jones
2022-07-29Make a selection-padding of -1 be infinite.Phil Jones
2022-07-29Add --selection-padding option.Phil Jones
2022-07-27Fix window workspaces in drun mode.Phil Jones
2022-07-24Add drun mode.Phil Jones
2022-06-26Add optional background around selected result.Phil Jones
2022-06-26Fix multiple output handling.Phil Jones
2022-06-26Add --late-keyboard-init option.Phil Jones
2022-06-26Add bash completions.Phil Jones
2022-06-25Add example themes and allow # in colors.Phil Jones
2022-06-25Add option to disable font hinting.Phil Jones