Age | Commit message (Expand) | Author |
2019-02-23 | Fix crash exiting fullscreened floating container | minus |
2019-02-21 | Handle NULL from output_get_active_workspace | Brian Ashworth |
2019-02-20 | output_evacuate: call workspace_consider_destroy | Brian Ashworth |
2019-02-17 | workspace_next_name: fallback to next available number | Brian Ashworth |
2019-02-17 | Add workspace {prev,next}_on_output --create | Drew DeVault |
2019-02-16 | Disconnect swaybg instead of killing it | emersion |
2019-02-16 | Remove unused header include/sway/tree/output.h | emersion |
2019-02-14 | seat: allow tree focus changes while layer focused | Brian Ashworth |
2019-02-13 | subsurface_get_root_coords: break on NULL | Brian Ashworth |
2019-02-11 | workspace_get_initial_output: handle focused layer | Brian Ashworth |
2019-02-10 | view: remove pointer constraints on unmap | Brian Ashworth |
2019-02-09 | container_at_stacked: skip titles when zero pixels | Brian Ashworth |
2019-01-29 | Remove bad assertion in container_handle_fullscreen_reparent | Ryan Dwyer |
2019-01-28 | Check xdg_surface's role before using its toplevel | mwenzkowski |
2019-01-28 | Introduce container_is_scratchpad_hidden | Ryan Dwyer |
2019-01-28 | Center surface inside container when it's too small | Ryan Dwyer |
2019-01-25 | Implement fullscreen global | Ryan Dwyer |
2019-01-22 | Fix dead stores found by scan-build | M Stoeckl |
2019-01-22 | Merge pull request #3494 from ianyfan/commands | Drew DeVault |
2019-01-22 | root_scratchpad_remove_container: do not show | Brian Ashworth |
2019-01-22 | commands: allow tiled containers to be stickied | Ian Fan |
2019-01-22 | Use noop output when there's no outputs connected | Ryan Dwyer |
2019-01-21 | Move sway-specific functions in common/util.c into sway/ | M Stoeckl |
2019-01-21 | Replace wlr_log with sway_log | M Stoeckl |
2019-01-18 | Fix segfault in output_enable | emersion |
2019-01-18 | Better handle outputs without CRTC | emersion |
2019-01-18 | output: remove output_add_listeners | emersion |
2019-01-15 | Do not damage view child when container is NULL | Brian Ashworth |
2019-01-15 | Handle hidden scratchpad containers in commands | Brian Ashworth |
2019-01-10 | Refactor seat operations to use an interface | Ryan Dwyer |
2019-01-10 | Fix segfaults on output destruction | Brian Ashworth |
2019-01-07 | seat: unhide the cursor if it is warped to focus | Rouven Czerwinski |
2019-01-07 | view: use seat_consider_warp_to_focus in view_unmap | Rouven Czerwinski |
2018-12-31 | Set font options when computing text width. | John Chen |
2018-12-29 | Fix crash when scratchpad contains split containers | Ryan Dwyer |
2018-12-22 | Fix wlr_box_intersection args for wlroots 1441 | Brian Ashworth |
2018-12-20 | Combine output_by_name and output_by_identifier | Brian Ashworth |
2018-12-19 | Terminate swaybg in output_disable | Brian Ashworth |
2018-12-17 | Allow output ids and wildcard for workspace output | Brian Ashworth |
2018-12-12 | Fix criteria execution in view_map | mwenzkowski |
2018-12-09 | list.c: rename free_flat_list to list_free_items_and_destroy | Ian Fan |
2018-12-09 | list.c: Remove list_foreach | Ian Fan |
2018-11-28 | Fix default_orientation auto | Brian Ashworth |
2018-11-28 | Fix scratchpad segfault - NULL focused workspace | Brian Ashworth |
2018-11-28 | Fix segfault when destroying unmapped child view | emersion |
2018-11-28 | Merge pull request #3199 from emersion/handle-subsurface-destroy | Ryan Dwyer |
2018-11-27 | Change execute_command to return a list of results | Brian Ashworth |
2018-11-27 | Damage view child when destroyed | emersion |
2018-11-27 | Handle destroyed subsurfaces | emersion |
2018-11-26 | IPC: Trigger move events for scratchpad containers | Mihai Coman |