Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-12 | Rerender after every split command | Guillaume Brogi | |
2016-08-07 | Fix container move when workspace is focused | D.B | |
Fixes #819. If workspace is focused and command 'move container to workspace/output' is issued, workspace child containers are wrapped in a new container and moved according to command. | |||
2016-08-04 | Fix 'workspace back_and_forth' and workspace_auto_back_and_forth clash | D.B | |
When workspace_auto_back_and_forth is enabled, workspaces get switched twice with previously mentioned command, which is not the expected behavior. Removes one redundant creation of previous workspace. | |||
2016-08-01 | Merge pull request #811 from acrisci/feature/focus-container | Drew DeVault | |
Implement focus handling for containers | |||
2016-07-31 | cache floating container size when fullscreening | Zandr Martin | |
2016-07-31 | Refactor functions to update container borders | Tony Crisci | |
Replace `update_view_border()` with `update_container_border()`. The latter should handle both the case where the container is a view or if the container has children. | |||
2016-07-31 | Update container geometry on layout switch | D.B | |
Deeply nested containers which had their layouts changed didn't update their actual_geometry, this messed up their child containers. Those got width and height of 0, which was then decreased for stacked/tabbed containers by title height. Underflow ensued, these containers suddenly had height 4294967273. In short, not updating actual_geometry didn't play nicely with nested containers. | |||
2016-07-30 | implement solid color rendering for swaybg | Zandr Martin | |
2016-07-28 | Update hidpi support to latest wlc API | Drew DeVault | |
2016-07-28 | Initial pass on HiDPI support | Drew DeVault | |
2016-07-28 | Merge pull request #791 from acrisci/feature/focus-child | Drew DeVault | |
Implement `focus child` command | |||
2016-07-28 | Close all focused container's child views on kill | D.B | |
Previously, cmd_kill only closed a focused view, while containers were not affected. Now it closes all views that are children of the focused container. | |||
2016-07-27 | Implement `focus child` command | Tony Crisci | |
The `focus child` command focuses the child container within the selected container. | |||
2016-07-23 | Put ipc command result json in an array | Tony Crisci | |
For compatibility with i3, put the command result into an array. Returning multiple command results is still unsupported. | |||
2016-07-21 | Initial work on window events | Mykyta Holubakha | |
2016-07-17 | Add missing entry to list of accepted arguments for the move command | David Eklov | |
2016-07-17 | Do not crash when handling the command 'move position' | David Eklov | |
Sway expected 'move position' to be 'move position mouse'. If mouse is not present in the command, Sway crashes. | |||
2016-07-17 | Implement configurable wrapping on bar ws scroll | Drew DeVault | |
2016-07-16 | refactor swayc_tabbed_stacked_parent into _ancestor and _parent and use ↵ | D.B | |
where needed | |||
2016-07-07 | Fix tabbed/stacked corner case #742 | D.B | |
Tabbed/stacked containers are now created only if a view is present on the workspace. If a view is created on previously empty tabbed/stacked workspace, it gets wrapped in a container. | |||
2016-07-03 | resize command updates (#713) | Zandr Martin | |
2016-07-03 | match i3 syntax for `resize set` | Zandr Martin | |
2016-06-19 | Minor fix to warning messages | Drew DeVault | |
2016-06-11 | implement resize command for absolute dimensions | Zandr Martin | |
2016-06-11 | cleanup + add timeouts for pid_workspace list | Zandr Martin | |
2016-06-11 | Merge branch 'master' into assign-command | Zandr Martin | |
2016-06-10 | trigger bg change on config reload | Zandr Martin | |
2016-06-06 | messy, unfinished version | Zandr Martin | |
2016-06-05 | Merge branch 'master' into variables_corner_cases | Denis Doria | |
2016-06-04 | add documentation for client commands | Zandr Martin | |
2016-06-03 | Put w to uppercase just to keep consistency between warnings | Denis Doria | |
2016-06-03 | Includes $ for variables without it | Denis Doria | |
2016-06-03 | Fix identation issue | thuck | |
2016-06-03 | Fix output command when varible not set | thuck | |
This should fix the corner case where a variable is not assigned, but used anyway. This should solve partially the issue #681. | |||
2016-06-02 | Including error message when variable do not start with $ | thuck | |
2016-06-02 | Initial implementation for floating_maximum_size | Denis Doria | |
2016-06-01 | Included option floating_minimum_size | Denis Doria | |
Values cannot be negative or 0; if so uses the default 75x50. Uses the same syntax as i3: floating_minimum_size <width> x <height>, although the x can be anything. | |||
2016-05-29 | Remove bar position left:right from docs | Drew DeVault | |
And adds a warning about using them (currently these are not supported by swaybar). | |||
2016-05-28 | enforce workspace output assignents | Zandr Martin | |
when creating a new output, move to that output all extant workspaces that are assigned to that output. (unrelated) remove comment that was no longer applicable, fix spacing in an assignment | |||
2016-05-28 | remove alphabetic sorting from sort_workspaces | Zandr Martin | |
also add a couple missing spaces to container.c (unrelated) | |||
2016-05-23 | Concatenate output cmd args, fixes #654 | Mykyta Holubakha | |
2016-05-14 | Support floating_scroll sideways | Mykyta Holubakha | |
2016-05-09 | Prevent changing layout when focusing float window | Mikkel Oscar Lyderik | |
The layout command should only work with titled windows, thus it should have no effect when a floating window has focus. Should fix #643 | |||
2016-05-08 | Allow to set relative path for wallpapers in config | Mykyta Holubakha | |
2016-05-08 | Remove FSB_GAPS_INNER and FSB_GAPS_OUTER | Mykyta Holubakha | |
2016-05-07 | Implemented configurable floating scroll behavior | Mykyta Holubakha | |
2016-05-02 | fix a typo (horiziontal -> horizontal) | Raman Varabets | |
2016-05-01 | sway: fix potential buffer overflow | Eric Engestrom | |
2016-05-01 | Add input cmd for setting pointer accel profile. | Jasen Borisov | |
2016-04-29 | sway/commands.c: add some free calls to release allocated memory | Daniel Lockyer | |