aboutsummaryrefslogtreecommitdiff
path: root/sway/input
AgeCommit message (Expand)Author
2018-10-10Add libinput send_events config for touchThiago Mendes
2018-10-10Merge pull request #2806 from v-gu/add-libinput-support-for-keyboardDrew DeVault
2018-10-10Merge branch 'master' into mouse-warping-containerRyan Dwyer
2018-10-10Add mouse_warping containerRouven Czerwinski
2018-10-10Fix floating click eventsRyan Dwyer
2018-10-09add libinput config for keyboardVincent Gu
2018-10-08Introduce container_is_transient_forRyan Dwyer
2018-10-08Implement popup_during_fullscreenRyan Dwyer
2018-10-08Remove unneeded variableRyan Dwyer
2018-10-08Reload config using idle eventRyan Dwyer
2018-10-06Move sticky containers when switching workspace via criteriaRyan Dwyer
2018-10-05Fix crash when flattening container after movingRyan Dwyer
2018-10-04Fix #2763Drew DeVault
2018-10-04Merge pull request #2760 from RyanDwyer/swaylock-handle-output-disconnectemersion
2018-10-04Ignore unrelated cursor buttons while doing seat operationsRyan Dwyer
2018-10-04Give focus to another swaylock surface when output is disconnectedRyan Dwyer
2018-10-03Fix focusing topmost floating windowsJonathan Buch
2018-10-03Simplify raising a container in seatJonathan Buch
2018-10-03Add configuration for raising containers on focusJonathan Buch
2018-10-03Add sanity check for empty focus stackRyan Dwyer
2018-10-03Merge pull request #2703 from RyanDwyer/csd-borderDrew DeVault
2018-10-02Set focus_inactive on a sibling when a container closes in an inactive workspaceRyan Dwyer
2018-10-01Fix smart gapsBrian Ashworth
2018-09-30Merge pull request #2725 from PumbaPe/add-tap-and-dragDrew DeVault
2018-09-30Turn funcs() into funcs(void)Arkadiusz Hiler
2018-09-29Merge pull request #2698 from ianyfan/hide-cursoremersion
2018-09-29add tap-and-drag setting to sway-inputPP
2018-09-27Add CSD to border modesRyan Dwyer
2018-09-27Merge pull request #2704 from ianyfan/tablet-configDrew DeVault
2018-09-25Add a missing null check for moving tiling containersAlexander Bakker
2018-09-24input: enable configuring tablets with libinputIan Fan
2018-09-24cursor: allow cursor_set_image to accept a NULL image to hide cursorIan Fan
2018-09-24seat: only show cursor if pointer configuredIan Fan
2018-09-23Implement support for input wildcardBrian Ashworth
2018-09-23Fix GtkMenuBar always opening first itemRyan Dwyer
2018-09-22Implement tab cycling using mouse wheelRyan Dwyer
2018-09-16Rename seat_get_active_child to seat_get_active_tiling_childRyan Dwyer
2018-09-16Make seat_get_active_child ignore floating childrenRyan Dwyer
2018-09-14Update for swaywm/wlroots#1243emersion
2018-09-12Minor fixes to tiling drag implementationRyan Dwyer
2018-09-11Fix line lengthRyan Dwyer
2018-09-11Implement tiling dragRyan Dwyer
2018-09-11Rename OP_MOVE to OP_MOVE_FLOATINGRyan Dwyer
2018-09-07Merge pull request #2603 from emersion/fix-dndDrew DeVault
2018-09-07Fix drag-and-dropemersion
2018-09-07Fix workspace switchingRyan Dwyer
2018-09-06Don't dirty outputs unnecessarilyRyan Dwyer
2018-09-06Make outputs dirty when changing focusRyan Dwyer
2018-09-06Introduce seat_set_focus_container and seat_set_focus_workspaceRyan Dwyer
2018-09-06Merge pull request #2578 from RyanDwyer/fix-binding-reloademersion