summaryrefslogtreecommitdiff
path: root/src/entry.h
AgeCommit message (Expand)Author
2023-03-06Add fractional scaling support.Phil Jones
2023-03-05Remove unused image.h.Phil Jones
2022-12-21Add text cursor support.Phil Jones
2022-11-28Refactor string vector code.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-16Add placeholder text options.Phil Jones
2022-10-23Replace wchar and friends with Unicode handling.Phil Jones
2022-10-05Add options to hide input for passwords etc.Phil Jones
2022-08-22Add --prompt-padding option.Phil Jones
2022-08-07Delay scaling of percentage values.Phil Jones
2022-08-04Improve pagination.Phil Jones
2022-08-03Add pagination of results.Phil Jones
2022-07-30Add option to colour matching portion of results.Phil Jones
2022-07-29Make a selection-padding of -1 be infinite.Phil Jones
2022-07-29Add --selection-padding option.Phil Jones
2022-07-26Add automatic detection of number of results.Phil Jones
2022-07-24Add drun mode.Phil Jones
2022-06-26Add optional background around selected result.Phil Jones
2022-06-25Fix padding and split into top/bottom/left/right.Phil Jones
2022-06-24Horizontal mode fixes.Phil Jones
2022-06-23Fix default sizes and hide_cursor option.Phil Jones
2022-06-23Combine Harfbuzz & Pango backends.Phil Jones
2022-06-23Remove Cairo scale factor.Phil Jones
2022-06-23Allow percentages for window size & margins.Phil Jones
2022-06-21Add result selection.Phil Jones
2022-06-21Add config file handling.Phil Jones
2022-06-21Add various command line arguments.Phil Jones
2022-06-10Avoid an unnecessary copy of the image buffer.Phil Jones
2022-06-09Add Harfbuzz backend.Phil Jones
2021-11-17Add sorting by run frequency.Phil Jones
2021-11-15Multiple smaller changes.Phil Jones
2021-11-15Switch from subsurface setup to just one surface.Phil Jones
2021-11-14Rename main struct to tofi.Phil Jones
2021-11-07Initial working build.Phil Jones
2021-11-03Don't use Pango by default.Phil Jones
2021-11-01Add extra cleanup code to debug builds.Phil Jones
2021-10-31Add actual greetd functionality.Phil Jones
2021-10-31Add HiDPI support and lots of cleanup.Phil Jones
2021-10-29Basic text entry working.Phil Jones