aboutsummaryrefslogtreecommitdiff
path: root/sway/desktop
AgeCommit message (Expand)Author
2019-04-21Fix uninitialized read for wlr_surface_send_frameScott Anderson
2019-04-13Fix scratchpad fullscreen behavior and crashBrian Ashworth
2019-04-11Honor output for xdg_toplevel_set_fullscreenBrian Ashworth
2019-04-04swaybg: one instance for all outputsBrian Ashworth
2019-04-03idle_inhibit: fix crash during view destructionBrian Ashworth
2019-03-31Fix xwayland configure request scratchpad crashBrian Ashworth
2019-03-24Implement inhibit_idle commandBrian Ashworth
2019-03-18Remove debug treeRyan Dwyer
2019-03-17Introduce default seatopRyan Dwyer
2019-03-16Fix output config retrieval for new outputsBrian Ashworth
2019-03-13xwayland: handle floating configure request sizeBrian Ashworth
2019-03-12Handle seat_get_focused_workspace returning NULLBrian Ashworth
2019-03-11Stop using wlr_output->{lx,ly}emersion
2019-03-10damage: remove output_damage_viewBrian Ashworth
2019-03-10output_damage_whole_container: damage subsurfacesBrian Ashworth
2019-03-03render_floating: skip fullscreen floatersBrian Ashworth
2019-02-24add --i3 flag to hide_edge_bordersdb
2019-02-23handle_layer_shell_surface: do not use noop outputBrian Ashworth
2019-02-23view: set xdg_decoration->view to NULL, check decoration destroyRouven Czerwinski
2019-02-21Handle NULL from output_get_active_workspaceBrian Ashworth
2019-02-21output_get_active_workspace: check workspaces lengthBrian Ashworth
2019-02-16Disconnect swaybg instead of killing itemersion
2019-02-12Rebase cursor when a layer surface mapsemersion
2019-02-05Fix close_popups for xdg-shellemersion
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-27Merge pull request #3423 from RyanDwyer/fullscreen-globalDrew DeVault
2019-01-25Implement fullscreen globalRyan Dwyer
2019-01-24Use sway_log_errno instead of strerrorIan Fan
2019-01-22Fix dead stores found by scan-buildM Stoeckl
2019-01-22Use noop output when there's no outputs connectedRyan Dwyer
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-19Fix re-enabling outputs gaining a CRTCemersion
2019-01-19Prevent crashes in handle_transform and handle_scale tooemersion
2019-01-18Better handle outputs without CRTCemersion
2019-01-18output: remove output_add_listenersemersion
2019-01-16layer_shell: do not SIGABRT sway on zero outputsBrian Ashworth
2019-01-15Remove wlr_xdg_surface_send_close.Connor E
2019-01-10Refactor seat operations to use an interfaceRyan Dwyer
2019-01-06Use %z for printing size_tJan Beich
2019-01-01Fix fullscreen view rendering crashMack Straight
2018-12-22Fix wlr_box_intersection args for wlroots 1441Brian Ashworth
2018-12-22Fixes per wlroots#1441Drew DeVault
2018-12-20Combine output_by_name and output_by_identifierBrian Ashworth
2018-12-10Call wlr_output_enable for disabled new outputsBrian Ashworth
2018-12-01Update for swaywm/wlroots#1403emersion
2018-11-28Fix titlebar when no title or marksBrian Ashworth
2018-11-25Implement title alignmentBrian Ashworth
2018-11-22Adding commands for configuring titlebar borders and paddingFlorent de Lamotte