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.c
Age
Commit message (
Expand
)
Author
2023-03-06
Add fractional scaling support.
Phil Jones
2023-03-05
Remove unused image.h.
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
Add text cursor support.
Phil Jones
2022-11-22
Fix new theme options not following scale factor.
Phil Jones
2022-11-21
Add --clip-to-padding option.
Phil Jones
2022-11-21
Overhaul text theming.
Phil Jones
2022-11-21
Add --font-variations option.
Phil Jones
2022-10-23
Replace wchar and friends with Unicode handling.
Phil Jones
2022-07-26
Add automatic detection of number of results.
Phil Jones
2022-06-25
Correct border rendering with alpha.
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
Correct clipping with rounded corners.
Phil Jones
2022-06-23
Combine Harfbuzz & Pango backends.
Phil Jones
2022-06-23
Remove Cairo scale factor.
Phil Jones
2022-06-21
Add various command line arguments.
Phil Jones
2022-06-10
Various small changes.
Phil Jones
2022-06-10
Delay second buffer initialisation.
Phil Jones
2022-06-10
Avoid an unnecessary copy of the image buffer.
Phil Jones
2022-06-09
Minor cleanup.
Phil Jones
2022-06-09
Speed up Cairo initialisation.
Phil Jones
2022-06-09
Add Harfbuzz backend.
Phil Jones
2022-06-07
Switch from using (E)GL to wl_shm.
Phil Jones
2021-11-15
Multiple smaller changes.
Phil Jones
2021-11-15
Switch from subsurface setup to just one surface.
Phil Jones
2021-11-14
Initial experiments with layer shell.
Phil Jones
2021-11-14
Rename main struct to tofi.
Phil Jones
2021-11-07
Initial working build.
Phil Jones
2021-11-03
Don't use Pango by default.
Phil Jones
2021-11-01
Change default password character to full-stop.
Phil Jones
2021-11-01
Add extra cleanup code to debug builds.
Phil Jones
2021-10-31
Add actual greetd functionality.
Phil Jones
2021-10-31
Don't log which font is being used in release.
Phil Jones
2021-10-31
Add HiDPI support and lots of cleanup.
Phil Jones
2021-10-29
Basic text entry working.
Phil Jones