aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-25reverted includes of "sway/config.h" and replaced with "config.h" from meson ...Pascal Pascher
2018-07-25more style fixes, included "sway/config.h" where neededPascal Pascher
2018-07-25Merge pull request #2354 from RyanDwyer/fix-crash-on-tab-reapemersion
2018-07-25Fix crash when closing last child of a tabbed containerRyan Dwyer
2018-07-25Improve rendering with a fullscreen opaque overlay surfaceemersion
2018-07-25Merge pull request #2352 from RedSoxFan/implement-2335emersion
2018-07-24Change button var passed to seat_begin_moveBrian Ashworth
2018-07-24Implement floating_modifier <mod> [inverse|normal]Brian Ashworth
2018-07-24style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: falsePascal Pascher
2018-07-24Added meson option "enable_xwayland" (default: true) to enable/disable xwayla...Pascal Pascher
2018-07-24Merge pull request #2165 from swaywm/pid-workspacesDrew DeVault
2018-07-24Address @emersion's review commentsDrew DeVault
2018-07-24Merge pull request #2346 from RyanDwyer/fix-crash-on-clickDrew DeVault
2018-07-24Fix crash when clicking certain surfacesRyan Dwyer
2018-07-24Merge pull request #2344 from RyanDwyer/mod-resize-any-directionemersion
2018-07-24Make mod+resize work in any directionRyan Dwyer
2018-07-24Merge pull request #2303 from frsfnrrg/mouse-bindingsRyan Dwyer
2018-07-24Merge branch 'master' into mouse-bindingsRyan Dwyer
2018-07-23Merge pull request #2284 from frsfnrrg/resolve-workspace-name-todoBrian Ashworth
2018-07-23Also extract first workspace name from bindcodesfrsfnrrg
2018-07-23Merge pull request #2340 from RedSoxFan/parse_booleanDrew DeVault
2018-07-23Invoke mouse bindingsfrsfnrrg
2018-07-23Address review comments on parse_booleanBrian Ashworth
2018-07-23Remove unneeded constBrian Ashworth
2018-07-23Switch to using a function to parse booleansBrian Ashworth
2018-07-23Parse mouse binding optionsfrsfnrrg
2018-07-23Merge branch 'master' into pid-workspacesDrew DeVault
2018-07-24Merge pull request #2342 from RyanDwyer/update-cursoremersion
2018-07-24Fix some cases where the cursor doesn't updateRyan Dwyer
2018-07-23Merge pull request #2341 from RedSoxFan/fix-2339Drew DeVault
2018-07-23Add missing checks to fix 2339Brian Ashworth
2018-07-23Merge pull request #2338 from somdoron/masteremersion
2018-07-23fix crash on new output while swaylock is runningsomdoron
2018-07-23Merge pull request #2323 from RyanDwyer/scratchpadDrew DeVault
2018-07-23Store scratchpad list in sway_root instead of serverRyan Dwyer
2018-07-23Implement scratchpadRyan Dwyer
2018-07-23Merge pull request #2328 from emersion/xdg-shell-set-titleRyan Dwyer
2018-07-22Handle set_{title,app_id} for xdg-shell and zxdg-shell-v6emersion
2018-07-22Merge pull request #2296 from RyanDwyer/floating-modifieremersion
2018-07-22Set cursor when beginning resize and move operationsRyan Dwyer
2018-07-22Fix damage when shrinking a floating view using cursorRyan Dwyer
2018-07-22Implement request_move and request_resize for xwayland viewsRyan Dwyer
2018-07-22Fix focus bug with floating containersRyan Dwyer
2018-07-22Deny move/resize events for tiled xdg shell viewsRyan Dwyer
2018-07-22Consider view's min/max sizes when resizingRyan Dwyer
2018-07-22Store last button and use it when views request to move or resizeRyan Dwyer
2018-07-22Prevent re-uploading the same cursor image multiple timesRyan Dwyer
2018-07-22Replace static handle_end_operation with seat_end_mouse_operationRyan Dwyer
2018-07-22Remove unnecessary includesRyan Dwyer
2018-07-22Implement xdg shell request_move and request_resize eventsRyan Dwyer