Age | Commit message (Expand) | Author |
2019-06-22 | use surface coordinates for damaging buffers | murray |
2019-06-02 | desktop: output: fix use-after-free in destroy | Rouven Czerwinski |
2019-05-24 | Update output manager config on all output events | Josef Gajdusek |
2019-05-24 | Implement wlr-output-management-v1 | Josef Gajdusek |
2019-05-14 | Implement output toggle | Moelf |
2019-04-23 | Update for wlroots#1660 | Simon Ser |
2019-04-13 | Fix scratchpad fullscreen behavior and crash | Brian Ashworth |
2019-04-04 | swaybg: one instance for all outputs | Brian Ashworth |
2019-03-16 | Fix output config retrieval for new outputs | Brian Ashworth |
2019-03-11 | Stop using wlr_output->{lx,ly} | emersion |
2019-03-10 | damage: remove output_damage_view | Brian Ashworth |
2019-03-10 | output_damage_whole_container: damage subsurfaces | Brian Ashworth |
2019-02-21 | Handle NULL from output_get_active_workspace | Brian Ashworth |
2019-02-21 | output_get_active_workspace: check workspaces length | Brian Ashworth |
2019-02-16 | Disconnect swaybg instead of killing it | emersion |
2019-01-28 | Introduce container_is_scratchpad_hidden | Ryan Dwyer |
2019-01-25 | Implement fullscreen global | Ryan Dwyer |
2019-01-22 | Use noop output when there's no outputs connected | Ryan Dwyer |
2019-01-21 | Replace wlr_log with sway_log | M Stoeckl |
2019-01-19 | Fix re-enabling outputs gaining a CRTC | emersion |
2019-01-19 | Prevent crashes in handle_transform and handle_scale too | emersion |
2019-01-18 | Better handle outputs without CRTC | emersion |
2019-01-18 | output: remove output_add_listeners | emersion |
2019-01-10 | Refactor seat operations to use an interface | Ryan Dwyer |
2018-12-22 | Fix wlr_box_intersection args for wlroots 1441 | Brian Ashworth |
2018-12-22 | Fixes per wlroots#1441 | Drew DeVault |
2018-12-20 | Combine output_by_name and output_by_identifier | Brian Ashworth |
2018-12-10 | Call wlr_output_enable for disabled new outputs | Brian Ashworth |
2018-11-18 | Use #if instead of #ifdef | emersion |
2018-11-17 | Move view {x,y,width,height} into container struct | Ryan Dwyer |
2018-11-12 | Use #if instead of #ifdef for WLR_HAS_* | emersion |
2018-11-04 | Use wlr_surface_get_effective_damage | emersion |
2018-11-01 | Move view marks properties to container struct | Ryan Dwyer |
2018-10-27 | Use output identifier for workspace config | Robinhuett |
2018-10-23 | Implement the presentation-time protocol | emersion |
2018-10-20 | Minor refactor of input manager | Ryan Dwyer |
2018-10-12 | Fix pixel leaks when using fractional scaling | Ryan Dwyer |
2018-10-08 | Introduce container_is_transient_for | Ryan Dwyer |
2018-10-08 | Implement popup_during_fullscreen | Ryan Dwyer |
2018-09-16 | Rename seat_get_active_child to seat_get_active_tiling_child | Ryan Dwyer |
2018-09-14 | Update for swaywm/wlroots#1243 | emersion |
2018-09-07 | Merge pull request #2603 from emersion/fix-dnd | Drew DeVault |
2018-09-07 | Fix drag-and-drop | emersion |
2018-09-05 | Fix output position issue | Ryan Dwyer |
2018-09-05 | Update output propertes on mode change | Ryan Dwyer |
2018-09-05 | Apply default config to output | Ryan Dwyer |
2018-09-05 | Don't use wlr_output properties | Ryan Dwyer |
2018-09-05 | Implement type safe arguments and demote sway_container | Ryan Dwyer |
2018-09-01 | Do not modeset disabled outputs | emersion |
2018-08-28 | Prepare arrange code for type safe arguments | Ryan Dwyer |