aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop
Commit message (Expand)AuthorAge
* damage: remove output_damage_viewLibravatar Brian Ashworth2019-03-11
* output_damage_whole_container: damage subsurfacesLibravatar Brian Ashworth2019-03-11
* render_floating: skip fullscreen floatersLibravatar Brian Ashworth2019-03-04
* handle_layer_shell_surface: do not use noop outputLibravatar Brian Ashworth2019-02-25
* view: set xdg_decoration->view to NULL, check decoration destroyLibravatar Rouven Czerwinski2019-02-25
* Handle NULL from output_get_active_workspaceLibravatar Brian Ashworth2019-02-25
* output_get_active_workspace: check workspaces lengthLibravatar Brian Ashworth2019-02-25
* Disconnect swaybg instead of killing itLibravatar emersion2019-02-18
* Rebase cursor when a layer surface mapsLibravatar emersion2019-02-18
* Fix close_popups for xdg-shellLibravatar emersion2019-02-11
* Check xdg_surface's role before using its toplevelLibravatar mwenzkowski2019-01-28
* Introduce container_is_scratchpad_hiddenLibravatar Ryan Dwyer2019-01-28
* Center surface inside container when it's too smallLibravatar Ryan Dwyer2019-01-28
* Merge pull request #3423 from RyanDwyer/fullscreen-globalLibravatar Drew DeVault2019-01-27
|\
| * Implement fullscreen globalLibravatar Ryan Dwyer2019-01-25
* | Use sway_log_errno instead of strerrorLibravatar Ian Fan2019-01-24
|/
* Fix dead stores found by scan-buildLibravatar M Stoeckl2019-01-22
* Use noop output when there's no outputs connectedLibravatar Ryan Dwyer2019-01-22
* Replace wlr_log with sway_logLibravatar M Stoeckl2019-01-21
* Fix re-enabling outputs gaining a CRTCLibravatar emersion2019-01-19
* Prevent crashes in handle_transform and handle_scale tooLibravatar emersion2019-01-19
* Better handle outputs without CRTCLibravatar emersion2019-01-18
* output: remove output_add_listenersLibravatar emersion2019-01-18
* layer_shell: do not SIGABRT sway on zero outputsLibravatar Brian Ashworth2019-01-16
* Remove wlr_xdg_surface_send_close.Libravatar Connor E2019-01-15
* Refactor seat operations to use an interfaceLibravatar Ryan Dwyer2019-01-10
* Use %z for printing size_tLibravatar Jan Beich2019-01-06
* Fix fullscreen view rendering crashLibravatar Mack Straight2019-01-01
* Fix wlr_box_intersection args for wlroots 1441Libravatar Brian Ashworth2018-12-22
* Fixes per wlroots#1441Libravatar Drew DeVault2018-12-22
* Combine output_by_name and output_by_identifierLibravatar Brian Ashworth2018-12-20
* Call wlr_output_enable for disabled new outputsLibravatar Brian Ashworth2018-12-10
* Update for swaywm/wlroots#1403Libravatar emersion2018-12-01
* Fix titlebar when no title or marksLibravatar Brian Ashworth2018-11-28
* Implement title alignmentLibravatar Brian Ashworth2018-11-25
* Adding commands for configuring titlebar borders and paddingLibravatar Florent de Lamotte2018-11-22
* Use #if instead of #ifdefLibravatar emersion2018-11-18
* Move view {x,y,width,height} into container structLibravatar Ryan Dwyer2018-11-17
* Merge pull request #3102 from emersion/render-software-cursorsLibravatar Drew DeVault2018-11-13
|\
| * Render software cursors with wlr_output_render_software_cursorsLibravatar emersion2018-11-10
* | Use #if instead of #ifdef for WLR_HAS_*Libravatar emersion2018-11-12
|/
* Use wlr_surface_get_effective_damageLibravatar emersion2018-11-04
* Move view marks properties to container structLibravatar Ryan Dwyer2018-11-01
* Move view border properties to container structLibravatar Ryan Dwyer2018-10-31
* Revert "Respect border settings when rendering lone tabbed/stacked child"Libravatar Rostislav Pehlivanov2018-10-30
* Use output identifier for workspace configLibravatar Robinhuett2018-10-27
* Don't reset cursor during mouse operationsLibravatar Ryan Dwyer2018-10-27
* Respect border settings when rendering lone tabbed/stacked childLibravatar Ryan Dwyer2018-10-27
* Rebase the cursor after applying transactionsLibravatar Ryan Dwyer2018-10-25
* Merge pull request #2950 from emersion/presentation-timeLibravatar Drew DeVault2018-10-25
|\