summaryrefslogtreecommitdiff
path: root/src/entry_backend/harfbuzz.c
AgeCommit message (Expand)Author
2023-04-10Fix broken line spacing with some fonts.Phil Jones
2023-03-16Fix selection background for Harfbuzz backend.Phil Jones
2023-03-12Minor cleanup of harfbuzz initialisation code.Phil Jones
2023-03-12Fix rendering issue for some versions of Harfbuzz.Phil Jones
2023-02-28Fix background box -1 padding alignment.Phil Jones
2023-02-28Convert to using Cairo scale.Phil Jones
2023-02-26Pad just enough when -1 is specified.Phil Jones
2022-12-21Fix compilation with Harfbuzz < 4.0.0.Phil Jones
2022-12-21Add text cursor support.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-18Improve UTF-8 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-09Improve performance for some themes.Phil Jones
2022-08-05Correct selection background for slanted fonts.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-29Redraw prompt each frame.Phil Jones
2022-07-26Add automatic detection of number of results.Phil Jones
2022-07-05Sort results by match position.Phil Jones
2022-06-26Add optional background around selected result.Phil Jones
2022-06-25Add option to disable font hinting.Phil Jones
2022-06-25Don't double-draw background colour on first draw.Phil Jones
2022-06-25Fix padding and split into top/bottom/left/right.Phil Jones
2022-06-24Horizontal mode fixes.Phil Jones
2022-06-23Combine Harfbuzz & Pango backends.Phil Jones
2022-06-23Remove Cairo scale factor.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-10Various small changes.Phil Jones
2022-06-10Minor cleanup.Phil Jones
2022-06-10Cleanup and comment HarfBuzz code.Phil Jones
2022-06-10Use doubles for harfbuzz glyph coordinates.Phil Jones
2022-06-10Avoid an unnecessary copy of the image buffer.Phil Jones
2022-06-09Add Harfbuzz backend.Phil Jones