summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Merge pull request #1901 from swaywm/touch-hide-cursorLibravatar emersion2018-05-03
|\ | | | | Hide cursor on touch down
| * Hide cursor on touch downLibravatar Drew DeVault2018-05-03
|/
* Fix alphabetization of command listLibravatar Drew DeVault2018-05-03
|
* Merge pull request #1906 from emersion/fix-resize-no-arg-segfaultLibravatar Drew DeVault2018-05-03
|\ | | | | Fix segfault when running the resize command without arguments
| * Fix segfault when running the resize command without argumentsLibravatar emersion2018-05-03
|/
* Merge pull request #1905 from RyanDwyer/fix-title-widthLibravatar Drew DeVault2018-05-03
|\ | | | | Fix title texture width
| * Fix title texture widthLibravatar Ryan Dwyer2018-05-03
|/ | | | Use max of the container width or text width.
* Fix unfocused.text defaultLibravatar Drew DeVault2018-05-03
|
* Merge pull request #1895 from RyanDwyer/show-titlesLibravatar Drew DeVault2018-05-03
|\ | | | | Render titles
| * Convert border_colors.text to float[4]Libravatar Drew DeVault2018-05-03
| |
| * Fix anti-aliasingLibravatar Drew DeVault2018-05-03
| |
| * Update titles when surfaces are committedLibravatar Ryan Dwyer2018-05-03
| |
| * Fix potential segfault when setting container titleLibravatar Ryan Dwyer2018-05-03
| |
| * Change comment formatLibravatar Ryan Dwyer2018-05-03
| |
| * Calculate config->font_height based on existing container titlesLibravatar Ryan Dwyer2018-05-03
| |
| * Render titlesLibravatar Ryan Dwyer2018-05-03
|/
* Merge pull request #1893 from swaywm/touchLibravatar emersion2018-05-02
|\ | | | | Implement basic touch support
| * Implement basic touch supportLibravatar Drew DeVault2018-05-02
|/ | | | | | | | | | | | This required changing container_at_cursor to container_at_coords so that we could get the appropriate surface (and sx/xy) without moving the cursor. Future work: - Simulate a cursor for clients which have not bound to wl_touch - Keep sending motion events when moving outside the surface (#1892) - Bind gestures to sway commands
* 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
| | |