wlroots-hyprland/rootston
Las afa2e399aa Fix implicit conversion of floats to ints in calls to pixman_region32_contains_point
I do not think the conversion is specifically defined, but on my system and SirCmpwn's
the floats are rounded instead of floored, which is incorrect in this case, since
for a range from 0 to 256, any value greater or equal to 0 and less than 256 is valid.
I.e. [0;256[, or 0 <= x < 256, but if x is e.g. -0.1, then it will be rounded to 0, which
is invalid. The correct behavior would be to floor to -1.
2018-09-18 13:05:44 +02:00
..
config.c Implement pointer-constraints protocol in wlroots and rootston 2018-09-18 10:14:33 +02:00
cursor.c Fix implicit conversion of floats to ints in calls to pixman_region32_contains_point 2018-09-18 13:05:44 +02:00
desktop.c Implement pointer-constraints protocol in wlroots and rootston 2018-09-18 10:14:33 +02:00
ini.c Fix gcc string truncation warnings 2018-04-13 14:37:53 +09:00
input.c rootston: fix again FreeBSD build 2018-08-16 11:22:42 +01:00
keyboard.c Implement pointer-constraints protocol in wlroots and rootston 2018-09-18 10:14:33 +02:00
layer_shell.c layer-shell: add _v1 suffix 2018-09-14 19:32:33 +02:00
main.c Revert "rootston: Reap child processes" 2018-07-29 09:19:26 +01:00
meson.build Revert "Revert "Merge pull request #1194 from ascent12/meson_feature"" 2018-08-24 19:35:02 +12:00
output.c layer-shell: add _v1 suffix 2018-09-14 19:32:33 +02:00
rootston.ini.example Implement pointer-constraints protocol in wlroots and rootston 2018-09-18 10:14:33 +02:00
seat.c Implement pointer-constraints protocol in wlroots and rootston 2018-09-18 10:14:33 +02:00
virtual_keyboard.c util: add wlr_ prefix to log symbols 2018-07-09 22:49:54 +01:00
wl_shell.c util: add wlr_ prefix to log symbols 2018-07-09 22:49:54 +01:00
xdg_shell.c Fix bugs listed by clang's static analyzer 2018-08-31 19:41:18 +02:00
xdg_shell_v6.c rootston: focus newly-created surfaces 2018-07-29 21:58:33 +03:00
xwayland.c util: add wlr_ prefix to log symbols 2018-07-09 22:49:54 +01:00