mirror of
https://github.com/davatorium/rofi.git
synced 2025-02-10 15:44:41 -05:00
![]() * Improved background draw code - Better to read (precalculated coordinates) - Unnecessary line_to in the end - Don't use radius in calculations if zero * Background draw - separate rounded rect function * Limit background & border overlap size Overlap is too good against artifacts when stiching antialiased areas to be avoided, unless intermediate image is used for additive stiching. But it doesn't look good with transparent borders, when overlaping background is visible. It seems, that 1px overlap is right enough to completely prevent artifacts. Though things may differ if one if side is 1px or even 0px, while adjacent is still enough thick. * Style: alignment, less noise, limit var scope |
||
---|---|---|
.. | ||
dialogs | ||
widgets | ||
css-colors.c | ||
helper.c | ||
history.c | ||
keyb.c | ||
mode.c | ||
rofi-icon-fetcher.c | ||
rofi-types.c | ||
rofi.c | ||
theme.c | ||
timings.c | ||
view.c | ||
xcb.c | ||
xrmoptions.c |