swayfx/sway
Ryan Dwyer 4e8bf5b328 Fix double free of mode
config->current_mode is a pointer into the config->modes list, and each
mode has already been freed.

Same with bars.
2018-11-15 23:48:11 +10:00
..
commands Fix unused function in swap command 2018-11-14 19:31:43 +01:00
config More frees. 2018-11-13 14:42:00 +00:00
desktop Merge pull request #3102 from emersion/render-software-cursors 2018-11-13 14:59:48 -05:00
input Add focus_follows_mouse always. (#3081) 2018-11-06 21:58:08 +01:00
tree Allow multiple outputs for workspace output 2018-11-11 11:22:38 -05:00
commands.c Alter config variable replacement process 2018-11-10 21:53:10 -05:00
config.c Fix double free of mode 2018-11-15 23:48:11 +10:00
criteria.c Add some missing frees. 2018-11-13 13:45:01 +00:00
debug-tree.c Minor refactor of input manager 2018-10-20 13:11:43 +10:00
decoration.c Fix double free when unmapping any view 2018-11-15 15:22:09 +10:00
ipc-json.c IPC: Send keyboard layout info in IPC_GET_INPUTS 2018-11-12 22:00:22 +05:30
ipc-server.c Move view marks properties to container struct 2018-11-01 18:09:51 +10:00
main.c Teardown compositor when failing to drop permissions 2018-11-01 18:50:06 +01:00
meson.build Remove raise_floating directive 2018-10-20 17:51:32 +10:00
security.c Add minimal config subsystem 2017-12-05 10:40:55 +01:00
server.c Implement the presentation-time protocol 2018-10-23 23:38:57 +02:00
sway-bar.5.scd swaybar: add documentation for hide/hidden_state subcommands 2018-10-14 13:33:12 +01:00
sway-input.5.scd Establish sway-output(5) 2018-10-14 10:52:57 -04:00
sway-output.5.scd Add relative output transform 2018-11-05 22:58:27 +00:00
sway.1.scd Establish sway-output(5) 2018-10-14 10:52:57 -04:00
sway.5.scd Allow multiple outputs for workspace output 2018-11-11 11:22:38 -05:00
swaynag.c Allow swaynag to be disabled 2018-10-08 09:59:38 -04:00
xdg_decoration.c Improve CSD logic 2018-09-27 22:51:37 +10:00