aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Expand)Author
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-22util.c: remove numlen functionIan Fan
2019-01-22commands: allow setting floating on scratchpad containersIan Fan
2019-01-22commands: allow tiled containers to be stickiedIan Fan
2019-01-22Remove assumption that noop output will be called NOOP-1Ryan Dwyer
2019-01-22Don't allow noop output to be configuredRyan Dwyer
2019-01-22Hide noop output in IPCRyan Dwyer
2019-01-22Prevent noop output from being enabledRyan Dwyer
2019-01-22Use noop output when there's no outputs connectedRyan Dwyer
2019-01-22seat_create: set initial focus for added seatsBrian Ashworth
2019-01-21Move sway-specific functions in common/util.c into sway/M Stoeckl
2019-01-21Merge pull request #3480 from RedSoxFan/input-modes-improved-toggleDrew DeVault
2019-01-21Fix one remaining wlr_log callemersion
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-21Log libinput_config_status errorsBrian Ashworth
2019-01-21input_cmd_events: allow toggle modes to be listedBrian Ashworth
2019-01-20Merge pull request #3468 from emersion/fix-output-gain-crtcDrew DeVault
2019-01-19apply_output_config: remove output_iBrian Ashworth
2019-01-19Fix re-enabling outputs gaining a CRTCemersion
2019-01-19Prevent crashes in handle_transform and handle_scale tooemersion
2019-01-19Fix crash in cursor_rebase with multiple screensemersion
2019-01-18Merge pull request #3452 from emersion/meson-featuresDrew DeVault
2019-01-18Fix segfault in output_enableemersion
2019-01-18Merge pull request #3457 from emersion/swaybg-no-escapeDrew DeVault
2019-01-18Better handle outputs without CRTCemersion
2019-01-18output: remove output_add_listenersemersion
2019-01-18Don't escape swaybg arguments anymoreemersion
2019-01-18meson: remove rpath optionsemersion
2019-01-17Use Meson feature optionsemersion
2019-01-17Don't use sh when spawning swaybgemersion
2019-01-17swaybg: use output names instead of output indexesemersion
2019-01-16Use static arrays where possible.Connor E
2019-01-16Remove usage of VLAs.Connor E
2019-01-16bar_cmd_tray_bind: Use mouse button helpersBrian Ashworth
2019-01-16layer_shell: do not SIGABRT sway on zero outputsBrian Ashworth
2019-01-16cmd_resize: allow resizing hidden scratchpad by pxBrian Ashworth
2019-01-15seatop_begin_down: raise floatingBrian Ashworth
2019-01-15Do not send ipc_event_shutdown from ipc clientBrian Ashworth
2019-01-15cursor: send clear_focus on hide and enter event on unhideRouven Czerwinski
2019-01-15Remove wlr_xdg_surface_send_close.Connor E
2019-01-15Do not damage view child when container is NULLBrian Ashworth
2019-01-15Handle hidden scratchpad containers in commandsBrian Ashworth
2019-01-15Fix invalid pointers when using resize grow width on first/last siblingsRyan Dwyer
2019-01-15Resize only current and immediate siblings rather than all siblingsRyan Dwyer
2019-01-14Disarm key repeat on reloadBrian Ashworth
2019-01-14Remove now-unused "input" argument of cmd_results_newM Stoeckl
2019-01-14Remove 'input' field of IPC command return jsonM Stoeckl
2019-01-14Use uint32_t where resize axis might contain a bitfieldRyan Dwyer