aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Move code to make a window a shell surface into seperate functionLibravatar David Eklov2016-07-04
|
* Enable backgrounds and panels to be shell surfacesLibravatar David Eklov2016-07-04
| | | | | | | | Prior to this commit all windows (e.g. shell surfaces) were handled the same way in handle_view_created. Since backgrounds and panels have to be treated differently, they could not be shell surfaces. This changes checks whether a client is a background or a panel in handle_view_created and exists to let them be dealt with elsewhere.
* I think this fixes #678Libravatar Zandr Martin2016-07-04
|
* Merge pull request #735 from zandrmartin/get-tree-commandLibravatar Drew DeVault2016-07-04
|\ | | | | implement `get_tree` command
| * Merge branch 'master' into get-tree-commandLibravatar Zandr Martin2016-07-04
| |\ | |/ |/|
* | Merge pull request #734 from jplatte/patch-1Libravatar Drew DeVault2016-07-04
|\ \ | | | | | | Create .editorconfig
| * | Create .editorconfigLibravatar Jonas Platte2016-07-04
|/ /
* | Merge pull request #732 from zandrmartin/set-size-commandLibravatar Drew DeVault2016-07-03
|\ \ | | | | | | Set size command
| * | typo in focus.hLibravatar Zandr Martin2016-07-03
| | |
| * | resize command updates (#713)Libravatar Zandr Martin2016-07-03
| | |
| * | match i3 syntax for `resize set`Libravatar Zandr Martin2016-07-03
| | |
| * | Merge remote-tracking branch 'upstream/master' into set-size-commandLibravatar Zandr Martin2016-07-02
| |\ \ | |/ / |/| |
| * | Merge branch 'set-size-command' of github.com:zandrmartin/sway into ↵Libravatar Zandr Martin2016-06-25
| |\ \ | | | | | | | | | | | | set-size-command
| * \ \ Merge branch 'master' of git://github.com/SirCmpwn/sway into set-size-commandLibravatar Zandr Martin2016-06-11
| |\ \ \
| | | | * fix typo in ipc-json.cLibravatar Zandr Martin2016-07-04
| | | | |
| | | | * implement `get_tree` commandLibravatar Zandr Martin2016-07-04
| |_|_|/ |/| | |
* | | | Spawn windows as floating if they have a parentLibravatar Drew DeVault2016-06-30
| | | | | | | | | | | | | | | | Fixes #604
* | | | Merge pull request #728 from deklov/masterLibravatar Drew DeVault2016-06-27
|\ \ \ \ | | | | | | | | | | Add get_log_level() to encapsulate v (current log level)
| * | | | Add get_log_level() to encapsulate v (current log level)Libravatar David Eklov2016-06-27
| | | | | | | | | | | | | | | | | | | | This patch also makes all global variable in log.c static.
* | | | | Merge pull request #723 from deklov/masterLibravatar Drew DeVault2016-06-27
|\| | | | | | | | | | | | | | Bug fix: Add missing header file, unistd.h
| * | | | 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