sway/common
Kenny Levinsen 8c5b23e592 common/pango: Disable glyph position rounding
Pango rounds glyph position and widths to nearest integer, which leads
to font dimensions jumping around when rendering with a scale, causing
text geometry to jump around when changing scale. This is disturbing
when text buffers change scale, and also mean that the text geometry
calculations in sway_text_node are incorrect.

Disable this rounding to make the geometry stable.
2024-07-10 18:49:42 -04:00
..
cairo.c cairo: Replace <cairo/cairo.h> by <cairo.h> 2021-05-10 10:28:32 +02:00
gesture.c Define _POSIX_C_SOURCE globally 2024-02-23 17:43:19 +03:00
ipc-client.c Define _POSIX_C_SOURCE globally 2024-02-23 17:43:19 +03:00
list.c Merge pull request #3271 from ianyfan/list-cleanup 2018-12-09 21:50:19 +10:00
log.c Define _POSIX_C_SOURCE globally 2024-02-23 17:43:19 +03:00
loop.c Define _POSIX_C_SOURCE globally 2024-02-23 17:43:19 +03:00
meson.build common: move load_image to swaybar 2023-11-23 20:42:04 +01:00
pango.c common/pango: Disable glyph position rounding 2024-07-10 18:49:42 -04:00
stringop.c Define _POSIX_C_SOURCE globally 2024-02-23 17:43:19 +03:00
util.c Define _POSIX_C_SOURCE globally 2024-02-23 17:43:19 +03:00