| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-06-01 | Clean up not used variables | Denis Doria | -3/+0 | |
| 2016-06-01 | Update man page with information about floating_maximum_size | Denis Doria | -0/+5 | |
| 2016-06-01 | Included option floating_minimum_size | Denis Doria | -1/+40 | |
| Values cannot be negative or 0; if so uses the default 75x50. Uses the same syntax as i3: floating_minimum_size <width> x <height>, although the x can be anything. | ||||
| 2016-05-31 | Merge pull request #686 from zandrmartin/fix-swaybar-in-08bef67 | Drew DeVault | -0/+1 | |
| fix swaybar problem in 08bef67 | ||||
| 2016-05-31 | Merge branch 'master' of github.com:SirCmpwn/sway into fix-swaybar-in-08bef67 | Zandr Martin | -0/+40 | |
| 2016-05-31 | Merge pull request #685 from thuck/floating_size | Drew DeVault | -0/+40 | |
| Initial work for floating view with sane values | ||||
| 2016-05-31 | fix swaybar problem in 08bef67 | Zandr Martin | -0/+1 | |
| 2016-05-31 | Merge branch 'master' into floating_size | Denis Doria | -27/+35 | |
| 2016-05-31 | Initial work for floating view with sane values | Denis Doria | -0/+40 | |
| 2016-05-30 | Merge pull request #637 from 1ace/fix/ipc-leak | Drew DeVault | -27/+36 | |
| Fix a few mem leaks in ipc-server | ||||
| 2016-05-31 | sway: refactor ipc_client_handle_command() | Eric Engestrom | -27/+35 | |
| This fixes a few mem leaks, as well as remove a false-positive error msg in IPC_GET_BAR_CONFIG | ||||
| 2016-05-31 | sway: fix IPC resource leak | Eric Engestrom | -0/+1 | |
| 2016-05-29 | Update configuration info in readme | Drew DeVault | -0/+4 | |
| 2016-05-29 | Remove bar position left:right from docs | Drew DeVault | -1/+3 | |
| And adds a warning about using them (currently these are not supported by swaybar). | ||||
| 2016-05-29 | Merge pull request #677 from zandrmartin/maintain-workspace-output-assignments | Drew DeVault | -15/+22 | |
| enforce workspace output assignents | ||||
| 2016-05-28 | enforce workspace output assignents | Zandr Martin | -15/+22 | |
| when creating a new output, move to that output all extant workspaces that are assigned to that output. (unrelated) remove comment that was no longer applicable, fix spacing in an assignment | ||||
| 2016-05-28 | Merge pull request #675 from zandrmartin/add-workspace-sorting | Drew DeVault | -19/+33 | |
| Implement sort_workspaces() function for outputs. | ||||
| 2016-05-28 | remove alphabetic sorting from sort_workspaces | Zandr Martin | -4/+2 | |
| also add a couple missing spaces to container.c (unrelated) | ||||
| 2016-05-27 | Implement sort_workspaces() function for outputs. | Zandr Martin | -17/+33 | |
| This seems to have resolved issue #669 for me. | ||||
| 2016-05-26 | Merge pull request #673 from zandrmartin/swaylock-no-unlock-indicator | Drew DeVault | -3/+14 | |
| add --no-unlock-indicator to swaylock | ||||
| 2016-05-26 | add --no-unlock-indicator to swaylock | Zandr Martin | -3/+14 | |
| 2016-05-26 | Merge pull request #672 from zandrmartin/add-ctrlu-to-swaylock | Drew DeVault | -0/+35 | |
| clear password buffer with ctrl-u in swaylock | ||||
| 2016-05-26 | clear swaylock password buffer with esc | Zandr Martin | -2/+3 | |
| for i3lock compatibility | ||||
| 2016-05-26 | clear password buffer with ctrl-u in swaylock | Zandr Martin | -0/+34 | |
| also prevent screen redraws on modifier key presses | ||||
| 2016-05-24 | Merge pull request #671 from zandrmartin/fullscreen-focus | Drew DeVault | -3/+5 | |
| set focus on fullscreen view when changing focus | ||||
| 2016-05-23 | set focus on fullscreen view when changing focus | Zandr Martin | -3/+5 | |
| 2016-05-23 | Concatenate output cmd args, fixes #654 | Mykyta Holubakha | -3/+4 | |
| 2016-05-23 | Merge pull request #670 from sleep-walker/master | Drew DeVault | -1/+2 | |
| 2 minor things | ||||
| 2016-05-23 | Match definition with declaration | Tomáš Čech | -1/+1 | |
| 2016-05-23 | Add openSUSE Tumbleweed as distro with sway | Tomáš Čech | -0/+1 | |
| 2016-05-21 | Merge pull request #668 from mikkeloscar/rearrange-on-bg-change0.7 | Drew DeVault | -1/+2 | |
| Rearrange output when setting background | ||||
| 2016-05-20 | Remove stray whitespace | Mikkel Oscar Lyderik | -1/+1 | |
| 2016-05-20 | Rearrange output when setting background | Mikkel Oscar Lyderik | -0/+1 | |
| Fix #659 | ||||
| 2016-05-18 | Merge pull request #666 from tajjada/fix-tabbed-stacked-borders | Drew DeVault | -3/+9 | |
| Fix borders for tabbed and stacked containers when children have 'border none' set. | ||||
| 2016-05-18 | Fix issue #661. | Jasen Borisov | -3/+9 | |
| Borders are now drawn correctly (same behavior as i3) for tabbed and stacked containers, when the children have 'border none' set. | ||||
| 2016-05-14 | Merge pull request #662 from Hummer12007/scroll | Drew DeVault | -6/+32 | |
| Support floating_scroll sideways | ||||
| 2016-05-14 | Support floating_scroll sideways | Mykyta Holubakha | -6/+32 | |
| 2016-05-14 | Set Cairo and Pango as required dependencies | Drew DeVault | -4/+4 | |
| 2016-05-14 | Turn off ZSH completions by default | Drew DeVault | -1/+1 | |
| 2016-05-14 | Merge pull request #656 from SirCmpwn/revert-650-segfault | Drew DeVault | -1/+1 | |
| Revert "sway/container.c: fix segfault where view is assigned prematurely" | ||||
| 2016-05-14 | Revert "sway/container.c: fix segfault where view is assigned prematurely" | Drew DeVault | -1/+1 | |
| 2016-05-13 | Merge pull request #653 from Hummer12007/patch-1 | Drew DeVault | -0/+1 | |
| README.md: add reference to Gentoo package | ||||
| 2016-05-13 | README.md: add reference to Gentoo package | Hummer12007 | -0/+1 | |
| 2016-05-09 | Merge pull request #650 from neosilky/segfault | Drew DeVault | -1/+1 | |
| sway/container.c: fix segfault where view is assigned prematurely | ||||
| 2016-05-09 | sway/container.c: fix segfault where view is assigned prematurely | Daniel Lockyer | -1/+1 | |
| 2016-05-09 | Merge pull request #649 from mikkeloscar/floating-layout | Drew DeVault | -0/+4 | |
| Prevent changing layout when focusing float window | ||||
| 2016-05-09 | Prevent changing layout when focusing float window | Mikkel Oscar Lyderik | -0/+4 | |
| The layout command should only work with titled windows, thus it should have no effect when a floating window has focus. Should fix #643 | ||||
| 2016-05-08 | Merge pull request #648 from Hummer12007/relative_wallpaper | Drew DeVault | -0/+11 | |
| Allow to set relative path for wallpapers in config | ||||
| 2016-05-08 | Allow to set relative path for wallpapers in config | Mykyta Holubakha | -0/+11 | |
| 2016-05-08 | Merge pull request #645 from Hummer12007/floating_scroll | Drew DeVault | -29/+44 | |
| Implement configurable floating scroll behavior | ||||
