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
2023-04-10
Fix broken line spacing with some fonts.
Phil Jones
2023-03-16
Fix selection background for Harfbuzz backend.
Phil Jones
2023-03-12
Minor cleanup of harfbuzz initialisation code.
Phil Jones
2023-03-12
Fix rendering issue for some versions of Harfbuzz.
Phil Jones
2023-02-28
Fix background box -1 padding alignment.
Phil Jones
2023-02-28
Convert to using Cairo scale.
Phil Jones
2023-02-26
Pad just enough when -1 is specified.
Phil Jones
2022-12-21
Fix compilation with Harfbuzz < 4.0.0.
Phil Jones
2022-12-21
Add text cursor support.
Phil Jones
2022-11-21
Overhaul text theming.
Phil Jones
2022-11-21
Add --font-variations option.
Phil Jones
2022-11-20
Add --font-features option.
Phil Jones
2022-11-16
Add placeholder text options.
Phil Jones
2022-10-23
Replace wchar and friends with Unicode handling.
Phil Jones
2022-10-18
Improve UTF-8 handling.
Phil Jones
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