sway/sway
KalilDev 806f7554c2 render: Fix passing the wrong param to ...
render_border_textures_for_container.

* This was causing an UB because we were trying to get an output from
  some random offset in the damage, and we were getting the damage after
  this offset, reading garbage data after the end of the damage struct
  size
* On my machine, the output offset was an nullptr, so when it got
  dereferenced, core was dumped.
2020-08-31 13:06:56 -04:00
..
commands Fix border rendering for non-floating containers 2020-08-31 04:22:54 -04:00
config config/output: don't change output state before commit 2020-07-10 18:18:27 -04:00
desktop render: Fix passing the wrong param to ... 2020-08-31 13:06:56 -04:00
input Fix incorrect format specifiers 2020-07-30 22:02:42 -04:00
tree Fix border rendering for non-floating containers 2020-08-31 04:22:54 -04:00
commands.c Fix border rendering for non-floating containers 2020-08-31 04:22:54 -04:00
config.c Reload command now matches i3's implementation 2020-07-07 17:15:57 -04:00
criteria.c Introduce pid criteria token 2020-02-27 14:03:22 +01:00
decoration.c Fix double free when unmapping any view 2018-11-15 15:22:09 +10:00
ipc-json.c Fix incorrect format specifiers 2020-07-30 22:02:42 -04:00
ipc-server.c Fix incorrect format specifiers 2020-07-30 22:02:42 -04:00
main.c Handle SIGINT 2020-08-11 18:37:11 -04:00
meson.build Add basic border texture support 2020-08-31 04:22:54 -04:00
server.c Unset DISPLAY when wlr_xwayland fails 2020-07-02 23:55:56 -04:00
sway-bar.5.scd swaybar: complete barconfig_update event handling 2019-09-04 16:48:50 -10:00
sway-input.5.scd fix typos in sway-input.5.scd 2020-04-29 12:43:34 +02:00
sway-ipc.7.scd i3-compat: add GET_BINDING_STATE IPC command 2020-06-14 00:55:14 -04:00
sway-output.5.scd Simplify repaint scheduling documentation 2020-05-11 10:36:33 +02:00
sway.1.scd add dots to man 2020-04-14 10:10:35 +02:00
sway.5.scd Fix use of hyphen instead of underscore 2020-08-31 12:27:52 -04:00
swaynag.c Rename symbol set_cloexec to sway_set_cloexec, remove duplicates. 2019-11-01 12:41:08 -04:00
xdg_decoration.c Fix xdg-decoration unconfigured if set before first commit 2019-05-03 15:37:32 -06:00