aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Expand)Author
2018-10-20Merge pull request #2888 from RyanDwyer/remove-raise-floatingDrew DeVault
2018-10-20Fix popup damage issues when toplevel and/or popup uses geometryRyan Dwyer
2018-10-20Fix crash when defaut seat is not createdMihai Coman
2018-10-20Remove raise_floating directiveRyan Dwyer
2018-10-20Merge pull request #2870 from RyanDwyer/refactor-input-manageremersion
2018-10-20Merge pull request #2886 from RyanDwyer/fix-headless-unmap-crashemersion
2018-10-20Merge pull request #2879 from Emantor/fix/swaybar_positionemersion
2018-10-20commands/bar: remove left and right from allowed positionsRouven Czerwinski
2018-10-20Minor refactor of input managerRyan Dwyer
2018-10-20Fix crash when view unmaps while no outputs connectedRyan Dwyer
2018-10-20Merge pull request #2872 from RyanDwyer/cursor-rebaseDrew DeVault
2018-10-20Fix crash when ending tiling dragRyan Dwyer
2018-10-19Introduce cursor_rebaseRyan Dwyer
2018-10-19Fix logic used for mouse_warping outputRyan Dwyer
2018-10-19Merge pull request #2875 from RedSoxFan/input-device-bindingsDrew DeVault
2018-10-19Consider cursor warp when switching workspacesRyan Dwyer
2018-10-18cmd_bind{sym,code}: Implement per-device bindingsBrian Ashworth
2018-10-18Remove cursor warping from seat_set_focusRyan Dwyer
2018-10-17Export XCURSOR_SIZE and XCURSOR_THEMEemersion
2018-10-17Merge pull request #2858 from RyanDwyer/fix-move-to-floating-wsDrew DeVault
2018-10-17Merge pull request #2861 from RyanDwyer/fix-empty-workspace-crashesDrew DeVault
2018-10-17Merge pull request #2820 from Emantor/fix-mouse-warping-containerDrew DeVault
2018-10-17Fix crashes when running certain commands on an empty workspaceRyan Dwyer
2018-10-17Fix moving tiled containers to workspaces which only have floating viewsRyan Dwyer
2018-10-16view: rewarp cursor during view_unmapRouven Czerwinski
2018-10-16seat: use new warping functions for cursor warping during focus warpRouven Czerwinski
2018-10-16cursor: functions to warp cursor to container and workspaceRouven Czerwinski
2018-10-16view: move arrange_workspace into view_mapRouven Czerwinski
2018-10-16Fix crash when using workspace back_and_forth with no previousRyan Dwyer
2018-10-16Merge branch 'master' into set-set-raw-focusIan Fan
2018-10-16Prevent duplicate workspace::focus eventsRyan Dwyer
2018-10-15Introduce seat_set_raw_focus and remove notify argument from seat_set_focus_warpRyan Dwyer
2018-10-15Fix crash in swap commandRyan Dwyer
2018-10-14Establish sway-output(5)Drew DeVault
2018-10-14Document `border csd`Drew DeVault
2018-10-14swaybar: add documentation for hide/hidden_state subcommandsIan Fan
2018-10-14swaybar: show hidden bar on key eventIan Fan
2018-10-14commands: fix sending bar mode/hidden_state updates to all barsIan Fan
2018-10-14Merge pull request #2808 from RedSoxFan/bar-subcommandsDrew DeVault
2018-10-13Remove unnecessary commentDrew DeVault
2018-10-13Merge branch 'master' into fix_edge_gapsBrian Ashworth
2018-10-13cmd_bar: simplify logicBrian Ashworth
2018-10-13cmd_bar: fix bar id issuesBrian Ashworth
2018-10-13fix_edge_gaps: Allow negative values for outer gaps.Tarmack
2018-10-13bar_cmd_status_command: only reload current barBrian Ashworth
2018-10-13Fix bar subcommand handler structs and selectionBrian Ashworth
2018-10-13Fix crash when view maps while lockedRyan Dwyer
2018-10-12Fix pixel leaks when using fractional scalingRyan Dwyer
2018-10-12Merge branch 'master' into masterRyan Dwyer
2018-10-11fix: cmd_sticky crash sway with empty containermeak