aboutsummaryrefslogtreecommitdiff
path: root/sway/tree
AgeCommit message (Expand)Author
2019-04-03root_scratchpad_hide: fix crash when layer focusedBrian Ashworth
2019-03-31scratchpad: set initial sizeBrian Ashworth
2019-03-31floating: fix size of non-view containersBrian Ashworth
2019-03-31Fix xwayland configure request scratchpad crashBrian Ashworth
2019-03-24Add support for manually setting subpixel hinting on outputs.Geoff Greer
2019-03-23Allow for workspace renaming during exec handlingmliszcz
2019-03-23fix opening a floating view on the NOOP outputBrian Ashworth
2019-03-16Fix output config retrieval for new outputsBrian Ashworth
2019-03-14Set prev_workspace_name based off of focusBrian Ashworth
2019-03-12Handle seat_get_focused_workspace returning NULLBrian Ashworth
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