sway/sway/commands
Tudor Brindus 07042486c3 tree/container: introduce container_is_sticky[_or_child] functions
To query whether a container is sticky, checking `con->is_sticky` is
insufficient. `container_is_floating_or_child` must also return true;
this led to a lot of repetition.

This commit introduces `container_is_sticky[_or_child]` functions, and
switches all stickiness checks to use them. (Including ones where the
container is already known to be floating, for consistency.)
2020-11-11 20:43:58 -05:00
..
bar Add support for workspace_min_width bar option. 2020-10-11 19:12:42 +02:00
input input/tablet: add tool_mode option to set tablet tools as relative input 2020-10-12 15:01:37 +02:00
output Restrict relative output transforms to runtime changes 2020-04-21 14:52:17 +02:00
seat hide_cursor: Add an option to hide when typing 2020-10-30 09:59:54 +01:00
assign.c
bar.c Add support for workspace_min_width bar option. 2020-10-11 19:12:42 +02:00
bind.c Fix incorrect format specifiers 2020-07-30 22:02:42 -04:00
border.c
client.c
create_output.c Implement create_output command for headless backend 2020-04-14 16:06:20 +02:00
default_border.c
default_floating_border.c
default_orientation.c
exec.c exec: fix validation during config reload 2020-08-24 09:41:54 +02:00
exec_always.c exec: fix validation during config reload 2020-08-24 09:41:54 +02:00
exit.c
floating.c
floating_minmax_size.c
floating_modifier.c
focus.c commands/focus: force container warp when fulfilling focus mode_toggle 2020-11-01 03:43:00 -05:00
focus_follows_mouse.c
focus_on_window_activation.c
focus_wrapping.c
font.c
for_window.c
force_display_urgency_hint.c fix force_display_urgency_hint parsing 2020-08-03 15:39:48 +02:00
force_focus_wrapping.c
fullscreen.c
gaps.c
hide_edge_borders.c
include.c
inhibit_idle.c
input.c input/tablet: add tool_mode option to set tablet tools as relative input 2020-10-12 15:01:37 +02:00
kill.c
layout.c
mark.c
max_render_time.c
mode.c
mouse_warping.c
move.c tree/container: introduce container_is_sticky[_or_child] functions 2020-11-11 20:43:58 -05:00
new_float.c
new_window.c
no_focus.c
nop.c
opacity.c
output.c
popup_during_fullscreen.c
reload.c Reload command now matches i3's implementation 2020-07-07 17:15:57 -04:00
rename.c
resize.c commands/resize: don't consider 1px resizes to be invalid 2020-10-22 09:10:10 +02:00
scratchpad.c
seat.c
set.c
shortcuts_inhibitor.c commands: Add per-view shortcuts_inhibitor command 2020-05-13 21:22:16 -04:00
show_marks.c
smart_borders.c
smart_gaps.c
split.c
sticky.c tree/container: introduce container_is_sticky[_or_child] functions 2020-11-11 20:43:58 -05:00
swap.c
swaybg_command.c
swaynag_command.c
tiling_drag.c
tiling_drag_threshold.c
title_align.c
title_format.c
titlebar_border_thickness.c
titlebar_padding.c
unmark.c
urgent.c
workspace.c check for workspace command name arg 2020-03-24 16:07:12 +01:00
workspace_layout.c
ws_auto_back_and_forth.c
xwayland.c