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
/
pango.c
Age
Commit message (
Expand
)
Author
2023-02-28
Fix background box -1 padding alignment.
Phil Jones
2023-02-26
Pad just enough when -1 is specified.
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-11
Fix Pango bug when deleting hidden characters.
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-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-26
Remove spurious debug log.
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-23
Add tofi-run symlink.
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
Space Pango lines correctly.
Phil Jones
2022-06-10
Remove unneeded Pango layouts.
Phil Jones
2022-06-10
Avoid an unnecessary copy of the image buffer.
Phil Jones
2022-06-09
Add Harfbuzz backend.
Phil Jones