aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Expand)Author
2020-07-30ipc: fix aligment issue of data bufferAntonin Décimo
2020-07-27Use wlr_output_layout_output_at to get output for move to cursorThayne McCombs
2020-07-27Keep windows in bounds on move to position mouseThayne McCombs
2020-07-27commands: disallow runtime includeRonan Pigott
2020-07-25view: display scratchpad hidden containers when activated by ftmRonan Pigott
2020-07-22Fix X11 clients getting stuck minimizedTobias Langendorf
2020-07-21Fix typos in man page.Antonin Décimo
2020-07-21added ppt unit to move position commandNils Schulte
2020-07-21moved and renamed movement-unit parsing to commonNils Schulte
2020-07-19sway.5: add missing underscoreRonan Pigott
2020-07-18desktop: output: Scale custom output refresh rateAndri Yngvason
2020-07-15input/cursor: don't send wl_pointer.motion event on pointer unlock warpTudor Brindus
2020-07-14xdg_shell: schedule configure on maximize requestsRonan Pigott
2020-07-13Assert output is found before removing from listSimon Ser
2020-07-13input: implement xdg_toplevel interactive resize hintsRonan Pigott
2020-07-10config/output: don't change output state before commitSimon Ser
2020-07-07Reload command now matches i3's implementationGeoffrey Casper
2020-07-07seat/dnd: support null drag icon surfacesNick Diego Yamane
2020-07-03commands/move: maintain workspace_layout when movingTudor Brindus
2020-07-03Replace unprintable characters in input device idwb9688
2020-07-03tree/view: fix segfault in view_update_titleSimon Ser
2020-07-02Unset DISPLAY when wlr_xwayland failsSimon Ser
2020-07-02Don't set xwayland cursor when wlr_xwayland failedSimon Ser
2020-07-02seat: fix segfault in sway_input_method_relay_set_focusSimon Ser
2020-07-01commands/move: unwrap workspace container on move to new workspaceTudor Brindus
2020-07-01tree/view: Make foreign-toplevel app_id fallback to classJohan Bjäreholt
2020-06-30output: simplify loop over layer surfacesIsaac Freund
2020-06-30seat: Refocus seat when wlr_drag is destroyedKenny Levinsen
2020-06-30transaction: Mark client resize immediately readyKenny Levinsen
2020-06-27tree/view: fix smart borders with tabbed/stacked ancestorTudor Brindus
2020-06-25input/pointer: correctly handle bindings for synthetic eventsTudor Brindus
2020-06-23Implement wlr-foreign-toplevel-management-v1Drew DeVault
2020-06-19input_cmd_click_method: fix typo in error textTudor Brindus
2020-06-19input/seat: don't notify keyboard grabs with NULL surface on shutdownTudor Brindus
2020-06-19input: disable events for map_to_output devices when output not presentTudor Brindus
2020-06-18input/pointer: don't trigger pointer bindings for emulated inputTudor Brindus
2020-06-18input/cursor: send idle events based off device type, not input typeTudor Brindus
2020-06-17Add support for viewporterSimon Ser
2020-06-16input/pointer: don't trigger pointer bindings for emulated inputTudor Brindus
2020-06-16input/tablet: focus appropriate node on tip downTudor Brindus
2020-06-16input/keyboard: wlr_keyboard_group enter and leaveBrian Ashworth
2020-06-14i3-compat: add GET_BINDING_STATE IPC commandJason Nader
2020-06-12Remove view child surface_{map,unmap} listeners on destroySimon Ser
2020-06-13view: fix surface_new_subsurface use-after-freeRonan Pigott
2020-06-11Log Sway version on startupSimon Ser
2020-06-08tree/view: fix smart gaps when ancestor container is tabbed or stackedTudor Brindus
2020-06-08input: tweak resize behavior to not change tab focus on border clickTudor Brindus
2020-06-07input/tablet: allow moving tiling tablet v2 surfaces by pen inputTudor Brindus
2020-06-07input/tablet: allow moving floating tablet v2 surfaces by pen inputTudor Brindus
2020-06-07tree/container: introduce `container_toplevel_ancestor` helperTudor Brindus