aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
* Fixed #1888 GCC cannot compile due to uninitialized variables (#1889)Libravatar Dillen Meijboom2018-05-02
|
* Merge pull request #1886 from RyanDwyer/border-alphaLibravatar emersion2018-05-02
|\ | | | | Support alpha in border colours
| * Support alpha in border coloursLibravatar Ryan Dwyer2018-05-02
|/ | | | | | The alpha component is merged with the container's opacity. Completes #1882.
* Merge pull request #1885 from thejan2009/masterLibravatar Drew DeVault2018-05-01
|\ | | | | Fix layer surface segfault on output destroy
| * Fix layer surface crash on output destroyLibravatar db2018-05-01
|/ | | | | | Before freeing sway_output, NULL the wlr_output reference to it. Check for that NULL in layer_shell handle_destroy. Don't damage null container in unmap. Additionaly, terminate swaybg if its output is being disabled.
* Merge pull request #1874 from RyanDwyer/bordersLibravatar emersion2018-05-01
|\ | | | | Implement borders
| * Remove unnecessary pointersLibravatar Ryan Dwyer2018-05-01
| |
| * Update cursor when border is changedLibravatar Ryan Dwyer2018-05-01
| |
| * Merge branch 'borders' of github:RyanDwyer/sway into bordersLibravatar Ryan Dwyer2018-05-01
| |\
| | * Fix alphabetization of commands arrayLibravatar Drew DeVault2018-05-01
| | |
| | * Restore view_update_position()Libravatar Ryan Dwyer2018-05-01
| | |
| | * Allow clicking view decorations to focus viewLibravatar Ryan Dwyer2018-05-01
| | |
| | * Implement indicator borderLibravatar Ryan Dwyer2018-05-01
| | |
| | * Scale borders according to output scaleLibravatar Ryan Dwyer2018-05-01
| | |
| | * Fix surface offset when using bordersLibravatar Ryan Dwyer2018-05-01
| | |
| | * Move docblock and fix indenting of switch/case.Libravatar Ryan Dwyer2018-05-01
| | |
| | * Implement bordersLibravatar Ryan Dwyer2018-05-01
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | Implements rendering of borders. Title text is still to do. Implements the following configuration directives: * client.focused * client.focused_inactive * client.unfocused * client.urgent * border * default_border
* | Merge pull request #1876 from RyanDwyer/view-unmap-segfaultLibravatar emersion2018-05-01
|\ \ | | | | | | Fix segfault in view_unmap()
| * | Fix segfault in view_unmap()Libravatar Ryan Dwyer2018-05-01
|/ / | | | | | | | | | | If the last remaining view on a workspace is unmapped and the workspace is not visible, parent will be a C_OUTPUT. Call the arrange_output() function in this case.
| * Restore view_update_position()Libravatar Ryan Dwyer2018-05-01
| |
| * Allow clicking view decorations to focus viewLibravatar Ryan Dwyer2018-05-01
| |
| * Implement indicator borderLibravatar Ryan Dwyer2018-05-01
| |
| * Scale borders according to output scaleLibravatar Ryan Dwyer2018-05-01
| |
| * Fix surface offset when using bordersLibravatar Ryan Dwyer2018-05-01
| |
| * Move docblock and fix indenting of switch/case.Libravatar Ryan Dwyer2018-05-01
| |
| * Implement bordersLibravatar Ryan Dwyer2018-04-30
|/ | | | | | | | | | | | | Implements rendering of borders. Title text is still to do. Implements the following configuration directives: * client.focused * client.focused_inactive * client.unfocused * client.urgent * border * default_border
* Merge pull request #1873 from RyanDwyer/remove-arrange-windowsLibravatar emersion2018-04-29
|\ | | | | Remove arrange_windows()
| * Remove arrange_windows()Libravatar Ryan Dwyer2018-04-30
|/ | | | After the refactor, this function is no longer called.
* Merge pull request #1854 from RyanDwyer/refactor-arrange-windowsLibravatar emersion2018-04-29
|\ | | | | Refactor arrange_windows()
| * Merge branch 'master' into refactor-arrange-windowsLibravatar emersion2018-04-29
| |\ | |/ |/|
* | Merge pull request #1867 from emersion/wlroots-923Libravatar Drew DeVault2018-04-29
|\ \ | | | | | | Update for wlroots#923
| * | Update for swaywm/wlroots#923Libravatar emersion2018-04-27
| | |
* | | Merge pull request #1869 from emersion/xwayland-ignore-fullscreen-unmappedLibravatar Ryan Dwyer2018-04-29
|\ \ \ | |/ / |/| | Don't call view_set_fullscreen on unmapped xwayland views
| * | Don't call view_set_fullscreen on unmapped xwayland viewsLibravatar emersion2018-04-28
|/ /
| * Refactor arrange_windows()Libravatar Ryan Dwyer2018-04-28
|/ | | | | | | | | Replaces arrange_windows() with arrange_root(), arrange_output(), arrange_workspace() and arrange_children_of(). Also makes fullscreen views save and restore their dimensions, which allows it to preserve any custom resize and is also a requirement for floating views once they are implemented.
* Merge pull request #1866 from ggreer/swaybar-cmd-shLibravatar emersion2018-04-27
|\ | | | | invoke_swaybar: Set process group id
| * Rename len to msg_len. Avoids an aliased variable that was a little ↵Libravatar Geoff Greer2018-04-26
| | | | | | | | confusing to follow.
| * invoke_swaybar(): Set process group. Kill process group.Libravatar Geoff Greer2018-04-26
|/ | | | Fixes a bug where terminate_swaybar() did not terminate swaybar.
* Merge pull request #1860 from emersion/input-map-fromLibravatar Drew DeVault2018-04-26
|\ | | | | Add map_from_region command
| * Add map_from_region commandLibravatar emersion2018-04-26
|/
* Merge pull request #1863 from RyanDwyer/remove-workspace-layoutLibravatar Drew DeVault2018-04-26
|\ | | | | Remove sway_container.workspace_layout
| * Remove sway_container.workspace_layoutLibravatar Ryan Dwyer2018-04-26
|/ | | | Fixes #1716.
* Merge pull request #1852 from RyanDwyer/criteria-commandsLibravatar emersion2018-04-25
|\ | | | | Implement criteria commands
| * Merge branch 'master' into criteria-commandsLibravatar Drew DeVault2018-04-25
| |\ | |/ |/|
* | Merge pull request #1861 from emersion/swaybar-memory-leaksLibravatar Drew DeVault2018-04-25
|\ \ | | | | | | Fix a bunch of swaybar memory leaks
| * | Fix a bunch of swaybar memory leaksLibravatar emersion2018-04-24
|/ /
* | Merge pull request #1858 from emersion/masterLibravatar Drew DeVault2018-04-24
|\ \ | | | | | | Fix segfault when switching back to workspace with osu!
| * \ Merge branch 'master' into masterLibravatar Drew DeVault2018-04-24
| |\ \ | |/ / |/| |
* | | Merge pull request #1856 from Hello71/issue1855Libravatar emersion2018-04-24
|\ \ \ | | | | | | | | Work around maybe-uninitialized in bar.c
| * | | Work around maybe-uninitialized in bar.cLibravatar Alex Xu (Hello71)2018-04-24
|/ / / | | | | | | | | | Fixes #1855.