aboutsummaryrefslogtreecommitdiff
path: root/sway/focus.c
AgeCommit message (Collapse)Author
2015-12-14Fix dangling pointer on focus swap/describe WSKevin Hamacher
2015-12-13Notify IPC on workspace changes more frequentlyDrew DeVault
2015-12-13Make destroy_workspace behave as expectedKevin Hamacher
2015-12-01Fix for_window [...] move scratchpad correctlyDrew DeVault
2015-12-01Revert "Fix bug with for_window [...] move scratchpad"Drew DeVault
This reverts commit 0796b0c475bb46095d14a5291d62dd8e7d098262.
2015-12-01Fix bug with for_window [...] move scratchpadDrew DeVault
2015-11-27Move IPC client into common, refactor IPCDrew DeVault
2015-11-04Include header declaring ipc_event_workpace(2)Mikkel Oscar Lyderik
2015-11-02put ipc_event_workspace in update_focustaiyu
2015-10-29commands: Learn mouse_warping.S. Christoffer Eliesen
Place mouse at center of focused view when changing to a workspace on a different output, if option is enabled. (This replicates existing i3 option.) This can be triggered in multiple ways: A) via `workspace <name>` which changes output B) via `focus <direction>` which changes output C) via `focus output <name>` which (obviously) changes output
2015-10-25log: Add swayc_log, use at a few key places.S. Christoffer Eliesen
swayc_log works just like sway_log, but appends type and name from given container to the log output.
2015-10-23seamless_mouse: Move pointer only if successfully changed workspace.S. Christoffer Eliesen
If e.g. a window has a popup open then that will lock the current focus, making a workspace switch denied. So don't move the mouse pointer in such cases.
2015-08-27update visibility + container info functionstaiyu
2015-08-25fixed segfault on exit + a little fixup of that floatfocus prtaiyu
2015-08-25changed view visibility to be boolminus
view_visibility enum remains with one constant that is the mask to wlc's view masking
2015-08-25refactored view visibilityminus
- replace visibilty mask integers with an enum - set output's visibilty mask on creation - added update_visibility to manually update a containers visibility (e.g. when it moved to an invisible workspace)
2015-08-22fixed vanishing floating viewtaiyu
2015-08-21bugfixes, renamestaiyu
2015-08-20styletaiyu
2015-08-19another small fix to move_focustaiyu
2015-08-19small fixtaiyu
2015-08-19input state, find_container_in_directiontaiyu
2015-08-19fixed active_workspace update on focus changetaiyu
2015-08-19fixed some more bugs, moved layout_log into log.ch, restored focus_parenttaiyu
2015-08-18fixed floating_modifier related thingstaiyu
2015-08-18fixed focus on fullscreen view destroytaiyu
2015-08-18restored fullscreen/focus behaviortaiyu
2015-08-18Fix switching between focused outputsDrew DeVault
2015-08-18Coding style enforcementDrew DeVault
This was done by hand, so I might have missed things. If anyone knows of a good C style enforcement tool, let me know.
2015-08-18minor fixestaiyu
2015-08-18more changestaiyu
2015-08-18changed handling of focus, handling of view by typetaiyu