summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Collapse)AuthorFilesLines
2026-01-26Dev mode now always display bottom status messageMitja Felicijan1-3/+7
2026-01-26Fix scrollable area not overlap with messagesMitja Felicijan1-3/+4
2026-01-26Fix colors in light theme terminals #7Mitja Felicijan1-8/+10
Instead of having color themes and making cli a bit more complicated I added a fix to make bacgkround black by default. I attached alacritty light theme. Test it with `alacritty --config-file alacritty.light.toml` and then run `xdgctl`. This could be improved in the future.
2026-01-26Fix scrolling when application or category list too long #8Mitja Felicijan1-9/+33
This can be tested with `XDGCTL_DEV=100 xdgctl`.
2026-01-26Add dev mode via env variable XDGCTL_DEV=nMitja Felicijan1-22/+87
2026-01-25Fix Japanese glyphs not being rendered properly #1Mitja Felicijan1-18/+10
Tested with https://github.com/coz-m/MPLUS_FONTS
2026-01-25Engage!Mitja Felicijan1-0/+248