Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-06 | messy, unfinished version | Zandr Martin | |
2016-06-05 | document `assign` command | Zandr Martin | |
2016-06-04 | Merge pull request #696 from zandrmartin/numpad-enter-swaylock-fix | Drew DeVault | |
make numpad enter key work in swaylock | |||
2016-06-04 | make numpad enter key work in swaylock | Zandr Martin | |
see issue #647 | |||
2016-06-04 | Merge pull request #695 from zandrmartin/document-client-commands | Drew DeVault | |
add documentation for client commands | |||
2016-06-04 | Merge pull request #694 from wdbw/man-page-fix | Drew DeVault | |
Add missing layout modes in sway(5) | |||
2016-06-04 | add documentation for client commands | Zandr Martin | |
2016-06-04 | Add missing layout modes in sway(5) | wdbw | |
2016-06-02 | Merge pull request #692 from zandrmartin/inplace-merge-sort | Drew DeVault | |
implement stable sort for lists | |||
2016-06-02 | implement stable sort for lists | Zandr Martin | |
also change sort_workspaces() to use it | |||
2016-06-02 | Merge pull request #691 from thuck/floating_size_conf | Drew DeVault | |
floating_maximum_size initial implementation | |||
2016-06-02 | Sync master | Denis Doria | |
Merge branch 'master' of https://github.com/SirCmpwn/sway into floating_size_conf | |||
2016-06-02 | Initial implementation for floating_maximum_size | Denis Doria | |
2016-06-02 | Merge pull request #690 from zandrmartin/smartgap-hide-borders | Drew DeVault | |
redo smart_gaps/hide_edge_borders fix | |||
2016-06-02 | redo smart_gaps/hide_edge_borders fix | Zandr Martin | |
2016-06-01 | Merge pull request #689 from thuck/floating_size_conf | Drew DeVault | |
Floating size conf | |||
2016-06-01 | Clean up not used variables | Denis Doria | |
2016-06-01 | Update man page with information about floating_maximum_size | Denis Doria | |
2016-06-01 | Included option floating_minimum_size | Denis Doria | |
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 | |
fix swaybar problem in 08bef67 | |||
2016-05-31 | Merge branch 'master' of github.com:SirCmpwn/sway into fix-swaybar-in-08bef67 | Zandr Martin | |
2016-05-31 | Merge pull request #685 from thuck/floating_size | Drew DeVault | |
Initial work for floating view with sane values | |||
2016-05-31 | fix swaybar problem in 08bef67 | Zandr Martin | |
2016-05-31 | Merge branch 'master' into floating_size | Denis Doria | |
2016-05-31 | Initial work for floating view with sane values | Denis Doria | |
2016-05-30 | Merge pull request #637 from 1ace/fix/ipc-leak | Drew DeVault | |
Fix a few mem leaks in ipc-server | |||
2016-05-31 | sway: refactor ipc_client_handle_command() | Eric Engestrom | |
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 | |
2016-05-29 | Update configuration info in readme | Drew DeVault | |
2016-05-29 | Remove bar position left:right from docs | Drew DeVault | |
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 | |
enforce workspace output assignents | |||
2016-05-28 | enforce workspace output assignents | Zandr Martin | |
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 | |
Implement sort_workspaces() function for outputs. | |||
2016-05-28 | remove alphabetic sorting from sort_workspaces | Zandr Martin | |
also add a couple missing spaces to container.c (unrelated) | |||
2016-05-27 | Implement sort_workspaces() function for outputs. | Zandr Martin | |
This seems to have resolved issue #669 for me. | |||
2016-05-26 | Merge pull request #673 from zandrmartin/swaylock-no-unlock-indicator | Drew DeVault | |
add --no-unlock-indicator to swaylock | |||
2016-05-26 | add --no-unlock-indicator to swaylock | Zandr Martin | |
2016-05-26 | Merge pull request #672 from zandrmartin/add-ctrlu-to-swaylock | Drew DeVault | |
clear password buffer with ctrl-u in swaylock | |||
2016-05-26 | clear swaylock password buffer with esc | Zandr Martin | |
for i3lock compatibility | |||
2016-05-26 | clear password buffer with ctrl-u in swaylock | Zandr Martin | |
also prevent screen redraws on modifier key presses | |||
2016-05-24 | Merge pull request #671 from zandrmartin/fullscreen-focus | Drew DeVault | |
set focus on fullscreen view when changing focus | |||
2016-05-23 | set focus on fullscreen view when changing focus | Zandr Martin | |
2016-05-23 | Concatenate output cmd args, fixes #654 | Mykyta Holubakha | |
2016-05-23 | Merge pull request #670 from sleep-walker/master | Drew DeVault | |
2 minor things | |||
2016-05-23 | Match definition with declaration | Tomáš Čech | |
2016-05-23 | Add openSUSE Tumbleweed as distro with sway | Tomáš Čech | |
2016-05-21 | Merge pull request #668 from mikkeloscar/rearrange-on-bg-change | Drew DeVault | |
Rearrange output when setting background | |||
2016-05-20 | Remove stray whitespace | Mikkel Oscar Lyderik | |
2016-05-20 | Rearrange output when setting background | Mikkel Oscar Lyderik | |
Fix #659 | |||
2016-05-18 | Merge pull request #666 from tajjada/fix-tabbed-stacked-borders | Drew DeVault | |
Fix borders for tabbed and stacked containers when children have 'border none' set. |