sway/swaybar
Hristo Venev 7affe5c1bd swaybar: fix i3bar relative coordinates when scaling is used
24e8ba048a did not take scaling into account.
The hotspot size used pixel coordinates, the absolute coordinates were logical,
and the relative coordinates were completely wrong.

This commit makes all coordinates use logical values. If
`"float_event_coords":true` is sent in the handshake message, coordinates are
sent as floating-point values.

The "scale" field is an integer containing the scale value.
2020-02-10 18:58:09 +01:00
..
tray swaybar: fix i3bar relative coordinates when scaling is used 2020-02-10 18:58:09 +01:00
bar.c swaybar: complete barconfig_update event handling 2019-09-04 16:48:50 -10:00
config.c swaybar: complete barconfig_update event handling 2019-09-04 16:48:50 -10:00
i3bar.c swaybar: fix i3bar relative coordinates when scaling is used 2020-02-10 18:58:09 +01:00
input.c swaybar: fix i3bar relative coordinates when scaling is used 2020-02-10 18:58:09 +01:00
ipc.c parse_color: return success + drop fallback color 2019-12-28 10:07:25 +01:00
main.c swaybar: prevent signal handler from firing during termination 2019-02-15 14:09:14 +00:00
meson.build Removed unused wlroots dependency for sway(bg|bar|msg|nag) 2019-01-21 13:04:15 -05:00
render.c swaybar: fix i3bar relative coordinates when scaling is used 2020-02-10 18:58:09 +01:00
status_line.c swaybar: fix i3bar relative coordinates when scaling is used 2020-02-10 18:58:09 +01:00
swaybar-protocol.7.scd Fix typo in swaybar-protocol.7.scd 2019-12-28 13:36:00 -05:00