swayfx/sway/commands
Ryan Dwyer 3c7fd145d5 Rebase the cursor after focusing in a direction
Prior to this patch, creating a tabbed container with two views,
switching tab and then scrolling without motion would cause the scroll
events to be sent to the old focus. To fix this, rebasing the cursor is
needed after changing focus.
2018-10-24 18:43:32 +10:00
..
bar commands: replace EXPECTED_LESS_THAN with EXPECTED_AT_MOST 2018-10-23 10:51:54 +01:00
input
output
seat Introduce cursor_rebase 2018-10-19 22:47:54 +10:00
assign.c
bar.c cmd_bar: simplify logic 2018-10-13 17:56:11 -04:00
bind.c commands: remove EXPECTED_MORE_THAN 2018-10-23 10:17:58 +01:00
border.c Minor refactor of input manager 2018-10-20 13:11:43 +10:00
client.c Shim client.background and client.placeholder 2018-10-07 14:44:37 -04:00
create_output.c
default_border.c
default_floating_border.c
default_orientation.c
exec.c
exec_always.c commands: remove EXPECTED_MORE_THAN 2018-10-23 10:17:58 +01:00
exit.c
floating.c
floating_minmax_size.c
floating_modifier.c
focus.c Rebase the cursor after focusing in a direction 2018-10-24 18:43:32 +10:00
focus_follows_mouse.c
focus_on_window_activation.c Implement focus_on_window_activation 2018-09-02 18:20:34 +10:00
focus_wrapping.c
font.c
for_window.c
force_display_urgency_hint.c
force_focus_wrapping.c
fullscreen.c commands: replace EXPECTED_LESS_THAN with EXPECTED_AT_MOST 2018-10-23 10:51:54 +01:00
gaps.c fix_edge_gaps: Allow negative values for outer gaps. 2018-10-13 17:42:49 +02:00
hide_edge_borders.c Handle border options for gaps 2018-10-01 21:19:06 -04:00
include.c
input.c Minor refactor of input manager 2018-10-20 13:11:43 +10:00
kill.c
layout.c commands: remove EXPECTED_MORE_THAN 2018-10-23 10:17:58 +01:00
mark.c Fix crashes when running certain commands on an empty workspace 2018-10-17 19:55:00 +10:00
mode.c
mouse_warping.c Add mouse_warping container 2018-10-10 12:45:21 +02:00
move.c Fix crash when moving a container to a fullscreen workspace 2018-10-22 18:02:33 +10:00
no_focus.c
nop.c commands: add nop 2018-08-18 15:50:26 +01:00
opacity.c commands: print correct command on error for exec and opacity 2018-10-23 10:14:50 +01:00
output.c
popup_during_fullscreen.c Implement popup_during_fullscreen 2018-10-08 22:49:59 +10:00
reload.c cmd_reload: recalc font sizing + rebuild textures 2018-10-21 22:57:29 -04:00
rename.c
resize.c Fix crash when resizing container hidden in the scratchpad 2018-10-23 00:02:08 +10:00
scratchpad.c Minor refactor of input manager 2018-10-20 13:11:43 +10:00
seat.c
set.c
show_marks.c
smart_borders.c
smart_gaps.c
split.c
sticky.c fix: cmd_sticky crash sway with empty container 2018-10-11 22:29:41 +02:00
swap.c Make workspace back_and_forth seat-specific 2018-10-21 11:26:22 +10:00
swaybg_command.c Allow swaybg to be disabled 2018-10-08 15:08:33 +02:00
swaynag_command.c cmd_swaynag_command: fix typo in variable 2018-10-22 21:19:22 -04:00
tiling_drag.c
title_format.c Fix crashes when running certain commands on an empty workspace 2018-10-17 19:55:00 +10:00
unmark.c Fix crashes when running certain commands on an empty workspace 2018-10-17 19:55:00 +10:00
urgent.c commands: when setting urgency, check container is not null 2018-10-08 17:48:25 +01:00
workspace.c Make workspace back_and_forth seat-specific 2018-10-21 11:26:22 +10:00
workspace_layout.c
ws_auto_back_and_forth.c