aboutsummaryrefslogtreecommitdiff
path: root/sway/tree
AgeCommit message (Expand)Author
2019-03-11Stop using wlr_output->{lx,ly}emersion
2019-03-11sway_view_child: add listener for view unmapBrian Ashworth
2019-03-10fullscreen: init floating on disable without sizeBrian Ashworth
2019-03-10arrange: use int not size_t for title offsetsBrian Ashworth
2019-03-06Fix container_parent_layout for scratchpad windowsemersion
2019-03-02floating_maximum_size: change default behaviorBrian Ashworth
2019-02-24add --i3 flag to hide_edge_bordersdb
2019-02-23Fix crash exiting fullscreened floating containerminus
2019-02-21Handle NULL from output_get_active_workspaceBrian Ashworth
2019-02-20output_evacuate: call workspace_consider_destroyBrian Ashworth
2019-02-17workspace_next_name: fallback to next available numberBrian Ashworth
2019-02-17Add workspace {prev,next}_on_output --createDrew DeVault
2019-02-16Disconnect swaybg instead of killing itemersion
2019-02-16Remove unused header include/sway/tree/output.hemersion
2019-02-14seat: allow tree focus changes while layer focusedBrian Ashworth
2019-02-13subsurface_get_root_coords: break on NULLBrian Ashworth
2019-02-11workspace_get_initial_output: handle focused layerBrian Ashworth
2019-02-10view: remove pointer constraints on unmapBrian Ashworth
2019-02-09container_at_stacked: skip titles when zero pixelsBrian Ashworth
2019-01-29Remove bad assertion in container_handle_fullscreen_reparentRyan Dwyer
2019-01-28Check xdg_surface's role before using its toplevelmwenzkowski
2019-01-28Introduce container_is_scratchpad_hiddenRyan Dwyer
2019-01-28Center surface inside container when it's too smallRyan Dwyer
2019-01-25Implement fullscreen globalRyan Dwyer
2019-01-22Fix dead stores found by scan-buildM Stoeckl
2019-01-22Merge pull request #3494 from ianyfan/commandsDrew DeVault
2019-01-22root_scratchpad_remove_container: do not showBrian Ashworth
2019-01-22commands: allow tiled containers to be stickiedIan Fan
2019-01-22Use noop output when there's no outputs connectedRyan Dwyer
2019-01-21Move sway-specific functions in common/util.c into sway/M Stoeckl
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-18Fix segfault in output_enableemersion
2019-01-18Better handle outputs without CRTCemersion
2019-01-18output: remove output_add_listenersemersion
2019-01-15Do not damage view child when container is NULLBrian Ashworth
2019-01-15Handle hidden scratchpad containers in commandsBrian Ashworth
2019-01-10Refactor seat operations to use an interfaceRyan Dwyer
2019-01-10Fix segfaults on output destructionBrian Ashworth
2019-01-07seat: unhide the cursor if it is warped to focusRouven Czerwinski
2019-01-07view: use seat_consider_warp_to_focus in view_unmapRouven Czerwinski
2018-12-31Set font options when computing text width.John Chen
2018-12-29Fix crash when scratchpad contains split containersRyan Dwyer
2018-12-22Fix wlr_box_intersection args for wlroots 1441Brian Ashworth
2018-12-20Combine output_by_name and output_by_identifierBrian Ashworth
2018-12-19Terminate swaybg in output_disableBrian Ashworth
2018-12-17Allow output ids and wildcard for workspace outputBrian Ashworth
2018-12-12Fix criteria execution in view_mapmwenzkowski
2018-12-09list.c: rename free_flat_list to list_free_items_and_destroyIan Fan
2018-12-09list.c: Remove list_foreachIan Fan
2018-11-28Fix default_orientation autoBrian Ashworth