aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Expand)Author
2019-03-10damage: remove output_damage_viewBrian Ashworth
2019-03-10output_damage_whole_container: damage subsurfacesBrian Ashworth
2019-03-09fix "directive argument is null" errorsJeff Peeler
2019-03-09Fix crash when moving window to scratchpadminus
2019-03-07ipc: describe libinput device configurationBrian Ashworth
2019-03-06ipc: fix fullscreen deco_rectBrian Ashworth
2019-03-06ipc: fix rect for stacked childrenBrian Ashworth
2019-03-06Fix container_parent_layout for scratchpad windowsemersion
2019-03-06ipc: change {,deco_}rect to match i3Brian Ashworth
2019-03-04Set DISPLAY after initializing Xwaylandemersion
2019-03-04Allow concurrent clicksRyan Dwyer
2019-03-03sway.1.scd: document environment vars set by swayBrian Ashworth
2019-03-03render_floating: skip fullscreen floatersBrian Ashworth
2019-03-03Fixes crash in spawn_swaybg (closes #3733)Noam Preil
2019-03-02floating_maximum_size: change default behaviorBrian Ashworth
2019-03-02Minor fix of code duplication.hugbubby
2019-02-28seat: don't send button release when not pressedemersion
2019-02-27sway-ipc.7: clarify window_rect omits decorationsBrian Ashworth
2019-02-27Add output dpms to manpageemersion
2019-02-27Merge pull request #3766 from RedSoxFan/sway-ipc-scdocDrew DeVault
2019-02-27Add sway-ipc.7.scd to document IPC protocolBrian Ashworth
2019-02-27config: remove double assignement to result in get_output_configRouven Czerwinski
2019-02-27cursor: intitialize sx and sy to zeroRouven Czerwinski
2019-02-27cursor: remove unused node assignementRouven Czerwinski
2019-02-26execute_command: do not strip qoutes for cmd_modeBrian Ashworth
2019-02-25fix smart_borders description in manualCarlo Abelli
2019-02-25Allow 0 degree transform (normal transform).Connor E
2019-02-24swaybar: add overlay mode (fix #1620)Milkey Mouse
2019-02-24add --i3 flag to hide_edge_bordersdb
2019-02-24Make load_include_configs void. Fix some cases where WD would not be restored.Connor E
2019-02-23Fix crash exiting fullscreened floating containerminus
2019-02-23ipc: add missing fields to disabled outputsCaleb Bassi
2019-02-23Update for swaywm/wlroots#1517emersion
2019-02-23handle_seat_node_destroy: update seat->workspaceBrian Ashworth
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-22input/cursor: allow whole-window bindings on wsBrian Ashworth
2019-02-22Merge pull request #3740 from Emantor/fix/ipc_allocsIan Fan
2019-02-22move scratchpad: hide visible scratchpad containerBrian Ashworth
2019-02-22commands/move: reintroduce wrongly removed NULL checkRouven Czerwinski
2019-02-21Handle NULL from output_get_active_workspaceBrian Ashworth
2019-02-21output_get_active_workspace: check workspaces lengthBrian Ashworth
2019-02-21run_as_ipc_client: free response after running the IPC commandRouven Czerwinski
2019-02-21ipc-client: free payload after sending it over the socketRouven Czerwinski
2019-02-20output_evacuate: call workspace_consider_destroyBrian Ashworth
2019-02-20Add wp-primary-selection-unstable-v1emersion
2019-02-19layout cmd: always operate on parent container, like i3Fixes #3724Eric Drechsel
2019-02-19Don't use SOCK_CLOEXECemersion
2019-02-18Merge pull request #3714 from emersion/fix-drag-icon-map-listenerDrew DeVault
2019-02-18Add 'visible' key to view json responseYorick van Pelt