| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-06-06 | Common: Readline: Ignore newline on '\' escaped line ends. | Roosembert Palacios | -41/+8 | |
| Escape line return when reading from a file with the '\' character. Similar to shell scripts. Signed-off-by: Roosembert Palacios <roosembert.palacios@epfl.ch> | ||||
| 2016-06-05 | Sway: Configuration: Support for escaping line breaks. | Roosembert Palacios | -1/+47 | |
| Escape line return in configuration file with the '\' character. Similar to shell scripts. Signed-off-by: Roosembert Palacios <roosembert.palacios@epfl.ch> | ||||
| 2016-06-05 | Merge pull request #697 from zandrmartin/assign-command | Drew DeVault | -0/+6 | |
| document `assign` command | ||||
| 2016-06-05 | document `assign` command | Zandr Martin | -0/+6 | |
| 2016-06-04 | Merge pull request #696 from zandrmartin/numpad-enter-swaylock-fix | Drew DeVault | -2/+3 | |
| make numpad enter key work in swaylock | ||||
| 2016-06-04 | make numpad enter key work in swaylock | Zandr Martin | -2/+3 | |
| see issue #647 | ||||
| 2016-06-04 | Merge pull request #695 from zandrmartin/document-client-commands | Drew DeVault | -5/+53 | |
| add documentation for client commands | ||||
| 2016-06-04 | Merge pull request #694 from wdbw/man-page-fix | Drew DeVault | -1/+1 | |
| Add missing layout modes in sway(5) | ||||
| 2016-06-04 | add documentation for client commands | Zandr Martin | -5/+53 | |
| 2016-06-04 | Add missing layout modes in sway(5) | wdbw | -1/+1 | |
| 2016-06-02 | Merge pull request #692 from zandrmartin/inplace-merge-sort | Drew DeVault | -5/+64 | |
| implement stable sort for lists | ||||
| 2016-06-02 | implement stable sort for lists | Zandr Martin | -5/+64 | |
| also change sort_workspaces() to use it | ||||
| 2016-06-02 | Merge pull request #691 from thuck/floating_size_conf | Drew DeVault | -7/+65 | |
| floating_maximum_size initial implementation | ||||
| 2016-06-02 | Sync master | Denis Doria | -5/+9 | |
| Merge branch 'master' of https://github.com/SirCmpwn/sway into floating_size_conf | ||||
| 2016-06-02 | Initial implementation for floating_maximum_size | Denis Doria | -7/+65 | |
| 2016-06-02 | Merge pull request #690 from zandrmartin/smartgap-hide-borders | Drew DeVault | -5/+9 | |
| redo smart_gaps/hide_edge_borders fix | ||||
| 2016-06-02 | redo smart_gaps/hide_edge_borders fix | Zandr Martin | -5/+9 | |
| 2016-06-01 | Merge pull request #689 from thuck/floating_size_conf | Drew DeVault | -1/+42 | |
| Floating size conf | ||||
| 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 | |
