aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2018-07-26Fix indentRyan Dwyer-1/+1
2018-07-26Allow containers to be fullscreenRyan Dwyer-156/+226
2018-07-25Merge pull request #2330 from progandy/set-modifier-locksBrian Ashworth-1/+135
2018-07-25Fix LEDs for configured modifier statesProgAndy-0/+8
2018-07-25Restrict CapsLock and NumLock commands to the configuration fileProgAndy-7/+24
2018-07-25Add documentation for xkb_capslock/xkb_numlockProgAndy-0/+8
2018-07-25Add xkb_numlock/xkb_capslock commands (#2311)ProgAndy-0/+72
2018-07-25Implement setting NumLock and CapsLock statusProgAndy-0/+29
2018-07-25Merge pull request #2358 from CedricCabessa/fix-2355-move-workspace-crashesemersion-1/+3
2018-07-25fix #2355: "move workspace to output up" crashesCédric Cabessa-1/+3
2018-07-25Merge pull request #2353 from emersion/render-opaque-overlayDrew DeVault-35/+17
2018-07-25Merge pull request #2350 from ppascher/xwayland-optionalDrew DeVault-20/+104
2018-07-25more style fixes, reorder config.h includePascal Pascher-3/+3
2018-07-25reverted includes of "sway/config.h" and replaced with "config.h" from meson ...Pascal Pascher-5/+11
2018-07-25more style fixes, included "sway/config.h" where neededPascal Pascher-12/+17
2018-07-25Merge pull request #2354 from RyanDwyer/fix-crash-on-tab-reapemersion-0/+1
2018-07-25Fix crash when closing last child of a tabbed containerRyan Dwyer-0/+1
2018-07-25Improve rendering with a fullscreen opaque overlay surfaceemersion-35/+17
2018-07-25Merge pull request #2352 from RedSoxFan/implement-2335emersion-4/+18
2018-07-24Change button var passed to seat_begin_moveBrian Ashworth-1/+1
2018-07-24Implement floating_modifier <mod> [inverse|normal]Brian Ashworth-4/+18
2018-07-24style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: falsePascal Pascher-50/+51
2018-07-24Added meson option "enable_xwayland" (default: true) to enable/disable xwayla...Pascal Pascher-20/+92
2018-07-24Merge pull request #2165 from swaywm/pid-workspacesDrew DeVault-32/+155
2018-07-24Address @emersion's review commentsDrew DeVault-0/+2
2018-07-24Merge pull request #2346 from RyanDwyer/fix-crash-on-clickDrew DeVault-1/+1
2018-07-24Fix crash when clicking certain surfacesRyan Dwyer-1/+1
2018-07-24Merge pull request #2344 from RyanDwyer/mod-resize-any-directionemersion-0/+6
2018-07-24Make mod+resize work in any directionRyan Dwyer-0/+6
2018-07-24Merge pull request #2303 from frsfnrrg/mouse-bindingsRyan Dwyer-77/+271
2018-07-24Merge branch 'master' into mouse-bindingsRyan Dwyer-161/+146
2018-07-23Merge pull request #2284 from frsfnrrg/resolve-workspace-name-todoBrian Ashworth-76/+83
2018-07-23Also extract first workspace name from bindcodesfrsfnrrg-76/+83
2018-07-23Merge pull request #2340 from RedSoxFan/parse_booleanDrew DeVault-85/+63
2018-07-23Invoke mouse bindingsfrsfnrrg-27/+139
2018-07-23Address review comments on parse_booleanBrian Ashworth-9/+10
2018-07-23Remove unneeded constBrian Ashworth-2/+2
2018-07-23Switch to using a function to parse booleansBrian Ashworth-85/+62
2018-07-23Parse mouse binding optionsfrsfnrrg-52/+134
2018-07-23Merge branch 'master' into pid-workspacesDrew DeVault-2108/+5352
2018-07-24Merge pull request #2342 from RyanDwyer/update-cursoremersion-0/+1
2018-07-24Fix some cases where the cursor doesn't updateRyan Dwyer-0/+1
2018-07-23Merge pull request #2341 from RedSoxFan/fix-2339Drew DeVault-0/+1
2018-07-23Add missing checks to fix 2339Brian Ashworth-0/+1
2018-07-23Merge pull request #2338 from somdoron/masteremersion-1/+1
2018-07-23fix crash on new output while swaylock is runningsomdoron-1/+1
2018-07-23Merge pull request #2323 from RyanDwyer/scratchpadDrew DeVault-5/+290
2018-07-23Store scratchpad list in sway_root instead of serverRyan Dwyer-18/+18
2018-07-23Implement scratchpadRyan Dwyer-5/+290
2018-07-23Merge pull request #2328 from emersion/xdg-shell-set-titleRyan Dwyer-2/+54