Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-11 | cleanup + add timeouts for pid_workspace list | Zandr Martin | |
2016-06-11 | clean up pid/workspace stuff | Zandr Martin | |
2016-04-30 | Remove premature break | Mikkel Oscar Lyderik | |
2016-04-29 | sway/workspace.c: Cleanup some un-free'd memory | Daniel Lockyer | |
2016-03-04 | Fix assigning workspaces to outputs | Mikkel Oscar Lyderik | |
It's possible to assign workspaces to certain outputs using the command: workspace <name> output <output> However, this did not work in some cases where the workspace was assigned before the given output was made available to sway. This patch fixes those cases. | |||
2016-01-11 | Strip quotes from workspace name. | Mikkel Oscar Lyderik | |
Fix #444 This is a temporary fix, the real fix is to store the commands as a formatted argv array, so they don't have to be reformatted all over the place. | |||
2015-12-18 | Fix default workspace name generation | Drew DeVault | |
This fixes the issue where workspace 10 ends up being the default. | |||
2015-12-18 | sway: enable workspace selection by number | progandy | |
2015-12-16 | Bring unmanaged windows to front on output arrange | Drew DeVault | |
Fixes #312 | |||
2015-12-13 | Notify IPC on workspace changes more frequently | Drew DeVault | |
2015-11-27 | workspace: Learn sticky. | S. Christoffer Eliesen | |
A floating window that's sticky will move to the new active workspace whenever the workspace on the same output changes. | |||
2015-11-27 | workspace: Improve workspace_next_name. | S. Christoffer Eliesen | |
This function looks for bound commands that start with `workspace` (ie. the commands that change to a static workspace) and fetches the workspace name. However, if it's actually a list of commands, then the parsing will pick up the delimiter ("," or ";") and also fail to recognize keywords ("next" etc). This patch fixes that by properly separating with delimiters. | |||
2015-11-02 | put ipc_event_workspace in update_focus | taiyu | |
2015-10-27 | implemented IPC subscribe for workspace event | minus | |
2015-10-23 | seamless_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-09-18 | Fix warnings introduced by prior commit | Drew DeVault | |
2015-09-13 | Revert "new_workspace null behavior + testmap functions + regex" | Drew DeVault | |
This reverts commit e1d18e42a8f3a597b9bf5f1bb2ab6c346e4e7983. Fixes #180 cc @taiyu-len | |||
2015-09-12 | new_workspace null behavior + testmap functions + regex | taiyu | |
2015-09-10 | cmd status + workspace ws output op | taiyu | |
2015-09-01 | cleaned up leaky prev_workspace_name | taiyu | |
2015-08-30 | Added in workspace_auto_back_and_forth | Luminarys | |
2015-08-30 | Added in workspace back_and_forth | Luminarys | |
2015-08-25 | changed workspace_{outout_,}{next,prev} to return workspace | minus | |
so it can be reused for "move container to workspace next" | |||
2015-08-25 | refactored workspace_next/prev | minus | |
2015-08-23 | split_string memory leaks cleanedup | taiyu | |
2015-08-21 | bugfixes, renames | taiyu | |
2015-08-20 | find_parent_by_type | taiyu | |
2015-08-20 | style | taiyu | |
2015-08-19 | fixed active_workspace update on focus change | taiyu | |
2015-08-19 | Merge pull request #79 from taiyu-len/master | Drew DeVault | |
fixed floating_modifier related things | |||
2015-08-19 | fix a few possible memory leaks | Syed Amer Gilani | |
2015-08-19 | fixed some more bugs, moved layout_log into log.ch, restored focus_parent | taiyu | |
2015-08-18 | Fixed full screen workspace switch focusing | Luminarys | |
2015-08-18 | restored fullscreen/focus behavior | taiyu | |
2015-08-18 | Fix switching between focused outputs | Drew DeVault | |
2015-08-18 | changed handling of focus, handling of view by type | taiyu | |
2015-08-17 | Added in basic floating toggling | Luminarys | |
2015-08-16 | Fix format warnings | Drew DeVault | |
2015-08-16 | fix | taiyu | |
2015-08-16 | sends hidden views to back, visible view to front | taiyu | |
2015-08-16 | Added in workspace next/prev and workspace output_next/prev | Luminarys | |
2015-08-16 | Revert "get/set_userdata stores swayc_t *, fixed memory leak, minor changes." | Drew DeVault | |
2015-08-15 | fixed 2 small memory leaks & adds format attribute to log. | taiyu | |
2015-08-15 | Fixed output focusing for workspace switch | Luminarys | |
2015-08-15 | Rename variable in workspace.c | Drew DeVault | |
2015-08-15 | Fix switching focus between outputs | Drew DeVault | |
2015-08-15 | Style fixes | Luminarys | |
2015-08-15 | Fixed workspace switching in multimonitor layouts | Luminarys | |
2015-08-15 | Added layout debugger back in and fixed mutlimonitor layout issues | Luminarys | |
2015-08-14 | style | Taiyu | |