summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Bug fix: Add missing header file, unistd.hLibravatar David Eklov2016-06-26
| | | | | | Without unistd.h the following functions getuid, alarm and close are implicitly declared causing compilation to fail due to -Werror=implicit-function-declaration
* Merge pull request #720 from Hummer12007/exec_fixLibravatar Drew DeVault2016-06-21
|\ | | | | Check if found ws is focused in new view handler
| * Check if found ws is focused in new view handlerLibravatar Mykyta Holubakha2016-06-21
|/ | | | Fixes #714, by preventing change of focus from a window to the whole ws
* Minor fix to warning messagesLibravatar Drew DeVault2016-06-19
|
* Merge pull request #716 from Hummer12007/patch-1Libravatar Drew DeVault2016-06-18
|\ | | | | Added a null check in tabbed_stacked_parent
| * Added a null check in tabbed_stacked_parentLibravatar Hummer120072016-06-18
|/ | | | This fixes a segfault, when trying to get parent of the workspace/root container/(?), as it is not assuered that the view's parent node is not null in the loop
* Merge pull request #709 from zandrmartin/set-size-command0.8Libravatar Drew DeVault2016-06-11
|\ | | | | implement resize command for absolute dimensions
| * Merge branch 'master' into set-size-commandLibravatar Zandr Martin2016-06-11
| |\ | |/ |/|
* | Merge pull request #708 from zandrmartin/assign-commandLibravatar Drew DeVault2016-06-11
|\ \ | | | | | | couple small fixes
| * | couple small fixesLibravatar Zandr Martin2016-06-11
| | |
| | * implement resize command for absolute dimensionsLibravatar Zandr Martin2016-06-11
| |/ |/|
* | Merge pull request #701 from zandrmartin/assign-commandLibravatar Drew DeVault2016-06-11
|\| | | | | messy start of a fix for #462
| * cleanup + add timeouts for pid_workspace listLibravatar Zandr Martin2016-06-11
| |
| * Merge branch 'master' into assign-commandLibravatar Zandr Martin2016-06-11
| |\ | |/ |/|
* | Many improvements to man pagesLibravatar Drew DeVault2016-06-10
| |
* | Merge pull request #706 from zandrmartin/swaybg-reloadLibravatar Drew DeVault2016-06-10
|\ \ | | | | | | trigger bg change on config reload
| * | trigger bg change on config reloadLibravatar Zandr Martin2016-06-10
|/ /
* | Merge pull request #703 from thuck/variables_corner_casesLibravatar Drew DeVault2016-06-06
|\ \ | | | | | | Fix segfault when using include with *
| * | Fix segfault when using include with *Libravatar thuck2016-06-06
|/ / | | | | | | This should fix the issue #681
* | Merge pull request #693 from thuck/variables_corner_casesLibravatar Drew DeVault2016-06-06
|\ \ | | | | | | Variables related fixes
| * \ Merge branch 'master' into variables_corner_casesLibravatar Denis Doria2016-06-06
| |\ \ | |/ / |/| |
* | | Merge pull request #699 from roosemberth/masterLibravatar Drew DeVault2016-06-05
|\ \ \ | | | | | | | | Sway: Configuration: Support for escaping line breaks.
| * | | Common: Readline: Ignore newline on '\' escaped line ends.Libravatar Roosembert Palacios2016-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Escape line return when reading from a file with the '\' character. Similar to shell scripts. Signed-off-by: Roosembert Palacios <roosembert.palacios@epfl.ch>
| * | | Sway: Configuration: Support for escaping line breaks.Libravatar Roosembert Palacios2016-06-05
|/ / / | | | | | | | | | | | | | | | | | | Escape line return in configuration file with the '\' character. Similar to shell scripts. Signed-off-by: Roosembert Palacios <roosembert.palacios@epfl.ch>
* | | Merge pull request #697 from zandrmartin/assign-commandLibravatar Drew DeVault2016-06-05
|\ \ \ | | | | | | | | document `assign` command
| | * \ Merge branch 'master' into variables_corner_casesLibravatar Denis Doria2016-06-05
| | |\ \ | |_|/ / |/| | |
| | * | Put w to uppercase just to keep consistency between warningsLibravatar Denis Doria2016-06-03
| | | |
| | * | Includes $ for variables without itLibravatar Denis Doria2016-06-03
| | | |
| | * | Fix identation issueLibravatar thuck2016-06-03
| | | |
| | * | Merge branch 'variables_corner_cases' of https://github.com/thuck/sway into ↵Libravatar thuck2016-06-03
| | |\ \ | | | | | | | | | | | | | | | variables_corner_cases
| | | * \ Merge branch 'master' into variables_corner_casesLibravatar Denis Doria2016-06-03
| | | |\ \
| | * | \ \ Merge branch 'master' of https://github.com/SirCmpwn/sway into ↵Libravatar thuck2016-06-03
| | |\ \ \ \ | | | |/ / / | | |/| / / | | | |/ / variables_corner_cases
| | * | | Fix output command when varible not setLibravatar thuck2016-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | This should fix the corner case where a variable is not assigned, but used anyway. This should solve partially the issue #681.
| | * | | Including error message when variable do not start with $Libravatar thuck2016-06-02
| | | | |
| | | | * clean up pid/workspace stuffLibravatar Zandr Martin2016-06-11
| | | | |
| | | | * semi-working (only non-client/server wayland apps)Libravatar Zandr Martin2016-06-10
| | | | |
| | | | * messy, unfinished versionLibravatar Zandr Martin2016-06-06
| | |_|/ | |/| |
| * | | document `assign` commandLibravatar Zandr Martin2016-06-05
|/ / /
* | | Merge pull request #696 from zandrmartin/numpad-enter-swaylock-fixLibravatar Drew DeVault2016-06-04
|\ \ \ | | | | | | | | make numpad enter key work in swaylock
| * | | make numpad enter key work in swaylockLibravatar Zandr Martin2016-06-04
|/ / / | | | | | | | | | see issue #647
* | | Merge pull request #695 from zandrmartin/document-client-commandsLibravatar Drew DeVault2016-06-04
|\ \ \ | | | | | | | | add documentation for client commands
| * | | add documentation for client commandsLibravatar Zandr Martin2016-06-04
| | |/ | |/|
* | | Merge pull request #694 from wdbw/man-page-fixLibravatar Drew DeVault2016-06-04
|\ \ \ | |/ / |/| | Add missing layout modes in sway(5)
| * | Add missing layout modes in sway(5)Libravatar wdbw2016-06-04
|/ /
* | Merge pull request #692 from zandrmartin/inplace-merge-sortLibravatar Drew DeVault2016-06-02
|\ \ | |/ |/| implement stable sort for lists
| * implement stable sort for listsLibravatar Zandr Martin2016-06-02
|/ | | | also change sort_workspaces() to use it
* Merge pull request #691 from thuck/floating_size_confLibravatar Drew DeVault2016-06-02
|\ | | | | floating_maximum_size initial implementation
| * Sync masterLibravatar Denis Doria2016-06-02
| |\ | |/ |/| | | Merge branch 'master' of https://github.com/SirCmpwn/sway into floating_size_conf
* | Merge pull request #690 from zandrmartin/smartgap-hide-bordersLibravatar Drew DeVault2016-06-02
|\ \ | | | | | | redo smart_gaps/hide_edge_borders fix
| * | redo smart_gaps/hide_edge_borders fixLibravatar Zandr Martin2016-06-02
|/ /