index
:
sway.git
master
fork of sway with action binder commands
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sway
/
commands
/
focus.c
Age
Commit message (
Expand
)
Author
2018-12-20
Combine output_by_name and output_by_identifier
Brian Ashworth
2018-12-03
cmd_focus: show scratchpad if hidden
Brian Ashworth
2018-11-05
Fix focus_wrapping yes
Brian Ashworth
2018-11-01
Wrap to fartherest output when running focus output
Ryan Dwyer
2018-10-30
Remove enum movement_direction
Ryan Dwyer
2018-10-25
Merge pull request #2975 from RyanDwyer/deny-commands-when-no-outputs
Drew DeVault
2018-10-26
Deny several commands when there's no outputs connected
Ryan Dwyer
2018-10-25
Rebase the cursor after applying transactions
Ryan Dwyer
2018-10-24
Rebase the cursor after focusing in a direction
Ryan Dwyer
2018-10-19
Introduce cursor_rebase
Ryan Dwyer
2018-10-19
Consider cursor warp when switching workspaces
Ryan Dwyer
2018-10-18
Remove cursor warping from seat_set_focus
Ryan Dwyer
2018-09-16
Rename seat_get_active_child to seat_get_active_tiling_child
Ryan Dwyer
2018-09-10
Give windows pointer focus immediately when they are switched to
William Wold
2018-09-06
Introduce seat_set_focus_container and seat_set_focus_workspace
Ryan Dwyer
2018-09-06
Fix crash when focusing from fullscreen in an invalid direction
Ryan Dwyer
2018-09-05
Fix crash when using focus parent/child from an empty workspace
Ryan Dwyer
2018-09-05
Fix another focus bug when moving into output
Ryan Dwyer
2018-09-05
Fix crash when focus hits edge of root
Ryan Dwyer
2018-09-05
Implement type safe arguments and demote sway_container
Ryan Dwyer
2018-08-26
Remove layout.c
Ryan Dwyer
2018-08-25
Relocate container_move, container_move_to and container_get_in_direction
Ryan Dwyer
2018-08-19
Replace hacky L_FLOATING container with a list
Ryan Dwyer
2018-08-18
commands: prevent focusing mode with no containers
Ian Fan
2018-08-17
Refactor seat_get_focus functions
Ryan Dwyer
2018-07-28
Fix focus mode_toggle from a child of a floating container
Ryan Dwyer
2018-07-28
When unfloating, return container to previously focused tiled container
Ryan Dwyer
2018-07-19
Use parse_movement_direction
Ryan Dwyer
2018-07-19
Defer the focus commands
Ryan Dwyer
2018-07-19
Implement focus output command
Ryan Dwyer
2018-07-09
Implement `focus mode_toggle`
emersion
2018-04-02
Merge branch 'wlroots' into seat-fixes
Tony Crisci
2018-04-02
Partially implement move command
Drew DeVault
2018-04-02
rename seat functions
Tony Crisci
2018-03-29
Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"
Tony Crisci
2018-03-29
Revert "Refactor tree"
Drew DeVault
2018-03-29
fix container_get_in_direction name
Tony Crisci
2018-03-29
rename container functions
Tony Crisci
2018-03-29
move tree includes to their own directory
Tony Crisci
2018-02-24
remove checks for command handlers
Tony Crisci
2018-02-14
basic focus in direction
Tony Crisci
2018-02-14
basic focus (without direction)
Tony Crisci
2017-11-18
Move everything to sway/old/
Drew DeVault
2017-11-11
Wire up output frame loop
Drew DeVault
2017-04-05
Improve criteria handling
Calvin Lee
2017-03-10
UnGNUify the codebase
Drew DeVault
2016-12-29
introduce next/prev as a direction for focus/move commands.
wil
2016-09-02
merge in latest commits
Zandr Martin
2016-09-01
refactor commands.c
Zandr Martin