index
:
tofi.git
master
Fork of philj56/tofi with improved dmenu flag support
ZachIR
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
entry_backend
/
harfbuzz.c
Age
Commit message (
Expand
)
Author
2022-10-05
Add options to hide input for passwords etc.
Phil Jones
2022-08-22
Add --prompt-padding option.
Phil Jones
2022-08-09
Improve performance for some themes.
Phil Jones
2022-08-05
Correct selection background for slanted fonts.
Phil Jones
2022-08-04
Improve pagination.
Phil Jones
2022-08-03
Add pagination of results.
Phil Jones
2022-07-30
Add option to colour matching portion of results.
Phil Jones
2022-07-29
Make a selection-padding of -1 be infinite.
Phil Jones
2022-07-29
Add --selection-padding option.
Phil Jones
2022-07-29
Redraw prompt each frame.
Phil Jones
2022-07-26
Add automatic detection of number of results.
Phil Jones
2022-07-05
Sort results by match position.
Phil Jones
2022-06-26
Add optional background around selected result.
Phil Jones
2022-06-25
Add option to disable font hinting.
Phil Jones
2022-06-25
Don't double-draw background colour on first draw.
Phil Jones
2022-06-25
Fix padding and split into top/bottom/left/right.
Phil Jones
2022-06-24
Horizontal mode fixes.
Phil Jones
2022-06-23
Combine Harfbuzz & Pango backends.
Phil Jones
2022-06-23
Remove Cairo scale factor.
Phil Jones
2022-06-21
Add result selection.
Phil Jones
2022-06-21
Add config file handling.
Phil Jones
2022-06-21
Add various command line arguments.
Phil Jones
2022-06-10
Various small changes.
Phil Jones
2022-06-10
Minor cleanup.
Phil Jones
2022-06-10
Cleanup and comment HarfBuzz code.
Phil Jones
2022-06-10
Use doubles for harfbuzz glyph coordinates.
Phil Jones
2022-06-10
Avoid an unnecessary copy of the image buffer.
Phil Jones
2022-06-09
Add Harfbuzz backend.
Phil Jones